From 5838163be6f3916b97c058026d9b158396e43b80 Mon Sep 17 00:00:00 2001
From: Luke Pulverenti
Date: Sun, 10 Jul 2016 01:17:21 -0400
Subject: [PATCH] remove unused components
---
.../marked-element/.bower.json | 45 -
.../marked-element/.gitignore | 1 -
.../marked-element/.travis.yml | 25 -
.../marked-element/CONTRIBUTING.md | 72 -
.../marked-element/bower.json | 35 -
.../marked-element/demo/index.html | 89 --
.../bower_components/marked-element/hero.svg | 27 -
.../marked-element/index.html | 26 -
.../marked-element/marked-element.html | 228 ---
.../marked-element/marked-import.html | 10 -
.../marked-element/test/index.html | 24 -
.../marked-element/test/marked-element.html | 265 ----
.../bower_components/marked/.bower.json | 33 -
.../bower_components/marked/Gulpfile.js | 22 -
dashboard-ui/bower_components/marked/LICENSE | 19 -
dashboard-ui/bower_components/marked/Makefile | 12 -
.../bower_components/marked/bower.json | 24 -
.../bower_components/marked/component.json | 10 -
.../bower_components/marked/doc/broken.md | 426 ------
.../bower_components/marked/doc/todo.md | 2 -
dashboard-ui/bower_components/marked/index.js | 1 -
.../bower_components/marked/lib/marked.js | 1285 -----------------
.../bower_components/marked/man/marked.1 | 91 --
.../bower_components/marked/marked.min.js | 6 -
.../bower_components/marked/package.json | 24 -
25 files changed, 2802 deletions(-)
delete mode 100644 dashboard-ui/bower_components/marked-element/.bower.json
delete mode 100644 dashboard-ui/bower_components/marked-element/.gitignore
delete mode 100644 dashboard-ui/bower_components/marked-element/.travis.yml
delete mode 100644 dashboard-ui/bower_components/marked-element/CONTRIBUTING.md
delete mode 100644 dashboard-ui/bower_components/marked-element/bower.json
delete mode 100644 dashboard-ui/bower_components/marked-element/demo/index.html
delete mode 100644 dashboard-ui/bower_components/marked-element/hero.svg
delete mode 100644 dashboard-ui/bower_components/marked-element/index.html
delete mode 100644 dashboard-ui/bower_components/marked-element/marked-element.html
delete mode 100644 dashboard-ui/bower_components/marked-element/marked-import.html
delete mode 100644 dashboard-ui/bower_components/marked-element/test/index.html
delete mode 100644 dashboard-ui/bower_components/marked-element/test/marked-element.html
delete mode 100644 dashboard-ui/bower_components/marked/.bower.json
delete mode 100644 dashboard-ui/bower_components/marked/Gulpfile.js
delete mode 100644 dashboard-ui/bower_components/marked/LICENSE
delete mode 100644 dashboard-ui/bower_components/marked/Makefile
delete mode 100644 dashboard-ui/bower_components/marked/bower.json
delete mode 100644 dashboard-ui/bower_components/marked/component.json
delete mode 100644 dashboard-ui/bower_components/marked/doc/broken.md
delete mode 100644 dashboard-ui/bower_components/marked/doc/todo.md
delete mode 100644 dashboard-ui/bower_components/marked/index.js
delete mode 100644 dashboard-ui/bower_components/marked/lib/marked.js
delete mode 100644 dashboard-ui/bower_components/marked/man/marked.1
delete mode 100644 dashboard-ui/bower_components/marked/marked.min.js
delete mode 100644 dashboard-ui/bower_components/marked/package.json
diff --git a/dashboard-ui/bower_components/marked-element/.bower.json b/dashboard-ui/bower_components/marked-element/.bower.json
deleted file mode 100644
index b01223d0ae..0000000000
--- a/dashboard-ui/bower_components/marked-element/.bower.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "marked-element",
- "version": "1.1.3",
- "description": "Element wrapper for the marked library",
- "private": true,
- "authors": [
- "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "marked",
- "markdown",
- "container",
- "wrapper"
- ],
- "dependencies": {
- "marked": "~0.3.3",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "license": "https://polymer.github.io/LICENSE.txt",
- "main": "marked-element.html",
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/marked-element.git"
- },
- "devDependencies": {
- "paper-styles": "PolymerElements/paper-styles#^1.0.4",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/polymerelements/marked-element",
- "_release": "1.1.3",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.3",
- "commit": "19b30d7151b2420cf84387b6711d9042cbb29c26"
- },
- "_source": "git://github.com/polymerelements/marked-element.git",
- "_target": "^1.0.0",
- "_originalSource": "polymerelements/marked-element"
-}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/marked-element/.gitignore b/dashboard-ui/bower_components/marked-element/.gitignore
deleted file mode 100644
index fbe05fc93b..0000000000
--- a/dashboard-ui/bower_components/marked-element/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/dashboard-ui/bower_components/marked-element/.travis.yml b/dashboard-ui/bower_components/marked-element/.travis.yml
deleted file mode 100644
index 19f968738a..0000000000
--- a/dashboard-ui/bower_components/marked-element/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: node_js
-sudo: false
-node_js: stable
-addons:
- firefox: latest
- sauce_connect: true
- apt:
- sources:
- - google-chrome
- - ubuntu-toolchain-r-test
- packages:
- - google-chrome-stable
- - g++-4.8
-before_script:
- - npm install -g bower polylint web-component-tester
- - bower install
- - polylint
-script:
- - xvfb-run wct
- - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
-env:
- global:
- - CXX=g++-4.8
- - secure: DUM7LFRJH7Ji78bVRep6D3rJ+RH8F1Y15gSaCZ5SvlJ8lMuTYmpCVZ876LHVHdOv28d5dyPDn3U3slvssDO5UldTzZDNALX6/mOncY6QxRIbz+0E6Fm5Vn3PUXkBop/k/ELgCwmSDBfXGeKeRIu7nc/nDBldiMiwrHtyXTeuE+c=
- - secure: DqAN8qB45TWPfGVtrttAUV3fOu97j3qOnAUj+QxawlqBySqj3fcAD49HZFgQuBNMi0gxGYqrAAYj6AAyqIxH+K8P3PHPRfVegyRfYA4dcohnG9zYKmV5M+SaZEYpFp1FBXl3aKGbk0qiBmMsHWM2trkdRNNVAUl09Ywozapdpq8=
diff --git a/dashboard-ui/bower_components/marked-element/CONTRIBUTING.md b/dashboard-ui/bower_components/marked-element/CONTRIBUTING.md
deleted file mode 100644
index 4e9db78d90..0000000000
--- a/dashboard-ui/bower_components/marked-element/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/dashboard-ui/bower_components/marked-element/bower.json b/dashboard-ui/bower_components/marked-element/bower.json
deleted file mode 100644
index dcaa06a258..0000000000
--- a/dashboard-ui/bower_components/marked-element/bower.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "marked-element",
- "version": "1.1.3",
- "description": "Element wrapper for the marked library",
- "private": true,
- "authors": [
- "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "marked",
- "markdown",
- "container",
- "wrapper"
- ],
- "dependencies": {
- "marked": "~0.3.3",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "license": "https://polymer.github.io/LICENSE.txt",
- "main": "marked-element.html",
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/marked-element.git"
- },
- "devDependencies": {
- "paper-styles": "PolymerElements/paper-styles#^1.0.4",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": []
-}
diff --git a/dashboard-ui/bower_components/marked-element/demo/index.html b/dashboard-ui/bower_components/marked-element/demo/index.html
deleted file mode 100644
index 4c49dd0697..0000000000
--- a/dashboard-ui/bower_components/marked-element/demo/index.html
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
- marked-element demo
-
-
-
-
-
-
-
-
-
-
-
-
-
<marked-element>
-
-
-
Inline Text
-
-
-
-
-
-
-
-
Text via Attribute, with custom styling
-
-
-
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/marked-element/hero.svg b/dashboard-ui/bower_components/marked-element/hero.svg
deleted file mode 100644
index 4f283479c7..0000000000
--- a/dashboard-ui/bower_components/marked-element/hero.svg
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
diff --git a/dashboard-ui/bower_components/marked-element/index.html b/dashboard-ui/bower_components/marked-element/index.html
deleted file mode 100644
index 487bb5c38a..0000000000
--- a/dashboard-ui/bower_components/marked-element/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/marked-element/marked-element.html b/dashboard-ui/bower_components/marked-element/marked-element.html
deleted file mode 100644
index 5a0968a4d0..0000000000
--- a/dashboard-ui/bower_components/marked-element/marked-element.html
+++ /dev/null
@@ -1,228 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/marked-element/marked-import.html b/dashboard-ui/bower_components/marked-element/marked-import.html
deleted file mode 100644
index 31b1666fe2..0000000000
--- a/dashboard-ui/bower_components/marked-element/marked-import.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
diff --git a/dashboard-ui/bower_components/marked-element/test/index.html b/dashboard-ui/bower_components/marked-element/test/index.html
deleted file mode 100644
index ceaffb8cdf..0000000000
--- a/dashboard-ui/bower_components/marked-element/test/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- Tests
-
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/marked-element/test/marked-element.html b/dashboard-ui/bower_components/marked-element/test/marked-element.html
deleted file mode 100644
index 84bb665a82..0000000000
--- a/dashboard-ui/bower_components/marked-element/test/marked-element.html
+++ /dev/null
@@ -1,265 +0,0 @@
-
-
-
-
-
- marked-element basic tests
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/marked/.bower.json b/dashboard-ui/bower_components/marked/.bower.json
deleted file mode 100644
index ffeaa28703..0000000000
--- a/dashboard-ui/bower_components/marked/.bower.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "marked",
- "version": "0.3.5",
- "homepage": "https://github.com/chjj/marked",
- "authors": [
- "Christopher Jeffrey "
- ],
- "description": "A markdown parser built for speed",
- "keywords": [
- "markdown",
- "markup",
- "html"
- ],
- "main": "lib/marked.js",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "app/bower_components",
- "test",
- "tests"
- ],
- "_release": "0.3.5",
- "_resolution": {
- "type": "version",
- "tag": "v0.3.5",
- "commit": "88ce4df47c4d994dc1b1df1477a21fb893e11ddc"
- },
- "_source": "git://github.com/chjj/marked.git",
- "_target": "~0.3.3",
- "_originalSource": "marked"
-}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/marked/Gulpfile.js b/dashboard-ui/bower_components/marked/Gulpfile.js
deleted file mode 100644
index cebc16a650..0000000000
--- a/dashboard-ui/bower_components/marked/Gulpfile.js
+++ /dev/null
@@ -1,22 +0,0 @@
-var gulp = require('gulp');
-var uglify = require('gulp-uglify');
-var concat = require('gulp-concat');
-
-var preserveFirstComment = function() {
- var set = false;
-
- return function() {
- if (set) return false;
- set = true;
- return true;
- };
-};
-
-gulp.task('uglify', function() {
- gulp.src('lib/marked.js')
- .pipe(uglify({preserveComments: preserveFirstComment()}))
- .pipe(concat('marked.min.js'))
- .pipe(gulp.dest('.'));
-});
-
-gulp.task('default', ['uglify']);
diff --git a/dashboard-ui/bower_components/marked/LICENSE b/dashboard-ui/bower_components/marked/LICENSE
deleted file mode 100644
index a7b812ed61..0000000000
--- a/dashboard-ui/bower_components/marked/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/dashboard-ui/bower_components/marked/Makefile b/dashboard-ui/bower_components/marked/Makefile
deleted file mode 100644
index d9349f0799..0000000000
--- a/dashboard-ui/bower_components/marked/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all:
- @cp lib/marked.js marked.js
- @uglifyjs --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.min.js lib/marked.js
-
-clean:
- @rm marked.js
- @rm marked.min.js
-
-bench:
- @node test --bench
-
-.PHONY: clean all
diff --git a/dashboard-ui/bower_components/marked/bower.json b/dashboard-ui/bower_components/marked/bower.json
deleted file mode 100644
index a2a8187759..0000000000
--- a/dashboard-ui/bower_components/marked/bower.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "marked",
- "version": "0.3.4",
- "homepage": "https://github.com/chjj/marked",
- "authors": [
- "Christopher Jeffrey "
- ],
- "description": "A markdown parser built for speed",
- "keywords": [
- "markdown",
- "markup",
- "html"
- ],
- "main": "lib/marked.js",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "app/bower_components",
- "test",
- "tests"
- ]
-}
diff --git a/dashboard-ui/bower_components/marked/component.json b/dashboard-ui/bower_components/marked/component.json
deleted file mode 100644
index 1d672877f6..0000000000
--- a/dashboard-ui/bower_components/marked/component.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "marked",
- "version": "0.3.4",
- "repo": "chjj/marked",
- "description": "A markdown parser built for speed",
- "keywords": ["markdown", "markup", "html"],
- "scripts": ["lib/marked.js"],
- "main": "lib/marked.js",
- "license": "MIT"
-}
diff --git a/dashboard-ui/bower_components/marked/doc/broken.md b/dashboard-ui/bower_components/marked/doc/broken.md
deleted file mode 100644
index 7bfa49e8a9..0000000000
--- a/dashboard-ui/bower_components/marked/doc/broken.md
+++ /dev/null
@@ -1,426 +0,0 @@
-# Markdown is broken
-
-I have a lot of scraps of markdown engine oddities that I've collected over the
-years. What you see below is slightly messy, but it's what I've managed to
-cobble together to illustrate the differences between markdown engines, and
-why, if there ever is a markdown specification, it has to be absolutely
-thorough. There are a lot more of these little differences I have documented
-elsewhere. I know I will find them lingering on my disk one day, but until
-then, I'll continue to add whatever strange nonsensical things I find.
-
-Some of these examples may only mention a particular engine compared to marked.
-However, the examples with markdown.pl could easily be swapped out for
-discount, upskirt, or markdown.js, and you would very easily see even more
-inconsistencies.
-
-A lot of this was written when I was very unsatisfied with the inconsistencies
-between markdown engines. Please excuse the frustration noticeable in my
-writing.
-
-## Examples of markdown's "stupid" list parsing
-
-```
-$ markdown.pl
-
- * item1
-
- * item2
-
- text
-^D
-
-```
-
-Again, which looks correct to you?
-
-- - -
-
-EXAMPLE:
-
-```
-$ markdown.pl
-* hello
- * world
- * hi
- code
-^D
-
-
hello
-
-
world
-
hi
- code
-
-
-```
-
-The code isn't a code block even though it's after the bullet margin. I know,
-lets give it two more spaces, effectively making it 8 spaces past the bullet.
-
-```
-$ markdown.pl
-* hello
- * world
- * hi
- code
-^D
-
-
hello
-
-
world
-
hi
- code
-
-
-```
-
-And, it's still not a code block. Did you also notice that the 3rd item isn't
-even its own list? Markdown screws that up too because of its indentation
-unaware parsing.
-
-- - -
-
-Let's look at some more examples of markdown's list parsing:
-
-```
-$ markdown.pl
-
- * item1
-
- * item2
-
- text
-^D
-