diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5253efd --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +*.log +node_modules +build +*.node +components +_site/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ce77b3b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,79 @@ +image: netroby/alpine-rsync + +#project specific variables can be defines here, or overridden project settings +variables: + SERVER_DEV: ebi-cli.ebi.ac.uk + S3_BUCKET_DEV: origin.dev.ebi.emblstatic.net + SCRIPT_DEV: ~/bin/update-ebi-icon-fonts + DEV_URL: http://wwwdev.ebi.ac.uk/web_guidelines/EBI-Icon-fonts + SERVER_PROD: ebi-cli.ebi.ac.uk + S3_BUCKET_PROD: origin.ebi.emblstatic.net + SCRIPT_PROD: ~/bin/update-ebi-icon-fonts-prod + PROD_URL: http://www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts +# do not define here, put in project variables + SSH_USER: username + SSH_KEY: secret-key + AWS_KEY: key + AWS_SECRET: secret-key + +#setup ssh keys +.deploy_setup: &deploy_setup + tags: + - docker + before_script: + - mkdir ~/.ssh + - echo -e "${SSH_KEY}" >> ~/.ssh/${SSH_USER} && chmod 400 ~/.ssh/${SSH_USER} + - echo -e "Host *\n\tIdentityFile ~/.ssh/%r\n\tStrictHostKeyChecking no" >> ~/.ssh/config + +stages: + - deploy + +deploy_dev: + <<: *deploy_setup + stage: deploy + script: + - ssh -t ${SSH_USER}@${SERVER_DEV} ${SCRIPT_DEV} + only: + - branches + except: + - /-code$/ + environment: + name: dev + url: ${DEV_URL} + +deploy_live: + <<: *deploy_setup + stage: deploy + script: + - ssh -t ${SSH_USER}@${SERVER_PROD} ${SCRIPT_PROD} + only: + - tags + environment: + name: live + url: ${LIVE_URL} + +deploy_aws_dev: + image: ebiwd/alpine-ssh + stage: deploy + tags: + - docker + before_script: + - add-aws-key ${AWS_KEY} ${AWS_SECRET} + script: + - bin/deploy-aws + only: + - branches + except: + - /-code$/ + +deploy_aws_live: + image: ebiwd/alpine-ssh + stage: deploy + tags: + - docker + before_script: + - add-aws-key ${AWS_KEY} ${AWS_SECRET} + script: + - bin/deploy-aws prod + only: + - tags diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e0c9251 --- /dev/null +++ b/.htaccess @@ -0,0 +1,16 @@ + + + Header set Access-Control-Allow-Origin "*" + + SetOutputFilter DEFLATE + + + AddType font/ttf .ttf + AddType font/eot .eot + AddType font/otf .otf + AddType font/woff .woff + AddType image/svg+xml .svg + +# AddOutputFilterByType DEFLATE application/vnd.ms-fontobject application/x-font-ttf image/svg+xml + + DirectoryIndex index.html demo.html diff --git a/.max-age b/.max-age new file mode 100644 index 0000000..f3317a6 --- /dev/null +++ b/.max-age @@ -0,0 +1 @@ +86400 diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5f4eb45 --- /dev/null +++ b/.npmignore @@ -0,0 +1,13 @@ +.*.swp +._* +.DS_Store +.git +.hg +.npmrc +.lock-wscript +.svn +.wafpickle-* +config.gypi +CVS +npm-debug.log + diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7429896 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +language: node_js + +node_js: + - stable + +install: + - npm install + +before_script: + - sudo apt-get install fontforge + - npm install grunt-cli -g + +script: grunt + +deploy: + provider: pages + skip_cleanup: true + target_branch: v1.2 + github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard + on: + branch: v1.2-code diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.css b/EBI-Chemistry/fonts/EBI-Chemistry.css new file mode 100644 index 0000000..d3123c7 --- /dev/null +++ b/EBI-Chemistry/fonts/EBI-Chemistry.css @@ -0,0 +1,54 @@ +/* Generated by grunt-webfont */ + + + +@font-face { + font-family:"EBI-Chemistry"; + src:url("EBI-Chemistry.eot?d76a19833b661311a1015a2daf1f8b12"); + src:url("EBI-Chemistry.eot?d76a19833b661311a1015a2daf1f8b12#iefix") format("embedded-opentype"), + url("EBI-Chemistry.woff2?d76a19833b661311a1015a2daf1f8b12") format("woff2"), + url("EBI-Chemistry.woff?d76a19833b661311a1015a2daf1f8b12") format("woff"), + url("EBI-Chemistry.ttf?d76a19833b661311a1015a2daf1f8b12") format("truetype"), + url("EBI-Chemistry.svg?d76a19833b661311a1015a2daf1f8b12#EBI-Chemistry") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-chemistry { + + font-family:"EBI-Chemistry"; + + display:inline-block; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-direction_left:before { + content:"\6c"; +} + + +.icon-direction_reversible:before { + content:"\52"; +} + + +.icon-direction_right:before { + content:"\72"; +} + + +.icon-direction_unknown:before { + content:"\55"; +} diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.eot b/EBI-Chemistry/fonts/EBI-Chemistry.eot new file mode 100644 index 0000000..3d15533 Binary files /dev/null and b/EBI-Chemistry/fonts/EBI-Chemistry.eot differ diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.html b/EBI-Chemistry/fonts/EBI-Chemistry.html new file mode 100644 index 0000000..6382667 --- /dev/null +++ b/EBI-Chemistry/fonts/EBI-Chemistry.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Chemistry version 1.2HTMLDrupal
Direction left <* class="icon icon-chemistry" data-icon="l">[icon-chemistry:l]
Direction reversible <* class="icon icon-chemistry" data-icon="R">[icon-chemistry:R]
Direction right <* class="icon icon-chemistry" data-icon="r">[icon-chemistry:r]
Direction unknown <* class="icon icon-chemistry" data-icon="U">[icon-chemistry:U]
diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.svg b/EBI-Chemistry/fonts/EBI-Chemistry.svg new file mode 100644 index 0000000..d1da5f8 --- /dev/null +++ b/EBI-Chemistry/fonts/EBI-Chemistry.svg @@ -0,0 +1,57 @@ + + + + + +Created by FontForge 20120731 at Tue Sep 18 11:23:45 2018 + By Travis CI User + + + + + + + + + + + + diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.ttf b/EBI-Chemistry/fonts/EBI-Chemistry.ttf new file mode 100644 index 0000000..520eeae Binary files /dev/null and b/EBI-Chemistry/fonts/EBI-Chemistry.ttf differ diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.woff b/EBI-Chemistry/fonts/EBI-Chemistry.woff new file mode 100644 index 0000000..9b6d023 Binary files /dev/null and b/EBI-Chemistry/fonts/EBI-Chemistry.woff differ diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.woff2 b/EBI-Chemistry/fonts/EBI-Chemistry.woff2 new file mode 100644 index 0000000..774f49c Binary files /dev/null and b/EBI-Chemistry/fonts/EBI-Chemistry.woff2 differ diff --git a/EBI-Chemistry/static/svg/direction_left.svg b/EBI-Chemistry/static/svg/direction_left.svg new file mode 100644 index 0000000..409dccd --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Chemistry/static/svg/direction_reversible.svg b/EBI-Chemistry/static/svg/direction_reversible.svg new file mode 100644 index 0000000..649942a --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_reversible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Chemistry/static/svg/direction_right.svg b/EBI-Chemistry/static/svg/direction_right.svg new file mode 100644 index 0000000..39b106d --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Chemistry/static/svg/direction_unknown.svg b/EBI-Chemistry/static/svg/direction_unknown.svg new file mode 100644 index 0000000..c62d10d --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_unknown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.css b/EBI-Conceptual/fonts/EBI-Conceptual.css new file mode 100644 index 0000000..fea7bf5 --- /dev/null +++ b/EBI-Conceptual/fonts/EBI-Conceptual.css @@ -0,0 +1,79 @@ +/* Generated by grunt-webfont */ + + + +@font-face { + font-family:"EBI-Conceptual"; + src:url("EBI-Conceptual.eot?7217af573eac36c71df723a40ef562ab"); + src:url("EBI-Conceptual.eot?7217af573eac36c71df723a40ef562ab#iefix") format("embedded-opentype"), + url("EBI-Conceptual.woff2?7217af573eac36c71df723a40ef562ab") format("woff2"), + url("EBI-Conceptual.woff?7217af573eac36c71df723a40ef562ab") format("woff"), + url("EBI-Conceptual.ttf?7217af573eac36c71df723a40ef562ab") format("truetype"), + url("EBI-Conceptual.svg?7217af573eac36c71df723a40ef562ab#EBI-Conceptual") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-conceptual { + + font-family:"EBI-Conceptual"; + + display:inline-block; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-chemical:before { + content:"\62"; +} + + +.icon-cross-domain:before { + content:"\63"; +} + + +.icon-dna:before { + content:"\64"; +} + + +.icon-expression:before { + content:"\67"; +} + + +.icon-literature:before { + content:"\6c"; +} + + +.icon-ontology:before { + content:"\6f"; +} + + +.icon-proteins:before { + content:"\50"; +} + + +.icon-structures:before { + content:"\73"; +} + + +.icon-systems:before { + content:"\79"; +} diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.eot b/EBI-Conceptual/fonts/EBI-Conceptual.eot new file mode 100644 index 0000000..6d03521 Binary files /dev/null and b/EBI-Conceptual/fonts/EBI-Conceptual.eot differ diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.html b/EBI-Conceptual/fonts/EBI-Conceptual.html new file mode 100644 index 0000000..9e37c84 --- /dev/null +++ b/EBI-Conceptual/fonts/EBI-Conceptual.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Conceptual version 1.2HTMLDrupal
Chemical <* class="icon icon-conceptual" data-icon="b">[icon-conceptual:b]
Cross domain <* class="icon icon-conceptual" data-icon="c">[icon-conceptual:c]
Dna <* class="icon icon-conceptual" data-icon="d">[icon-conceptual:d]
Expression <* class="icon icon-conceptual" data-icon="g">[icon-conceptual:g]
Literature <* class="icon icon-conceptual" data-icon="l">[icon-conceptual:l]
Ontology <* class="icon icon-conceptual" data-icon="o">[icon-conceptual:o]
Proteins <* class="icon icon-conceptual" data-icon="P">[icon-conceptual:P]
Structures <* class="icon icon-conceptual" data-icon="s">[icon-conceptual:s]
Systems <* class="icon icon-conceptual" data-icon="y">[icon-conceptual:y]
diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.svg b/EBI-Conceptual/fonts/EBI-Conceptual.svg new file mode 100644 index 0000000..0709b24 --- /dev/null +++ b/EBI-Conceptual/fonts/EBI-Conceptual.svg @@ -0,0 +1,161 @@ + + + + + +Created by FontForge 20120731 at Tue Sep 18 11:23:45 2018 + By Travis CI User + + + + + + + + + + + + + + + + + diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.ttf b/EBI-Conceptual/fonts/EBI-Conceptual.ttf new file mode 100644 index 0000000..eeae730 Binary files /dev/null and b/EBI-Conceptual/fonts/EBI-Conceptual.ttf differ diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.woff b/EBI-Conceptual/fonts/EBI-Conceptual.woff new file mode 100644 index 0000000..6ba76ae Binary files /dev/null and b/EBI-Conceptual/fonts/EBI-Conceptual.woff differ diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.woff2 b/EBI-Conceptual/fonts/EBI-Conceptual.woff2 new file mode 100644 index 0000000..c8b33dd Binary files /dev/null and b/EBI-Conceptual/fonts/EBI-Conceptual.woff2 differ diff --git a/EBI-Conceptual/static/svg/chemical.svg b/EBI-Conceptual/static/svg/chemical.svg new file mode 100644 index 0000000..4e3c4ec --- /dev/null +++ b/EBI-Conceptual/static/svg/chemical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/cross-domain.svg b/EBI-Conceptual/static/svg/cross-domain.svg new file mode 100644 index 0000000..5552399 --- /dev/null +++ b/EBI-Conceptual/static/svg/cross-domain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/dna.svg b/EBI-Conceptual/static/svg/dna.svg new file mode 100644 index 0000000..be61323 --- /dev/null +++ b/EBI-Conceptual/static/svg/dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/expression.svg b/EBI-Conceptual/static/svg/expression.svg new file mode 100644 index 0000000..3ee61ed --- /dev/null +++ b/EBI-Conceptual/static/svg/expression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/literature.svg b/EBI-Conceptual/static/svg/literature.svg new file mode 100644 index 0000000..8674baa --- /dev/null +++ b/EBI-Conceptual/static/svg/literature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/ontology.svg b/EBI-Conceptual/static/svg/ontology.svg new file mode 100644 index 0000000..4252bb4 --- /dev/null +++ b/EBI-Conceptual/static/svg/ontology.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/proteins.svg b/EBI-Conceptual/static/svg/proteins.svg new file mode 100644 index 0000000..5b9b99a --- /dev/null +++ b/EBI-Conceptual/static/svg/proteins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/structures.svg b/EBI-Conceptual/static/svg/structures.svg new file mode 100644 index 0000000..7fb33b5 --- /dev/null +++ b/EBI-Conceptual/static/svg/structures.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/systems.svg b/EBI-Conceptual/static/svg/systems.svg new file mode 100644 index 0000000..7dd31e5 --- /dev/null +++ b/EBI-Conceptual/static/svg/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.css b/EBI-FileFormats/fonts/EBI-FileFormats.css new file mode 100644 index 0000000..cd2016d --- /dev/null +++ b/EBI-FileFormats/fonts/EBI-FileFormats.css @@ -0,0 +1,169 @@ +/* Generated by grunt-webfont */ + + + +@font-face { + font-family:"EBI-FileFormats"; + src:url("EBI-FileFormats.eot?9d0d40e615ca12b7b3ca10ea0b568ebe"); + src:url("EBI-FileFormats.eot?9d0d40e615ca12b7b3ca10ea0b568ebe#iefix") format("embedded-opentype"), + url("EBI-FileFormats.woff2?9d0d40e615ca12b7b3ca10ea0b568ebe") format("woff2"), + url("EBI-FileFormats.woff?9d0d40e615ca12b7b3ca10ea0b568ebe") format("woff"), + url("EBI-FileFormats.ttf?9d0d40e615ca12b7b3ca10ea0b568ebe") format("truetype"), + url("EBI-FileFormats.svg?9d0d40e615ca12b7b3ca10ea0b568ebe#EBI-FileFormats") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-fileformats { + + font-family:"EBI-FileFormats"; + + display:inline-block; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-AGP:before { + content:"\41"; +} + + +.icon-BAM:before { + content:"\42"; +} + + +.icon-CML:before { + content:"\43"; +} + + +.icon-CRAM:before { + content:"\52"; +} + + +.icon-CSV:before { + content:"\63"; +} + + +.icon-DOC:before { + content:"\64"; +} + + +.icon-FASTA:before { + content:"\61"; +} + + +.icon-FASTQ:before { + content:"\66"; +} + + +.icon-FLAT:before { + content:"\46"; +} + + +.icon-GFF:before { + content:"\47"; +} + + +.icon-IMG:before { + content:"\49"; +} + + +.icon-JSON:before { + content:"\4a"; +} + + +.icon-MDL:before { + content:"\4d"; +} + + +.icon-OBO:before { + content:"\4f"; +} + + +.icon-OWL:before { + content:"\6f"; +} + + +.icon-PDF:before { + content:"\70"; +} + + +.icon-Postscript:before { + content:"\33"; +} + + +.icon-PSI-MI_TAB:before { + content:"\32"; +} + + +.icon-PSI-MI_XML:before { + content:"\31"; +} + + +.icon-RD:before { + content:"\72"; +} + + +.icon-RDF_XML:before { + content:"\44"; +} + + +.icon-RXN:before { + content:"\58"; +} + + +.icon-SDF:before { + content:"\73"; +} + + +.icon-TSV:before { + content:"\76"; +} + + +.icon-TXT:before { + content:"\74"; +} + + +.icon-XML:before { + content:"\78"; +} + + +.icon-ZIP:before { + content:"\5a"; +} diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.eot b/EBI-FileFormats/fonts/EBI-FileFormats.eot new file mode 100644 index 0000000..19c1ace Binary files /dev/null and b/EBI-FileFormats/fonts/EBI-FileFormats.eot differ diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.html b/EBI-FileFormats/fonts/EBI-FileFormats.html new file mode 100644 index 0000000..945e7fd --- /dev/null +++ b/EBI-FileFormats/fonts/EBI-FileFormats.html @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-FileFormats version 1.2HTMLDrupal
Agp <* class="icon icon-fileformats" data-icon="A">[icon-fileformats:A]
Bam <* class="icon icon-fileformats" data-icon="B">[icon-fileformats:B]
Cml <* class="icon icon-fileformats" data-icon="C">[icon-fileformats:C]
Cram <* class="icon icon-fileformats" data-icon="R">[icon-fileformats:R]
Csv <* class="icon icon-fileformats" data-icon="c">[icon-fileformats:c]
Doc <* class="icon icon-fileformats" data-icon="d">[icon-fileformats:d]
Fasta <* class="icon icon-fileformats" data-icon="a">[icon-fileformats:a]
Fastq <* class="icon icon-fileformats" data-icon="f">[icon-fileformats:f]
Flat <* class="icon icon-fileformats" data-icon="F">[icon-fileformats:F]
Gff <* class="icon icon-fileformats" data-icon="G">[icon-fileformats:G]
Img <* class="icon icon-fileformats" data-icon="I">[icon-fileformats:I]
Json <* class="icon icon-fileformats" data-icon="J">[icon-fileformats:J]
Mdl <* class="icon icon-fileformats" data-icon="M">[icon-fileformats:M]
Obo <* class="icon icon-fileformats" data-icon="O">[icon-fileformats:O]
Owl <* class="icon icon-fileformats" data-icon="o">[icon-fileformats:o]
Pdf <* class="icon icon-fileformats" data-icon="p">[icon-fileformats:p]
Postscript <* class="icon icon-fileformats" data-icon="3">[icon-fileformats:3]
Psi mi tab <* class="icon icon-fileformats" data-icon="2">[icon-fileformats:2]
Psi mi xml <* class="icon icon-fileformats" data-icon="1">[icon-fileformats:1]
Rd <* class="icon icon-fileformats" data-icon="r">[icon-fileformats:r]
Rdf xml <* class="icon icon-fileformats" data-icon="D">[icon-fileformats:D]
Rxn <* class="icon icon-fileformats" data-icon="X">[icon-fileformats:X]
Sdf <* class="icon icon-fileformats" data-icon="s">[icon-fileformats:s]
Tsv <* class="icon icon-fileformats" data-icon="v">[icon-fileformats:v]
Txt <* class="icon icon-fileformats" data-icon="t">[icon-fileformats:t]
Xml <* class="icon icon-fileformats" data-icon="x">[icon-fileformats:x]
Zip <* class="icon icon-fileformats" data-icon="Z">[icon-fileformats:Z]
diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.svg b/EBI-FileFormats/fonts/EBI-FileFormats.svg new file mode 100644 index 0000000..4737c6c --- /dev/null +++ b/EBI-FileFormats/fonts/EBI-FileFormats.svg @@ -0,0 +1,481 @@ + + + + + +Created by FontForge 20120731 at Tue Sep 18 11:23:45 2018 + By Travis CI User + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.ttf b/EBI-FileFormats/fonts/EBI-FileFormats.ttf new file mode 100644 index 0000000..5ab9b0e Binary files /dev/null and b/EBI-FileFormats/fonts/EBI-FileFormats.ttf differ diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.woff b/EBI-FileFormats/fonts/EBI-FileFormats.woff new file mode 100644 index 0000000..14553fa Binary files /dev/null and b/EBI-FileFormats/fonts/EBI-FileFormats.woff differ diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.woff2 b/EBI-FileFormats/fonts/EBI-FileFormats.woff2 new file mode 100644 index 0000000..e825be8 Binary files /dev/null and b/EBI-FileFormats/fonts/EBI-FileFormats.woff2 differ diff --git a/EBI-FileFormats/static/svg/AGP.svg b/EBI-FileFormats/static/svg/AGP.svg new file mode 100644 index 0000000..ee68a20 --- /dev/null +++ b/EBI-FileFormats/static/svg/AGP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/BAM.svg b/EBI-FileFormats/static/svg/BAM.svg new file mode 100644 index 0000000..9a084de --- /dev/null +++ b/EBI-FileFormats/static/svg/BAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/CML.svg b/EBI-FileFormats/static/svg/CML.svg new file mode 100644 index 0000000..9501659 --- /dev/null +++ b/EBI-FileFormats/static/svg/CML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/CRAM.svg b/EBI-FileFormats/static/svg/CRAM.svg new file mode 100644 index 0000000..d3adc74 --- /dev/null +++ b/EBI-FileFormats/static/svg/CRAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/CSV.svg b/EBI-FileFormats/static/svg/CSV.svg new file mode 100644 index 0000000..5be527c --- /dev/null +++ b/EBI-FileFormats/static/svg/CSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/DOC.svg b/EBI-FileFormats/static/svg/DOC.svg new file mode 100644 index 0000000..390e2b6 --- /dev/null +++ b/EBI-FileFormats/static/svg/DOC.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/FASTA.svg b/EBI-FileFormats/static/svg/FASTA.svg new file mode 100644 index 0000000..919cafe --- /dev/null +++ b/EBI-FileFormats/static/svg/FASTA.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/FASTQ.svg b/EBI-FileFormats/static/svg/FASTQ.svg new file mode 100644 index 0000000..e964403 --- /dev/null +++ b/EBI-FileFormats/static/svg/FASTQ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/FLAT.svg b/EBI-FileFormats/static/svg/FLAT.svg new file mode 100644 index 0000000..1fec7a9 --- /dev/null +++ b/EBI-FileFormats/static/svg/FLAT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/GFF.svg b/EBI-FileFormats/static/svg/GFF.svg new file mode 100644 index 0000000..b452ba2 --- /dev/null +++ b/EBI-FileFormats/static/svg/GFF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/IMG.svg b/EBI-FileFormats/static/svg/IMG.svg new file mode 100644 index 0000000..1e659b7 --- /dev/null +++ b/EBI-FileFormats/static/svg/IMG.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/JSON.svg b/EBI-FileFormats/static/svg/JSON.svg new file mode 100644 index 0000000..2311eaf --- /dev/null +++ b/EBI-FileFormats/static/svg/JSON.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/MDL.svg b/EBI-FileFormats/static/svg/MDL.svg new file mode 100644 index 0000000..a16c2ea --- /dev/null +++ b/EBI-FileFormats/static/svg/MDL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/OBO.svg b/EBI-FileFormats/static/svg/OBO.svg new file mode 100644 index 0000000..2a33f0a --- /dev/null +++ b/EBI-FileFormats/static/svg/OBO.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/OWL.svg b/EBI-FileFormats/static/svg/OWL.svg new file mode 100644 index 0000000..a0dc03a --- /dev/null +++ b/EBI-FileFormats/static/svg/OWL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/PDF.svg b/EBI-FileFormats/static/svg/PDF.svg new file mode 100644 index 0000000..6fa7c58 --- /dev/null +++ b/EBI-FileFormats/static/svg/PDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/PSI-MI_TAB.svg b/EBI-FileFormats/static/svg/PSI-MI_TAB.svg new file mode 100644 index 0000000..b99708c --- /dev/null +++ b/EBI-FileFormats/static/svg/PSI-MI_TAB.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/PSI-MI_XML.svg b/EBI-FileFormats/static/svg/PSI-MI_XML.svg new file mode 100644 index 0000000..79d525b --- /dev/null +++ b/EBI-FileFormats/static/svg/PSI-MI_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/Postscript.svg b/EBI-FileFormats/static/svg/Postscript.svg new file mode 100644 index 0000000..de02a6b --- /dev/null +++ b/EBI-FileFormats/static/svg/Postscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/RD.svg b/EBI-FileFormats/static/svg/RD.svg new file mode 100644 index 0000000..30e7448 --- /dev/null +++ b/EBI-FileFormats/static/svg/RD.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/RDF_XML.svg b/EBI-FileFormats/static/svg/RDF_XML.svg new file mode 100644 index 0000000..0bb5cfe --- /dev/null +++ b/EBI-FileFormats/static/svg/RDF_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/RXN.svg b/EBI-FileFormats/static/svg/RXN.svg new file mode 100644 index 0000000..2c286a0 --- /dev/null +++ b/EBI-FileFormats/static/svg/RXN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/SDF.svg b/EBI-FileFormats/static/svg/SDF.svg new file mode 100644 index 0000000..cd52fd6 --- /dev/null +++ b/EBI-FileFormats/static/svg/SDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/TSV.svg b/EBI-FileFormats/static/svg/TSV.svg new file mode 100644 index 0000000..89d6d18 --- /dev/null +++ b/EBI-FileFormats/static/svg/TSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/TXT.svg b/EBI-FileFormats/static/svg/TXT.svg new file mode 100644 index 0000000..f90a7bf --- /dev/null +++ b/EBI-FileFormats/static/svg/TXT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/XML.svg b/EBI-FileFormats/static/svg/XML.svg new file mode 100644 index 0000000..47a55e7 --- /dev/null +++ b/EBI-FileFormats/static/svg/XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/ZIP.svg b/EBI-FileFormats/static/svg/ZIP.svg new file mode 100644 index 0000000..b66193a --- /dev/null +++ b/EBI-FileFormats/static/svg/ZIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/fonts/EBI-Functional.css b/EBI-Functional/fonts/EBI-Functional.css new file mode 100644 index 0000000..f39f405 --- /dev/null +++ b/EBI-Functional/fonts/EBI-Functional.css @@ -0,0 +1,344 @@ +/* Generated by grunt-webfont */ + + + +@font-face { + font-family:"EBI-Functional"; + src:url("EBI-Functional.eot?e4de9173e4812a8f7a1ce4b166b25dc9"); + src:url("EBI-Functional.eot?e4de9173e4812a8f7a1ce4b166b25dc9#iefix") format("embedded-opentype"), + url("EBI-Functional.woff2?e4de9173e4812a8f7a1ce4b166b25dc9") format("woff2"), + url("EBI-Functional.woff?e4de9173e4812a8f7a1ce4b166b25dc9") format("woff"), + url("EBI-Functional.ttf?e4de9173e4812a8f7a1ce4b166b25dc9") format("truetype"), + url("EBI-Functional.svg?e4de9173e4812a8f7a1ce4b166b25dc9#EBI-Functional") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-functional { + + font-family:"EBI-Functional"; + + display:inline-block; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-add-job:before { + content:"\29"; +} + + +.icon-add-user:before { + content:"\37"; +} + + +.icon-add:before { + content:"\2b"; +} + + +.icon-align:before { + content:"\69"; +} + + +.icon-analyse-graph:before { + content:"\7a"; +} + + +.icon-analyse-percent_0:before { + content:"\42"; +} + + +.icon-analyse-percent_100:before { + content:"\45"; +} + + +.icon-analyse-percent_40:before { + content:"\43"; +} + + +.icon-analyse:before { + content:"\41"; +} + + +.icon-approve:before { + content:"\2f"; +} + + +.icon-approved-job:before { + content:"\28"; +} + + +.icon-attach:before { + content:"\61"; +} + + +.icon-browse:before { + content:"\62"; +} + + +.icon-close:before { + content:"\78"; +} + + +.icon-collapse-closed:before { + content:"\39"; +} + + +.icon-collapse-open:before { + content:"\38"; +} + + +.icon-collapse:before { + content:"\77"; +} + + +.icon-compare:before { + content:"\4f"; +} + + +.icon-crop:before { + content:"\5c"; +} + + +.icon-cut:before { + content:"\63"; +} + + +.icon-database-submit:before { + content:"\44"; +} + + +.icon-delete:before { + content:"\64"; +} + + +.icon-download:before { + content:"\3d"; +} + + +.icon-edit-user:before { + content:"\35"; +} + + +.icon-edit:before { + content:"\65"; +} + + +.icon-expand:before { + content:"\75"; +} + + +.icon-filter:before { + content:"\66"; +} + + +.icon-first-page:before { + content:"\5b"; +} + + +.icon-fullscreen:before { + content:"\46"; +} + + +.icon-hierarchy:before { + content:"\68"; +} + + +.icon-last-page:before { + content:"\5d"; +} + + +.icon-like:before { + content:"\6b"; +} + + +.icon-lock:before { + content:"\4c"; +} + + +.icon-login:before { + content:"\6c"; +} + + +.icon-mapping:before { + content:"\30"; +} + + +.icon-menu:before { + content:"\4d"; +} + + +.icon-move:before { + content:"\6d"; +} + + +.icon-next-page:before { + content:"\3e"; +} + + +.icon-play:before { + content:"\76"; +} + + +.icon-previous-page:before { + content:"\3c"; +} + + +.icon-print:before { + content:"\50"; +} + + +.icon-redo:before { + content:"\7d"; +} + + +.icon-refresh:before { + content:"\52"; +} + + +.icon-remove-user:before { + content:"\36"; +} + + +.icon-remove:before { + content:"\2d"; +} + + +.icon-save:before { + content:"\53"; +} + + +.icon-scaleable:before { + content:"\59"; +} + + +.icon-search-document:before { + content:"\6a"; +} + + +.icon-search:before { + content:"\31"; +} + + +.icon-send:before { + content:"\6e"; +} + + +.icon-settings:before { + content:"\73"; +} + + +.icon-share:before { + content:"\72"; +} + + +.icon-stop:before { + content:"\6f"; +} + + +.icon-submit:before { + content:"\5f"; +} + + +.icon-target:before { + content:"\54"; +} + + +.icon-tool:before { + content:"\74"; +} + + +.icon-unassigned-job:before { + content:"\2a"; +} + + +.icon-undo:before { + content:"\7b"; +} + + +.icon-unlock:before { + content:"\55"; +} + + +.icon-view:before { + content:"\34"; +} + + +.icon-zoom-in:before { + content:"\33"; +} + + +.icon-zoom-out:before { + content:"\32"; +} diff --git a/EBI-Functional/fonts/EBI-Functional.eot b/EBI-Functional/fonts/EBI-Functional.eot new file mode 100644 index 0000000..5c276d6 Binary files /dev/null and b/EBI-Functional/fonts/EBI-Functional.eot differ diff --git a/EBI-Functional/fonts/EBI-Functional.html b/EBI-Functional/fonts/EBI-Functional.html new file mode 100644 index 0000000..7dc9c28 --- /dev/null +++ b/EBI-Functional/fonts/EBI-Functional.html @@ -0,0 +1,636 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Functional version 1.2HTMLDrupal
Add job <* class="icon icon-functional" data-icon=")">[icon-functional:)]
Add user <* class="icon icon-functional" data-icon="7">[icon-functional:7]
Add <* class="icon icon-functional" data-icon="+">[icon-functional:+]
Align <* class="icon icon-functional" data-icon="i">[icon-functional:i]
Analyse graph <* class="icon icon-functional" data-icon="z">[icon-functional:z]
Analyse percent 0 <* class="icon icon-functional" data-icon="B">[icon-functional:B]
Analyse percent 100 <* class="icon icon-functional" data-icon="E">[icon-functional:E]
Analyse percent 40 <* class="icon icon-functional" data-icon="C">[icon-functional:C]
Analyse <* class="icon icon-functional" data-icon="A">[icon-functional:A]
Approve <* class="icon icon-functional" data-icon="/">[icon-functional:/]
Approved job <* class="icon icon-functional" data-icon="(">[icon-functional:(]
Attach <* class="icon icon-functional" data-icon="a">[icon-functional:a]
Browse <* class="icon icon-functional" data-icon="b">[icon-functional:b]
Close <* class="icon icon-functional" data-icon="x">[icon-functional:x]
Collapse closed <* class="icon icon-functional" data-icon="9">[icon-functional:9]
Collapse open <* class="icon icon-functional" data-icon="8">[icon-functional:8]
Collapse <* class="icon icon-functional" data-icon="w">[icon-functional:w]
Compare <* class="icon icon-functional" data-icon="O">[icon-functional:O]
Crop <* class="icon icon-functional" data-icon="\">[icon-functional:\]
Cut <* class="icon icon-functional" data-icon="c">[icon-functional:c]
Database submit <* class="icon icon-functional" data-icon="D">[icon-functional:D]
Delete <* class="icon icon-functional" data-icon="d">[icon-functional:d]
Download <* class="icon icon-functional" data-icon="=">[icon-functional:=]
Edit user <* class="icon icon-functional" data-icon="5">[icon-functional:5]
Edit <* class="icon icon-functional" data-icon="e">[icon-functional:e]
Expand <* class="icon icon-functional" data-icon="u">[icon-functional:u]
Filter <* class="icon icon-functional" data-icon="f">[icon-functional:f]
First page <* class="icon icon-functional" data-icon="[">[icon-functional:[]
Fullscreen <* class="icon icon-functional" data-icon="F">[icon-functional:F]
Hierarchy <* class="icon icon-functional" data-icon="h">[icon-functional:h]
Last page <* class="icon icon-functional" data-icon="]">[icon-functional:]]
Like <* class="icon icon-functional" data-icon="k">[icon-functional:k]
Lock <* class="icon icon-functional" data-icon="L">[icon-functional:L]
Login <* class="icon icon-functional" data-icon="l">[icon-functional:l]
Mapping <* class="icon icon-functional" data-icon="0">[icon-functional:0]
Menu <* class="icon icon-functional" data-icon="M">[icon-functional:M]
Move <* class="icon icon-functional" data-icon="m">[icon-functional:m]
Next page <* class="icon icon-functional" data-icon=">">[icon-functional:>]
Play <* class="icon icon-functional" data-icon="v">[icon-functional:v]
Previous page <* class="icon icon-functional" data-icon="<">[icon-functional:<]
Print <* class="icon icon-functional" data-icon="P">[icon-functional:P]
Redo <* class="icon icon-functional" data-icon="}">[icon-functional:}]
Refresh <* class="icon icon-functional" data-icon="R">[icon-functional:R]
Remove user <* class="icon icon-functional" data-icon="6">[icon-functional:6]
Remove <* class="icon icon-functional" data-icon="-">[icon-functional:-]
Save <* class="icon icon-functional" data-icon="S">[icon-functional:S]
Scaleable <* class="icon icon-functional" data-icon="Y">[icon-functional:Y]
Search document <* class="icon icon-functional" data-icon="j">[icon-functional:j]
Search <* class="icon icon-functional" data-icon="1">[icon-functional:1]
Send <* class="icon icon-functional" data-icon="n">[icon-functional:n]
Settings <* class="icon icon-functional" data-icon="s">[icon-functional:s]
Share <* class="icon icon-functional" data-icon="r">[icon-functional:r]
Stop <* class="icon icon-functional" data-icon="o">[icon-functional:o]
Submit <* class="icon icon-functional" data-icon="_">[icon-functional:_]
Target <* class="icon icon-functional" data-icon="T">[icon-functional:T]
Tool <* class="icon icon-functional" data-icon="t">[icon-functional:t]
Unassigned job <* class="icon icon-functional" data-icon="*">[icon-functional:*]
Undo <* class="icon icon-functional" data-icon="{">[icon-functional:{]
Unlock <* class="icon icon-functional" data-icon="U">[icon-functional:U]
View <* class="icon icon-functional" data-icon="4">[icon-functional:4]
Zoom in <* class="icon icon-functional" data-icon="3">[icon-functional:3]
Zoom out <* class="icon icon-functional" data-icon="2">[icon-functional:2]
diff --git a/EBI-Functional/fonts/EBI-Functional.svg b/EBI-Functional/fonts/EBI-Functional.svg new file mode 100644 index 0000000..ce4be4c --- /dev/null +++ b/EBI-Functional/fonts/EBI-Functional.svg @@ -0,0 +1,293 @@ + + + + + +Created by FontForge 20120731 at Tue Sep 18 11:23:45 2018 + By Travis CI User + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-Functional/fonts/EBI-Functional.ttf b/EBI-Functional/fonts/EBI-Functional.ttf new file mode 100644 index 0000000..933d9bf Binary files /dev/null and b/EBI-Functional/fonts/EBI-Functional.ttf differ diff --git a/EBI-Functional/fonts/EBI-Functional.woff b/EBI-Functional/fonts/EBI-Functional.woff new file mode 100644 index 0000000..d85ec7f Binary files /dev/null and b/EBI-Functional/fonts/EBI-Functional.woff differ diff --git a/EBI-Functional/fonts/EBI-Functional.woff2 b/EBI-Functional/fonts/EBI-Functional.woff2 new file mode 100644 index 0000000..ba213a0 Binary files /dev/null and b/EBI-Functional/fonts/EBI-Functional.woff2 differ diff --git a/EBI-Functional/static/svg/add-job.svg b/EBI-Functional/static/svg/add-job.svg new file mode 100644 index 0000000..b137fa7 --- /dev/null +++ b/EBI-Functional/static/svg/add-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/add-user.svg b/EBI-Functional/static/svg/add-user.svg new file mode 100644 index 0000000..17e57af --- /dev/null +++ b/EBI-Functional/static/svg/add-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/add.svg b/EBI-Functional/static/svg/add.svg new file mode 100644 index 0000000..7a6c5d3 --- /dev/null +++ b/EBI-Functional/static/svg/add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/align.svg b/EBI-Functional/static/svg/align.svg new file mode 100644 index 0000000..3b517d4 --- /dev/null +++ b/EBI-Functional/static/svg/align.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-graph.svg b/EBI-Functional/static/svg/analyse-graph.svg new file mode 100644 index 0000000..646bc78 --- /dev/null +++ b/EBI-Functional/static/svg/analyse-graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-percent_0.svg b/EBI-Functional/static/svg/analyse-percent_0.svg new file mode 100644 index 0000000..b87a007 --- /dev/null +++ b/EBI-Functional/static/svg/analyse-percent_0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-percent_100.svg b/EBI-Functional/static/svg/analyse-percent_100.svg new file mode 100644 index 0000000..1c55ed3 --- /dev/null +++ b/EBI-Functional/static/svg/analyse-percent_100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-percent_40.svg b/EBI-Functional/static/svg/analyse-percent_40.svg new file mode 100644 index 0000000..aa23bda --- /dev/null +++ b/EBI-Functional/static/svg/analyse-percent_40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse.svg b/EBI-Functional/static/svg/analyse.svg new file mode 100644 index 0000000..7f849bf --- /dev/null +++ b/EBI-Functional/static/svg/analyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/approve.svg b/EBI-Functional/static/svg/approve.svg new file mode 100644 index 0000000..cbfa2f0 --- /dev/null +++ b/EBI-Functional/static/svg/approve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/approved-job.svg b/EBI-Functional/static/svg/approved-job.svg new file mode 100644 index 0000000..159fd7f --- /dev/null +++ b/EBI-Functional/static/svg/approved-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/attach.svg b/EBI-Functional/static/svg/attach.svg new file mode 100644 index 0000000..a4b4849 --- /dev/null +++ b/EBI-Functional/static/svg/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/browse.svg b/EBI-Functional/static/svg/browse.svg new file mode 100644 index 0000000..b2ed5fe --- /dev/null +++ b/EBI-Functional/static/svg/browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/close.svg b/EBI-Functional/static/svg/close.svg new file mode 100644 index 0000000..9be4c67 --- /dev/null +++ b/EBI-Functional/static/svg/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/collapse-closed.svg b/EBI-Functional/static/svg/collapse-closed.svg new file mode 100644 index 0000000..14a25d7 --- /dev/null +++ b/EBI-Functional/static/svg/collapse-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/collapse-open.svg b/EBI-Functional/static/svg/collapse-open.svg new file mode 100644 index 0000000..873abfc --- /dev/null +++ b/EBI-Functional/static/svg/collapse-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/collapse.svg b/EBI-Functional/static/svg/collapse.svg new file mode 100644 index 0000000..61b315d --- /dev/null +++ b/EBI-Functional/static/svg/collapse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/compare.svg b/EBI-Functional/static/svg/compare.svg new file mode 100644 index 0000000..d465af7 --- /dev/null +++ b/EBI-Functional/static/svg/compare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/crop.svg b/EBI-Functional/static/svg/crop.svg new file mode 100644 index 0000000..467d74f --- /dev/null +++ b/EBI-Functional/static/svg/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/cut.svg b/EBI-Functional/static/svg/cut.svg new file mode 100644 index 0000000..46e1b90 --- /dev/null +++ b/EBI-Functional/static/svg/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/database-submit.svg b/EBI-Functional/static/svg/database-submit.svg new file mode 100644 index 0000000..6e66e40 --- /dev/null +++ b/EBI-Functional/static/svg/database-submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/delete.svg b/EBI-Functional/static/svg/delete.svg new file mode 100644 index 0000000..fca82a7 --- /dev/null +++ b/EBI-Functional/static/svg/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/download.svg b/EBI-Functional/static/svg/download.svg new file mode 100644 index 0000000..a770b32 --- /dev/null +++ b/EBI-Functional/static/svg/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/edit-user.svg b/EBI-Functional/static/svg/edit-user.svg new file mode 100644 index 0000000..07385db --- /dev/null +++ b/EBI-Functional/static/svg/edit-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/edit.svg b/EBI-Functional/static/svg/edit.svg new file mode 100644 index 0000000..fa40561 --- /dev/null +++ b/EBI-Functional/static/svg/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/expand.svg b/EBI-Functional/static/svg/expand.svg new file mode 100644 index 0000000..7ebf198 --- /dev/null +++ b/EBI-Functional/static/svg/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/filter.svg b/EBI-Functional/static/svg/filter.svg new file mode 100644 index 0000000..89156ea --- /dev/null +++ b/EBI-Functional/static/svg/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/first-page.svg b/EBI-Functional/static/svg/first-page.svg new file mode 100644 index 0000000..b22a4d4 --- /dev/null +++ b/EBI-Functional/static/svg/first-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/fullscreen.svg b/EBI-Functional/static/svg/fullscreen.svg new file mode 100644 index 0000000..ced2420 --- /dev/null +++ b/EBI-Functional/static/svg/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/hierarchy.svg b/EBI-Functional/static/svg/hierarchy.svg new file mode 100644 index 0000000..6588e37 --- /dev/null +++ b/EBI-Functional/static/svg/hierarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/last-page.svg b/EBI-Functional/static/svg/last-page.svg new file mode 100644 index 0000000..95e2daa --- /dev/null +++ b/EBI-Functional/static/svg/last-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/like.svg b/EBI-Functional/static/svg/like.svg new file mode 100644 index 0000000..0f394e7 --- /dev/null +++ b/EBI-Functional/static/svg/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/lock.svg b/EBI-Functional/static/svg/lock.svg new file mode 100644 index 0000000..a7379a6 --- /dev/null +++ b/EBI-Functional/static/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/login.svg b/EBI-Functional/static/svg/login.svg new file mode 100644 index 0000000..dd89ea1 --- /dev/null +++ b/EBI-Functional/static/svg/login.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/mapping.svg b/EBI-Functional/static/svg/mapping.svg new file mode 100644 index 0000000..af9265c --- /dev/null +++ b/EBI-Functional/static/svg/mapping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/menu.svg b/EBI-Functional/static/svg/menu.svg new file mode 100644 index 0000000..cc76168 --- /dev/null +++ b/EBI-Functional/static/svg/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/move.svg b/EBI-Functional/static/svg/move.svg new file mode 100644 index 0000000..f7ac38c --- /dev/null +++ b/EBI-Functional/static/svg/move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/next-page.svg b/EBI-Functional/static/svg/next-page.svg new file mode 100644 index 0000000..8b954ca --- /dev/null +++ b/EBI-Functional/static/svg/next-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/play.svg b/EBI-Functional/static/svg/play.svg new file mode 100644 index 0000000..f40c1af --- /dev/null +++ b/EBI-Functional/static/svg/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/previous-page.svg b/EBI-Functional/static/svg/previous-page.svg new file mode 100644 index 0000000..cd2f130 --- /dev/null +++ b/EBI-Functional/static/svg/previous-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/print.svg b/EBI-Functional/static/svg/print.svg new file mode 100644 index 0000000..5513c4a --- /dev/null +++ b/EBI-Functional/static/svg/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/redo.svg b/EBI-Functional/static/svg/redo.svg new file mode 100644 index 0000000..d37ee2a --- /dev/null +++ b/EBI-Functional/static/svg/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/refresh.svg b/EBI-Functional/static/svg/refresh.svg new file mode 100644 index 0000000..8cf4010 --- /dev/null +++ b/EBI-Functional/static/svg/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/remove-user.svg b/EBI-Functional/static/svg/remove-user.svg new file mode 100644 index 0000000..3692937 --- /dev/null +++ b/EBI-Functional/static/svg/remove-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/remove.svg b/EBI-Functional/static/svg/remove.svg new file mode 100644 index 0000000..7077363 --- /dev/null +++ b/EBI-Functional/static/svg/remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/save.svg b/EBI-Functional/static/svg/save.svg new file mode 100644 index 0000000..7003a59 --- /dev/null +++ b/EBI-Functional/static/svg/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/scaleable.svg b/EBI-Functional/static/svg/scaleable.svg new file mode 100644 index 0000000..2fe3e07 --- /dev/null +++ b/EBI-Functional/static/svg/scaleable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/search-document.svg b/EBI-Functional/static/svg/search-document.svg new file mode 100644 index 0000000..0247dd4 --- /dev/null +++ b/EBI-Functional/static/svg/search-document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/search.svg b/EBI-Functional/static/svg/search.svg new file mode 100644 index 0000000..7abb2f1 --- /dev/null +++ b/EBI-Functional/static/svg/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/send.svg b/EBI-Functional/static/svg/send.svg new file mode 100644 index 0000000..1f27fd5 --- /dev/null +++ b/EBI-Functional/static/svg/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/settings.svg b/EBI-Functional/static/svg/settings.svg new file mode 100644 index 0000000..f5904b6 --- /dev/null +++ b/EBI-Functional/static/svg/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/share.svg b/EBI-Functional/static/svg/share.svg new file mode 100644 index 0000000..ab8b521 --- /dev/null +++ b/EBI-Functional/static/svg/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/stop.svg b/EBI-Functional/static/svg/stop.svg new file mode 100644 index 0000000..b49fd76 --- /dev/null +++ b/EBI-Functional/static/svg/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/submit.svg b/EBI-Functional/static/svg/submit.svg new file mode 100644 index 0000000..c3aeedd --- /dev/null +++ b/EBI-Functional/static/svg/submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/target.svg b/EBI-Functional/static/svg/target.svg new file mode 100644 index 0000000..27cd3f1 --- /dev/null +++ b/EBI-Functional/static/svg/target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/tool.svg b/EBI-Functional/static/svg/tool.svg new file mode 100644 index 0000000..7ef9c94 --- /dev/null +++ b/EBI-Functional/static/svg/tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/unassigned-job.svg b/EBI-Functional/static/svg/unassigned-job.svg new file mode 100644 index 0000000..b1925ee --- /dev/null +++ b/EBI-Functional/static/svg/unassigned-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/undo.svg b/EBI-Functional/static/svg/undo.svg new file mode 100644 index 0000000..6e37394 --- /dev/null +++ b/EBI-Functional/static/svg/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/unlock.svg b/EBI-Functional/static/svg/unlock.svg new file mode 100644 index 0000000..dd5d4d7 --- /dev/null +++ b/EBI-Functional/static/svg/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/view.svg b/EBI-Functional/static/svg/view.svg new file mode 100644 index 0000000..f2af7be --- /dev/null +++ b/EBI-Functional/static/svg/view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/zoom-in.svg b/EBI-Functional/static/svg/zoom-in.svg new file mode 100644 index 0000000..5ea5574 --- /dev/null +++ b/EBI-Functional/static/svg/zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/zoom-out.svg b/EBI-Functional/static/svg/zoom-out.svg new file mode 100644 index 0000000..e089a11 --- /dev/null +++ b/EBI-Functional/static/svg/zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/fonts/EBI-Generic.css b/EBI-Generic/fonts/EBI-Generic.css new file mode 100644 index 0000000..852e082 --- /dev/null +++ b/EBI-Generic/fonts/EBI-Generic.css @@ -0,0 +1,379 @@ +/* Generated by grunt-webfont */ + + + +@font-face { + font-family:"EBI-Generic"; + src:url("EBI-Generic.eot?bf37f22b47a3610ef5b8956e2e3636f3"); + src:url("EBI-Generic.eot?bf37f22b47a3610ef5b8956e2e3636f3#iefix") format("embedded-opentype"), + url("EBI-Generic.woff2?bf37f22b47a3610ef5b8956e2e3636f3") format("woff2"), + url("EBI-Generic.woff?bf37f22b47a3610ef5b8956e2e3636f3") format("woff"), + url("EBI-Generic.ttf?bf37f22b47a3610ef5b8956e2e3636f3") format("truetype"), + url("EBI-Generic.svg?bf37f22b47a3610ef5b8956e2e3636f3#EBI-Generic") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-generic { + + font-family:"EBI-Generic"; + + display:inline-block; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-accommodation:before { + content:"\61"; +} + + +.icon-alert:before { + content:"\6c"; +} + + +.icon-alumni:before { + content:"\41"; +} + + +.icon-announcement:before { + content:"\55"; +} + + +.icon-basket:before { + content:"\62"; +} + + +.icon-beta:before { + content:"\3e"; +} + + +.icon-bike:before { + content:"\33"; +} + + +.icon-biotech:before { + content:"\42"; +} + + +.icon-bus:before { + content:"\31"; +} + + +.icon-calendar:before { + content:"\72"; +} + + +.icon-camera:before { + content:"\21"; +} + + +.icon-car:before { + content:"\32"; +} + + +.icon-careers:before { + content:"\63"; +} + + +.icon-classification:before { + content:"\65"; +} + + +.icon-clock:before { + content:"\7b"; +} + + +.icon-contact:before { + content:"\43"; +} + + +.icon-crosslink:before { + content:"\64"; +} + + +.icon-database:before { + content:"\44"; +} + + +.icon-discuss:before { + content:"\5c"; +} + + +.icon-documentation:before { + content:"\3b"; +} + + +.icon-drug:before { + content:"\75"; +} + + +.icon-elixir:before { + content:"\25"; +} + + +.icon-email:before { + content:"\45"; +} + + +.icon-embl:before { + content:"\26"; +} + + +.icon-external-link:before { + content:"\78"; +} + + +.icon-external-systems:before { + content:"\79"; +} + + +.icon-face-to-face:before { + content:"\66"; +} + + +.icon-find-us:before { + content:"\5d"; +} + + +.icon-funding:before { + content:"\46"; +} + + +.icon-graph:before { + content:"\67"; +} + + +.icon-group:before { + content:"\7d"; +} + + +.icon-gtls:before { + content:"\47"; +} + + +.icon-health:before { + content:"\68"; +} + + +.icon-help:before { + content:"\3f"; +} + + +.icon-home:before { + content:"\48"; +} + + +.icon-industry:before { + content:"\49"; +} + + +.icon-info:before { + content:"\69"; +} + + +.icon-link:before { + content:"\4c"; +} + + +.icon-location:before { + content:"\5b"; +} + + +.icon-lovedata:before { + content:"\6f"; +} + + +.icon-mailing-list:before { + content:"\6d"; +} + + +.icon-math:before { + content:"\76"; +} + + +.icon-meet-us:before { + content:"\4d"; +} + + +.icon-mobile-device:before { + content:"\2f"; +} + + +.icon-new:before { + content:"\3c"; +} + + +.icon-newcomers:before { + content:"\6e"; +} + + +.icon-news:before { + content:"\4e"; +} + + +.icon-nutraceuticals:before { + content:"\22"; +} + + +.icon-open-day:before { + content:"\4f"; +} + + +.icon-piechart:before { + content:"\70"; +} + + +.icon-plane:before { + content:"\34"; +} + + +.icon-publication:before { + content:"\50"; +} + + +.icon-research:before { + content:"\29"; +} + + +.icon-resource:before { + content:"\52"; +} + + +.icon-reviewed-data:before { + content:"\71"; +} + + +.icon-services:before { + content:"\28"; +} + + +.icon-steps:before { + content:"\23"; +} + + +.icon-support:before { + content:"\73"; +} + + +.icon-systems:before { + content:"\53"; +} + + +.icon-terms:before { + content:"\27"; +} + + +.icon-test:before { + content:"\30"; +} + + +.icon-text-mining:before { + content:"\58"; +} + + +.icon-toolkit:before { + content:"\3a"; +} + + +.icon-train:before { + content:"\37"; +} + + +.icon-training:before { + content:"\54"; +} + + +.icon-tutorial:before { + content:"\74"; +} + + +.icon-unreviewed-data:before { + content:"\51"; +} + + +.icon-video:before { + content:"\56"; +} + + +.icon-walk:before { + content:"\36"; +} diff --git a/EBI-Generic/fonts/EBI-Generic.eot b/EBI-Generic/fonts/EBI-Generic.eot new file mode 100644 index 0000000..78a262b Binary files /dev/null and b/EBI-Generic/fonts/EBI-Generic.eot differ diff --git a/EBI-Generic/fonts/EBI-Generic.html b/EBI-Generic/fonts/EBI-Generic.html new file mode 100644 index 0000000..45027e6 --- /dev/null +++ b/EBI-Generic/fonts/EBI-Generic.html @@ -0,0 +1,706 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Generic version 1.2HTMLDrupal
Accommodation <* class="icon icon-generic" data-icon="a">[icon-generic:a]
Alert <* class="icon icon-generic" data-icon="l">[icon-generic:l]
Alumni <* class="icon icon-generic" data-icon="A">[icon-generic:A]
Announcement <* class="icon icon-generic" data-icon="U">[icon-generic:U]
Basket <* class="icon icon-generic" data-icon="b">[icon-generic:b]
Beta <* class="icon icon-generic" data-icon=">">[icon-generic:>]
Bike <* class="icon icon-generic" data-icon="3">[icon-generic:3]
Biotech <* class="icon icon-generic" data-icon="B">[icon-generic:B]
Bus <* class="icon icon-generic" data-icon="1">[icon-generic:1]
Calendar <* class="icon icon-generic" data-icon="r">[icon-generic:r]
Camera <* class="icon icon-generic" data-icon="!">[icon-generic:!]
Car <* class="icon icon-generic" data-icon="2">[icon-generic:2]
Careers <* class="icon icon-generic" data-icon="c">[icon-generic:c]
Classification <* class="icon icon-generic" data-icon="e">[icon-generic:e]
Clock <* class="icon icon-generic" data-icon="{">[icon-generic:{]
Contact <* class="icon icon-generic" data-icon="C">[icon-generic:C]
Crosslink <* class="icon icon-generic" data-icon="d">[icon-generic:d]
Database <* class="icon icon-generic" data-icon="D">[icon-generic:D]
Discuss <* class="icon icon-generic" data-icon="\">[icon-generic:\]
Documentation <* class="icon icon-generic" data-icon=";">[icon-generic:;]
Drug <* class="icon icon-generic" data-icon="u">[icon-generic:u]
Elixir <* class="icon icon-generic" data-icon="%">[icon-generic:%]
Email <* class="icon icon-generic" data-icon="E">[icon-generic:E]
Embl <* class="icon icon-generic" data-icon="&">[icon-generic:&]
External link <* class="icon icon-generic" data-icon="x">[icon-generic:x]
External systems <* class="icon icon-generic" data-icon="y">[icon-generic:y]
Face to face <* class="icon icon-generic" data-icon="f">[icon-generic:f]
Find us <* class="icon icon-generic" data-icon="]">[icon-generic:]]
Funding <* class="icon icon-generic" data-icon="F">[icon-generic:F]
Graph <* class="icon icon-generic" data-icon="g">[icon-generic:g]
Group <* class="icon icon-generic" data-icon="}">[icon-generic:}]
Gtls <* class="icon icon-generic" data-icon="G">[icon-generic:G]
Health <* class="icon icon-generic" data-icon="h">[icon-generic:h]
Help <* class="icon icon-generic" data-icon="?">[icon-generic:?]
Home <* class="icon icon-generic" data-icon="H">[icon-generic:H]
Industry <* class="icon icon-generic" data-icon="I">[icon-generic:I]
Info <* class="icon icon-generic" data-icon="i">[icon-generic:i]
Link <* class="icon icon-generic" data-icon="L">[icon-generic:L]
Location <* class="icon icon-generic" data-icon="[">[icon-generic:[]
Lovedata <* class="icon icon-generic" data-icon="o">[icon-generic:o]
Mailing list <* class="icon icon-generic" data-icon="m">[icon-generic:m]
Math <* class="icon icon-generic" data-icon="v">[icon-generic:v]
Meet us <* class="icon icon-generic" data-icon="M">[icon-generic:M]
Mobile device <* class="icon icon-generic" data-icon="/">[icon-generic:/]
New <* class="icon icon-generic" data-icon="<">[icon-generic:<]
Newcomers <* class="icon icon-generic" data-icon="n">[icon-generic:n]
News <* class="icon icon-generic" data-icon="N">[icon-generic:N]
Nutraceuticals <* class="icon icon-generic" data-icon=""">[icon-generic:"]
Open day <* class="icon icon-generic" data-icon="O">[icon-generic:O]
Piechart <* class="icon icon-generic" data-icon="p">[icon-generic:p]
Plane <* class="icon icon-generic" data-icon="4">[icon-generic:4]
Publication <* class="icon icon-generic" data-icon="P">[icon-generic:P]
Research <* class="icon icon-generic" data-icon=")">[icon-generic:)]
Resource <* class="icon icon-generic" data-icon="R">[icon-generic:R]
Reviewed data <* class="icon icon-generic" data-icon="q">[icon-generic:q]
Services <* class="icon icon-generic" data-icon="(">[icon-generic:(]
Steps <* class="icon icon-generic" data-icon="#">[icon-generic:#]
Support <* class="icon icon-generic" data-icon="s">[icon-generic:s]
Systems <* class="icon icon-generic" data-icon="S">[icon-generic:S]
Terms <* class="icon icon-generic" data-icon="'">[icon-generic:']
Test <* class="icon icon-generic" data-icon="0">[icon-generic:0]
Text mining <* class="icon icon-generic" data-icon="X">[icon-generic:X]
Toolkit <* class="icon icon-generic" data-icon=":">[icon-generic::]
Train <* class="icon icon-generic" data-icon="7">[icon-generic:7]
Training <* class="icon icon-generic" data-icon="T">[icon-generic:T]
Tutorial <* class="icon icon-generic" data-icon="t">[icon-generic:t]
Unreviewed data <* class="icon icon-generic" data-icon="Q">[icon-generic:Q]
Video <* class="icon icon-generic" data-icon="V">[icon-generic:V]
Walk <* class="icon icon-generic" data-icon="6">[icon-generic:6]
diff --git a/EBI-Generic/fonts/EBI-Generic.svg b/EBI-Generic/fonts/EBI-Generic.svg new file mode 100644 index 0000000..0e7d501 --- /dev/null +++ b/EBI-Generic/fonts/EBI-Generic.svg @@ -0,0 +1,659 @@ + + + + + +Created by FontForge 20120731 at Tue Sep 18 11:23:44 2018 + By Travis CI User + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-Generic/fonts/EBI-Generic.ttf b/EBI-Generic/fonts/EBI-Generic.ttf new file mode 100644 index 0000000..5d77287 Binary files /dev/null and b/EBI-Generic/fonts/EBI-Generic.ttf differ diff --git a/EBI-Generic/fonts/EBI-Generic.woff b/EBI-Generic/fonts/EBI-Generic.woff new file mode 100644 index 0000000..5cf890a Binary files /dev/null and b/EBI-Generic/fonts/EBI-Generic.woff differ diff --git a/EBI-Generic/fonts/EBI-Generic.woff2 b/EBI-Generic/fonts/EBI-Generic.woff2 new file mode 100644 index 0000000..6043028 Binary files /dev/null and b/EBI-Generic/fonts/EBI-Generic.woff2 differ diff --git a/EBI-Generic/static/svg/accommodation.svg b/EBI-Generic/static/svg/accommodation.svg new file mode 100644 index 0000000..bed1b91 --- /dev/null +++ b/EBI-Generic/static/svg/accommodation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/alert.svg b/EBI-Generic/static/svg/alert.svg new file mode 100644 index 0000000..b95b3f6 --- /dev/null +++ b/EBI-Generic/static/svg/alert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/alumni.svg b/EBI-Generic/static/svg/alumni.svg new file mode 100644 index 0000000..d17eca7 --- /dev/null +++ b/EBI-Generic/static/svg/alumni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/announcement.svg b/EBI-Generic/static/svg/announcement.svg new file mode 100644 index 0000000..261b9db --- /dev/null +++ b/EBI-Generic/static/svg/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/basket.svg b/EBI-Generic/static/svg/basket.svg new file mode 100644 index 0000000..a4aabfa --- /dev/null +++ b/EBI-Generic/static/svg/basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/beta.svg b/EBI-Generic/static/svg/beta.svg new file mode 100644 index 0000000..600a4ef --- /dev/null +++ b/EBI-Generic/static/svg/beta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/bike.svg b/EBI-Generic/static/svg/bike.svg new file mode 100644 index 0000000..03d9c4a --- /dev/null +++ b/EBI-Generic/static/svg/bike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/biotech.svg b/EBI-Generic/static/svg/biotech.svg new file mode 100644 index 0000000..e496d94 --- /dev/null +++ b/EBI-Generic/static/svg/biotech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/bus.svg b/EBI-Generic/static/svg/bus.svg new file mode 100644 index 0000000..3b10cbd --- /dev/null +++ b/EBI-Generic/static/svg/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/calendar.svg b/EBI-Generic/static/svg/calendar.svg new file mode 100644 index 0000000..9f72c38 --- /dev/null +++ b/EBI-Generic/static/svg/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/camera.svg b/EBI-Generic/static/svg/camera.svg new file mode 100644 index 0000000..5ffd373 --- /dev/null +++ b/EBI-Generic/static/svg/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/car.svg b/EBI-Generic/static/svg/car.svg new file mode 100644 index 0000000..8701393 --- /dev/null +++ b/EBI-Generic/static/svg/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/careers.svg b/EBI-Generic/static/svg/careers.svg new file mode 100644 index 0000000..85a85ce --- /dev/null +++ b/EBI-Generic/static/svg/careers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/classification.svg b/EBI-Generic/static/svg/classification.svg new file mode 100644 index 0000000..93c5ba5 --- /dev/null +++ b/EBI-Generic/static/svg/classification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/clock.svg b/EBI-Generic/static/svg/clock.svg new file mode 100644 index 0000000..4dcebed --- /dev/null +++ b/EBI-Generic/static/svg/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/contact.svg b/EBI-Generic/static/svg/contact.svg new file mode 100644 index 0000000..b6e9cda --- /dev/null +++ b/EBI-Generic/static/svg/contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/crosslink.svg b/EBI-Generic/static/svg/crosslink.svg new file mode 100644 index 0000000..ae197fc --- /dev/null +++ b/EBI-Generic/static/svg/crosslink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/database.svg b/EBI-Generic/static/svg/database.svg new file mode 100644 index 0000000..da79b25 --- /dev/null +++ b/EBI-Generic/static/svg/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/discuss.svg b/EBI-Generic/static/svg/discuss.svg new file mode 100644 index 0000000..be71114 --- /dev/null +++ b/EBI-Generic/static/svg/discuss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/documentation.svg b/EBI-Generic/static/svg/documentation.svg new file mode 100644 index 0000000..409d81e --- /dev/null +++ b/EBI-Generic/static/svg/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/drug.svg b/EBI-Generic/static/svg/drug.svg new file mode 100644 index 0000000..2891597 --- /dev/null +++ b/EBI-Generic/static/svg/drug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/elixir.svg b/EBI-Generic/static/svg/elixir.svg new file mode 100644 index 0000000..9348578 --- /dev/null +++ b/EBI-Generic/static/svg/elixir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/email.svg b/EBI-Generic/static/svg/email.svg new file mode 100644 index 0000000..65f9ed9 --- /dev/null +++ b/EBI-Generic/static/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/embl.svg b/EBI-Generic/static/svg/embl.svg new file mode 100644 index 0000000..cb7f906 --- /dev/null +++ b/EBI-Generic/static/svg/embl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/external-link.svg b/EBI-Generic/static/svg/external-link.svg new file mode 100644 index 0000000..53d8f31 --- /dev/null +++ b/EBI-Generic/static/svg/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/external-systems.svg b/EBI-Generic/static/svg/external-systems.svg new file mode 100644 index 0000000..0a8d02f --- /dev/null +++ b/EBI-Generic/static/svg/external-systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/face-to-face.svg b/EBI-Generic/static/svg/face-to-face.svg new file mode 100644 index 0000000..447c6c1 --- /dev/null +++ b/EBI-Generic/static/svg/face-to-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/find-us.svg b/EBI-Generic/static/svg/find-us.svg new file mode 100644 index 0000000..026c3df --- /dev/null +++ b/EBI-Generic/static/svg/find-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/funding.svg b/EBI-Generic/static/svg/funding.svg new file mode 100644 index 0000000..38f22bb --- /dev/null +++ b/EBI-Generic/static/svg/funding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/graph.svg b/EBI-Generic/static/svg/graph.svg new file mode 100644 index 0000000..cd17072 --- /dev/null +++ b/EBI-Generic/static/svg/graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/group.svg b/EBI-Generic/static/svg/group.svg new file mode 100644 index 0000000..6e51edc --- /dev/null +++ b/EBI-Generic/static/svg/group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/gtls.svg b/EBI-Generic/static/svg/gtls.svg new file mode 100644 index 0000000..92262d5 --- /dev/null +++ b/EBI-Generic/static/svg/gtls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/health.svg b/EBI-Generic/static/svg/health.svg new file mode 100644 index 0000000..4917e1b --- /dev/null +++ b/EBI-Generic/static/svg/health.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/help.svg b/EBI-Generic/static/svg/help.svg new file mode 100644 index 0000000..e9e6731 --- /dev/null +++ b/EBI-Generic/static/svg/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/home.svg b/EBI-Generic/static/svg/home.svg new file mode 100644 index 0000000..06332e6 --- /dev/null +++ b/EBI-Generic/static/svg/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/industry.svg b/EBI-Generic/static/svg/industry.svg new file mode 100644 index 0000000..12d6e0b --- /dev/null +++ b/EBI-Generic/static/svg/industry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/info.svg b/EBI-Generic/static/svg/info.svg new file mode 100644 index 0000000..8bac00d --- /dev/null +++ b/EBI-Generic/static/svg/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/link.svg b/EBI-Generic/static/svg/link.svg new file mode 100644 index 0000000..4b46614 --- /dev/null +++ b/EBI-Generic/static/svg/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/location.svg b/EBI-Generic/static/svg/location.svg new file mode 100644 index 0000000..f719b4b --- /dev/null +++ b/EBI-Generic/static/svg/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/lovedata.svg b/EBI-Generic/static/svg/lovedata.svg new file mode 100644 index 0000000..33dc086 --- /dev/null +++ b/EBI-Generic/static/svg/lovedata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/mailing-list.svg b/EBI-Generic/static/svg/mailing-list.svg new file mode 100644 index 0000000..133de9b --- /dev/null +++ b/EBI-Generic/static/svg/mailing-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/math.svg b/EBI-Generic/static/svg/math.svg new file mode 100644 index 0000000..f3f94c1 --- /dev/null +++ b/EBI-Generic/static/svg/math.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/meet-us.svg b/EBI-Generic/static/svg/meet-us.svg new file mode 100644 index 0000000..b9664af --- /dev/null +++ b/EBI-Generic/static/svg/meet-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/mobile-device.svg b/EBI-Generic/static/svg/mobile-device.svg new file mode 100644 index 0000000..60eee0b --- /dev/null +++ b/EBI-Generic/static/svg/mobile-device.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/new.svg b/EBI-Generic/static/svg/new.svg new file mode 100644 index 0000000..12d14a6 --- /dev/null +++ b/EBI-Generic/static/svg/new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/newcomers.svg b/EBI-Generic/static/svg/newcomers.svg new file mode 100644 index 0000000..4181d7f --- /dev/null +++ b/EBI-Generic/static/svg/newcomers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/news.svg b/EBI-Generic/static/svg/news.svg new file mode 100644 index 0000000..8b28fa2 --- /dev/null +++ b/EBI-Generic/static/svg/news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/nutraceuticals.svg b/EBI-Generic/static/svg/nutraceuticals.svg new file mode 100644 index 0000000..d0d1cdb --- /dev/null +++ b/EBI-Generic/static/svg/nutraceuticals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/open-day.svg b/EBI-Generic/static/svg/open-day.svg new file mode 100644 index 0000000..0cdd6b2 --- /dev/null +++ b/EBI-Generic/static/svg/open-day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/piechart.svg b/EBI-Generic/static/svg/piechart.svg new file mode 100644 index 0000000..79d6ebf --- /dev/null +++ b/EBI-Generic/static/svg/piechart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/plane.svg b/EBI-Generic/static/svg/plane.svg new file mode 100644 index 0000000..838984a --- /dev/null +++ b/EBI-Generic/static/svg/plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/publication.svg b/EBI-Generic/static/svg/publication.svg new file mode 100644 index 0000000..d565672 --- /dev/null +++ b/EBI-Generic/static/svg/publication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/research.svg b/EBI-Generic/static/svg/research.svg new file mode 100644 index 0000000..79fcb57 --- /dev/null +++ b/EBI-Generic/static/svg/research.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/resource.svg b/EBI-Generic/static/svg/resource.svg new file mode 100644 index 0000000..6f1c4c7 --- /dev/null +++ b/EBI-Generic/static/svg/resource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/reviewed-data.svg b/EBI-Generic/static/svg/reviewed-data.svg new file mode 100644 index 0000000..472953a --- /dev/null +++ b/EBI-Generic/static/svg/reviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/services.svg b/EBI-Generic/static/svg/services.svg new file mode 100644 index 0000000..f623bb7 --- /dev/null +++ b/EBI-Generic/static/svg/services.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/steps.svg b/EBI-Generic/static/svg/steps.svg new file mode 100644 index 0000000..c1390de --- /dev/null +++ b/EBI-Generic/static/svg/steps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/support.svg b/EBI-Generic/static/svg/support.svg new file mode 100644 index 0000000..3f81ae7 --- /dev/null +++ b/EBI-Generic/static/svg/support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/systems.svg b/EBI-Generic/static/svg/systems.svg new file mode 100644 index 0000000..1eeecad --- /dev/null +++ b/EBI-Generic/static/svg/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/terms.svg b/EBI-Generic/static/svg/terms.svg new file mode 100644 index 0000000..96e8197 --- /dev/null +++ b/EBI-Generic/static/svg/terms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/test.svg b/EBI-Generic/static/svg/test.svg new file mode 100644 index 0000000..08432b9 --- /dev/null +++ b/EBI-Generic/static/svg/test.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/text-mining.svg b/EBI-Generic/static/svg/text-mining.svg new file mode 100644 index 0000000..16fe454 --- /dev/null +++ b/EBI-Generic/static/svg/text-mining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/toolkit.svg b/EBI-Generic/static/svg/toolkit.svg new file mode 100644 index 0000000..c0dae98 --- /dev/null +++ b/EBI-Generic/static/svg/toolkit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/train.svg b/EBI-Generic/static/svg/train.svg new file mode 100644 index 0000000..a9d0e8c --- /dev/null +++ b/EBI-Generic/static/svg/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/training.svg b/EBI-Generic/static/svg/training.svg new file mode 100644 index 0000000..4b9966b --- /dev/null +++ b/EBI-Generic/static/svg/training.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/tutorial.svg b/EBI-Generic/static/svg/tutorial.svg new file mode 100644 index 0000000..c2077c3 --- /dev/null +++ b/EBI-Generic/static/svg/tutorial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/unreviewed-data.svg b/EBI-Generic/static/svg/unreviewed-data.svg new file mode 100644 index 0000000..1a3ff79 --- /dev/null +++ b/EBI-Generic/static/svg/unreviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/video.svg b/EBI-Generic/static/svg/video.svg new file mode 100644 index 0000000..4d02d51 --- /dev/null +++ b/EBI-Generic/static/svg/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/walk.svg b/EBI-Generic/static/svg/walk.svg new file mode 100644 index 0000000..ad61015 --- /dev/null +++ b/EBI-Generic/static/svg/walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.css b/EBI-SocialMedia/fonts/EBI-SocialMedia.css new file mode 100644 index 0000000..e9c323a --- /dev/null +++ b/EBI-SocialMedia/fonts/EBI-SocialMedia.css @@ -0,0 +1,129 @@ +/* Generated by grunt-webfont */ + + + +@font-face { + font-family:"EBI-SocialMedia"; + src:url("EBI-SocialMedia.eot?548a527783388aeaa290439cf9b1b677"); + src:url("EBI-SocialMedia.eot?548a527783388aeaa290439cf9b1b677#iefix") format("embedded-opentype"), + url("EBI-SocialMedia.woff2?548a527783388aeaa290439cf9b1b677") format("woff2"), + url("EBI-SocialMedia.woff?548a527783388aeaa290439cf9b1b677") format("woff"), + url("EBI-SocialMedia.ttf?548a527783388aeaa290439cf9b1b677") format("truetype"), + url("EBI-SocialMedia.svg?548a527783388aeaa290439cf9b1b677#EBI-SocialMedia") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-socialmedia { + + font-family:"EBI-SocialMedia"; + + display:inline-block; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-android:before { + content:"\61"; +} + + +.icon-apple:before { + content:"\41"; +} + + +.icon-blogger:before { + content:"\42"; +} + + +.icon-facebook:before { + content:"\46"; +} + + +.icon-flickr:before { + content:"\66"; +} + + +.icon-github:before { + content:"\67"; +} + + +.icon-googleplus:before { + content:"\47"; +} + + +.icon-linkedin:before { + content:"\4c"; +} + + +.icon-linux:before { + content:"\58"; +} + + +.icon-orcid:before { + content:"\4f"; +} + + +.icon-rss:before { + content:"\52"; +} + + +.icon-skype:before { + content:"\73"; +} + + +.icon-slideshare:before { + content:"\53"; +} + + +.icon-twitter:before { + content:"\54"; +} + + +.icon-vimeo:before { + content:"\56"; +} + + +.icon-weibo:before { + content:"\57"; +} + + +.icon-windows:before { + content:"\77"; +} + + +.icon-wordpress:before { + content:"\50"; +} + + +.icon-youtube:before { + content:"\59"; +} diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.eot b/EBI-SocialMedia/fonts/EBI-SocialMedia.eot new file mode 100644 index 0000000..6ba7e5a Binary files /dev/null and b/EBI-SocialMedia/fonts/EBI-SocialMedia.eot differ diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.html b/EBI-SocialMedia/fonts/EBI-SocialMedia.html new file mode 100644 index 0000000..83a9ebb --- /dev/null +++ b/EBI-SocialMedia/fonts/EBI-SocialMedia.html @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-SocialMedia version 1.2HTMLDrupal
Android <* class="icon icon-socialmedia" data-icon="a">[icon-socialmedia:a]
Apple <* class="icon icon-socialmedia" data-icon="A">[icon-socialmedia:A]
Blogger <* class="icon icon-socialmedia" data-icon="B">[icon-socialmedia:B]
Facebook <* class="icon icon-socialmedia" data-icon="F">[icon-socialmedia:F]
Flickr <* class="icon icon-socialmedia" data-icon="f">[icon-socialmedia:f]
Github <* class="icon icon-socialmedia" data-icon="g">[icon-socialmedia:g]
Googleplus <* class="icon icon-socialmedia" data-icon="G">[icon-socialmedia:G]
Linkedin <* class="icon icon-socialmedia" data-icon="L">[icon-socialmedia:L]
Linux <* class="icon icon-socialmedia" data-icon="X">[icon-socialmedia:X]
Orcid <* class="icon icon-socialmedia" data-icon="O">[icon-socialmedia:O]
Rss <* class="icon icon-socialmedia" data-icon="R">[icon-socialmedia:R]
Skype <* class="icon icon-socialmedia" data-icon="s">[icon-socialmedia:s]
Slideshare <* class="icon icon-socialmedia" data-icon="S">[icon-socialmedia:S]
Twitter <* class="icon icon-socialmedia" data-icon="T">[icon-socialmedia:T]
Vimeo <* class="icon icon-socialmedia" data-icon="V">[icon-socialmedia:V]
Weibo <* class="icon icon-socialmedia" data-icon="W">[icon-socialmedia:W]
Windows <* class="icon icon-socialmedia" data-icon="w">[icon-socialmedia:w]
Wordpress <* class="icon icon-socialmedia" data-icon="P">[icon-socialmedia:P]
Youtube <* class="icon icon-socialmedia" data-icon="Y">[icon-socialmedia:Y]
diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.svg b/EBI-SocialMedia/fonts/EBI-SocialMedia.svg new file mode 100644 index 0000000..d1ee255 --- /dev/null +++ b/EBI-SocialMedia/fonts/EBI-SocialMedia.svg @@ -0,0 +1,217 @@ + + + + + +Created by FontForge 20120731 at Tue Sep 18 11:23:44 2018 + By Travis CI User + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.ttf b/EBI-SocialMedia/fonts/EBI-SocialMedia.ttf new file mode 100644 index 0000000..5c3c4cf Binary files /dev/null and b/EBI-SocialMedia/fonts/EBI-SocialMedia.ttf differ diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.woff b/EBI-SocialMedia/fonts/EBI-SocialMedia.woff new file mode 100644 index 0000000..c502eac Binary files /dev/null and b/EBI-SocialMedia/fonts/EBI-SocialMedia.woff differ diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.woff2 b/EBI-SocialMedia/fonts/EBI-SocialMedia.woff2 new file mode 100644 index 0000000..b620f17 Binary files /dev/null and b/EBI-SocialMedia/fonts/EBI-SocialMedia.woff2 differ diff --git a/EBI-SocialMedia/static/svg/android.svg b/EBI-SocialMedia/static/svg/android.svg new file mode 100644 index 0000000..912ce12 --- /dev/null +++ b/EBI-SocialMedia/static/svg/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/apple.svg b/EBI-SocialMedia/static/svg/apple.svg new file mode 100644 index 0000000..c846ca6 --- /dev/null +++ b/EBI-SocialMedia/static/svg/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/blogger.svg b/EBI-SocialMedia/static/svg/blogger.svg new file mode 100644 index 0000000..420d7de --- /dev/null +++ b/EBI-SocialMedia/static/svg/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/facebook.svg b/EBI-SocialMedia/static/svg/facebook.svg new file mode 100644 index 0000000..0dbf4e6 --- /dev/null +++ b/EBI-SocialMedia/static/svg/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/flickr.svg b/EBI-SocialMedia/static/svg/flickr.svg new file mode 100644 index 0000000..6f380d7 --- /dev/null +++ b/EBI-SocialMedia/static/svg/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/github.svg b/EBI-SocialMedia/static/svg/github.svg new file mode 100644 index 0000000..0086cf9 --- /dev/null +++ b/EBI-SocialMedia/static/svg/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/googleplus.svg b/EBI-SocialMedia/static/svg/googleplus.svg new file mode 100644 index 0000000..3262ff9 --- /dev/null +++ b/EBI-SocialMedia/static/svg/googleplus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/linkedin.svg b/EBI-SocialMedia/static/svg/linkedin.svg new file mode 100644 index 0000000..a7aa6aa --- /dev/null +++ b/EBI-SocialMedia/static/svg/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/linux.svg b/EBI-SocialMedia/static/svg/linux.svg new file mode 100644 index 0000000..c8d99c5 --- /dev/null +++ b/EBI-SocialMedia/static/svg/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/orcid.svg b/EBI-SocialMedia/static/svg/orcid.svg new file mode 100644 index 0000000..821f8b5 --- /dev/null +++ b/EBI-SocialMedia/static/svg/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/rss.svg b/EBI-SocialMedia/static/svg/rss.svg new file mode 100644 index 0000000..3698b14 --- /dev/null +++ b/EBI-SocialMedia/static/svg/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/skype.svg b/EBI-SocialMedia/static/svg/skype.svg new file mode 100644 index 0000000..cc1be26 --- /dev/null +++ b/EBI-SocialMedia/static/svg/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/slideshare.svg b/EBI-SocialMedia/static/svg/slideshare.svg new file mode 100644 index 0000000..887eb61 --- /dev/null +++ b/EBI-SocialMedia/static/svg/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/twitter.svg b/EBI-SocialMedia/static/svg/twitter.svg new file mode 100644 index 0000000..45ce4db --- /dev/null +++ b/EBI-SocialMedia/static/svg/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/vimeo.svg b/EBI-SocialMedia/static/svg/vimeo.svg new file mode 100644 index 0000000..77e7822 --- /dev/null +++ b/EBI-SocialMedia/static/svg/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/weibo.svg b/EBI-SocialMedia/static/svg/weibo.svg new file mode 100644 index 0000000..90a5765 --- /dev/null +++ b/EBI-SocialMedia/static/svg/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/windows.svg b/EBI-SocialMedia/static/svg/windows.svg new file mode 100644 index 0000000..2083517 --- /dev/null +++ b/EBI-SocialMedia/static/svg/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/wordpress.svg b/EBI-SocialMedia/static/svg/wordpress.svg new file mode 100644 index 0000000..75b2257 --- /dev/null +++ b/EBI-SocialMedia/static/svg/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/youtube.svg b/EBI-SocialMedia/static/svg/youtube.svg new file mode 100644 index 0000000..9c87ffb --- /dev/null +++ b/EBI-SocialMedia/static/svg/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/fonts/EBI-Species.css b/EBI-Species/fonts/EBI-Species.css new file mode 100644 index 0000000..298675d --- /dev/null +++ b/EBI-Species/fonts/EBI-Species.css @@ -0,0 +1,359 @@ +/* Generated by grunt-webfont */ + + + +@font-face { + font-family:"EBI-Species"; + src:url("EBI-Species.eot?dbf478ed985b8a8ac575df058ee1a091"); + src:url("EBI-Species.eot?dbf478ed985b8a8ac575df058ee1a091#iefix") format("embedded-opentype"), + url("EBI-Species.woff2?dbf478ed985b8a8ac575df058ee1a091") format("woff2"), + url("EBI-Species.woff?dbf478ed985b8a8ac575df058ee1a091") format("woff"), + url("EBI-Species.ttf?dbf478ed985b8a8ac575df058ee1a091") format("truetype"), + url("EBI-Species.svg?dbf478ed985b8a8ac575df058ee1a091#EBI-Species") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-species { + + font-family:"EBI-Species"; + + display:inline-block; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-alpaca:before { + content:"\61"; +} + + +.icon-amoeba:before { + content:"\30"; +} + + +.icon-anolis:before { + content:"\37"; +} + + +.icon-armadillo:before { + content:"\6c"; +} + + +.icon-aspergillus:before { + content:"\a3"; +} + + +.icon-barley:before { + content:"\35"; +} + + +.icon-bat:before { + content:"\28"; +} + + +.icon-bee:before { + content:"\24"; +} + + +.icon-brachypodium:before { + content:"\25"; +} + + +.icon-brassica:before { + content:"\42"; +} + + +.icon-bug:before { + content:"\62"; +} + + +.icon-c-elegans:before { + content:"\57"; +} + + +.icon-cat:before { + content:"\41"; +} + + +.icon-chicken:before { + content:"\6b"; +} + + +.icon-chimpanzee:before { + content:"\69"; +} + + +.icon-corn:before { + content:"\63"; +} + + +.icon-cow:before { + content:"\43"; +} + + +.icon-diatom:before { + content:"\32"; +} + + +.icon-dog:before { + content:"\64"; +} + + +.icon-dolphin:before { + content:"\44"; +} + + +.icon-ecoli:before { + content:"\4c"; +} + + +.icon-elephant:before { + content:"\65"; +} + + +.icon-ferret:before { + content:"\21"; +} + + +.icon-finch:before { + content:"\6e"; +} + + +.icon-fly:before { + content:"\46"; +} + + +.icon-frog:before { + content:"\66"; +} + + +.icon-fungus:before { + content:"\75"; +} + + +.icon-glycinemax:before { + content:"\5e"; +} + + +.icon-goat:before { + content:"\6d"; +} + + +.icon-gorilla:before { + content:"\47"; +} + + +.icon-grapes:before { + content:"\4f"; +} + + +.icon-guinea-pig:before { + content:"\67"; +} + + +.icon-hedgehog:before { + content:"\6f"; +} + + +.icon-horse:before { + content:"\68"; +} + + +.icon-human:before { + content:"\48"; +} + + +.icon-kangaroo-rat:before { + content:"\33"; +} + + +.icon-louse:before { + content:"\34"; +} + + +.icon-monkey:before { + content:"\72"; +} + + +.icon-monodelphis:before { + content:"\39"; +} + + +.icon-mosquito:before { + content:"\31"; +} + + +.icon-mouse-lemur:before { + content:"\4e"; +} + + +.icon-mouse:before { + content:"\4d"; +} + + +.icon-orangutan:before { + content:"\2a"; +} + + +.icon-papio:before { + content:"\38"; +} + + +.icon-pig:before { + content:"\70"; +} + + +.icon-plant:before { + content:"\50"; +} + + +.icon-plasmodium:before { + content:"\40"; +} + + +.icon-platypus:before { + content:"\55"; +} + + +.icon-pufferfish:before { + content:"\45"; +} + + +.icon-rabbit:before { + content:"\74"; +} + + +.icon-rat:before { + content:"\52"; +} + + +.icon-ray:before { + content:"\2b"; +} + + +.icon-rice:before { + content:"\36"; +} + + +.icon-scorpion:before { + content:"\73"; +} + + +.icon-sheep:before { + content:"\78"; +} + + +.icon-shrew:before { + content:"\51"; +} + + +.icon-snail:before { + content:"\27"; +} + + +.icon-spider:before { + content:"\53"; +} + + +.icon-squirrel:before { + content:"\49"; +} + + +.icon-tick:before { + content:"\26"; +} + + +.icon-tomatoes:before { + content:"\29"; +} + + +.icon-virus:before { + content:"\76"; +} + + +.icon-wallaby:before { + content:"\77"; +} + + +.icon-yeast:before { + content:"\59"; +} + + +.icon-zebrafish:before { + content:"\5a"; +} diff --git a/EBI-Species/fonts/EBI-Species.eot b/EBI-Species/fonts/EBI-Species.eot new file mode 100644 index 0000000..1e8e450 Binary files /dev/null and b/EBI-Species/fonts/EBI-Species.eot differ diff --git a/EBI-Species/fonts/EBI-Species.html b/EBI-Species/fonts/EBI-Species.html new file mode 100644 index 0000000..2553515 --- /dev/null +++ b/EBI-Species/fonts/EBI-Species.html @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Species version 1.2HTMLDrupal
Alpaca <* class="icon icon-species" data-icon="a">[icon-species:a]
Amoeba <* class="icon icon-species" data-icon="0">[icon-species:0]
Anolis <* class="icon icon-species" data-icon="7">[icon-species:7]
Armadillo <* class="icon icon-species" data-icon="l">[icon-species:l]
Aspergillus <* class="icon icon-species" data-icon="£">[icon-species:£]
Barley <* class="icon icon-species" data-icon="5">[icon-species:5]
Bat <* class="icon icon-species" data-icon="(">[icon-species:(]
Bee <* class="icon icon-species" data-icon="$">[icon-species:$]
Brachypodium <* class="icon icon-species" data-icon="%">[icon-species:%]
Brassica <* class="icon icon-species" data-icon="B">[icon-species:B]
Bug <* class="icon icon-species" data-icon="b">[icon-species:b]
C elegans <* class="icon icon-species" data-icon="W">[icon-species:W]
Cat <* class="icon icon-species" data-icon="A">[icon-species:A]
Chicken <* class="icon icon-species" data-icon="k">[icon-species:k]
Chimpanzee <* class="icon icon-species" data-icon="i">[icon-species:i]
Corn <* class="icon icon-species" data-icon="c">[icon-species:c]
Cow <* class="icon icon-species" data-icon="C">[icon-species:C]
Diatom <* class="icon icon-species" data-icon="2">[icon-species:2]
Dog <* class="icon icon-species" data-icon="d">[icon-species:d]
Dolphin <* class="icon icon-species" data-icon="D">[icon-species:D]
Ecoli <* class="icon icon-species" data-icon="L">[icon-species:L]
Elephant <* class="icon icon-species" data-icon="e">[icon-species:e]
Ferret <* class="icon icon-species" data-icon="!">[icon-species:!]
Finch <* class="icon icon-species" data-icon="n">[icon-species:n]
Fly <* class="icon icon-species" data-icon="F">[icon-species:F]
Frog <* class="icon icon-species" data-icon="f">[icon-species:f]
Fungus <* class="icon icon-species" data-icon="u">[icon-species:u]
Glycinemax <* class="icon icon-species" data-icon="^">[icon-species:^]
Goat <* class="icon icon-species" data-icon="m">[icon-species:m]
Gorilla <* class="icon icon-species" data-icon="G">[icon-species:G]
Grapes <* class="icon icon-species" data-icon="O">[icon-species:O]
Guinea pig <* class="icon icon-species" data-icon="g">[icon-species:g]
Hedgehog <* class="icon icon-species" data-icon="o">[icon-species:o]
Horse <* class="icon icon-species" data-icon="h">[icon-species:h]
Human <* class="icon icon-species" data-icon="H">[icon-species:H]
Kangaroo rat <* class="icon icon-species" data-icon="3">[icon-species:3]
Louse <* class="icon icon-species" data-icon="4">[icon-species:4]
Monkey <* class="icon icon-species" data-icon="r">[icon-species:r]
Monodelphis <* class="icon icon-species" data-icon="9">[icon-species:9]
Mosquito <* class="icon icon-species" data-icon="1">[icon-species:1]
Mouse lemur <* class="icon icon-species" data-icon="N">[icon-species:N]
Mouse <* class="icon icon-species" data-icon="M">[icon-species:M]
Orangutan <* class="icon icon-species" data-icon="*">[icon-species:*]
Papio <* class="icon icon-species" data-icon="8">[icon-species:8]
Pig <* class="icon icon-species" data-icon="p">[icon-species:p]
Plant <* class="icon icon-species" data-icon="P">[icon-species:P]
Plasmodium <* class="icon icon-species" data-icon="@">[icon-species:@]
Platypus <* class="icon icon-species" data-icon="U">[icon-species:U]
Pufferfish <* class="icon icon-species" data-icon="E">[icon-species:E]
Rabbit <* class="icon icon-species" data-icon="t">[icon-species:t]
Rat <* class="icon icon-species" data-icon="R">[icon-species:R]
Ray <* class="icon icon-species" data-icon="+">[icon-species:+]
Rice <* class="icon icon-species" data-icon="6">[icon-species:6]
Scorpion <* class="icon icon-species" data-icon="s">[icon-species:s]
Sheep <* class="icon icon-species" data-icon="x">[icon-species:x]
Shrew <* class="icon icon-species" data-icon="Q">[icon-species:Q]
Snail <* class="icon icon-species" data-icon="'">[icon-species:']
Spider <* class="icon icon-species" data-icon="S">[icon-species:S]
Squirrel <* class="icon icon-species" data-icon="I">[icon-species:I]
Tick <* class="icon icon-species" data-icon="&">[icon-species:&]
Tomatoes <* class="icon icon-species" data-icon=")">[icon-species:)]
Virus <* class="icon icon-species" data-icon="v">[icon-species:v]
Wallaby <* class="icon icon-species" data-icon="w">[icon-species:w]
Yeast <* class="icon icon-species" data-icon="Y">[icon-species:Y]
Zebrafish <* class="icon icon-species" data-icon="Z">[icon-species:Z]
diff --git a/EBI-Species/fonts/EBI-Species.svg b/EBI-Species/fonts/EBI-Species.svg new file mode 100644 index 0000000..2f22fb7 --- /dev/null +++ b/EBI-Species/fonts/EBI-Species.svg @@ -0,0 +1,1835 @@ + + + + + +Created by FontForge 20120731 at Tue Sep 18 11:23:43 2018 + By Travis CI User + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-Species/fonts/EBI-Species.ttf b/EBI-Species/fonts/EBI-Species.ttf new file mode 100644 index 0000000..73b21b7 Binary files /dev/null and b/EBI-Species/fonts/EBI-Species.ttf differ diff --git a/EBI-Species/fonts/EBI-Species.woff b/EBI-Species/fonts/EBI-Species.woff new file mode 100644 index 0000000..d85f8f8 Binary files /dev/null and b/EBI-Species/fonts/EBI-Species.woff differ diff --git a/EBI-Species/fonts/EBI-Species.woff2 b/EBI-Species/fonts/EBI-Species.woff2 new file mode 100644 index 0000000..180e23b Binary files /dev/null and b/EBI-Species/fonts/EBI-Species.woff2 differ diff --git a/EBI-Species/static/svg/alpaca.svg b/EBI-Species/static/svg/alpaca.svg new file mode 100644 index 0000000..dfe5587 --- /dev/null +++ b/EBI-Species/static/svg/alpaca.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/amoeba.svg b/EBI-Species/static/svg/amoeba.svg new file mode 100644 index 0000000..e1de00f --- /dev/null +++ b/EBI-Species/static/svg/amoeba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/anolis.svg b/EBI-Species/static/svg/anolis.svg new file mode 100644 index 0000000..0e601c2 --- /dev/null +++ b/EBI-Species/static/svg/anolis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/armadillo.svg b/EBI-Species/static/svg/armadillo.svg new file mode 100644 index 0000000..a7e6215 --- /dev/null +++ b/EBI-Species/static/svg/armadillo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/aspergillus.svg b/EBI-Species/static/svg/aspergillus.svg new file mode 100644 index 0000000..8c0d064 --- /dev/null +++ b/EBI-Species/static/svg/aspergillus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/barley.svg b/EBI-Species/static/svg/barley.svg new file mode 100644 index 0000000..92ee566 --- /dev/null +++ b/EBI-Species/static/svg/barley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/bat.svg b/EBI-Species/static/svg/bat.svg new file mode 100644 index 0000000..e763200 --- /dev/null +++ b/EBI-Species/static/svg/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/bee.svg b/EBI-Species/static/svg/bee.svg new file mode 100644 index 0000000..9b6e996 --- /dev/null +++ b/EBI-Species/static/svg/bee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/brachypodium.svg b/EBI-Species/static/svg/brachypodium.svg new file mode 100644 index 0000000..20a6ec9 --- /dev/null +++ b/EBI-Species/static/svg/brachypodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/brassica.svg b/EBI-Species/static/svg/brassica.svg new file mode 100644 index 0000000..ae658a4 --- /dev/null +++ b/EBI-Species/static/svg/brassica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/bug.svg b/EBI-Species/static/svg/bug.svg new file mode 100644 index 0000000..c976a96 --- /dev/null +++ b/EBI-Species/static/svg/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/c-elegans.svg b/EBI-Species/static/svg/c-elegans.svg new file mode 100644 index 0000000..0e40073 --- /dev/null +++ b/EBI-Species/static/svg/c-elegans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/cat.svg b/EBI-Species/static/svg/cat.svg new file mode 100644 index 0000000..31541b4 --- /dev/null +++ b/EBI-Species/static/svg/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/chicken.svg b/EBI-Species/static/svg/chicken.svg new file mode 100644 index 0000000..18eb72b --- /dev/null +++ b/EBI-Species/static/svg/chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/chimpanzee.svg b/EBI-Species/static/svg/chimpanzee.svg new file mode 100644 index 0000000..87daa0b --- /dev/null +++ b/EBI-Species/static/svg/chimpanzee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/corn.svg b/EBI-Species/static/svg/corn.svg new file mode 100644 index 0000000..80a346f --- /dev/null +++ b/EBI-Species/static/svg/corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/cow.svg b/EBI-Species/static/svg/cow.svg new file mode 100644 index 0000000..c5f6fde --- /dev/null +++ b/EBI-Species/static/svg/cow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/diatom.svg b/EBI-Species/static/svg/diatom.svg new file mode 100644 index 0000000..132d818 --- /dev/null +++ b/EBI-Species/static/svg/diatom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/dog.svg b/EBI-Species/static/svg/dog.svg new file mode 100644 index 0000000..1ae0177 --- /dev/null +++ b/EBI-Species/static/svg/dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/dolphin.svg b/EBI-Species/static/svg/dolphin.svg new file mode 100644 index 0000000..5d241c5 --- /dev/null +++ b/EBI-Species/static/svg/dolphin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/ecoli.svg b/EBI-Species/static/svg/ecoli.svg new file mode 100644 index 0000000..0aa370d --- /dev/null +++ b/EBI-Species/static/svg/ecoli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/elephant.svg b/EBI-Species/static/svg/elephant.svg new file mode 100644 index 0000000..34455ce --- /dev/null +++ b/EBI-Species/static/svg/elephant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/ferret.svg b/EBI-Species/static/svg/ferret.svg new file mode 100644 index 0000000..9c2f696 --- /dev/null +++ b/EBI-Species/static/svg/ferret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/finch.svg b/EBI-Species/static/svg/finch.svg new file mode 100644 index 0000000..785e61e --- /dev/null +++ b/EBI-Species/static/svg/finch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/fly.svg b/EBI-Species/static/svg/fly.svg new file mode 100644 index 0000000..d78b101 --- /dev/null +++ b/EBI-Species/static/svg/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/frog.svg b/EBI-Species/static/svg/frog.svg new file mode 100644 index 0000000..cfdb7d4 --- /dev/null +++ b/EBI-Species/static/svg/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/fungus.svg b/EBI-Species/static/svg/fungus.svg new file mode 100644 index 0000000..f5764da --- /dev/null +++ b/EBI-Species/static/svg/fungus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/glycinemax.svg b/EBI-Species/static/svg/glycinemax.svg new file mode 100644 index 0000000..b14197c --- /dev/null +++ b/EBI-Species/static/svg/glycinemax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/goat.svg b/EBI-Species/static/svg/goat.svg new file mode 100644 index 0000000..3a6c9af --- /dev/null +++ b/EBI-Species/static/svg/goat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/gorilla.svg b/EBI-Species/static/svg/gorilla.svg new file mode 100644 index 0000000..f481b49 --- /dev/null +++ b/EBI-Species/static/svg/gorilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/grapes.svg b/EBI-Species/static/svg/grapes.svg new file mode 100644 index 0000000..d8fb51d --- /dev/null +++ b/EBI-Species/static/svg/grapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/guinea-pig.svg b/EBI-Species/static/svg/guinea-pig.svg new file mode 100644 index 0000000..2c55b5d --- /dev/null +++ b/EBI-Species/static/svg/guinea-pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/hedgehog.svg b/EBI-Species/static/svg/hedgehog.svg new file mode 100644 index 0000000..fa0a898 --- /dev/null +++ b/EBI-Species/static/svg/hedgehog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/horse.svg b/EBI-Species/static/svg/horse.svg new file mode 100644 index 0000000..72cf8a9 --- /dev/null +++ b/EBI-Species/static/svg/horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/human.svg b/EBI-Species/static/svg/human.svg new file mode 100644 index 0000000..8f2fc95 --- /dev/null +++ b/EBI-Species/static/svg/human.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/kangaroo-rat.svg b/EBI-Species/static/svg/kangaroo-rat.svg new file mode 100644 index 0000000..0c82a20 --- /dev/null +++ b/EBI-Species/static/svg/kangaroo-rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/louse.svg b/EBI-Species/static/svg/louse.svg new file mode 100644 index 0000000..bd5a95b --- /dev/null +++ b/EBI-Species/static/svg/louse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/monkey.svg b/EBI-Species/static/svg/monkey.svg new file mode 100644 index 0000000..4dc84ce --- /dev/null +++ b/EBI-Species/static/svg/monkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/monodelphis.svg b/EBI-Species/static/svg/monodelphis.svg new file mode 100644 index 0000000..fcf8c0a --- /dev/null +++ b/EBI-Species/static/svg/monodelphis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/mosquito.svg b/EBI-Species/static/svg/mosquito.svg new file mode 100644 index 0000000..daab481 --- /dev/null +++ b/EBI-Species/static/svg/mosquito.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/mouse-lemur.svg b/EBI-Species/static/svg/mouse-lemur.svg new file mode 100644 index 0000000..e1b688a --- /dev/null +++ b/EBI-Species/static/svg/mouse-lemur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/mouse.svg b/EBI-Species/static/svg/mouse.svg new file mode 100644 index 0000000..bb79e52 --- /dev/null +++ b/EBI-Species/static/svg/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/orangutan.svg b/EBI-Species/static/svg/orangutan.svg new file mode 100644 index 0000000..9919b90 --- /dev/null +++ b/EBI-Species/static/svg/orangutan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/papio.svg b/EBI-Species/static/svg/papio.svg new file mode 100644 index 0000000..f51a1b4 --- /dev/null +++ b/EBI-Species/static/svg/papio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/pig.svg b/EBI-Species/static/svg/pig.svg new file mode 100644 index 0000000..d129ef6 --- /dev/null +++ b/EBI-Species/static/svg/pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/plant.svg b/EBI-Species/static/svg/plant.svg new file mode 100644 index 0000000..29bcb1d --- /dev/null +++ b/EBI-Species/static/svg/plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/plasmodium.svg b/EBI-Species/static/svg/plasmodium.svg new file mode 100644 index 0000000..718f307 --- /dev/null +++ b/EBI-Species/static/svg/plasmodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/platypus.svg b/EBI-Species/static/svg/platypus.svg new file mode 100644 index 0000000..5acd021 --- /dev/null +++ b/EBI-Species/static/svg/platypus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/pufferfish.svg b/EBI-Species/static/svg/pufferfish.svg new file mode 100644 index 0000000..a654371 --- /dev/null +++ b/EBI-Species/static/svg/pufferfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/rabbit.svg b/EBI-Species/static/svg/rabbit.svg new file mode 100644 index 0000000..fd60667 --- /dev/null +++ b/EBI-Species/static/svg/rabbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/rat.svg b/EBI-Species/static/svg/rat.svg new file mode 100644 index 0000000..2da55d3 --- /dev/null +++ b/EBI-Species/static/svg/rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/ray.svg b/EBI-Species/static/svg/ray.svg new file mode 100644 index 0000000..d910ff3 --- /dev/null +++ b/EBI-Species/static/svg/ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/rice.svg b/EBI-Species/static/svg/rice.svg new file mode 100644 index 0000000..2220e7a --- /dev/null +++ b/EBI-Species/static/svg/rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/scorpion.svg b/EBI-Species/static/svg/scorpion.svg new file mode 100644 index 0000000..4211691 --- /dev/null +++ b/EBI-Species/static/svg/scorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/sheep.svg b/EBI-Species/static/svg/sheep.svg new file mode 100644 index 0000000..91b9b2f --- /dev/null +++ b/EBI-Species/static/svg/sheep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/shrew.svg b/EBI-Species/static/svg/shrew.svg new file mode 100644 index 0000000..7cbe14b --- /dev/null +++ b/EBI-Species/static/svg/shrew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/snail.svg b/EBI-Species/static/svg/snail.svg new file mode 100644 index 0000000..5db6bf1 --- /dev/null +++ b/EBI-Species/static/svg/snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/spider.svg b/EBI-Species/static/svg/spider.svg new file mode 100644 index 0000000..aa0235d --- /dev/null +++ b/EBI-Species/static/svg/spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/squirrel.svg b/EBI-Species/static/svg/squirrel.svg new file mode 100644 index 0000000..b690bd7 --- /dev/null +++ b/EBI-Species/static/svg/squirrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/tick.svg b/EBI-Species/static/svg/tick.svg new file mode 100644 index 0000000..66f7270 --- /dev/null +++ b/EBI-Species/static/svg/tick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/tomatoes.svg b/EBI-Species/static/svg/tomatoes.svg new file mode 100644 index 0000000..037d42c --- /dev/null +++ b/EBI-Species/static/svg/tomatoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/virus.svg b/EBI-Species/static/svg/virus.svg new file mode 100644 index 0000000..1fa4f1a --- /dev/null +++ b/EBI-Species/static/svg/virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/wallaby.svg b/EBI-Species/static/svg/wallaby.svg new file mode 100644 index 0000000..6d80692 --- /dev/null +++ b/EBI-Species/static/svg/wallaby.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/yeast.svg b/EBI-Species/static/svg/yeast.svg new file mode 100644 index 0000000..5cbd629 --- /dev/null +++ b/EBI-Species/static/svg/yeast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/zebrafish.svg b/EBI-Species/static/svg/zebrafish.svg new file mode 100644 index 0000000..3847976 --- /dev/null +++ b/EBI-Species/static/svg/zebrafish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 0000000..9f58d7f --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,726 @@ +var path = require('path'); + +var version = '1.2'; // the version from the git repo branch + +module.exports = function(grunt) { + 'use strict'; + + grunt.loadNpmTasks('grunt-svgmin'); + grunt.loadNpmTasks('grunt-webfont'); + grunt.loadNpmTasks('grunt-contrib-copy'); + grunt.loadNpmTasks('grunt-grunticon'); + grunt.loadNpmTasks('grunt-includes'); + + grunt.initConfig({ + // 1. We want to minify the source SVG icons + svgmin: { + chemistry: { + files: [{ + expand: true, + cwd: 'source/chemistry', + src: ['*.svg'], + dest: 'source/chemistry' + }] + }, + conceptual: { + files: [{ + expand: true, + cwd: 'source/conceptual', + src: ['*.svg'], + dest: 'source/conceptual' + }] + }, + fileformats: { + files: [{ + expand: true, + cwd: 'source/fileformats', + src: ['*.svg'], + dest: 'source/fileformats' + }] + }, + functional: { + files: [{ + expand: true, + cwd: 'source/functional', + src: ['*.svg'], + dest: 'source/functional' + }] + }, + generic: { + files: [{ + expand: true, + cwd: 'source/generic', + src: ['*.svg'], + dest: 'source/generic' + }] + }, + social: { + files: [{ + expand: true, + cwd: 'source/social', + src: ['*.svg'], + dest: 'source/social' + }] + }, + species: { + files: [{ + expand: true, + cwd: 'source/species', + src: ['*.svg'], + dest: 'source/species' + }] + } + }, + // 2. Build the icon fonts + // and we want to specify the letter codes + webfont: { + 'EBI-Species': { + src: 'source/species/*.svg', + dest: 'EBI-Species/fonts', + // destCss: 'EBI-Species', + options: { + version: version, + font: 'EBI-Species', + fontFamilyName: 'EBI-Species', + fontFilename: 'EBI-Species', + types: 'eot,woff,woff2,ttf,svg', + templateOptions: { + baseClass: 'icon-species', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'ferret': 0x0021, + 'bee': 0x0024, + 'brachypodium': 0x0025, + 'tick': 0x0026, + 'bat': 0x0028, + 'tomatoes': 0x0029, + 'orangutan': 0x002a, + 'amoeba': 0x0030, + 'mosquito': 0x0031, + 'diatom': 0x0032, + 'kangaroo-rat': 0x0033, + 'louse': 0x0034, + 'barley': 0x0035, + 'rice': 0x0036, + 'anolis': 0x0037, + 'papio': 0x0038, + 'monodelphis': 0x0039, + 'plasmodium': 0x0040, + 'cat': 0x0041, + 'brassica': 0x0042, + 'cow': 0x0043, + 'dolphin': 0x0044, + 'pufferfish': 0x0045, + 'fly': 0x0046, + 'gorilla': 0x0047, + 'human': 0x0048, + 'squirrel': 0x0049, + 'ecoli': 0x004c, + 'mouse': 0x004d, + 'mouse-lemur': 0x004e, + 'grapes': 0x004f, + 'plant': 0x0050, + 'shrew': 0x0051, + 'rat': 0x0052, + 'spider': 0x0053, + 'platypus': 0x0055, + 'c-elegans': 0x0057, + 'yeast': 0x0059, + 'zebrafish': 0x005a, + 'glycinemax': 0x005e, + 'alpaca': 0x0061, + 'bug': 0x0062, + 'corn': 0x0063, + 'dog': 0x0064, + 'elephant': 0x0065, + 'frog': 0x0066, + 'guinea-pig': 0x0067, + 'horse': 0x0068, + 'chimpanzee': 0x0069, + 'chicken': 0x006b, + 'armadillo': 0x006c, + 'finch': 0x006e, + 'hedgehog': 0x006f, + 'pig': 0x0070, + 'monkey': 0x0072, + 'scorpion': 0x0073, + 'rabbit': 0x0074, + 'fungus': 0x0075, + 'virus': 0x0076, + 'wallaby': 0x0077, + 'sheep': 0x0078, + 'aspergillus': 0x00a3, + 'goat': 0x006d, + 'snail': 0x0027, + 'ray': 0x002b + } + } + }, + 'EBI-SocialMedia': { + src: 'source/social/*.svg', + dest: 'EBI-SocialMedia/fonts', + // destCss: 'EBI-SocialMedia', + options: { + version: version, + font: 'EBI-SocialMedia', + fontFamilyName: 'EBI-SocialMedia', + fontFilename: 'EBI-SocialMedia', + types: 'eot,woff,woff2,ttf,svg', + templateOptions: { + baseClass: 'icon-socialmedia', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'android': 0x0061, + 'apple': 0x0041, + 'blogger': 0x0042, + 'facebook': 0x0046, + 'flickr': 0x0066, + 'github': 0x0067, + 'googleplus': 0x0047, + 'linkedin': 0x004c, + 'linux': 0x0058, + 'orcid': 0x004f, + 'rss': 0x0052, + 'skype': 0x0073, + 'slideshare': 0x0053, + 'twitter': 0x0054, + 'vimeo': 0x0056, + 'weibo': 0x0057, + 'windows': 0x0077, + 'wordpress': 0x0050, + 'youtube': 0x0059 + } + } + }, + 'EBI-Generic': { + src: 'source/generic/*.svg', + dest: 'EBI-Generic/fonts', + // destCss: 'EBI-Generic', + options: { + version: version, + font: 'EBI-Generic', + fontFamilyName: 'EBI-Generic', + fontFilename: 'EBI-Generic', + types: 'eot,woff,woff2,ttf,svg', + templateOptions: { + baseClass: 'icon-generic', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'accommodation': 0x0061, + 'alert': 0x006c, + 'alumni': 0x0041, + 'announcement': 0x0055, + 'basket': 0x0062, + 'beta': 0x003e, + 'bike': 0x0033, + 'biotech': 0x0042, + 'bus': 0x0031, + 'calendar': 0x0072, + 'camera': 0x0021, + 'car': 0x0032, + 'careers': 0x0063, + 'classification': 0x0065, + 'clock': 0x007b, + 'contact': 0x0043, + 'crosslink': 0x0064, + 'database': 0x0044, + 'discuss': 0x005c, + 'documentation': 0x003b, + 'drug': 0x0075, + 'elixir': 0x0025, + 'email': 0x0045, + 'embl': 0x0026, + 'external-link': 0x0078, + 'external-systems': 0x0079, + 'face-to-face': 0x0066, + 'find-us': 0x005d, + 'funding': 0x0046, + 'graph': 0x0067, + 'group': 0x007d, + 'gtls': 0x0047, + 'health': 0x0068, + 'help': 0x003f, + 'home': 0x0048, + 'industry': 0x0049, + 'info': 0x0069, + 'link': 0x004c, + 'location': 0x005b, + 'lovedata': 0x006f, + 'mailing-list': 0x006d, + 'math': 0x0076, + 'meet-us': 0x004d, + 'mobile-device': 0x002f, + 'new': 0x003c, + 'newcomers': 0x006e, + 'news': 0x004e, + 'nutraceuticals': 0x0022, + 'open-day': 0x004f, + 'piechart': 0x0070, + 'plane': 0x0034, + 'publication': 0x0050, + 'research': 0x0029, + 'resource': 0x0052, + 'reviewed-data': 0x0071, + 'services': 0x0028, + 'steps': 0x0023, + 'support': 0x0073, + 'systems': 0x0053, + 'terms': 0x0027, + 'test': 0x0030, + 'text-mining': 0x0058, + 'toolkit': 0x003a, + 'train': 0x0037, + 'training': 0x0054, + 'tutorial': 0x0074, + 'unreviewed-data': 0x0051, + 'video': 0x0056, + 'walk': 0x0036 + } + } + }, + 'EBI-Functional': { + src: 'source/functional/*.svg', + dest: 'EBI-Functional/fonts', + // destCss: 'EBI-Functional', + options: { + version: version, + font: 'EBI-Functional', + fontFamilyName: 'EBI-Functional', + fontFilename: 'EBI-Functional', + types: 'eot,woff,woff2,ttf,svg', + templateOptions: { + baseClass: 'icon-functional', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'add': 0x002b, + 'add-job': 0x0029, + 'add-user': 0x0037, + 'align': 0x0069, + 'analyse': 0x0041, + 'analyse-percent_0': 0x0042, + 'analyse-percent_40': 0x0043, + 'analyse-percent_100': 0x0045, + 'analyse-graph': 0x007a, + 'approve': 0x002f, + 'approved-job': 0x0028, + 'attach': 0x0061, + 'browse': 0x0062, + 'close': 0x0078, + 'collapse': 0x0077, + 'collapse-closed': 0x0039, + 'collapse-open': 0x0038, + 'compare': 0x004f, + 'crop': 0x005c, + 'cut': 0x0063, + 'database-submit': 0x0044, + 'delete': 0x0064, + 'download': 0x003d, + 'edit': 0x0065, + 'edit-user': 0x0035, + 'expand': 0x0075, + 'filter': 0x0066, + 'first-page': 0x005b, + 'fullscreen': 0x0046, + 'hierarchy': 0x0068, + 'last-page': 0x005d, + 'like': 0x006b, + 'lock': 0x004c, + 'login': 0x006c, + 'mapping': 0x0030, + 'menu': 0x004d, + 'move': 0x006d, + 'next-page': 0x003e, + 'play': 0x0076, + 'previous-page': 0x003c, + 'print': 0x0050, + 'redo': 0x007d, + 'refresh': 0x0052, + 'remove': 0x002d, + 'remove-user': 0x0036, + 'save': 0x0053, + 'scaleable': 0x0059, + 'search': 0x0031, + 'search-document': 0x006a, + 'send': 0x006e, + 'settings': 0x0073, + 'share': 0x0072, + 'stop': 0x006f, + 'submit': 0x005f, + 'target': 0x0054, + 'tool': 0x0074, + 'unassigned-job': 0x002a, + 'undo': 0x007b, + 'unlock': 0x0055, + 'view': 0x0034, + 'zoom-in': 0x0033, + 'zoom-out': 0x0032 + } + } + }, + 'EBI-Conceptual': { + src: 'source/conceptual/*.svg', + dest: 'EBI-Conceptual/fonts', + // destCss: 'EBI-Conceptual', + options: { + version: version, + font: 'EBI-Conceptual', + fontFamilyName: 'EBI-Conceptual', + fontFilename: 'EBI-Conceptual', + types: 'eot,woff,woff2,ttf,svg', + templateOptions: { + baseClass: 'icon-conceptual', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'chemical': 0x0062, + 'cross-domain': 0x0063, + 'dna': 0x0064, + 'expression': 0x0067, + 'literature': 0x006c, + 'ontology': 0x006f, + 'proteins': 0x0050, + 'structures': 0x0073, + 'systems': 0x0079 + } + } + }, + 'EBI-FileFormats': { + src: 'source/fileformats/*.svg', + dest: 'EBI-FileFormats/fonts', + // destCss: 'EBI-FileFormats', + options: { + version: version, + font: 'EBI-FileFormats', + fontFamilyName: 'EBI-FileFormats', + fontFilename: 'EBI-FileFormats', + types: 'eot,woff,woff2,ttf,svg', + templateOptions: { + baseClass: 'icon-fileformats', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'ZIP': 0x005a, + 'Postscript': 0x0033, + 'XML': 0x0078, + 'DOC': 0x0064, + 'TXT': 0x0074, + 'TSV': 0x0076, + 'SDF': 0x0073, + 'RXN': 0x0058, + 'RDF_XML': 0x0044, + 'RD': 0x0072, + 'PSI-MI_XML': 0x0031, + 'PSI-MI_TAB': 0x0032, + 'PDF': 0x0070, + 'OWL': 0x006f, + 'OBO': 0x004f, + 'MDL': 0x004d, + 'JSON': 0x004a, + 'IMG': 0x0049, + 'GFF': 0x0047, + 'FLAT': 0x0046, + 'FASTQ': 0x0066, + 'FASTA': 0x0061, + 'CSV': 0x0063, + 'CRAM': 0x0052, + 'CML': 0x0043, + 'BAM': 0x0042, + 'AGP': 0x0041 + } + } + }, + 'EBI-Chemistry': { + src: 'source/chemistry/*.svg', + dest: 'EBI-Chemistry/fonts', + // destCss: 'EBI-Chemistry', + options: { + version: version, + font: 'EBI-Chemistry', + fontFamilyName: 'EBI-Chemistry', + fontFilename: 'EBI-Chemistry', + types: 'eot,woff,woff2,ttf,svg', + templateOptions: { + baseClass: 'icon-chemistry', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'direction_unknown': 0x0055, + 'direction_right': 0x0072, + 'direction_left': 0x006c, + 'direction_reversible': 0x0052 + } + } + } + }, + + // 3. Copy the source SVGs into the font folders + copy: { + main: { + files: [ + // includes files within path + {expand: true, cwd: 'source/chemistry/', src: ['**'], dest: 'EBI-Chemistry/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/conceptual/', src: ['**'], dest: 'EBI-Conceptual/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/fileformats/', src: ['**'], dest: 'EBI-FileFormats/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/functional/', src: ['**'], dest: 'EBI-Functional/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/generic/', src: ['**'], dest: 'EBI-Generic/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/social/', src: ['**'], dest: 'EBI-SocialMedia/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/species/', src: ['**'], dest: 'EBI-Species/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }} + ], + }, + }, + // 4. Make the PNGs + // (and compiled CSS files for poteintal future use) + grunticon: { + chemistry: { + files: [{ + expand: true, + cwd: 'EBI-Chemistry/static/svg', + src: ['*.svg'], + dest: "EBI-Chemistry/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + conceptual: { + files: [{ + expand: true, + cwd: 'EBI-Conceptual/static/svg', + src: ['*.svg'], + dest: "EBI-Conceptual/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + fileformats: { + files: [{ + expand: true, + cwd: 'EBI-FileFormats/static/svg', + src: ['*.svg'], + dest: "EBI-FileFormats/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + functional: { + files: [{ + expand: true, + cwd: 'EBI-Functional/static/svg', + src: ['*.svg'], + dest: 'EBI-Functional/static' + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + generic: { + files: [{ + expand: true, + cwd: 'EBI-Generic/static/svg', + src: ['*.svg'], + dest: 'EBI-Generic/static' + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + social: { + files: [{ + expand: true, + cwd: 'EBI-SocialMedia/static/svg', + src: ['*.svg'], + dest: "EBI-SocialMedia/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + species: { + files: [{ + expand: true, + cwd: 'EBI-Species/static/svg', + src: ['*.svg'], + dest: "EBI-Species/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + }, + // 5. Combine the built webfont previews into a global template + includes: { + files: { + debug: true, + src: [ + 'templates/index.html', + 'templates/partial.html' + ], + dest: '.', // Destination directory + flatten: true, + cwd: '.', + options: { + // silent: true, + banner: '', + includePath: [ + 'EBI-Chemistry/fonts/', + 'EBI-Conceptual/fonts/', + 'EBI-FileFormats/fonts/', + 'EBI-Functional/fonts/', + 'EBI-Generic/fonts/', + 'EBI-SocialMedia/fonts/', + 'EBI-Species/fonts/' + ], + + } + } + } + + // grunticon: { + // all: { + // files: [{ + // expand: true, + // cwd: 'icons/source', + // src: ['*.svg', '*.png'], + // dest: "icons/output" + // }], + // options: { + // // enhanceSVG: true, + // "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + // colors: { + // "white": "#ffffff" + // }, + // customselectors: { + // "species-ferret": [".icon.icon-species[data-icon=\"!\"]"], + // "species-bee": [".icon.icon-species[data-icon=\"$\"]"], + // "species-brachypodium": [".icon.icon-species[data-icon=\"%\"]"], + // "species-tick": [".icon.icon-species[data-icon=\"&\"]"], + // "species-bat": [".icon.icon-species[data-icon=\"(\"]"], + // "species-tomatoes": [".icon.icon-species[data-icon=\")\"]"], + // "species-orangutan": [".icon.icon-species[data-icon=\"*\"]"], + // "species-amoeba": [".icon.icon-species[data-icon=\"0\"]"], + // "species-mosquito": [".icon.icon-species[data-icon=\"1\"]"], + // "species-diatom": [".icon.icon-species[data-icon=\"2\"]"], + // "species-kangaroo-rat": [".icon.icon-species[data-icon=\"3\"]"], + // "species-louse": [".icon.icon-species[data-icon=\"4\"]"], + // "species-barley": [".icon.icon-species[data-icon=\"5\"]"], + // "species-rice": [".icon.icon-species[data-icon=\"6\"]"], + // "species-anolis": [".icon.icon-species[data-icon=\"7\"]"], + // "species-papio": [".icon.icon-species[data-icon=\"8\"]"], + // "species-monodelphis": [".icon.icon-species[data-icon=\"9\"]"], + // "species-plasmodium": [".icon.icon-species[data-icon=\"@\"]"], + // "species-cat": [".icon.icon-species[data-icon=\"A\"]"], + // "species-brassica": [".icon.icon-species[data-icon=\"B\"]"], + // "species-cow": [".icon.icon-species[data-icon=\"C\"]"], + // "species-dolphin": [".icon.icon-species[data-icon=\"D\"]"], + // "species-pufferfish": [".icon.icon-species[data-icon=\"E\"]"], + // "species-fly": [".icon.icon-species[data-icon=\"F\"]"], + // "species-gorilla": [".icon.icon-species[data-icon=\"G\"]"], + // "species-human": [".icon.icon-species[data-icon=\"H\"]"], + // "species-squirrel": [".icon.icon-species[data-icon=\"I\"]"], + // "species-ecoli": [".icon.icon-species[data-icon=\"L\"]"], + // "species-mouse": [".icon.icon-species[data-icon=\"M\"]"], + // "species-mouse-lemur": [".icon.icon-species[data-icon=\"N\"]"], + // "species-grapes": [".icon.icon-species[data-icon=\"0\"]"], + // "species-plant": [".icon.icon-species[data-icon=\"P\"]"], + // "species-shrew": [".icon.icon-species[data-icon=\"Q\"]"], + // "species-rat": [".icon.icon-species[data-icon=\"R\"]"], + // "species-spider": [".icon.icon-species[data-icon=\"S\"]"], + // "species-platypus": [".icon.icon-species[data-icon=\"U\"]"], + // "species-c-elegans": [".icon.icon-species[data-icon=\"W\"]"], + // "species-yeast": [".icon.icon-species[data-icon=\"Y\"]"], + // "species-zebrafish": [".icon.icon-species[data-icon=\"Z\"]"], + // "species-glycinemax": [".icon.icon-species[data-icon=\"^\"]"], + // "species-alpaca": [".icon.icon-species[data-icon=\"a\"]"], + // "species-bug": [".icon.icon-species[data-icon=\"b\"]"], + // "species-corn": [".icon.icon-species[data-icon=\"d\"]"], + // "species-dog": [".icon.icon-species[data-icon=\"d\"]"], + // "species-elephant": [".icon.icon-species[data-icon=\"e\"]"], + // "species-frog": [".icon.icon-species[data-icon=\"f\"]"], + // "species-guinea-pig": [".icon.icon-species[data-icon=\"g\"]"], + // "species-horse": [".icon.icon-species[data-icon=\"h\"]"], + // "species-chimpanzee": [".icon.icon-species[data-icon=\"i\"]"], + // "species-chicken": [".icon.icon-species[data-icon=\"k\"]"], + // "species-armadillo": [".icon.icon-species[data-icon=\"l\"]"], + // "species-finch": [".icon.icon-species[data-icon=\"n\"]"], + // "species-hedgehog": [".icon.icon-species[data-icon=\"o\"]"], + // "species-pig": [".icon.icon-species[data-icon=\"p\"]"], + // "species-monkey": [".icon.icon-species[data-icon=\"r\"]"], + // "species-scorpion": [".icon.icon-species[data-icon=\"s\"]"], + // "species-rabbit": [".icon.icon-species[data-icon=\"t\"]"], + // "species-fungus": [".icon.icon-species[data-icon=\"u\"]"], + // "species-virus": [".icon.icon-species[data-icon=\"v\"]"], + // "species-wallaby": [".icon.icon-species[data-icon=\"w\"]"], + // "species-sheep": [".icon.icon-species[data-icon=\"x\"]"], + // "species-aspergillus": [".icon.icon-species[data-icon=\"£\"]"], + // "*": [".icon[data-icon=\"$1\"]", ".icon.icon-$1"] + // } + // } + // } + // } + }); + grunt.registerTask('default', ['svgmin','webfont','grunticon','copy','includes']); + +}; diff --git a/README.md b/README.md new file mode 100644 index 0000000..06cf386 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +[![Build Status](https://travis-ci.org/ebiwd/EBI-Icon-fonts.svg?branch=v1.2-code)](https://travis-ci.org/ebiwd/EBI-Icon-fonts) + + + +# EMBL-EBI Icon fonts for the life sciences + +[View all the icons and usage information at this gallery](https://www.ebi.ac.uk/style-lab/general/fonts/). + +Reference the [fonts.css](https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css) stylesheet automatically loads a range of icon fonts that you can use. + +Icons are added automatically through CSS using the :before feature in CSS, so they will appear before whatever piece of text you associate them with. To make this association, you need to include particular class and data-icon attributes in the relevant HTML element: e.g. <h4><span class="icon icon-generic" data-icon="4"></span> Travel by plane</h4>. + +## What's new in v1.2? + +- The new version is a backwards compatible release, just point your css include to `https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css` +- Digging deeper you'll find static PNG and SVG assets along with an improved build process. +- Note that new icons will not be added to v1.1 + +## Help us make these icons better + +The Web Guidelines Committee is reviewing how the icons are bundled and how they are delivered to developers, so if you want SVGs, smaller sizes, or PNGs: ask for by [adding a comment to this issue](https://github.com/ebiwd/EBI-Icon-fonts/issues/6). + +## Need a new icon? + +If you're in need of an icon for a squirrel, bucket, or something useful: [use this form](https://docs.google.com/a/ebi.ac.uk/forms/d/e/1FAIpQLSe7_lFbhVdt-AJeGQChjkiab642nDkfKTVoNQRosPAKuBP3_g/viewform?c=0&w=1). + +## Using these fonts in your project + +- Releases are homed at [https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/](https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts) +- You can load the default CSS by linking to the v1.2 release at [https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css](https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css) +- NPM users can get the code from [npmjs.com/package/EBI-Icon-fonts](https://www.npmjs.com/package/EBI-Icon-fonts) +- React users that are working with the EBI Species icons should check out [wbazant/react-ebi-species](https://www.npmjs.com/package/react-ebi-species) + +# Code structure, developing the fonts + +## Versioning +We are using a semantic versioning style of releases. + +| Major release | Minor release | Note | +| ------------- | ------------- | ---- | +| (Branch) | (Tag) | | +| 1.1 | .0 | Initial major release | +| " | .1 | Tagged minor release | +| " | .2 | Tagged minor release | +| " | .3 | Tagged minor release | +| 1.2 | .0 | Documented, breaking release | +| " | .1 | Tagged minor release | +| 1.3 | .0 | Documented, breaking release | + +Difference between major, minor releases: +- Major releases (1.1, 1.2, 1.3...) can have breaking changes and any such changes will be detailed and tested. +- Minor releases (0.0.X) will not have changes to code structure or parts and will mainly add features or update visual assets (such as logos or icon fonts). + +## Building the icon fonts +If you're a developer looking to compile/edit/tweak the font from its source files, here's what you need to do. + +(NOTE: Only developers would have the need do this.) + +1. Clone the repo +2. Run `npm install` and you may also need to (Mac oriented commands) + - `sudo npm install grunt-cli -g` + - install brew: https://brew.sh/ + - install grunt-webfont dependencies: https://github.com/sapegin/grunt-webfont#installation +3. Build the files by running the [Gruntfile.js](https://github.com/ebiwd/EBI-Icon-fonts/blob/v1.2/Gruntfile.js) tasks with: + - `grunt` master build of all below tasks + - `grunt svgmin` minify svg source files + - `grunt webfont` generate the webfont files + - `grunt grunticon` make the png static files + - `grunt copy` copy svg source files into font static files + +## Use of branches + +As code is built we use [Travis to build the assets](https://travis-ci.org/ebiwd/EBI-Icon-fonts); here's the branch structure. + +- v1.2: Output of Travis build process, to be deployed on EBI servers +- v1.2-code: Code for development that will be consumed by Travis + +# Licensing +We generally encourage others to use these icons -- we're still working out the official license, but in the meantime, if you'd like to use them, please get in touch. diff --git a/bin/deploy-aws b/bin/deploy-aws new file mode 100755 index 0000000..252ca57 --- /dev/null +++ b/bin/deploy-aws @@ -0,0 +1,28 @@ +#!/bin/bash + +# abort on error +set -e; +# abort on undefined variable +set -u; + +# get current branch from git info +PROJECT=${CI_PROJECT_NAME}; +BRANCH=$(echo "${CI_COMMIT_REF_NAME}" | cut -d'.' -f1-2); # first two parts, if tag name + +# set project base +DEPLOY_PATH="web_guidelines/${PROJECT}/${BRANCH}"; + +if [ "${1:-''}" = "prod" ]; then + S3_BUCKET=${S3_BUCKET_PROD}; + MAX_AGE=$(cat .max-age); # define in .max-age +else + S3_BUCKET=${S3_BUCKET_DEV}; +fi; + +# push to AWS (exclude bin and .git) +aws s3 sync . s3://${S3_BUCKET}/${DEPLOY_PATH} \ + --exclude ".git*" \ + --exclude "bin/*" \ + --delete \ + --cache-control "max-age=${MAX_AGE:-60}" \ + ; diff --git a/fonts.css b/fonts.css new file mode 100644 index 0000000..13fa3d7 --- /dev/null +++ b/fonts.css @@ -0,0 +1,194 @@ +/* Icons +=================================================== */ + +/* Biological concepts and top-level icons (e.g. Services, Research, etc. */ +@font-face { + font-family: 'EBI-Conceptual'; + src:url('EBI-Conceptual/fonts/EBI-Conceptual.eot'); + src:url('EBI-Conceptual/fonts/EBI-Conceptual.eot?#iefix') format('embedded-opentype'), + url('EBI-Conceptual/fonts/EBI-Conceptual.woff2') format('woff2'), + url('EBI-Conceptual/fonts/EBI-Conceptual.woff') format('woff'), + url('EBI-Conceptual/fonts/EBI-Conceptual.svg#EBI-Conceptual') format('svg'), + url('EBI-Conceptual/fonts/EBI-Conceptual.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Generic, functional or activity-orientated icons */ +@font-face { + font-family: 'EBI-Functional'; + src:url('EBI-Functional/fonts/EBI-Functional.eot'); + src:url('EBI-Functional/fonts/EBI-Functional.eot?#iefix') format('embedded-opentype'), + url('EBI-Functional/fonts/EBI-Functional.woff2') format('woff2'), + url('EBI-Functional/fonts/EBI-Functional.woff') format('woff'), + url('EBI-Functional/fonts/EBI-Functional.svg#EBI-Functional') format('svg'), + url('EBI-Functional/fonts/EBI-Functional.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Generic icons that can be used as decoration or emphasis */ +@font-face { + font-family: 'EBI-Generic'; + src:url('EBI-Generic/fonts/EBI-Generic.eot'); + src:url('EBI-Generic/fonts/EBI-Generic.eot?#iefix') format('embedded-opentype'), + url('EBI-Generic/fonts/EBI-Generic.woff2') format('woff2'), + url('EBI-Generic/fonts/EBI-Generic.woff') format('woff'), + url('EBI-Generic/fonts/EBI-Generic.svg#EBI-Generic') format('svg'), + url('EBI-Generic/fonts/EBI-Generic.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Icons for commonly referenced species and orgamisms */ +@font-face { + font-family: 'EBI-Species'; + src:url('EBI-Species/fonts/EBI-Species.eot'); + src:url('EBI-Species/fonts/EBI-Species.eot?#iefix') format('embedded-opentype'), + url('EBI-Species/fonts/EBI-Species.woff2') format('woff2'), + url('EBI-Species/fonts/EBI-Species.woff') format('woff'), + url('EBI-Species/fonts/EBI-Species.svg#EBI-Species') format('svg'), + url('EBI-Species/fonts/EBI-Species.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Icons for social media */ +@font-face { + font-family: 'EBI-SocialMedia'; + src:url('EBI-SocialMedia/fonts/EBI-SocialMedia.eot'); + src:url('EBI-SocialMedia/fonts/EBI-SocialMedia.eot?#iefix') format('embedded-opentype'), + url('EBI-SocialMedia/fonts/EBI-SocialMedia.woff2') format('woff2'), + url('EBI-SocialMedia/fonts/EBI-SocialMedia.woff') format('woff'), + url('EBI-SocialMedia/fonts/EBI-SocialMedia.svg#EBI-SocialMedia') format('svg'), + url('EBI-SocialMedia/fonts/EBI-SocialMedia.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Specific file formats */ +@font-face { + font-family: 'EBI-FileFormats'; + src:url('EBI-FileFormats/fonts/EBI-FileFormats.eot'); + src:url('EBI-FileFormats/fonts/EBI-FileFormats.eot?#iefix') format('embedded-opentype'), + url('EBI-FileFormats/fonts/EBI-FileFormats.woff2') format('woff2'), + url('EBI-FileFormats/fonts/EBI-FileFormats.woff') format('woff'), + url('EBI-FileFormats/fonts/EBI-FileFormats.svg#EBI-Functional') format('svg'), + url('EBI-FileFormats/fonts/EBI-FileFormats.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Chemistry font */ +@font-face { + font-family: 'EBI-Chemistry'; + src:url('EBI-Chemistry/fonts/EBI-Chemistry.eot'); + src:url('EBI-Chemistry/fonts/EBI-Chemistry.eot?#iefix') format('embedded-opentype'), + url('EBI-Chemistry/fonts/EBI-Chemistry.woff2') format('woff2'), + url('EBI-Chemistry/fonts/EBI-Chemistry.woff') format('woff'), + url('EBI-Chemistry/fonts/EBI-Chemistry.svg#EBI-Chemistry') format('svg'), + url('EBI-Chemistry/fonts/EBI-Chemistry.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + + +/* General .icon support */ +.icon { + text-decoration: none; + font-style: normal; + text-rendering: optimizeLegibility !important; + background-size: contain; + font-weight: 400; +} +input.icon-conceptual, +.icon-conceptual:before, +input.icon-functional, +.icon-functional:before, +input.icon-generic, +.icon-generic:before, +input.icon-species, +.icon-species:before, +input.icon-socialmedia, +.icon-socialmedia:before, +input.icon-fileformats, +.icon-fileformats:before, +input.icon-chemistry, +.icon-chemistry:before { + content: attr(data-icon); + text-transform: none; +} +html i.icon-conceptual, +html input.icon-conceptual, +html .icon-conceptual:before { + font-family: 'EBI-Conceptual'; +} +html i.icon-functional, +html input.icon-functional, +html .icon-functional:before { + font-family: 'EBI-Functional'; +} +html i.icon-generic, +html input.icon-generic, +html .icon-generic:before { + font-family: 'EBI-Generic'; +} +html i.icon-species, +html input.icon-species, +html .icon-species:before { + font-family: 'EBI-Species'; +} +html i.icon-socialmedia, +html input.icon-socialmedia, +html .icon-socialmedia:before { + font-family: 'EBI-SocialMedia'; +} +input.icon-fileformats, +.icon-fileformats:before { + font-size: 123.1%; + font-family: 'EBI-FileFormats'; +} +html i.icon-chemistry, +html input.icon-chemistry, +html .icon-chemistry:before { + font-family: 'EBI-Chemistry'; +} +/* icon utility class */ +.icon.icon-spacer:before { padding-right: .5rem; } + +/* Custom colouring from some globally-used icons */ +.icon-c1:before { color: #dac79d; } /* DNA & RNA */ +.icon-c2:before { color: #dab7e2; } /* Gene expression */ +.icon-c3:before { color: #62d0df; } /* Proteins */ +.icon-c4:before { color: #afc9b8; } /* Structures */ +.icon-c5:before { color: #ffb4aa; } /* Systems */ +.icon-c6:before { color: #ffc999; } /* Chem bio */ +.icon-c7:before { color: #bec3d9; } /* Ontologies */ +.icon-c8:before { color: #c5d4a3; } /* Literature & patents */ +.icon-c9:before { color: #a4c7e2; } /* Cross-domain */ +.icon-s1:before { color: #3b5998; } /* Facebook */ +.icon-s2:before { color: #55acee; } /* Twitter */ +.icon-s3:before { color: #007bb6; } /* LinkedIn */ +.icon-s4:before { color: #ff6600; } /* Blogger */ +.icon-s5:before { color: #a6c83f; } /* Orcid */ +.icon-s6:before { color: #dd4b39; } /* Google+ */ +.icon-s7:before { color: #bb0000; } /* YouTube */ +.icon-s8:before { color: #f40083; } /* Flikr */ +.icon-s9:before { color: #1ab7ea; } /* Vimeo */ +.icon-s10:before { color: #00bcf2; } /* Windows */ +.icon-s11:before { color: #f7941e; } /* SlideShare */ +.icon-s12:before { color: #21759b; } /* Wordpress */ +.icon-s13:before { color: #fa9b39; } /* RSS */ + + +/* Compatibility with legacy compliance theme. + RWD framework now uses i.icon-functionality spec. */ +/* a.icon-conceptual, +a.icon-functional, +a.icon-species, +a.socialmedia, +a.icon-chemistry, +a.icon-fileformats, +a.icon-generic, +h3.icon-conceptual, +h3.icon-functional, +h3.icon-species, +h3.socialmedia, +h3.icon-chemistry, +h3.icon-fileformats, +h3.icon-generic { font-family: 'helvetica', sans-serif; } + */ diff --git a/index.html b/index.html new file mode 100644 index 0000000..49ab98d --- /dev/null +++ b/index.html @@ -0,0 +1,2963 @@ + + + + + EBI Icon fonts < EBI Visual Framework < EMBL-EBI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+ +
+ + + + + + + +
+
+
+
+ +
+ +
+ + +
+
+
+
+
+ +
+

EMBL-EBI Icon fonts for the life sciences

+

EMBL-EBI has produced a robust set of icon fonts that represent actions and things common in our field, like databases; actions, like uploading; concepts, like gene expression; or platforms, like e-mail or Twitter.

+ +

If you're in need of an icon for a squirrel, bucket, or something useful: Request an icon

+ +

Using these fonts

+ +
+
+

To use these on a website, include the fonts.css stylesheet listed below, and use the HTML code examples listed in the gallery further down the page.

+
    +
  • You can load the default CSS by linking to the v1.2 release at ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css
  • + +
  • To make the icons appear, you need to include particular class and data-icon attributes in the relevant HTML element: +

    <strong><i class="icon icon-generic" data-icon="4"></i> This is an example icon</strong>

    +

    The browser's CSS parser will read the data-icon parameter and use the icon pictogram corresponding to "4":

    +

    This is an example icon

    +
  • +
  • The EBI Visual framework no longer adds automatic padding to icons (in most scenarios), if you want to add padding, use the helper classes or add .icon-spacer to the .icon's element.
  • +
+
+
+

If your computer does not already have these fonts installed, use the links to download TTF files. Need help installing?

+

Note: You can preview the icons below.

+
    +
  • The Conceptual font: icons for things like "DNA", "Chemical biology' and "Ontologies"
  • +
  • The Functional font: icons for "compare", "align", "approve", "download" and so forth.
  • +
  • The Generic font: icons for things like "info", "New", "link" and "location".
  • +
  • Social Media: handily enough, the Social Media font has icons for... social media!
  • +
  • Species: where you can find an icon for yeast.
  • +
  • Chemistry: you guessed it.
  • +
+
+
+

Need to do something else?

+ +
+ + +
+
+ +
+

Need help?

+

Head to the issue queue

+ +

Just a bit of guidance?

+

For more information on using fonts with the EMBL-EBI Visual Framework and making the most of the framework, view the EBI Style Lab

+ +

Looking for "Corporate" fonts?

+

If you are making official EMBL-EBI documents, including slides and posters, it's best if you use Helvetica Neue Pro in your headings.

+ +
+
+ +
+ + + + +

The gallery

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Generic version 1.2HTMLDrupal
Accommodation <* class="icon icon-generic" data-icon="a">[icon-generic:a]
Alert <* class="icon icon-generic" data-icon="l">[icon-generic:l]
Alumni <* class="icon icon-generic" data-icon="A">[icon-generic:A]
Announcement <* class="icon icon-generic" data-icon="U">[icon-generic:U]
Basket <* class="icon icon-generic" data-icon="b">[icon-generic:b]
Beta <* class="icon icon-generic" data-icon=">">[icon-generic:>]
Bike <* class="icon icon-generic" data-icon="3">[icon-generic:3]
Biotech <* class="icon icon-generic" data-icon="B">[icon-generic:B]
Bus <* class="icon icon-generic" data-icon="1">[icon-generic:1]
Calendar <* class="icon icon-generic" data-icon="r">[icon-generic:r]
Camera <* class="icon icon-generic" data-icon="!">[icon-generic:!]
Car <* class="icon icon-generic" data-icon="2">[icon-generic:2]
Careers <* class="icon icon-generic" data-icon="c">[icon-generic:c]
Classification <* class="icon icon-generic" data-icon="e">[icon-generic:e]
Clock <* class="icon icon-generic" data-icon="{">[icon-generic:{]
Contact <* class="icon icon-generic" data-icon="C">[icon-generic:C]
Crosslink <* class="icon icon-generic" data-icon="d">[icon-generic:d]
Database <* class="icon icon-generic" data-icon="D">[icon-generic:D]
Discuss <* class="icon icon-generic" data-icon="\">[icon-generic:\]
Documentation <* class="icon icon-generic" data-icon=";">[icon-generic:;]
Drug <* class="icon icon-generic" data-icon="u">[icon-generic:u]
Elixir <* class="icon icon-generic" data-icon="%">[icon-generic:%]
Email <* class="icon icon-generic" data-icon="E">[icon-generic:E]
Embl <* class="icon icon-generic" data-icon="&">[icon-generic:&]
External link <* class="icon icon-generic" data-icon="x">[icon-generic:x]
External systems <* class="icon icon-generic" data-icon="y">[icon-generic:y]
Face to face <* class="icon icon-generic" data-icon="f">[icon-generic:f]
Find us <* class="icon icon-generic" data-icon="]">[icon-generic:]]
Funding <* class="icon icon-generic" data-icon="F">[icon-generic:F]
Graph <* class="icon icon-generic" data-icon="g">[icon-generic:g]
Group <* class="icon icon-generic" data-icon="}">[icon-generic:}]
Gtls <* class="icon icon-generic" data-icon="G">[icon-generic:G]
Health <* class="icon icon-generic" data-icon="h">[icon-generic:h]
Help <* class="icon icon-generic" data-icon="?">[icon-generic:?]
Home <* class="icon icon-generic" data-icon="H">[icon-generic:H]
Industry <* class="icon icon-generic" data-icon="I">[icon-generic:I]
Info <* class="icon icon-generic" data-icon="i">[icon-generic:i]
Link <* class="icon icon-generic" data-icon="L">[icon-generic:L]
Location <* class="icon icon-generic" data-icon="[">[icon-generic:[]
Lovedata <* class="icon icon-generic" data-icon="o">[icon-generic:o]
Mailing list <* class="icon icon-generic" data-icon="m">[icon-generic:m]
Math <* class="icon icon-generic" data-icon="v">[icon-generic:v]
Meet us <* class="icon icon-generic" data-icon="M">[icon-generic:M]
Mobile device <* class="icon icon-generic" data-icon="/">[icon-generic:/]
New <* class="icon icon-generic" data-icon="<">[icon-generic:<]
Newcomers <* class="icon icon-generic" data-icon="n">[icon-generic:n]
News <* class="icon icon-generic" data-icon="N">[icon-generic:N]
Nutraceuticals <* class="icon icon-generic" data-icon=""">[icon-generic:"]
Open day <* class="icon icon-generic" data-icon="O">[icon-generic:O]
Piechart <* class="icon icon-generic" data-icon="p">[icon-generic:p]
Plane <* class="icon icon-generic" data-icon="4">[icon-generic:4]
Publication <* class="icon icon-generic" data-icon="P">[icon-generic:P]
Research <* class="icon icon-generic" data-icon=")">[icon-generic:)]
Resource <* class="icon icon-generic" data-icon="R">[icon-generic:R]
Reviewed data <* class="icon icon-generic" data-icon="q">[icon-generic:q]
Services <* class="icon icon-generic" data-icon="(">[icon-generic:(]
Steps <* class="icon icon-generic" data-icon="#">[icon-generic:#]
Support <* class="icon icon-generic" data-icon="s">[icon-generic:s]
Systems <* class="icon icon-generic" data-icon="S">[icon-generic:S]
Terms <* class="icon icon-generic" data-icon="'">[icon-generic:']
Test <* class="icon icon-generic" data-icon="0">[icon-generic:0]
Text mining <* class="icon icon-generic" data-icon="X">[icon-generic:X]
Toolkit <* class="icon icon-generic" data-icon=":">[icon-generic::]
Train <* class="icon icon-generic" data-icon="7">[icon-generic:7]
Training <* class="icon icon-generic" data-icon="T">[icon-generic:T]
Tutorial <* class="icon icon-generic" data-icon="t">[icon-generic:t]
Unreviewed data <* class="icon icon-generic" data-icon="Q">[icon-generic:Q]
Video <* class="icon icon-generic" data-icon="V">[icon-generic:V]
Walk <* class="icon icon-generic" data-icon="6">[icon-generic:6]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Chemistry version 1.2HTMLDrupal
Direction left <* class="icon icon-chemistry" data-icon="l">[icon-chemistry:l]
Direction reversible <* class="icon icon-chemistry" data-icon="R">[icon-chemistry:R]
Direction right <* class="icon icon-chemistry" data-icon="r">[icon-chemistry:r]
Direction unknown <* class="icon icon-chemistry" data-icon="U">[icon-chemistry:U]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Conceptual version 1.2HTMLDrupal
Chemical <* class="icon icon-conceptual" data-icon="b">[icon-conceptual:b]
Cross domain <* class="icon icon-conceptual" data-icon="c">[icon-conceptual:c]
Dna <* class="icon icon-conceptual" data-icon="d">[icon-conceptual:d]
Expression <* class="icon icon-conceptual" data-icon="g">[icon-conceptual:g]
Literature <* class="icon icon-conceptual" data-icon="l">[icon-conceptual:l]
Ontology <* class="icon icon-conceptual" data-icon="o">[icon-conceptual:o]
Proteins <* class="icon icon-conceptual" data-icon="P">[icon-conceptual:P]
Structures <* class="icon icon-conceptual" data-icon="s">[icon-conceptual:s]
Systems <* class="icon icon-conceptual" data-icon="y">[icon-conceptual:y]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-FileFormats version 1.2HTMLDrupal
Agp <* class="icon icon-fileformats" data-icon="A">[icon-fileformats:A]
Bam <* class="icon icon-fileformats" data-icon="B">[icon-fileformats:B]
Cml <* class="icon icon-fileformats" data-icon="C">[icon-fileformats:C]
Cram <* class="icon icon-fileformats" data-icon="R">[icon-fileformats:R]
Csv <* class="icon icon-fileformats" data-icon="c">[icon-fileformats:c]
Doc <* class="icon icon-fileformats" data-icon="d">[icon-fileformats:d]
Fasta <* class="icon icon-fileformats" data-icon="a">[icon-fileformats:a]
Fastq <* class="icon icon-fileformats" data-icon="f">[icon-fileformats:f]
Flat <* class="icon icon-fileformats" data-icon="F">[icon-fileformats:F]
Gff <* class="icon icon-fileformats" data-icon="G">[icon-fileformats:G]
Img <* class="icon icon-fileformats" data-icon="I">[icon-fileformats:I]
Json <* class="icon icon-fileformats" data-icon="J">[icon-fileformats:J]
Mdl <* class="icon icon-fileformats" data-icon="M">[icon-fileformats:M]
Obo <* class="icon icon-fileformats" data-icon="O">[icon-fileformats:O]
Owl <* class="icon icon-fileformats" data-icon="o">[icon-fileformats:o]
Pdf <* class="icon icon-fileformats" data-icon="p">[icon-fileformats:p]
Postscript <* class="icon icon-fileformats" data-icon="3">[icon-fileformats:3]
Psi mi tab <* class="icon icon-fileformats" data-icon="2">[icon-fileformats:2]
Psi mi xml <* class="icon icon-fileformats" data-icon="1">[icon-fileformats:1]
Rd <* class="icon icon-fileformats" data-icon="r">[icon-fileformats:r]
Rdf xml <* class="icon icon-fileformats" data-icon="D">[icon-fileformats:D]
Rxn <* class="icon icon-fileformats" data-icon="X">[icon-fileformats:X]
Sdf <* class="icon icon-fileformats" data-icon="s">[icon-fileformats:s]
Tsv <* class="icon icon-fileformats" data-icon="v">[icon-fileformats:v]
Txt <* class="icon icon-fileformats" data-icon="t">[icon-fileformats:t]
Xml <* class="icon icon-fileformats" data-icon="x">[icon-fileformats:x]
Zip <* class="icon icon-fileformats" data-icon="Z">[icon-fileformats:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Functional version 1.2HTMLDrupal
Add job <* class="icon icon-functional" data-icon=")">[icon-functional:)]
Add user <* class="icon icon-functional" data-icon="7">[icon-functional:7]
Add <* class="icon icon-functional" data-icon="+">[icon-functional:+]
Align <* class="icon icon-functional" data-icon="i">[icon-functional:i]
Analyse graph <* class="icon icon-functional" data-icon="z">[icon-functional:z]
Analyse percent 0 <* class="icon icon-functional" data-icon="B">[icon-functional:B]
Analyse percent 100 <* class="icon icon-functional" data-icon="E">[icon-functional:E]
Analyse percent 40 <* class="icon icon-functional" data-icon="C">[icon-functional:C]
Analyse <* class="icon icon-functional" data-icon="A">[icon-functional:A]
Approve <* class="icon icon-functional" data-icon="/">[icon-functional:/]
Approved job <* class="icon icon-functional" data-icon="(">[icon-functional:(]
Attach <* class="icon icon-functional" data-icon="a">[icon-functional:a]
Browse <* class="icon icon-functional" data-icon="b">[icon-functional:b]
Close <* class="icon icon-functional" data-icon="x">[icon-functional:x]
Collapse closed <* class="icon icon-functional" data-icon="9">[icon-functional:9]
Collapse open <* class="icon icon-functional" data-icon="8">[icon-functional:8]
Collapse <* class="icon icon-functional" data-icon="w">[icon-functional:w]
Compare <* class="icon icon-functional" data-icon="O">[icon-functional:O]
Crop <* class="icon icon-functional" data-icon="\">[icon-functional:\]
Cut <* class="icon icon-functional" data-icon="c">[icon-functional:c]
Database submit <* class="icon icon-functional" data-icon="D">[icon-functional:D]
Delete <* class="icon icon-functional" data-icon="d">[icon-functional:d]
Download <* class="icon icon-functional" data-icon="=">[icon-functional:=]
Edit user <* class="icon icon-functional" data-icon="5">[icon-functional:5]
Edit <* class="icon icon-functional" data-icon="e">[icon-functional:e]
Expand <* class="icon icon-functional" data-icon="u">[icon-functional:u]
Filter <* class="icon icon-functional" data-icon="f">[icon-functional:f]
First page <* class="icon icon-functional" data-icon="[">[icon-functional:[]
Fullscreen <* class="icon icon-functional" data-icon="F">[icon-functional:F]
Hierarchy <* class="icon icon-functional" data-icon="h">[icon-functional:h]
Last page <* class="icon icon-functional" data-icon="]">[icon-functional:]]
Like <* class="icon icon-functional" data-icon="k">[icon-functional:k]
Lock <* class="icon icon-functional" data-icon="L">[icon-functional:L]
Login <* class="icon icon-functional" data-icon="l">[icon-functional:l]
Mapping <* class="icon icon-functional" data-icon="0">[icon-functional:0]
Menu <* class="icon icon-functional" data-icon="M">[icon-functional:M]
Move <* class="icon icon-functional" data-icon="m">[icon-functional:m]
Next page <* class="icon icon-functional" data-icon=">">[icon-functional:>]
Play <* class="icon icon-functional" data-icon="v">[icon-functional:v]
Previous page <* class="icon icon-functional" data-icon="<">[icon-functional:<]
Print <* class="icon icon-functional" data-icon="P">[icon-functional:P]
Redo <* class="icon icon-functional" data-icon="}">[icon-functional:}]
Refresh <* class="icon icon-functional" data-icon="R">[icon-functional:R]
Remove user <* class="icon icon-functional" data-icon="6">[icon-functional:6]
Remove <* class="icon icon-functional" data-icon="-">[icon-functional:-]
Save <* class="icon icon-functional" data-icon="S">[icon-functional:S]
Scaleable <* class="icon icon-functional" data-icon="Y">[icon-functional:Y]
Search document <* class="icon icon-functional" data-icon="j">[icon-functional:j]
Search <* class="icon icon-functional" data-icon="1">[icon-functional:1]
Send <* class="icon icon-functional" data-icon="n">[icon-functional:n]
Settings <* class="icon icon-functional" data-icon="s">[icon-functional:s]
Share <* class="icon icon-functional" data-icon="r">[icon-functional:r]
Stop <* class="icon icon-functional" data-icon="o">[icon-functional:o]
Submit <* class="icon icon-functional" data-icon="_">[icon-functional:_]
Target <* class="icon icon-functional" data-icon="T">[icon-functional:T]
Tool <* class="icon icon-functional" data-icon="t">[icon-functional:t]
Unassigned job <* class="icon icon-functional" data-icon="*">[icon-functional:*]
Undo <* class="icon icon-functional" data-icon="{">[icon-functional:{]
Unlock <* class="icon icon-functional" data-icon="U">[icon-functional:U]
View <* class="icon icon-functional" data-icon="4">[icon-functional:4]
Zoom in <* class="icon icon-functional" data-icon="3">[icon-functional:3]
Zoom out <* class="icon icon-functional" data-icon="2">[icon-functional:2]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Species version 1.2HTMLDrupal
Alpaca <* class="icon icon-species" data-icon="a">[icon-species:a]
Amoeba <* class="icon icon-species" data-icon="0">[icon-species:0]
Anolis <* class="icon icon-species" data-icon="7">[icon-species:7]
Armadillo <* class="icon icon-species" data-icon="l">[icon-species:l]
Aspergillus <* class="icon icon-species" data-icon="£">[icon-species:£]
Barley <* class="icon icon-species" data-icon="5">[icon-species:5]
Bat <* class="icon icon-species" data-icon="(">[icon-species:(]
Bee <* class="icon icon-species" data-icon="$">[icon-species:$]
Brachypodium <* class="icon icon-species" data-icon="%">[icon-species:%]
Brassica <* class="icon icon-species" data-icon="B">[icon-species:B]
Bug <* class="icon icon-species" data-icon="b">[icon-species:b]
C elegans <* class="icon icon-species" data-icon="W">[icon-species:W]
Cat <* class="icon icon-species" data-icon="A">[icon-species:A]
Chicken <* class="icon icon-species" data-icon="k">[icon-species:k]
Chimpanzee <* class="icon icon-species" data-icon="i">[icon-species:i]
Corn <* class="icon icon-species" data-icon="c">[icon-species:c]
Cow <* class="icon icon-species" data-icon="C">[icon-species:C]
Diatom <* class="icon icon-species" data-icon="2">[icon-species:2]
Dog <* class="icon icon-species" data-icon="d">[icon-species:d]
Dolphin <* class="icon icon-species" data-icon="D">[icon-species:D]
Ecoli <* class="icon icon-species" data-icon="L">[icon-species:L]
Elephant <* class="icon icon-species" data-icon="e">[icon-species:e]
Ferret <* class="icon icon-species" data-icon="!">[icon-species:!]
Finch <* class="icon icon-species" data-icon="n">[icon-species:n]
Fly <* class="icon icon-species" data-icon="F">[icon-species:F]
Frog <* class="icon icon-species" data-icon="f">[icon-species:f]
Fungus <* class="icon icon-species" data-icon="u">[icon-species:u]
Glycinemax <* class="icon icon-species" data-icon="^">[icon-species:^]
Goat <* class="icon icon-species" data-icon="m">[icon-species:m]
Gorilla <* class="icon icon-species" data-icon="G">[icon-species:G]
Grapes <* class="icon icon-species" data-icon="O">[icon-species:O]
Guinea pig <* class="icon icon-species" data-icon="g">[icon-species:g]
Hedgehog <* class="icon icon-species" data-icon="o">[icon-species:o]
Horse <* class="icon icon-species" data-icon="h">[icon-species:h]
Human <* class="icon icon-species" data-icon="H">[icon-species:H]
Kangaroo rat <* class="icon icon-species" data-icon="3">[icon-species:3]
Louse <* class="icon icon-species" data-icon="4">[icon-species:4]
Monkey <* class="icon icon-species" data-icon="r">[icon-species:r]
Monodelphis <* class="icon icon-species" data-icon="9">[icon-species:9]
Mosquito <* class="icon icon-species" data-icon="1">[icon-species:1]
Mouse lemur <* class="icon icon-species" data-icon="N">[icon-species:N]
Mouse <* class="icon icon-species" data-icon="M">[icon-species:M]
Orangutan <* class="icon icon-species" data-icon="*">[icon-species:*]
Papio <* class="icon icon-species" data-icon="8">[icon-species:8]
Pig <* class="icon icon-species" data-icon="p">[icon-species:p]
Plant <* class="icon icon-species" data-icon="P">[icon-species:P]
Plasmodium <* class="icon icon-species" data-icon="@">[icon-species:@]
Platypus <* class="icon icon-species" data-icon="U">[icon-species:U]
Pufferfish <* class="icon icon-species" data-icon="E">[icon-species:E]
Rabbit <* class="icon icon-species" data-icon="t">[icon-species:t]
Rat <* class="icon icon-species" data-icon="R">[icon-species:R]
Ray <* class="icon icon-species" data-icon="+">[icon-species:+]
Rice <* class="icon icon-species" data-icon="6">[icon-species:6]
Scorpion <* class="icon icon-species" data-icon="s">[icon-species:s]
Sheep <* class="icon icon-species" data-icon="x">[icon-species:x]
Shrew <* class="icon icon-species" data-icon="Q">[icon-species:Q]
Snail <* class="icon icon-species" data-icon="'">[icon-species:']
Spider <* class="icon icon-species" data-icon="S">[icon-species:S]
Squirrel <* class="icon icon-species" data-icon="I">[icon-species:I]
Tick <* class="icon icon-species" data-icon="&">[icon-species:&]
Tomatoes <* class="icon icon-species" data-icon=")">[icon-species:)]
Virus <* class="icon icon-species" data-icon="v">[icon-species:v]
Wallaby <* class="icon icon-species" data-icon="w">[icon-species:w]
Yeast <* class="icon icon-species" data-icon="Y">[icon-species:Y]
Zebrafish <* class="icon icon-species" data-icon="Z">[icon-species:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-SocialMedia version 1.2HTMLDrupal
Android <* class="icon icon-socialmedia" data-icon="a">[icon-socialmedia:a]
Apple <* class="icon icon-socialmedia" data-icon="A">[icon-socialmedia:A]
Blogger <* class="icon icon-socialmedia" data-icon="B">[icon-socialmedia:B]
Facebook <* class="icon icon-socialmedia" data-icon="F">[icon-socialmedia:F]
Flickr <* class="icon icon-socialmedia" data-icon="f">[icon-socialmedia:f]
Github <* class="icon icon-socialmedia" data-icon="g">[icon-socialmedia:g]
Googleplus <* class="icon icon-socialmedia" data-icon="G">[icon-socialmedia:G]
Linkedin <* class="icon icon-socialmedia" data-icon="L">[icon-socialmedia:L]
Linux <* class="icon icon-socialmedia" data-icon="X">[icon-socialmedia:X]
Orcid <* class="icon icon-socialmedia" data-icon="O">[icon-socialmedia:O]
Rss <* class="icon icon-socialmedia" data-icon="R">[icon-socialmedia:R]
Skype <* class="icon icon-socialmedia" data-icon="s">[icon-socialmedia:s]
Slideshare <* class="icon icon-socialmedia" data-icon="S">[icon-socialmedia:S]
Twitter <* class="icon icon-socialmedia" data-icon="T">[icon-socialmedia:T]
Vimeo <* class="icon icon-socialmedia" data-icon="V">[icon-socialmedia:V]
Weibo <* class="icon icon-socialmedia" data-icon="W">[icon-socialmedia:W]
Windows <* class="icon icon-socialmedia" data-icon="w">[icon-socialmedia:w]
Wordpress <* class="icon icon-socialmedia" data-icon="P">[icon-socialmedia:P]
Youtube <* class="icon icon-socialmedia" data-icon="Y">[icon-socialmedia:Y]
+ + +
+
+ + +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..c617de9 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5343 @@ +{ + "name": "EBI-Icon-fonts", + "version": "1.2.3", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@filamentgroup/worker-farm": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@filamentgroup/worker-farm/-/worker-farm-1.3.2.tgz", + "integrity": "sha1-CTaJSimxbbfntKim7eIfUnD1NLQ=", + "dev": true, + "requires": { + "errno": ">=0.1.1 <0.2.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "align-text": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", + "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", + "dev": true, + "requires": { + "kind-of": "^3.0.2", + "longest": "^1.0.1", + "repeat-string": "^1.5.2" + } + }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", + "dev": true + }, + "ansi-gray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", + "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=", + "dev": true, + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "ansi-wrap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=", + "dev": true + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "archive-type": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/archive-type/-/archive-type-3.2.0.tgz", + "integrity": "sha1-nNnABpV+vpX62tW9YJiUKoE3N/Y=", + "dev": true, + "requires": { + "file-type": "^3.1.0" + } + }, + "are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "dev": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + }, + "dependencies": { + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + } + } + }, + "arr-diff": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", + "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", + "dev": true, + "requires": { + "arr-flatten": "^1.0.1" + } + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true + }, + "array-differ": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", + "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=", + "dev": true + }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", + "dev": true + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "dev": true + }, + "array-unique": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", + "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", + "dev": true + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + }, + "async-each-series": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-1.1.0.tgz", + "integrity": "sha1-9C/YFV048hpbjqB8KOBj7RcAsTg=", + "dev": true, + "optional": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "optional": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "beeper": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", + "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=", + "dev": true + }, + "bin-build": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/bin-build/-/bin-build-2.2.0.tgz", + "integrity": "sha1-EfjdYfcP/Por3KpbRvXo/t1CIcw=", + "dev": true, + "optional": true, + "requires": { + "archive-type": "^3.0.1", + "decompress": "^3.0.0", + "download": "^4.1.2", + "exec-series": "^1.0.0", + "rimraf": "^2.2.6", + "tempfile": "^1.0.0", + "url-regex": "^3.0.0" + } + }, + "bin-check": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-2.0.0.tgz", + "integrity": "sha1-hvjm9CU4k99g3DFpV/WvAqywWTA=", + "dev": true, + "optional": true, + "requires": { + "executable": "^1.0.0" + } + }, + "bin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz", + "integrity": "sha1-nrSY7m/Xb3q5p8FgQ2+JV5Q1144=", + "dev": true, + "optional": true, + "requires": { + "find-versions": "^1.0.0" + } + }, + "bin-version-check": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz", + "integrity": "sha1-5OXfKQuQaffRETJAMe/BP90RpbA=", + "dev": true, + "optional": true, + "requires": { + "bin-version": "^1.0.0", + "minimist": "^1.1.0", + "semver": "^4.0.3", + "semver-truncate": "^1.0.0" + }, + "dependencies": { + "semver": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", + "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", + "dev": true, + "optional": true + } + } + }, + "bin-wrapper": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-3.0.2.tgz", + "integrity": "sha1-Z9MwYmLksaXy+I7iNGT2plVneus=", + "dev": true, + "optional": true, + "requires": { + "bin-check": "^2.0.0", + "bin-version-check": "^2.1.0", + "download": "^4.0.0", + "each-async": "^1.1.1", + "lazy-req": "^1.0.0", + "os-filter-obj": "^1.0.0" + } + }, + "bindings": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.3.0.tgz", + "integrity": "sha512-DpLh5EzMR2kzvX1KIlVC0VkC3iZtHKTgdtZ0a3pglBZdaQFjt5S9g9xd1lE+YvXyfd6mtCeRnrUfOLYiTMlNSw==", + "dev": true + }, + "bl": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", + "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", + "dev": true, + "requires": { + "readable-stream": "^2.3.5", + "safe-buffer": "^5.1.1" + } + }, + "block-stream": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "dev": true, + "requires": { + "inherits": "~2.0.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", + "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", + "dev": true, + "requires": { + "expand-range": "^1.8.1", + "preserve": "^0.2.0", + "repeat-element": "^1.1.2" + } + }, + "buffer-alloc": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "dev": true, + "requires": { + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" + } + }, + "buffer-alloc-unsafe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "dev": true + }, + "buffer-fill": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", + "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", + "dev": true + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "buffer-to-vinyl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-to-vinyl/-/buffer-to-vinyl-1.1.0.tgz", + "integrity": "sha1-APFfruOreh3aLN5tkSG//dB7ImI=", + "dev": true, + "requires": { + "file-type": "^3.1.0", + "readable-stream": "^2.0.2", + "uuid": "^2.0.1", + "vinyl": "^1.0.0" + }, + "dependencies": { + "uuid": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz", + "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=", + "dev": true + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "bufferstreams": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.3.tgz", + "integrity": "sha512-HaJnVuslRF4g2kSDeyl++AaVizoitCpL9PglzCYwy0uHHyvWerfvEb8jWmYbF1z4kiVFolGomnxSGl+GUQp2jg==", + "dev": true, + "requires": { + "readable-stream": "^2.0.2" + } + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", + "dev": true + }, + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "dev": true + }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "dev": true, + "requires": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + } + }, + "capture-stack-trace": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz", + "integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "caw": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/caw/-/caw-1.2.0.tgz", + "integrity": "sha1-/7Im/n78VHKI3GLuPpcHPCEtEDQ=", + "dev": true, + "requires": { + "get-proxy": "^1.0.1", + "is-obj": "^1.0.0", + "object-assign": "^3.0.0", + "tunnel-agent": "^0.4.0" + }, + "dependencies": { + "object-assign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", + "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", + "dev": true + }, + "tunnel-agent": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", + "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=", + "dev": true + } + } + }, + "center-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", + "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", + "dev": true, + "requires": { + "align-text": "^0.1.3", + "lazy-cache": "^1.0.3" + } + }, + "chalk": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", + "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "clap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/clap/-/clap-1.2.3.tgz", + "integrity": "sha512-4CoL/A3hf90V3VIEjeuhSvlGFEHKzOz+Wfc2IVZc+FaUgU0ZQafJTP49fvnULipOPcAfqhyI2duwQyns6xqjYA==", + "dev": true, + "requires": { + "chalk": "^1.1.3" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "cliui": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", + "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", + "dev": true, + "requires": { + "center-align": "^0.1.1", + "right-align": "^0.1.1", + "wordwrap": "0.0.2" + }, + "dependencies": { + "wordwrap": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", + "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", + "dev": true + } + } + }, + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true + }, + "clone-stats": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", + "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", + "dev": true + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true + }, + "coa": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz", + "integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=", + "dev": true, + "requires": { + "q": "^1.1.2" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "coffeescript": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz", + "integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "dev": true + }, + "colors": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", + "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", + "dev": true + }, + "combined-stream": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.17.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", + "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", + "dev": true, + "optional": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "console-stream": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz", + "integrity": "sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=", + "dev": true, + "optional": true + }, + "convert-source-map": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", + "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "create-error-class": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", + "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", + "dev": true, + "requires": { + "capture-stack-trace": "^1.0.0" + } + }, + "csso": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-2.0.0.tgz", + "integrity": "sha1-F4tDpEYhIhwndWCG9THgL0KQDug=", + "dev": true, + "requires": { + "clap": "^1.0.9", + "source-map": "^0.5.3" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "cubic2quad": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/cubic2quad/-/cubic2quad-1.1.1.tgz", + "integrity": "sha1-abGcYaP1tB7PLx1fro+wNBWqixU=", + "dev": true + }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "dev": true, + "requires": { + "array-find-index": "^1.0.1" + } + }, + "cycle": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz", + "integrity": "sha1-IegLK+hYD5i0aPN5QwZisEbDStI=", + "dev": true + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "dateformat": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz", + "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1", + "meow": "^3.3.0" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decompress": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/decompress/-/decompress-3.0.0.tgz", + "integrity": "sha1-rx3VDQbjv8QyRh033hGzjA2ZG+0=", + "dev": true, + "requires": { + "buffer-to-vinyl": "^1.0.0", + "concat-stream": "^1.4.6", + "decompress-tar": "^3.0.0", + "decompress-tarbz2": "^3.0.0", + "decompress-targz": "^3.0.0", + "decompress-unzip": "^3.0.0", + "stream-combiner2": "^1.1.1", + "vinyl-assign": "^1.0.1", + "vinyl-fs": "^2.2.0" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-fs": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", + "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", + "dev": true, + "requires": { + "duplexify": "^3.2.0", + "glob-stream": "^5.3.2", + "graceful-fs": "^4.0.0", + "gulp-sourcemaps": "1.6.0", + "is-valid-glob": "^0.3.0", + "lazystream": "^1.0.0", + "lodash.isequal": "^4.0.0", + "merge-stream": "^1.0.0", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.0", + "readable-stream": "^2.0.4", + "strip-bom": "^2.0.0", + "strip-bom-stream": "^1.0.0", + "through2": "^2.0.0", + "through2-filter": "^2.0.0", + "vali-date": "^1.0.0", + "vinyl": "^1.0.0" + } + } + } + }, + "decompress-tar": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-3.1.0.tgz", + "integrity": "sha1-IXx4n5uURQ76rcXF5TeXj8MzxGY=", + "dev": true, + "requires": { + "is-tar": "^1.0.0", + "object-assign": "^2.0.0", + "strip-dirs": "^1.0.0", + "tar-stream": "^1.1.1", + "through2": "^0.6.1", + "vinyl": "^0.4.3" + }, + "dependencies": { + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + } + } + }, + "decompress-tarbz2": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-3.1.0.tgz", + "integrity": "sha1-iyOTVoE1X58YnYclag+L3ZbZZm0=", + "dev": true, + "requires": { + "is-bzip2": "^1.0.0", + "object-assign": "^2.0.0", + "seek-bzip": "^1.0.3", + "strip-dirs": "^1.0.0", + "tar-stream": "^1.1.1", + "through2": "^0.6.1", + "vinyl": "^0.4.3" + }, + "dependencies": { + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + } + } + }, + "decompress-targz": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-3.1.0.tgz", + "integrity": "sha1-ssE9+YFmJomRtxXWRH9kLpaW9aA=", + "dev": true, + "requires": { + "is-gzip": "^1.0.0", + "object-assign": "^2.0.0", + "strip-dirs": "^1.0.0", + "tar-stream": "^1.1.1", + "through2": "^0.6.1", + "vinyl": "^0.4.3" + }, + "dependencies": { + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + } + } + }, + "decompress-unzip": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-3.4.0.tgz", + "integrity": "sha1-YUdbQVIGa74/7hL51inRX+ZHjus=", + "dev": true, + "requires": { + "is-zip": "^1.0.0", + "read-all-stream": "^3.0.0", + "stat-mode": "^0.2.0", + "strip-dirs": "^1.0.0", + "through2": "^2.0.0", + "vinyl": "^1.0.0", + "yauzl": "^2.2.1" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true + }, + "defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "optional": true, + "requires": { + "clone": "^1.0.2" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + }, + "directory-colorfy": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/directory-colorfy/-/directory-colorfy-2.2.1.tgz", + "integrity": "sha512-NzSHZdHELkLhjfq0Zl7kS9AsnWg3xTEdmB/HSar22gFC4dXQRtl64jVQfDiiMnj/ybsXn5EYllY6X/cyyJlcow==", + "dev": true, + "requires": { + "@filamentgroup/worker-farm": "1.3.2", + "fs-extra": "0.6.3", + "phantomjs-prebuilt": "^2.1.7", + "rsvp": "3.0.15" + }, + "dependencies": { + "fs-extra": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.6.3.tgz", + "integrity": "sha1-qhXKVIwD16U+zUuXCCclwRZv/JA=", + "dev": true, + "requires": { + "jsonfile": "~1.0.0", + "mkdirp": "0.3.x", + "ncp": "~0.4.2", + "rimraf": "~2.2.0" + } + }, + "mkdirp": { + "version": "0.3.5", + "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz", + "integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc=", + "dev": true + }, + "rimraf": { + "version": "2.2.8", + "resolved": "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", + "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=", + "dev": true + } + } + }, + "directory-encoder": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/directory-encoder/-/directory-encoder-0.9.2.tgz", + "integrity": "sha1-IN5NpJUEP0Plx+ITwUBcsFeRR6U=", + "dev": true, + "requires": { + "fs-extra": "^1.0.0", + "handlebars": "^4.0.6", + "img-stats": "^0.5.2" + }, + "dependencies": { + "async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", + "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", + "dev": true, + "requires": { + "lodash": "^4.17.10" + } + }, + "fs-extra": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz", + "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^2.1.0", + "klaw": "^1.0.0" + } + }, + "handlebars": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz", + "integrity": "sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==", + "dev": true, + "requires": { + "async": "^2.5.0", + "optimist": "^0.6.1", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4" + } + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "uglify-js": { + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz", + "integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==", + "dev": true, + "optional": true, + "requires": { + "commander": "~2.17.1", + "source-map": "~0.6.1" + } + } + } + }, + "download": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/download/-/download-4.4.3.tgz", + "integrity": "sha1-qlX9rTktldS2jowr4D4MKqIbqaw=", + "dev": true, + "requires": { + "caw": "^1.0.1", + "concat-stream": "^1.4.7", + "each-async": "^1.0.0", + "filenamify": "^1.0.1", + "got": "^5.0.0", + "gulp-decompress": "^1.2.0", + "gulp-rename": "^1.2.0", + "is-url": "^1.2.0", + "object-assign": "^4.0.1", + "read-all-stream": "^3.0.0", + "readable-stream": "^2.0.2", + "stream-combiner2": "^1.1.1", + "vinyl": "^1.0.0", + "vinyl-fs": "^2.2.0", + "ware": "^1.2.0" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-fs": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", + "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", + "dev": true, + "requires": { + "duplexify": "^3.2.0", + "glob-stream": "^5.3.2", + "graceful-fs": "^4.0.0", + "gulp-sourcemaps": "1.6.0", + "is-valid-glob": "^0.3.0", + "lazystream": "^1.0.0", + "lodash.isequal": "^4.0.0", + "merge-stream": "^1.0.0", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.0", + "readable-stream": "^2.0.4", + "strip-bom": "^2.0.0", + "strip-bom-stream": "^1.0.0", + "through2": "^2.0.0", + "through2-filter": "^2.0.0", + "vali-date": "^1.0.0", + "vinyl": "^1.0.0" + } + } + } + }, + "duplexer": { + "version": "0.1.1", + "resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", + "dev": true, + "optional": true + }, + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "dev": true, + "requires": { + "readable-stream": "^2.0.2" + } + }, + "duplexify": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.6.0.tgz", + "integrity": "sha512-fO3Di4tBKJpYTFHAxTU00BcfWMY9w24r/x21a6rZRbsD/ToUgGxsMbiGRmB7uVAXeGKXD9MwiLZa5E97EVgIRQ==", + "dev": true, + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + } + }, + "each-async": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz", + "integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=", + "dev": true, + "requires": { + "onetime": "^1.0.0", + "set-immediate-shim": "^1.0.0" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "optional": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "end-of-stream": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", + "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "dev": true, + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es6-promise": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.5.tgz", + "integrity": "sha512-n6wvpdE43VFtJq+lUDYDBFUwV8TZbuGXLV4D6wKafg13ldznKsyEvatubnmUe31zcvelSzOHF+XbaT+Bl9ObDg==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz", + "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=", + "dev": true + }, + "eventemitter2": { + "version": "0.4.14", + "resolved": "http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz", + "integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=", + "dev": true + }, + "exec-buffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-2.0.1.tgz", + "integrity": "sha1-ACijG+CxRgth0HX5avRYO54zXqA=", + "dev": true, + "optional": true, + "requires": { + "rimraf": "^2.2.6", + "tempfile": "^1.0.0" + } + }, + "exec-series": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/exec-series/-/exec-series-1.0.3.tgz", + "integrity": "sha1-bSV6m+rEgqhyx3g7yGFYOfx3FDo=", + "dev": true, + "optional": true, + "requires": { + "async-each-series": "^1.1.0", + "object-assign": "^4.1.0" + } + }, + "executable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/executable/-/executable-1.1.0.tgz", + "integrity": "sha1-h3mA6REvM5EGbaNyZd562ENKtNk=", + "dev": true, + "optional": true, + "requires": { + "meow": "^3.1.0" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true + }, + "expand-brackets": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", + "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", + "dev": true, + "requires": { + "is-posix-bracket": "^0.1.0" + } + }, + "expand-range": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", + "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", + "dev": true, + "requires": { + "fill-range": "^2.1.0" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "extglob": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", + "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", + "dev": true, + "requires": { + "is-extglob": "^1.0.0" + }, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + } + } + }, + "extract-zip": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz", + "integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=", + "dev": true, + "requires": { + "concat-stream": "1.6.2", + "debug": "2.6.9", + "mkdirp": "0.5.1", + "yauzl": "2.4.1" + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "eyes": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz", + "integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=", + "dev": true + }, + "fancy-log": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.2.tgz", + "integrity": "sha1-9BEl49hPLn2JpD0G2VjI94vha+E=", + "dev": true, + "requires": { + "ansi-gray": "^0.1.1", + "color-support": "^1.1.3", + "time-stamp": "^1.0.0" + } + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", + "dev": true + }, + "fd-slicer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", + "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", + "dev": true, + "requires": { + "pend": "~1.2.0" + } + }, + "fg-loadcss": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/fg-loadcss/-/fg-loadcss-1.3.1.tgz", + "integrity": "sha1-iTDoIJWfqvuyQoUO7sTy0CWUMMs=", + "dev": true + }, + "figures": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", + "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "dev": true, + "optional": true, + "requires": { + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" + } + }, + "file-sync-cmp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz", + "integrity": "sha1-peeo/7+kk7Q7kju9TKiaU7Y7YSs=", + "dev": true + }, + "file-type": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", + "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek=", + "dev": true + }, + "filename-regex": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", + "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", + "dev": true + }, + "filename-reserved-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", + "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=", + "dev": true + }, + "filenamify": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz", + "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=", + "dev": true, + "requires": { + "filename-reserved-regex": "^1.0.0", + "strip-outer": "^1.0.0", + "trim-repeated": "^1.0.0" + } + }, + "fill-range": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz", + "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==", + "dev": true, + "requires": { + "is-number": "^2.1.0", + "isobject": "^2.0.0", + "randomatic": "^3.0.0", + "repeat-element": "^1.1.2", + "repeat-string": "^1.5.2" + } + }, + "find-index": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz", + "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=", + "dev": true, + "optional": true + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true, + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "find-versions": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz", + "integrity": "sha1-y96fEuOFdaCvG+G5osXV/Y8Ya2I=", + "dev": true, + "optional": true, + "requires": { + "array-uniq": "^1.0.0", + "get-stdin": "^4.0.1", + "meow": "^3.5.0", + "semver-regex": "^1.0.0" + } + }, + "findup-sync": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz", + "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=", + "dev": true, + "requires": { + "glob": "~5.0.0" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "first-chunk-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", + "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=", + "dev": true + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true + }, + "for-own": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", + "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", + "dev": true, + "requires": { + "for-in": "^1.0.1" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "1.0.6", + "mime-types": "^2.1.12" + } + }, + "fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "dev": true + }, + "fs-extra": { + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz", + "integrity": "sha1-GtZh+myGyWCM0bSe/G/Og0k5p1A=", + "dev": true, + "requires": { + "graceful-fs": "^3.0.5", + "jsonfile": "^2.0.0", + "rimraf": "^2.2.8" + }, + "dependencies": { + "graceful-fs": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", + "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", + "dev": true, + "requires": { + "natives": "^1.1.0" + } + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + }, + "dependencies": { + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true, + "optional": true + } + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fstream": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", + "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "gaze": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz", + "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=", + "dev": true, + "optional": true, + "requires": { + "globule": "~0.1.0" + } + }, + "get-proxy": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-proxy/-/get-proxy-1.1.0.tgz", + "integrity": "sha1-iUhUSRvFkbDxR9euVw9cZ4tyVus=", + "dev": true, + "requires": { + "rc": "^1.1.2" + } + }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true + }, + "getobject": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz", + "integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=", + "dev": true + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "gifsicle": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-3.0.4.tgz", + "integrity": "sha1-9Fy17RAWW2ZdySng6TKLbIId+js=", + "dev": true, + "optional": true, + "requires": { + "bin-build": "^2.0.0", + "bin-wrapper": "^3.0.0", + "logalot": "^2.0.0" + } + }, + "glob": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz", + "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.2", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", + "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", + "dev": true, + "requires": { + "glob-parent": "^2.0.0", + "is-glob": "^2.0.0" + }, + "dependencies": { + "glob-parent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", + "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "dev": true, + "requires": { + "is-glob": "^2.0.0" + } + }, + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, + "requires": { + "is-extglob": "^1.0.0" + } + } + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "dev": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + } + }, + "glob-stream": { + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", + "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", + "dev": true, + "requires": { + "extend": "^3.0.0", + "glob": "^5.0.3", + "glob-parent": "^3.0.0", + "micromatch": "^2.3.7", + "ordered-read-streams": "^0.3.0", + "through2": "^0.6.0", + "to-absolute-glob": "^0.1.1", + "unique-stream": "^2.0.2" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "glob-watcher": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", + "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=", + "dev": true, + "optional": true, + "requires": { + "gaze": "^0.5.1" + } + }, + "glob2base": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz", + "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=", + "dev": true, + "optional": true, + "requires": { + "find-index": "^0.1.1" + } + }, + "globule": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz", + "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=", + "dev": true, + "optional": true, + "requires": { + "glob": "~3.1.21", + "lodash": "~1.0.1", + "minimatch": "~0.2.11" + }, + "dependencies": { + "glob": { + "version": "3.1.21", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", + "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=", + "dev": true, + "optional": true, + "requires": { + "graceful-fs": "~1.2.0", + "inherits": "1", + "minimatch": "~0.2.11" + } + }, + "graceful-fs": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", + "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=", + "dev": true, + "optional": true + }, + "inherits": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz", + "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=", + "dev": true, + "optional": true + }, + "lodash": { + "version": "1.0.2", + "resolved": "http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz", + "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=", + "dev": true, + "optional": true + }, + "minimatch": { + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", + "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=", + "dev": true, + "requires": { + "lru-cache": "2", + "sigmund": "~1.0.0" + } + } + } + }, + "glogg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.1.tgz", + "integrity": "sha512-ynYqXLoluBKf9XGR1gA59yEJisIL7YHEH4xr3ZziHB5/yl4qWfaK8Js9jGe6gBGCSCKVqiyO30WnRZADvemUNw==", + "dev": true, + "requires": { + "sparkles": "^1.0.0" + } + }, + "got": { + "version": "5.7.1", + "resolved": "http://registry.npmjs.org/got/-/got-5.7.1.tgz", + "integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=", + "dev": true, + "requires": { + "create-error-class": "^3.0.1", + "duplexer2": "^0.1.4", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "node-status-codes": "^1.0.0", + "object-assign": "^4.0.1", + "parse-json": "^2.1.0", + "pinkie-promise": "^2.0.0", + "read-all-stream": "^3.0.0", + "readable-stream": "^2.0.5", + "timed-out": "^3.0.0", + "unzip-response": "^1.0.2", + "url-parse-lax": "^1.0.0" + } + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true + }, + "graceful-readlink": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", + "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=", + "dev": true + }, + "grunt": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.3.tgz", + "integrity": "sha512-/JzmZNPfKorlCrrmxWqQO4JVodO+DVd5XX4DkocL/1WlLlKVLE9+SdEIempOAxDhWPysLle6afvn/hg7Ck2k9g==", + "dev": true, + "requires": { + "coffeescript": "~1.10.0", + "dateformat": "~1.0.12", + "eventemitter2": "~0.4.13", + "exit": "~0.1.1", + "findup-sync": "~0.3.0", + "glob": "~7.0.0", + "grunt-cli": "~1.2.0", + "grunt-known-options": "~1.1.0", + "grunt-legacy-log": "~2.0.0", + "grunt-legacy-util": "~1.1.1", + "iconv-lite": "~0.4.13", + "js-yaml": "~3.5.2", + "minimatch": "~3.0.2", + "mkdirp": "~0.5.1", + "nopt": "~3.0.6", + "path-is-absolute": "~1.0.0", + "rimraf": "~2.6.2" + }, + "dependencies": { + "grunt-cli": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz", + "integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=", + "dev": true, + "requires": { + "findup-sync": "~0.3.0", + "grunt-known-options": "~1.1.0", + "nopt": "~3.0.6", + "resolve": "~1.1.0" + } + } + } + }, + "grunt-contrib-copy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz", + "integrity": "sha1-cGDGWB6QS4qw0A8HbgqPbj58NXM=", + "dev": true, + "requires": { + "chalk": "^1.1.1", + "file-sync-cmp": "^0.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "grunt-grunticon": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/grunt-grunticon/-/grunt-grunticon-2.3.2.tgz", + "integrity": "sha1-tVx0+G2qXBzpvIcvkbfWZkjSh1k=", + "dev": true, + "requires": { + "grunticon-lib": "^1.2.3" + } + }, + "grunt-includes": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/grunt-includes/-/grunt-includes-1.1.0.tgz", + "integrity": "sha512-aZQfL+fiAonPI173QUjGyuCkaUTJci7+a5SkmSAbezUikwLban7Jp6W+vbA/Mnacmy+EPipnuK5kAF6O0SvrDw==", + "dev": true + }, + "grunt-known-options": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz", + "integrity": "sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==", + "dev": true + }, + "grunt-legacy-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz", + "integrity": "sha512-1m3+5QvDYfR1ltr8hjiaiNjddxGdQWcH0rw1iKKiQnF0+xtgTazirSTGu68RchPyh1OBng1bBUjLmX8q9NpoCw==", + "dev": true, + "requires": { + "colors": "~1.1.2", + "grunt-legacy-log-utils": "~2.0.0", + "hooker": "~0.2.3", + "lodash": "~4.17.5" + } + }, + "grunt-legacy-log-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz", + "integrity": "sha512-o7uHyO/J+i2tXG8r2bZNlVk20vlIFJ9IEYyHMCQGfWYru8Jv3wTqKZzvV30YW9rWEjq0eP3cflQ1qWojIe9VFA==", + "dev": true, + "requires": { + "chalk": "~2.4.1", + "lodash": "~4.17.10" + } + }, + "grunt-legacy-util": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz", + "integrity": "sha512-9zyA29w/fBe6BIfjGENndwoe1Uy31BIXxTH3s8mga0Z5Bz2Sp4UCjkeyv2tI449ymkx3x26B+46FV4fXEddl5A==", + "dev": true, + "requires": { + "async": "~1.5.2", + "exit": "~0.1.1", + "getobject": "~0.1.0", + "hooker": "~0.2.3", + "lodash": "~4.17.10", + "underscore.string": "~3.3.4", + "which": "~1.3.0" + } + }, + "grunt-svgmin": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-4.0.0.tgz", + "integrity": "sha1-rq3Y0WVBXVPuuSnqa8nk7Xz5PiM=", + "dev": true, + "requires": { + "chalk": "^1.0.0", + "each-async": "^1.0.0", + "log-symbols": "^1.0.0", + "pretty-bytes": "^4.0.2", + "svgo": "^0.7.0" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "csso": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz", + "integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=", + "dev": true, + "requires": { + "clap": "^1.0.9", + "source-map": "^0.5.3" + } + }, + "js-yaml": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz", + "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^2.6.0" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "svgo": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz", + "integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=", + "dev": true, + "requires": { + "coa": "~1.0.1", + "colors": "~1.1.2", + "csso": "~2.3.1", + "js-yaml": "~3.7.0", + "mkdirp": "~0.5.1", + "sax": "~1.2.1", + "whet.extend": "~0.9.9" + } + } + } + }, + "grunt-webfont": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/grunt-webfont/-/grunt-webfont-1.7.2.tgz", + "integrity": "sha512-7SNdxCgQY4ADrG2uFTmBS1XneNtoxQSIRwTjkkSIlYv+NlrxFghrlY7jsLGZjkM5ZEXwc6SIlf6DsO+5Yc7wHQ==", + "dev": true, + "requires": { + "async": "~1.5.2", + "chalk": "~1.1.1", + "glob": "~7.0.0", + "lodash": "~4.17.10", + "memorystream": "~0.3.1", + "mkdirp": "~0.5.1", + "svg2ttf": "~2.1.1", + "svgicons2svgfont": "~1.1.0", + "svgo": "~0.6.1", + "temp": "~0.8.3", + "ttf2eot": "~1.3.0", + "ttf2woff": "~1.3.0", + "ttf2woff2": "~2.0.3", + "underscore.string": "~3.2.3", + "winston": "~2.1.1" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "underscore.string": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz", + "integrity": "sha1-gGmSYzZl1eX8tNsfs6hi62jp5to=", + "dev": true + } + } + }, + "grunticon-lib": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/grunticon-lib/-/grunticon-lib-1.2.3.tgz", + "integrity": "sha1-wLfOvc7OA+78vHAFawHDjonbrUM=", + "dev": true, + "requires": { + "directory-colorfy": "^2.1.0", + "directory-encoder": "^0.9.2", + "fg-loadcss": "^1.3.1", + "fs-extra": "^0.16.5", + "handlebars": "^3.0.3", + "lodash": "^3.5.0", + "merge-defaults": "^0.2.1", + "svg-to-png": "^3.1.0", + "uglify-js": "^2.8.29", + "xmldom": "^0.1.19" + }, + "dependencies": { + "lodash": { + "version": "3.10.1", + "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", + "dev": true + } + } + }, + "gulp-decompress": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gulp-decompress/-/gulp-decompress-1.2.0.tgz", + "integrity": "sha1-jutlpeAV+O2FMsr+KEVJYGJvDcc=", + "dev": true, + "requires": { + "archive-type": "^3.0.0", + "decompress": "^3.0.0", + "gulp-util": "^3.0.1", + "readable-stream": "^2.0.2" + } + }, + "gulp-rename": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.4.0.tgz", + "integrity": "sha512-swzbIGb/arEoFK89tPY58vg3Ok1bw+d35PfUNwWqdo7KM4jkmuGA78JiDNqR+JeZFaeeHnRg9N7aihX3YPmsyg==", + "dev": true + }, + "gulp-sourcemaps": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", + "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", + "dev": true, + "requires": { + "convert-source-map": "^1.1.1", + "graceful-fs": "^4.1.2", + "strip-bom": "^2.0.0", + "through2": "^2.0.0", + "vinyl": "^1.0.0" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "gulp-util": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", + "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=", + "dev": true, + "requires": { + "array-differ": "^1.0.0", + "array-uniq": "^1.0.2", + "beeper": "^1.0.0", + "chalk": "^1.0.0", + "dateformat": "^2.0.0", + "fancy-log": "^1.1.0", + "gulplog": "^1.0.0", + "has-gulplog": "^0.1.0", + "lodash._reescape": "^3.0.0", + "lodash._reevaluate": "^3.0.0", + "lodash._reinterpolate": "^3.0.0", + "lodash.template": "^3.0.0", + "minimist": "^1.1.0", + "multipipe": "^0.1.2", + "object-assign": "^3.0.0", + "replace-ext": "0.0.1", + "through2": "^2.0.0", + "vinyl": "^0.5.0" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "dateformat": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz", + "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=", + "dev": true + }, + "object-assign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", + "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", + "dev": true + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + }, + "vinyl": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", + "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "gulplog": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", + "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", + "dev": true, + "requires": { + "glogg": "^1.0.0" + } + }, + "handlebars": { + "version": "3.0.3", + "resolved": "http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz", + "integrity": "sha1-DgllGi8Ps8lJFgWDcQ1VH5Lm0q0=", + "dev": true, + "requires": { + "optimist": "^0.6.1", + "source-map": "^0.1.40", + "uglify-js": "~2.3" + }, + "dependencies": { + "async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", + "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", + "dev": true, + "optional": true + }, + "source-map": { + "version": "0.1.43", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", + "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", + "dev": true, + "requires": { + "amdefine": ">=0.0.4" + } + }, + "uglify-js": { + "version": "2.3.6", + "resolved": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz", + "integrity": "sha1-+gmEdwtCi3qbKoBY9GNV0U/vIRo=", + "dev": true, + "optional": true, + "requires": { + "async": "~0.2.6", + "optimist": "~0.3.5", + "source-map": "~0.1.7" + }, + "dependencies": { + "optimist": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", + "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", + "dev": true, + "optional": true, + "requires": { + "wordwrap": "~0.0.2" + } + } + } + } + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz", + "integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==", + "dev": true, + "requires": { + "ajv": "^5.3.0", + "har-schema": "^2.0.0" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-gulplog": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", + "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", + "dev": true, + "requires": { + "sparkles": "^1.0.0" + } + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "hasha": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz", + "integrity": "sha1-eNfL/B5tZjA/55g3NlmEUXsvbuE=", + "dev": true, + "requires": { + "is-stream": "^1.0.1", + "pinkie-promise": "^2.0.0" + } + }, + "hooker": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz", + "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=", + "dev": true + }, + "hosted-git-info": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", + "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "dev": true + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "imagemin": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-3.1.0.tgz", + "integrity": "sha1-bz8JRhLki+kTmTnb0ZaLEWdJ49U=", + "dev": true, + "optional": true, + "requires": { + "concat-stream": "^1.4.6", + "get-stdin": "^3.0.0", + "imagemin-gifsicle": "^4.0.0", + "imagemin-jpegtran": "^4.0.0", + "imagemin-optipng": "^4.0.0", + "imagemin-pngquant": "^4.0.0", + "imagemin-svgo": "^4.0.0", + "meow": "^2.0.0", + "optional": "^0.1.0", + "stream-combiner": "^0.2.1", + "through2": "^0.6.1", + "vinyl": "^0.4.3", + "vinyl-fs": "^0.3.7" + }, + "dependencies": { + "camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", + "dev": true, + "optional": true + }, + "camelcase-keys": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz", + "integrity": "sha1-vRoRv5sxoc5JNJOpMN4aC69K1+w=", + "dev": true, + "optional": true, + "requires": { + "camelcase": "^1.0.1", + "map-obj": "^1.0.0" + } + }, + "get-stdin": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz", + "integrity": "sha1-wc7SS5A5s43thb3xYeV3E7bdSr4=", + "dev": true, + "optional": true + }, + "indent-string": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz", + "integrity": "sha1-25m8xYPrarux5I3LsZmamGBBy2s=", + "dev": true, + "optional": true, + "requires": { + "get-stdin": "^4.0.1", + "minimist": "^1.1.0", + "repeating": "^1.1.0" + }, + "dependencies": { + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true, + "optional": true + } + } + }, + "meow": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-2.1.0.tgz", + "integrity": "sha1-OmP3eXfBUMFv2ESE0M72d8QYJ5k=", + "dev": true, + "optional": true, + "requires": { + "camelcase-keys": "^1.0.0", + "indent-string": "^1.1.0", + "minimist": "^1.1.0", + "object-assign": "^2.0.0" + } + }, + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true, + "optional": true + }, + "repeating": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz", + "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=", + "dev": true, + "optional": true, + "requires": { + "is-finite": "^1.0.0" + } + } + } + }, + "imagemin-gifsicle": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-4.2.0.tgz", + "integrity": "sha1-D++butNHbmt2iFc2zFsLh6CHV8o=", + "dev": true, + "optional": true, + "requires": { + "gifsicle": "^3.0.0", + "is-gif": "^1.0.0", + "through2": "^0.6.1" + } + }, + "imagemin-jpegtran": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-4.3.2.tgz", + "integrity": "sha1-G8bR4r0T/bZNJFUm1jWn5d/rEvw=", + "dev": true, + "optional": true, + "requires": { + "is-jpg": "^1.0.0", + "jpegtran-bin": "^3.0.0", + "through2": "^2.0.0" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "optional": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + } + } + }, + "imagemin-optipng": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-4.3.0.tgz", + "integrity": "sha1-dgRmOrLuMVczJ0cm/Rw3TStErbY=", + "dev": true, + "optional": true, + "requires": { + "exec-buffer": "^2.0.0", + "is-png": "^1.0.0", + "optipng-bin": "^3.0.0", + "through2": "^0.6.1" + } + }, + "imagemin-pngquant": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-4.2.2.tgz", + "integrity": "sha1-LM2FPnr5+6JvKy3SUtNe6OFVxUI=", + "dev": true, + "optional": true, + "requires": { + "is-png": "^1.0.0", + "pngquant-bin": "^3.0.0", + "through2": "^2.0.0" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "optional": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + } + } + }, + "imagemin-svgo": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-4.2.1.tgz", + "integrity": "sha1-VPB9xW9HJgRi32phxUvvtEtXvlU=", + "dev": true, + "optional": true, + "requires": { + "is-svg": "^1.0.0", + "svgo": "^0.6.0", + "through2": "^2.0.0" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "optional": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + } + } + }, + "img-stats": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/img-stats/-/img-stats-0.5.2.tgz", + "integrity": "sha1-wgNJbELy2esuWrgjL6dWurMsnis=", + "dev": true, + "requires": { + "xmldom": "^0.1.19" + } + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true, + "requires": { + "repeating": "^2.0.0" + } + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "dev": true + }, + "ip-regex": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz", + "integrity": "sha1-3FiQdvZZ9BnCIgOaMzFvHHOH7/0=", + "dev": true, + "optional": true + }, + "is-absolute": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz", + "integrity": "sha1-hHSREZ/MtftDYhfMc39/qtUPYD8=", + "dev": true, + "requires": { + "is-relative": "^0.1.0" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "is-builtin-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", + "dev": true, + "requires": { + "builtin-modules": "^1.0.0" + } + }, + "is-bzip2": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-bzip2/-/is-bzip2-1.0.0.tgz", + "integrity": "sha1-XuWOqlounIDiFAe+3yOuWsCRs/w=", + "dev": true + }, + "is-dotfile": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", + "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", + "dev": true + }, + "is-equal-shallow": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", + "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", + "dev": true, + "requires": { + "is-primitive": "^2.0.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-finite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", + "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-gif": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-1.0.0.tgz", + "integrity": "sha1-ptKumIkwB7/6l6HYwB1jIFgyCX4=", + "dev": true, + "optional": true + }, + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + }, + "is-gzip": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz", + "integrity": "sha1-bKiwe5nHeZgCWQDlVc7Y7YCHmoM=", + "dev": true + }, + "is-jpg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-1.0.1.tgz", + "integrity": "sha1-KW1X/dmc4BBDSnKD40armhA16XU=", + "dev": true, + "optional": true + }, + "is-natural-number": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-2.1.1.tgz", + "integrity": "sha1-fUxXKDd+84bD4ZSpkRv1fG3DNec=", + "dev": true + }, + "is-number": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", + "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + } + }, + "is-obj": { + "version": "1.0.1", + "resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "dev": true + }, + "is-png": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-png/-/is-png-1.1.0.tgz", + "integrity": "sha1-1XSxK/J1wDUEVVcLDltXqwYgd84=", + "dev": true, + "optional": true + }, + "is-posix-bracket": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", + "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", + "dev": true + }, + "is-primitive": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", + "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", + "dev": true + }, + "is-redirect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", + "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=", + "dev": true + }, + "is-relative": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz", + "integrity": "sha1-kF/uiuhvRbPsYUvDwVyGnfCHboI=", + "dev": true + }, + "is-retry-allowed": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", + "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=", + "dev": true + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-svg": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz", + "integrity": "sha1-rA76r7ZTrFhHNwix+HNjbKEQ4xs=", + "dev": true, + "optional": true + }, + "is-tar": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-tar/-/is-tar-1.0.0.tgz", + "integrity": "sha1-L2suF5LB9bs2UZrKqdZcDSb+hT0=", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-url": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz", + "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "is-valid-glob": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz", + "integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=", + "dev": true + }, + "is-zip": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-zip/-/is-zip-1.0.0.tgz", + "integrity": "sha1-R7Co/004p2QxzP2ZqOFaTIa6IyU=", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, + "requires": { + "isarray": "1.0.0" + } + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "jpegtran-bin": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-3.2.0.tgz", + "integrity": "sha1-9g7PSumZwL2tLp+83ytvCYHnops=", + "dev": true, + "optional": true, + "requires": { + "bin-build": "^2.0.0", + "bin-wrapper": "^3.0.0", + "logalot": "^2.0.0" + } + }, + "js-yaml": { + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz", + "integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=", + "dev": true, + "requires": { + "argparse": "^1.0.2", + "esprima": "^2.6.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true, + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "dev": true, + "requires": { + "jsonify": "~0.0.0" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsonfile": { + "version": "1.0.1", + "resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-1.0.1.tgz", + "integrity": "sha1-6l7+QLg2kLmGZ2FKc5L8YOhCwN0=", + "dev": true + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "kew": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz", + "integrity": "sha1-edk9LTM2PW/dKXCzNdkUGtWR15s=", + "dev": true + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + }, + "klaw": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", + "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.9" + } + }, + "lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=", + "dev": true + }, + "lazy-req": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/lazy-req/-/lazy-req-1.1.0.tgz", + "integrity": "sha1-va6+rTD42CQDnODOFJ1Nqge6H6w=", + "dev": true, + "optional": true + }, + "lazystream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", + "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", + "dev": true, + "requires": { + "readable-stream": "^2.0.5" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "lodash": { + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "dev": true + }, + "lodash._basecopy": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", + "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=", + "dev": true + }, + "lodash._basetostring": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", + "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=", + "dev": true + }, + "lodash._basevalues": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", + "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=", + "dev": true + }, + "lodash._getnative": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", + "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=", + "dev": true + }, + "lodash._isiterateecall": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", + "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=", + "dev": true + }, + "lodash._reescape": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", + "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=", + "dev": true + }, + "lodash._reevaluate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", + "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=", + "dev": true + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", + "dev": true + }, + "lodash._root": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", + "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=", + "dev": true + }, + "lodash.escape": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", + "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", + "dev": true, + "requires": { + "lodash._root": "^3.0.0" + } + }, + "lodash.isarguments": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", + "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=", + "dev": true + }, + "lodash.isarray": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", + "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=", + "dev": true + }, + "lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=", + "dev": true + }, + "lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", + "dev": true, + "requires": { + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" + } + }, + "lodash.restparam": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", + "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=", + "dev": true + }, + "lodash.template": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", + "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", + "dev": true, + "requires": { + "lodash._basecopy": "^3.0.0", + "lodash._basetostring": "^3.0.0", + "lodash._basevalues": "^3.0.0", + "lodash._isiterateecall": "^3.0.0", + "lodash._reinterpolate": "^3.0.0", + "lodash.escape": "^3.0.0", + "lodash.keys": "^3.0.0", + "lodash.restparam": "^3.0.0", + "lodash.templatesettings": "^3.0.0" + } + }, + "lodash.templatesettings": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", + "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", + "dev": true, + "requires": { + "lodash._reinterpolate": "^3.0.0", + "lodash.escape": "^3.0.0" + } + }, + "log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", + "dev": true, + "requires": { + "chalk": "^1.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "logalot": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/logalot/-/logalot-2.1.0.tgz", + "integrity": "sha1-X46MkNME7fElMJUaVVSruMXj9VI=", + "dev": true, + "optional": true, + "requires": { + "figures": "^1.3.5", + "squeak": "^1.0.0" + } + }, + "longest": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", + "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", + "dev": true + }, + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "dev": true, + "requires": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + } + }, + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true + }, + "lpad-align": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.2.tgz", + "integrity": "sha1-IfYArBwwlcPG5JfuZyce4ISB/p4=", + "dev": true, + "optional": true, + "requires": { + "get-stdin": "^4.0.1", + "indent-string": "^2.1.0", + "longest": "^1.0.0", + "meow": "^3.3.0" + } + }, + "lru-cache": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", + "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", + "dev": true + }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + }, + "math-random": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz", + "integrity": "sha1-izqsWIuKZuSXXjzepn97sylgH6w=", + "dev": true + }, + "memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "dev": true + }, + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "dev": true, + "requires": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + } + }, + "merge-defaults": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz", + "integrity": "sha1-3UIkjrlrtqUVIXJDIccv+Vg93oA=", + "dev": true, + "requires": { + "lodash": "~2.4.1" + }, + "dependencies": { + "lodash": { + "version": "2.4.2", + "resolved": "http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + } + } + }, + "merge-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", + "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", + "dev": true, + "requires": { + "readable-stream": "^2.0.1" + } + }, + "microbuffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/microbuffer/-/microbuffer-1.0.0.tgz", + "integrity": "sha1-izgy7UDIfVH0e7I0kTppinVtGdI=", + "dev": true + }, + "micromatch": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", + "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "dev": true, + "requires": { + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" + }, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, + "requires": { + "is-extglob": "^1.0.0" + } + } + } + }, + "mime-db": { + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz", + "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw==", + "dev": true + }, + "mime-types": { + "version": "2.1.20", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz", + "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==", + "dev": true, + "requires": { + "mime-db": "~1.36.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + }, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + } + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "multipipe": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", + "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", + "dev": true, + "requires": { + "duplexer2": "0.0.2" + }, + "dependencies": { + "duplexer2": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", + "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", + "dev": true, + "requires": { + "readable-stream": "~1.1.9" + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "nan": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.11.0.tgz", + "integrity": "sha512-F4miItu2rGnV2ySkXOQoA8FKz/SR2Q2sWP0sbTxNxz/tuokeC8WxOhPMcwi0qIyGtVn/rrSeLbvVkznqCdwYnw==", + "dev": true + }, + "natives": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.5.tgz", + "integrity": "sha512-1pJ+02gl2KJgCPFtpZGtuD4lGSJnIZvvFHCQTOeDRMSXjfu2GmYWuhI8NFMA4W2I5NNFRbfy/YCiVt4CgNpP8A==", + "dev": true + }, + "ncp": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz", + "integrity": "sha1-q8xsvT7C7Spyn/bnwfqPAXhKhXQ=", + "dev": true + }, + "node-gyp": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "dev": true, + "requires": { + "fstream": "^1.0.0", + "glob": "^7.0.3", + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.0", + "nopt": "2 || 3", + "npmlog": "0 || 1 || 2 || 3 || 4", + "osenv": "0", + "request": "^2.87.0", + "rimraf": "2", + "semver": "~5.3.0", + "tar": "^2.0.0", + "which": "1" + }, + "dependencies": { + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true + } + } + }, + "node-status-codes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz", + "integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8=", + "dev": true + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "dev": true, + "requires": { + "abbrev": "1" + } + }, + "normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "is-builtin-module": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dev": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object.omit": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", + "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", + "dev": true, + "requires": { + "for-own": "^0.1.4", + "is-extendable": "^0.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "1.1.0", + "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", + "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", + "dev": true + }, + "optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dev": true, + "requires": { + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" + }, + "dependencies": { + "minimist": { + "version": "0.0.10", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", + "dev": true + } + } + }, + "optional": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/optional/-/optional-0.1.4.tgz", + "integrity": "sha512-gtvrrCfkE08wKcgXaVwQVgwEQ8vel2dc5DDBn9RLQZ3YtmtkBss6A2HY6BnJH4N/4Ku97Ri/SF8sNWE2225WJw==", + "dev": true, + "optional": true + }, + "optipng-bin": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-3.1.4.tgz", + "integrity": "sha1-ldNPLEiHBPb9cGBr/qDGWfHZXYQ=", + "dev": true, + "optional": true, + "requires": { + "bin-build": "^2.0.0", + "bin-wrapper": "^3.0.0", + "logalot": "^2.0.0" + } + }, + "ordered-read-streams": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", + "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", + "dev": true, + "requires": { + "is-stream": "^1.0.1", + "readable-stream": "^2.0.1" + } + }, + "os-filter-obj": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-1.0.3.tgz", + "integrity": "sha1-WRUzDZDs7VV9LZOKMcbdIU2cY60=", + "dev": true, + "optional": true + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "pako": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", + "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=", + "dev": true + }, + "parse-glob": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", + "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", + "dev": true, + "requires": { + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" + }, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, + "requires": { + "is-extglob": "^1.0.0" + } + } + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "requires": { + "error-ex": "^1.2.0" + } + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", + "dev": true + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", + "dev": true + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "phantomjs-prebuilt": { + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.16.tgz", + "integrity": "sha1-79ISpKOWbTZHaE6ouniFSb4q7+8=", + "dev": true, + "requires": { + "es6-promise": "^4.0.3", + "extract-zip": "^1.6.5", + "fs-extra": "^1.0.0", + "hasha": "^2.2.0", + "kew": "^0.7.0", + "progress": "^1.1.8", + "request": "^2.81.0", + "request-progress": "^2.0.1", + "which": "^1.2.10" + }, + "dependencies": { + "fs-extra": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz", + "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^2.1.0", + "klaw": "^1.0.0" + } + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + } + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkginfo": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz", + "integrity": "sha1-Wyn2qB9wcXFC4J52W76rl7T4HiE=", + "dev": true + }, + "pngquant-bin": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-3.1.1.tgz", + "integrity": "sha1-0STZinWpSH9AwWQLTb/Lsr1aH9E=", + "dev": true, + "optional": true, + "requires": { + "bin-build": "^2.0.0", + "bin-wrapper": "^3.0.0", + "logalot": "^2.0.0" + } + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", + "dev": true + }, + "preserve": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", + "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", + "dev": true + }, + "pretty-bytes": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz", + "integrity": "sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true + }, + "progress": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", + "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", + "dev": true + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", + "dev": true + }, + "psl": { + "version": "1.1.29", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", + "integrity": "sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==", + "dev": true + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "randomatic": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.0.tgz", + "integrity": "sha512-KnGPVE0lo2WoXxIZ7cPR8YBpiol4gsSuOwDSg410oHh80ZMp5EiypNqL2K4Z77vJn6lB5rap7IkAmcUlalcnBQ==", + "dev": true, + "requires": { + "is-number": "^4.0.0", + "kind-of": "^6.0.0", + "math-random": "^1.0.1" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "dev": true + }, + "kind-of": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "dev": true + } + } + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "read-all-stream": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz", + "integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0", + "readable-stream": "^2.0.0" + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true, + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "dev": true, + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "dev": true, + "requires": { + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" + } + }, + "regex-cache": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", + "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", + "dev": true, + "requires": { + "is-equal-shallow": "^0.1.3" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "dev": true + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==", + "dev": true + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true + }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "requires": { + "is-finite": "^1.0.0" + } + }, + "replace-ext": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", + "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", + "dev": true + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "dev": true, + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.0", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.4.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "request-progress": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz", + "integrity": "sha1-XTa7V5YcZzqlt4jbyBQf3yO0Tgg=", + "dev": true, + "requires": { + "throttleit": "^1.0.0" + } + }, + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "dev": true + }, + "right-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", + "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", + "dev": true, + "requires": { + "align-text": "^0.1.1" + } + }, + "rimraf": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", + "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", + "dev": true, + "requires": { + "glob": "^7.0.5" + } + }, + "rsvp": { + "version": "3.0.15", + "resolved": "http://registry.npmjs.org/rsvp/-/rsvp-3.0.15.tgz", + "integrity": "sha1-JiT4ZEmicvF6Jj/09iF+ENrYsDk=", + "dev": true + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "seek-bzip": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.5.tgz", + "integrity": "sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=", + "dev": true, + "requires": { + "commander": "~2.8.1" + }, + "dependencies": { + "commander": { + "version": "2.8.1", + "resolved": "http://registry.npmjs.org/commander/-/commander-2.8.1.tgz", + "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=", + "dev": true, + "requires": { + "graceful-readlink": ">= 1.0.0" + } + } + } + }, + "semver": { + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz", + "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==", + "dev": true + }, + "semver-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-1.0.0.tgz", + "integrity": "sha1-kqSWkGX5xwxpR1PVUkj8aPj2Usk=", + "dev": true, + "optional": true + }, + "semver-truncate": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz", + "integrity": "sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=", + "dev": true, + "optional": true, + "requires": { + "semver": "^5.3.0" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "set-immediate-shim": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", + "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=", + "dev": true + }, + "sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", + "dev": true + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "sparkles": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz", + "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==", + "dev": true + }, + "spdx-correct": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz", + "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz", + "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.1.tgz", + "integrity": "sha512-TfOfPcYGBB5sDuPn3deByxPhmfegAhpDYKSOXZQN81Oyrrif8ZCodOLzK3AesELnCx03kikhyDwh0pfvvQvF8w==", + "dev": true + }, + "sprintf-js": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.1.tgz", + "integrity": "sha1-Nr54Mgr+WAH2zqPueLblqrlA6gw=", + "dev": true + }, + "squeak": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/squeak/-/squeak-1.3.0.tgz", + "integrity": "sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=", + "dev": true, + "optional": true, + "requires": { + "chalk": "^1.0.0", + "console-stream": "^0.1.1", + "lpad-align": "^1.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "optional": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "optional": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "optional": true + } + } + }, + "sshpk": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", + "integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", + "dev": true + }, + "stat-mode": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.2.tgz", + "integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=", + "dev": true + }, + "stream-combiner": { + "version": "0.2.2", + "resolved": "http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz", + "integrity": "sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=", + "dev": true, + "optional": true, + "requires": { + "duplexer": "~0.1.1", + "through": "~2.3.4" + } + }, + "stream-combiner2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", + "dev": true, + "requires": { + "duplexer2": "~0.1.0", + "readable-stream": "^2.0.2" + } + }, + "stream-shift": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", + "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", + "dev": true + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true, + "requires": { + "is-utf8": "^0.2.0" + } + }, + "strip-bom-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz", + "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=", + "dev": true, + "requires": { + "first-chunk-stream": "^1.0.0", + "strip-bom": "^2.0.0" + } + }, + "strip-dirs": { + "version": "1.1.1", + "resolved": "http://registry.npmjs.org/strip-dirs/-/strip-dirs-1.1.1.tgz", + "integrity": "sha1-lgu9EoeETzl1pFWKoQOoJV4kVqA=", + "dev": true, + "requires": { + "chalk": "^1.0.0", + "get-stdin": "^4.0.1", + "is-absolute": "^0.1.5", + "is-natural-number": "^2.0.0", + "minimist": "^1.1.0", + "sum-up": "^1.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true + }, + "strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, + "sum-up": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sum-up/-/sum-up-1.0.3.tgz", + "integrity": "sha1-HGYfZnBX9jvLeHWqFDi8FiUlFW4=", + "dev": true, + "requires": { + "chalk": "^1.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "svg-pathdata": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-1.0.0.tgz", + "integrity": "sha1-kPahyWPNS+E6njAPeaGj3ePIAzQ=", + "dev": true, + "requires": { + "readable-stream": "~1.0.26-3" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "svg-to-png": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/svg-to-png/-/svg-to-png-3.1.2.tgz", + "integrity": "sha1-G9IjIf+VF3jHMU9dIIvrDTFgVAE=", + "dev": true, + "requires": { + "imagemin": "3.1.0", + "phantomjs-prebuilt": "^2.1.7" + } + }, + "svg2ttf": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-2.1.1.tgz", + "integrity": "sha1-ED06I29llsR6JJDsIrZ8BR7kaS4=", + "dev": true, + "requires": { + "argparse": "^1.0.3", + "cubic2quad": "^1.0.0", + "lodash": "^3.6.0", + "microbuffer": "^1.0.0", + "svgpath": "^2.1.2", + "xmldom": "~0.1.16" + }, + "dependencies": { + "lodash": { + "version": "3.10.1", + "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", + "dev": true + } + } + }, + "svgicons2svgfont": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/svgicons2svgfont/-/svgicons2svgfont-1.1.0.tgz", + "integrity": "sha1-DHEZyeWRbJ10c8hTubjkQE+gjQs=", + "dev": true, + "requires": { + "readable-stream": "^1.0.33", + "sax": "0.6.x", + "svg-pathdata": "1.0.0" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "sax": { + "version": "0.6.1", + "resolved": "http://registry.npmjs.org/sax/-/sax-0.6.1.tgz", + "integrity": "sha1-VjsZx8HeiS4Jv8Ty/DDjwn8JUrk=", + "dev": true + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "svgo": { + "version": "0.6.6", + "resolved": "http://registry.npmjs.org/svgo/-/svgo-0.6.6.tgz", + "integrity": "sha1-s0CIkDbyD5tEdUMHfQ9Vc+0ETAg=", + "dev": true, + "requires": { + "coa": "~1.0.1", + "colors": "~1.1.2", + "csso": "~2.0.0", + "js-yaml": "~3.6.0", + "mkdirp": "~0.5.1", + "sax": "~1.2.1", + "whet.extend": "~0.9.9" + }, + "dependencies": { + "js-yaml": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz", + "integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^2.6.0" + } + } + } + }, + "svgpath": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.2.1.tgz", + "integrity": "sha1-CDS7Z8iadkcrK9BswQH6e1F7Iiw=", + "dev": true + }, + "tar": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", + "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", + "dev": true, + "requires": { + "block-stream": "*", + "fstream": "^1.0.2", + "inherits": "2" + } + }, + "tar-stream": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.1.tgz", + "integrity": "sha512-IFLM5wp3QrJODQFPm6/to3LJZrONdBY/otxcvDIQzu217zKye6yVR3hhi9lAjrC2Z+m/j5oDxMPb1qcd8cIvpA==", + "dev": true, + "requires": { + "bl": "^1.0.0", + "buffer-alloc": "^1.1.0", + "end-of-stream": "^1.0.0", + "fs-constants": "^1.0.0", + "readable-stream": "^2.3.0", + "to-buffer": "^1.1.0", + "xtend": "^4.0.0" + } + }, + "temp": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz", + "integrity": "sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=", + "dev": true, + "requires": { + "os-tmpdir": "^1.0.0", + "rimraf": "~2.2.6" + }, + "dependencies": { + "rimraf": { + "version": "2.2.8", + "resolved": "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", + "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=", + "dev": true + } + } + }, + "tempfile": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz", + "integrity": "sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I=", + "dev": true, + "requires": { + "os-tmpdir": "^1.0.0", + "uuid": "^2.0.1" + }, + "dependencies": { + "uuid": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz", + "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=", + "dev": true + } + } + }, + "throttleit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", + "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true, + "optional": true + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "through2-filter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", + "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", + "dev": true, + "requires": { + "through2": "~2.0.0", + "xtend": "~4.0.0" + }, + "dependencies": { + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + } + } + }, + "time-stamp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", + "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=", + "dev": true + }, + "timed-out": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-3.1.3.tgz", + "integrity": "sha1-lYYL/MXHbCd/j4Mm/Q9bLiDrohc=", + "dev": true + }, + "to-absolute-glob": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz", + "integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1" + } + }, + "to-buffer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", + "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==", + "dev": true + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "dev": true, + "requires": { + "psl": "^1.1.24", + "punycode": "^1.4.1" + } + }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "dev": true + }, + "trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, + "ttf2eot": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ttf2eot/-/ttf2eot-1.3.0.tgz", + "integrity": "sha1-lGcerPpa13mc1vn1tgMPUTsDKsI=", + "dev": true, + "requires": { + "argparse": "~0.1.15" + }, + "dependencies": { + "argparse": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", + "integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=", + "dev": true, + "requires": { + "underscore": "~1.7.0", + "underscore.string": "~2.4.0" + } + }, + "underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz", + "integrity": "sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs=", + "dev": true + } + } + }, + "ttf2woff": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ttf2woff/-/ttf2woff-1.3.0.tgz", + "integrity": "sha1-dqJ6bzDqA3qe1kyf9D7H7UYebSo=", + "dev": true, + "requires": { + "argparse": "~ 0.1.15", + "pako": "~ 0.2.2" + }, + "dependencies": { + "argparse": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", + "integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=", + "dev": true, + "requires": { + "underscore": "~1.7.0", + "underscore.string": "~2.4.0" + } + }, + "underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz", + "integrity": "sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs=", + "dev": true + } + } + }, + "ttf2woff2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ttf2woff2/-/ttf2woff2-2.0.3.tgz", + "integrity": "sha1-XgIK/m5kMofzrXaHq+0g/mVOsyk=", + "dev": true, + "requires": { + "bindings": "^1.2.1", + "bufferstreams": "^1.1.0", + "nan": "^2.1.0", + "node-gyp": "^3.0.3" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true, + "optional": true + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "uglify-js": { + "version": "2.8.29", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz", + "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", + "dev": true, + "requires": { + "source-map": "~0.5.1", + "uglify-to-browserify": "~1.0.0", + "yargs": "~3.10.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "uglify-to-browserify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", + "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", + "dev": true, + "optional": true + }, + "underscore": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz", + "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=", + "dev": true + }, + "underscore.string": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.4.tgz", + "integrity": "sha1-LCo/n4PmR2L9xF5s6sZRQoZCE9s=", + "dev": true, + "requires": { + "sprintf-js": "^1.0.3", + "util-deprecate": "^1.0.2" + } + }, + "unique-stream": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", + "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", + "dev": true, + "requires": { + "json-stable-stringify": "^1.0.0", + "through2-filter": "^2.0.0" + } + }, + "unzip-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz", + "integrity": "sha1-uYTwh3/AqJwsdzzB73tbIytbBv4=", + "dev": true + }, + "url-parse-lax": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", + "dev": true, + "requires": { + "prepend-http": "^1.0.1" + } + }, + "url-regex": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/url-regex/-/url-regex-3.2.0.tgz", + "integrity": "sha1-260eDJ4p4QXdCx8J9oYvf9tIJyQ=", + "dev": true, + "optional": true, + "requires": { + "ip-regex": "^1.0.1" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", + "dev": true + }, + "vali-date": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", + "integrity": "sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vinyl": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", + "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "dev": true, + "requires": { + "clone": "^0.2.0", + "clone-stats": "^0.0.1" + }, + "dependencies": { + "clone": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", + "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "dev": true + } + } + }, + "vinyl-assign": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/vinyl-assign/-/vinyl-assign-1.2.1.tgz", + "integrity": "sha1-TRmIkbVRWRHXcajNnFSApGoHSkU=", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "readable-stream": "^2.0.0" + } + }, + "vinyl-fs": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", + "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=", + "dev": true, + "optional": true, + "requires": { + "defaults": "^1.0.0", + "glob-stream": "^3.1.5", + "glob-watcher": "^0.0.6", + "graceful-fs": "^3.0.0", + "mkdirp": "^0.5.0", + "strip-bom": "^1.0.0", + "through2": "^0.6.1", + "vinyl": "^0.4.0" + }, + "dependencies": { + "glob": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", + "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", + "dev": true, + "optional": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^2.0.1", + "once": "^1.3.0" + } + }, + "glob-stream": { + "version": "3.1.18", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz", + "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=", + "dev": true, + "optional": true, + "requires": { + "glob": "^4.3.1", + "glob2base": "^0.0.12", + "minimatch": "^2.0.1", + "ordered-read-streams": "^0.1.0", + "through2": "^0.6.1", + "unique-stream": "^1.0.0" + } + }, + "graceful-fs": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", + "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", + "dev": true, + "optional": true, + "requires": { + "natives": "^1.1.0" + } + }, + "minimatch": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", + "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", + "dev": true, + "requires": { + "brace-expansion": "^1.0.0" + } + }, + "ordered-read-streams": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz", + "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=", + "dev": true, + "optional": true + }, + "strip-bom": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz", + "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=", + "dev": true, + "optional": true, + "requires": { + "first-chunk-stream": "^1.0.0", + "is-utf8": "^0.2.0" + } + }, + "unique-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz", + "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=", + "dev": true, + "optional": true + } + } + }, + "ware": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ware/-/ware-1.3.0.tgz", + "integrity": "sha1-0bFPOdLiy0q4xAmPdW/ksWTkc9Q=", + "dev": true, + "requires": { + "wrap-fn": "^0.1.0" + } + }, + "whet.extend": { + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz", + "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "window-size": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", + "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", + "dev": true + }, + "winston": { + "version": "2.1.1", + "resolved": "http://registry.npmjs.org/winston/-/winston-2.1.1.tgz", + "integrity": "sha1-PJNJ0ZYgf9G9/51LxD73JRDjoS4=", + "dev": true, + "requires": { + "async": "~1.0.0", + "colors": "1.0.x", + "cycle": "1.0.x", + "eyes": "0.1.x", + "isstream": "0.1.x", + "pkginfo": "0.3.x", + "stack-trace": "0.0.x" + }, + "dependencies": { + "async": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz", + "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=", + "dev": true + }, + "colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", + "dev": true + } + } + }, + "wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "dev": true + }, + "wrap-fn": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/wrap-fn/-/wrap-fn-0.1.5.tgz", + "integrity": "sha1-8htuQQFv9KfjFyDbxjoJAWvfmEU=", + "dev": true, + "requires": { + "co": "3.1.0" + }, + "dependencies": { + "co": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz", + "integrity": "sha1-TqVOpaCJOBUxheFSEMaNkJK8G3g=", + "dev": true + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", + "dev": true + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", + "dev": true + }, + "yargs": { + "version": "3.10.0", + "resolved": "http://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", + "dev": true, + "requires": { + "camelcase": "^1.0.2", + "cliui": "^2.1.0", + "decamelize": "^1.0.0", + "window-size": "0.1.0" + }, + "dependencies": { + "camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", + "dev": true + } + } + }, + "yauzl": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", + "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", + "dev": true, + "requires": { + "fd-slicer": "~1.0.1" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..2a5859c --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "EBI-Icon-fonts", + "description": "A collection of functional and scientific icons", + "version": "1.2.3", + "license": "UNLICENSED", + "repository": { + "type": "git", + "url": "https://github.com/ebiwd/EBI-Icon-fonts.git" + }, + "author": { + "name": "EBI Web Development", + "email": "khawkins@ebi.ac.uk", + "url": "https://github.com/ebiwd" + }, + "devDependencies": { + "grunt": "^1.0.1", + "grunt-contrib-copy": "^1.0.0", + "grunt-grunticon": "^2.3.1", + "grunt-includes": "^1.0.0", + "grunt-svgmin": "^4.0.0", + "grunt-webfont": "^1.6.0" + } +} diff --git a/partial.html b/partial.html new file mode 100644 index 0000000..de1baa9 --- /dev/null +++ b/partial.html @@ -0,0 +1,2693 @@ + +

The gallery

+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Generic version 1.2HTMLDrupal
Accommodation <* class="icon icon-generic" data-icon="a">[icon-generic:a]
Alert <* class="icon icon-generic" data-icon="l">[icon-generic:l]
Alumni <* class="icon icon-generic" data-icon="A">[icon-generic:A]
Announcement <* class="icon icon-generic" data-icon="U">[icon-generic:U]
Basket <* class="icon icon-generic" data-icon="b">[icon-generic:b]
Beta <* class="icon icon-generic" data-icon=">">[icon-generic:>]
Bike <* class="icon icon-generic" data-icon="3">[icon-generic:3]
Biotech <* class="icon icon-generic" data-icon="B">[icon-generic:B]
Bus <* class="icon icon-generic" data-icon="1">[icon-generic:1]
Calendar <* class="icon icon-generic" data-icon="r">[icon-generic:r]
Camera <* class="icon icon-generic" data-icon="!">[icon-generic:!]
Car <* class="icon icon-generic" data-icon="2">[icon-generic:2]
Careers <* class="icon icon-generic" data-icon="c">[icon-generic:c]
Classification <* class="icon icon-generic" data-icon="e">[icon-generic:e]
Clock <* class="icon icon-generic" data-icon="{">[icon-generic:{]
Contact <* class="icon icon-generic" data-icon="C">[icon-generic:C]
Crosslink <* class="icon icon-generic" data-icon="d">[icon-generic:d]
Database <* class="icon icon-generic" data-icon="D">[icon-generic:D]
Discuss <* class="icon icon-generic" data-icon="\">[icon-generic:\]
Documentation <* class="icon icon-generic" data-icon=";">[icon-generic:;]
Drug <* class="icon icon-generic" data-icon="u">[icon-generic:u]
Elixir <* class="icon icon-generic" data-icon="%">[icon-generic:%]
Email <* class="icon icon-generic" data-icon="E">[icon-generic:E]
Embl <* class="icon icon-generic" data-icon="&">[icon-generic:&]
External link <* class="icon icon-generic" data-icon="x">[icon-generic:x]
External systems <* class="icon icon-generic" data-icon="y">[icon-generic:y]
Face to face <* class="icon icon-generic" data-icon="f">[icon-generic:f]
Find us <* class="icon icon-generic" data-icon="]">[icon-generic:]]
Funding <* class="icon icon-generic" data-icon="F">[icon-generic:F]
Graph <* class="icon icon-generic" data-icon="g">[icon-generic:g]
Group <* class="icon icon-generic" data-icon="}">[icon-generic:}]
Gtls <* class="icon icon-generic" data-icon="G">[icon-generic:G]
Health <* class="icon icon-generic" data-icon="h">[icon-generic:h]
Help <* class="icon icon-generic" data-icon="?">[icon-generic:?]
Home <* class="icon icon-generic" data-icon="H">[icon-generic:H]
Industry <* class="icon icon-generic" data-icon="I">[icon-generic:I]
Info <* class="icon icon-generic" data-icon="i">[icon-generic:i]
Link <* class="icon icon-generic" data-icon="L">[icon-generic:L]
Location <* class="icon icon-generic" data-icon="[">[icon-generic:[]
Lovedata <* class="icon icon-generic" data-icon="o">[icon-generic:o]
Mailing list <* class="icon icon-generic" data-icon="m">[icon-generic:m]
Math <* class="icon icon-generic" data-icon="v">[icon-generic:v]
Meet us <* class="icon icon-generic" data-icon="M">[icon-generic:M]
Mobile device <* class="icon icon-generic" data-icon="/">[icon-generic:/]
New <* class="icon icon-generic" data-icon="<">[icon-generic:<]
Newcomers <* class="icon icon-generic" data-icon="n">[icon-generic:n]
News <* class="icon icon-generic" data-icon="N">[icon-generic:N]
Nutraceuticals <* class="icon icon-generic" data-icon=""">[icon-generic:"]
Open day <* class="icon icon-generic" data-icon="O">[icon-generic:O]
Piechart <* class="icon icon-generic" data-icon="p">[icon-generic:p]
Plane <* class="icon icon-generic" data-icon="4">[icon-generic:4]
Publication <* class="icon icon-generic" data-icon="P">[icon-generic:P]
Research <* class="icon icon-generic" data-icon=")">[icon-generic:)]
Resource <* class="icon icon-generic" data-icon="R">[icon-generic:R]
Reviewed data <* class="icon icon-generic" data-icon="q">[icon-generic:q]
Services <* class="icon icon-generic" data-icon="(">[icon-generic:(]
Steps <* class="icon icon-generic" data-icon="#">[icon-generic:#]
Support <* class="icon icon-generic" data-icon="s">[icon-generic:s]
Systems <* class="icon icon-generic" data-icon="S">[icon-generic:S]
Terms <* class="icon icon-generic" data-icon="'">[icon-generic:']
Test <* class="icon icon-generic" data-icon="0">[icon-generic:0]
Text mining <* class="icon icon-generic" data-icon="X">[icon-generic:X]
Toolkit <* class="icon icon-generic" data-icon=":">[icon-generic::]
Train <* class="icon icon-generic" data-icon="7">[icon-generic:7]
Training <* class="icon icon-generic" data-icon="T">[icon-generic:T]
Tutorial <* class="icon icon-generic" data-icon="t">[icon-generic:t]
Unreviewed data <* class="icon icon-generic" data-icon="Q">[icon-generic:Q]
Video <* class="icon icon-generic" data-icon="V">[icon-generic:V]
Walk <* class="icon icon-generic" data-icon="6">[icon-generic:6]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Chemistry version 1.2HTMLDrupal
Direction left <* class="icon icon-chemistry" data-icon="l">[icon-chemistry:l]
Direction reversible <* class="icon icon-chemistry" data-icon="R">[icon-chemistry:R]
Direction right <* class="icon icon-chemistry" data-icon="r">[icon-chemistry:r]
Direction unknown <* class="icon icon-chemistry" data-icon="U">[icon-chemistry:U]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Conceptual version 1.2HTMLDrupal
Chemical <* class="icon icon-conceptual" data-icon="b">[icon-conceptual:b]
Cross domain <* class="icon icon-conceptual" data-icon="c">[icon-conceptual:c]
Dna <* class="icon icon-conceptual" data-icon="d">[icon-conceptual:d]
Expression <* class="icon icon-conceptual" data-icon="g">[icon-conceptual:g]
Literature <* class="icon icon-conceptual" data-icon="l">[icon-conceptual:l]
Ontology <* class="icon icon-conceptual" data-icon="o">[icon-conceptual:o]
Proteins <* class="icon icon-conceptual" data-icon="P">[icon-conceptual:P]
Structures <* class="icon icon-conceptual" data-icon="s">[icon-conceptual:s]
Systems <* class="icon icon-conceptual" data-icon="y">[icon-conceptual:y]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-FileFormats version 1.2HTMLDrupal
Agp <* class="icon icon-fileformats" data-icon="A">[icon-fileformats:A]
Bam <* class="icon icon-fileformats" data-icon="B">[icon-fileformats:B]
Cml <* class="icon icon-fileformats" data-icon="C">[icon-fileformats:C]
Cram <* class="icon icon-fileformats" data-icon="R">[icon-fileformats:R]
Csv <* class="icon icon-fileformats" data-icon="c">[icon-fileformats:c]
Doc <* class="icon icon-fileformats" data-icon="d">[icon-fileformats:d]
Fasta <* class="icon icon-fileformats" data-icon="a">[icon-fileformats:a]
Fastq <* class="icon icon-fileformats" data-icon="f">[icon-fileformats:f]
Flat <* class="icon icon-fileformats" data-icon="F">[icon-fileformats:F]
Gff <* class="icon icon-fileformats" data-icon="G">[icon-fileformats:G]
Img <* class="icon icon-fileformats" data-icon="I">[icon-fileformats:I]
Json <* class="icon icon-fileformats" data-icon="J">[icon-fileformats:J]
Mdl <* class="icon icon-fileformats" data-icon="M">[icon-fileformats:M]
Obo <* class="icon icon-fileformats" data-icon="O">[icon-fileformats:O]
Owl <* class="icon icon-fileformats" data-icon="o">[icon-fileformats:o]
Pdf <* class="icon icon-fileformats" data-icon="p">[icon-fileformats:p]
Postscript <* class="icon icon-fileformats" data-icon="3">[icon-fileformats:3]
Psi mi tab <* class="icon icon-fileformats" data-icon="2">[icon-fileformats:2]
Psi mi xml <* class="icon icon-fileformats" data-icon="1">[icon-fileformats:1]
Rd <* class="icon icon-fileformats" data-icon="r">[icon-fileformats:r]
Rdf xml <* class="icon icon-fileformats" data-icon="D">[icon-fileformats:D]
Rxn <* class="icon icon-fileformats" data-icon="X">[icon-fileformats:X]
Sdf <* class="icon icon-fileformats" data-icon="s">[icon-fileformats:s]
Tsv <* class="icon icon-fileformats" data-icon="v">[icon-fileformats:v]
Txt <* class="icon icon-fileformats" data-icon="t">[icon-fileformats:t]
Xml <* class="icon icon-fileformats" data-icon="x">[icon-fileformats:x]
Zip <* class="icon icon-fileformats" data-icon="Z">[icon-fileformats:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Functional version 1.2HTMLDrupal
Add job <* class="icon icon-functional" data-icon=")">[icon-functional:)]
Add user <* class="icon icon-functional" data-icon="7">[icon-functional:7]
Add <* class="icon icon-functional" data-icon="+">[icon-functional:+]
Align <* class="icon icon-functional" data-icon="i">[icon-functional:i]
Analyse graph <* class="icon icon-functional" data-icon="z">[icon-functional:z]
Analyse percent 0 <* class="icon icon-functional" data-icon="B">[icon-functional:B]
Analyse percent 100 <* class="icon icon-functional" data-icon="E">[icon-functional:E]
Analyse percent 40 <* class="icon icon-functional" data-icon="C">[icon-functional:C]
Analyse <* class="icon icon-functional" data-icon="A">[icon-functional:A]
Approve <* class="icon icon-functional" data-icon="/">[icon-functional:/]
Approved job <* class="icon icon-functional" data-icon="(">[icon-functional:(]
Attach <* class="icon icon-functional" data-icon="a">[icon-functional:a]
Browse <* class="icon icon-functional" data-icon="b">[icon-functional:b]
Close <* class="icon icon-functional" data-icon="x">[icon-functional:x]
Collapse closed <* class="icon icon-functional" data-icon="9">[icon-functional:9]
Collapse open <* class="icon icon-functional" data-icon="8">[icon-functional:8]
Collapse <* class="icon icon-functional" data-icon="w">[icon-functional:w]
Compare <* class="icon icon-functional" data-icon="O">[icon-functional:O]
Crop <* class="icon icon-functional" data-icon="\">[icon-functional:\]
Cut <* class="icon icon-functional" data-icon="c">[icon-functional:c]
Database submit <* class="icon icon-functional" data-icon="D">[icon-functional:D]
Delete <* class="icon icon-functional" data-icon="d">[icon-functional:d]
Download <* class="icon icon-functional" data-icon="=">[icon-functional:=]
Edit user <* class="icon icon-functional" data-icon="5">[icon-functional:5]
Edit <* class="icon icon-functional" data-icon="e">[icon-functional:e]
Expand <* class="icon icon-functional" data-icon="u">[icon-functional:u]
Filter <* class="icon icon-functional" data-icon="f">[icon-functional:f]
First page <* class="icon icon-functional" data-icon="[">[icon-functional:[]
Fullscreen <* class="icon icon-functional" data-icon="F">[icon-functional:F]
Hierarchy <* class="icon icon-functional" data-icon="h">[icon-functional:h]
Last page <* class="icon icon-functional" data-icon="]">[icon-functional:]]
Like <* class="icon icon-functional" data-icon="k">[icon-functional:k]
Lock <* class="icon icon-functional" data-icon="L">[icon-functional:L]
Login <* class="icon icon-functional" data-icon="l">[icon-functional:l]
Mapping <* class="icon icon-functional" data-icon="0">[icon-functional:0]
Menu <* class="icon icon-functional" data-icon="M">[icon-functional:M]
Move <* class="icon icon-functional" data-icon="m">[icon-functional:m]
Next page <* class="icon icon-functional" data-icon=">">[icon-functional:>]
Play <* class="icon icon-functional" data-icon="v">[icon-functional:v]
Previous page <* class="icon icon-functional" data-icon="<">[icon-functional:<]
Print <* class="icon icon-functional" data-icon="P">[icon-functional:P]
Redo <* class="icon icon-functional" data-icon="}">[icon-functional:}]
Refresh <* class="icon icon-functional" data-icon="R">[icon-functional:R]
Remove user <* class="icon icon-functional" data-icon="6">[icon-functional:6]
Remove <* class="icon icon-functional" data-icon="-">[icon-functional:-]
Save <* class="icon icon-functional" data-icon="S">[icon-functional:S]
Scaleable <* class="icon icon-functional" data-icon="Y">[icon-functional:Y]
Search document <* class="icon icon-functional" data-icon="j">[icon-functional:j]
Search <* class="icon icon-functional" data-icon="1">[icon-functional:1]
Send <* class="icon icon-functional" data-icon="n">[icon-functional:n]
Settings <* class="icon icon-functional" data-icon="s">[icon-functional:s]
Share <* class="icon icon-functional" data-icon="r">[icon-functional:r]
Stop <* class="icon icon-functional" data-icon="o">[icon-functional:o]
Submit <* class="icon icon-functional" data-icon="_">[icon-functional:_]
Target <* class="icon icon-functional" data-icon="T">[icon-functional:T]
Tool <* class="icon icon-functional" data-icon="t">[icon-functional:t]
Unassigned job <* class="icon icon-functional" data-icon="*">[icon-functional:*]
Undo <* class="icon icon-functional" data-icon="{">[icon-functional:{]
Unlock <* class="icon icon-functional" data-icon="U">[icon-functional:U]
View <* class="icon icon-functional" data-icon="4">[icon-functional:4]
Zoom in <* class="icon icon-functional" data-icon="3">[icon-functional:3]
Zoom out <* class="icon icon-functional" data-icon="2">[icon-functional:2]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Species version 1.2HTMLDrupal
Alpaca <* class="icon icon-species" data-icon="a">[icon-species:a]
Amoeba <* class="icon icon-species" data-icon="0">[icon-species:0]
Anolis <* class="icon icon-species" data-icon="7">[icon-species:7]
Armadillo <* class="icon icon-species" data-icon="l">[icon-species:l]
Aspergillus <* class="icon icon-species" data-icon="£">[icon-species:£]
Barley <* class="icon icon-species" data-icon="5">[icon-species:5]
Bat <* class="icon icon-species" data-icon="(">[icon-species:(]
Bee <* class="icon icon-species" data-icon="$">[icon-species:$]
Brachypodium <* class="icon icon-species" data-icon="%">[icon-species:%]
Brassica <* class="icon icon-species" data-icon="B">[icon-species:B]
Bug <* class="icon icon-species" data-icon="b">[icon-species:b]
C elegans <* class="icon icon-species" data-icon="W">[icon-species:W]
Cat <* class="icon icon-species" data-icon="A">[icon-species:A]
Chicken <* class="icon icon-species" data-icon="k">[icon-species:k]
Chimpanzee <* class="icon icon-species" data-icon="i">[icon-species:i]
Corn <* class="icon icon-species" data-icon="c">[icon-species:c]
Cow <* class="icon icon-species" data-icon="C">[icon-species:C]
Diatom <* class="icon icon-species" data-icon="2">[icon-species:2]
Dog <* class="icon icon-species" data-icon="d">[icon-species:d]
Dolphin <* class="icon icon-species" data-icon="D">[icon-species:D]
Ecoli <* class="icon icon-species" data-icon="L">[icon-species:L]
Elephant <* class="icon icon-species" data-icon="e">[icon-species:e]
Ferret <* class="icon icon-species" data-icon="!">[icon-species:!]
Finch <* class="icon icon-species" data-icon="n">[icon-species:n]
Fly <* class="icon icon-species" data-icon="F">[icon-species:F]
Frog <* class="icon icon-species" data-icon="f">[icon-species:f]
Fungus <* class="icon icon-species" data-icon="u">[icon-species:u]
Glycinemax <* class="icon icon-species" data-icon="^">[icon-species:^]
Goat <* class="icon icon-species" data-icon="m">[icon-species:m]
Gorilla <* class="icon icon-species" data-icon="G">[icon-species:G]
Grapes <* class="icon icon-species" data-icon="O">[icon-species:O]
Guinea pig <* class="icon icon-species" data-icon="g">[icon-species:g]
Hedgehog <* class="icon icon-species" data-icon="o">[icon-species:o]
Horse <* class="icon icon-species" data-icon="h">[icon-species:h]
Human <* class="icon icon-species" data-icon="H">[icon-species:H]
Kangaroo rat <* class="icon icon-species" data-icon="3">[icon-species:3]
Louse <* class="icon icon-species" data-icon="4">[icon-species:4]
Monkey <* class="icon icon-species" data-icon="r">[icon-species:r]
Monodelphis <* class="icon icon-species" data-icon="9">[icon-species:9]
Mosquito <* class="icon icon-species" data-icon="1">[icon-species:1]
Mouse lemur <* class="icon icon-species" data-icon="N">[icon-species:N]
Mouse <* class="icon icon-species" data-icon="M">[icon-species:M]
Orangutan <* class="icon icon-species" data-icon="*">[icon-species:*]
Papio <* class="icon icon-species" data-icon="8">[icon-species:8]
Pig <* class="icon icon-species" data-icon="p">[icon-species:p]
Plant <* class="icon icon-species" data-icon="P">[icon-species:P]
Plasmodium <* class="icon icon-species" data-icon="@">[icon-species:@]
Platypus <* class="icon icon-species" data-icon="U">[icon-species:U]
Pufferfish <* class="icon icon-species" data-icon="E">[icon-species:E]
Rabbit <* class="icon icon-species" data-icon="t">[icon-species:t]
Rat <* class="icon icon-species" data-icon="R">[icon-species:R]
Ray <* class="icon icon-species" data-icon="+">[icon-species:+]
Rice <* class="icon icon-species" data-icon="6">[icon-species:6]
Scorpion <* class="icon icon-species" data-icon="s">[icon-species:s]
Sheep <* class="icon icon-species" data-icon="x">[icon-species:x]
Shrew <* class="icon icon-species" data-icon="Q">[icon-species:Q]
Snail <* class="icon icon-species" data-icon="'">[icon-species:']
Spider <* class="icon icon-species" data-icon="S">[icon-species:S]
Squirrel <* class="icon icon-species" data-icon="I">[icon-species:I]
Tick <* class="icon icon-species" data-icon="&">[icon-species:&]
Tomatoes <* class="icon icon-species" data-icon=")">[icon-species:)]
Virus <* class="icon icon-species" data-icon="v">[icon-species:v]
Wallaby <* class="icon icon-species" data-icon="w">[icon-species:w]
Yeast <* class="icon icon-species" data-icon="Y">[icon-species:Y]
Zebrafish <* class="icon icon-species" data-icon="Z">[icon-species:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-SocialMedia version 1.2HTMLDrupal
Android <* class="icon icon-socialmedia" data-icon="a">[icon-socialmedia:a]
Apple <* class="icon icon-socialmedia" data-icon="A">[icon-socialmedia:A]
Blogger <* class="icon icon-socialmedia" data-icon="B">[icon-socialmedia:B]
Facebook <* class="icon icon-socialmedia" data-icon="F">[icon-socialmedia:F]
Flickr <* class="icon icon-socialmedia" data-icon="f">[icon-socialmedia:f]
Github <* class="icon icon-socialmedia" data-icon="g">[icon-socialmedia:g]
Googleplus <* class="icon icon-socialmedia" data-icon="G">[icon-socialmedia:G]
Linkedin <* class="icon icon-socialmedia" data-icon="L">[icon-socialmedia:L]
Linux <* class="icon icon-socialmedia" data-icon="X">[icon-socialmedia:X]
Orcid <* class="icon icon-socialmedia" data-icon="O">[icon-socialmedia:O]
Rss <* class="icon icon-socialmedia" data-icon="R">[icon-socialmedia:R]
Skype <* class="icon icon-socialmedia" data-icon="s">[icon-socialmedia:s]
Slideshare <* class="icon icon-socialmedia" data-icon="S">[icon-socialmedia:S]
Twitter <* class="icon icon-socialmedia" data-icon="T">[icon-socialmedia:T]
Vimeo <* class="icon icon-socialmedia" data-icon="V">[icon-socialmedia:V]
Weibo <* class="icon icon-socialmedia" data-icon="W">[icon-socialmedia:W]
Windows <* class="icon icon-socialmedia" data-icon="w">[icon-socialmedia:w]
Wordpress <* class="icon icon-socialmedia" data-icon="P">[icon-socialmedia:P]
Youtube <* class="icon icon-socialmedia" data-icon="Y">[icon-socialmedia:Y]
+ +
+
diff --git a/source/chemistry/direction_left.svg b/source/chemistry/direction_left.svg new file mode 100755 index 0000000..409dccd --- /dev/null +++ b/source/chemistry/direction_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/chemistry/direction_reversible.svg b/source/chemistry/direction_reversible.svg new file mode 100755 index 0000000..649942a --- /dev/null +++ b/source/chemistry/direction_reversible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/chemistry/direction_right.svg b/source/chemistry/direction_right.svg new file mode 100755 index 0000000..39b106d --- /dev/null +++ b/source/chemistry/direction_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/chemistry/direction_unknown.svg b/source/chemistry/direction_unknown.svg new file mode 100755 index 0000000..c62d10d --- /dev/null +++ b/source/chemistry/direction_unknown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/chemical.svg b/source/conceptual/chemical.svg new file mode 100755 index 0000000..4e3c4ec --- /dev/null +++ b/source/conceptual/chemical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/cross-domain.svg b/source/conceptual/cross-domain.svg new file mode 100755 index 0000000..5552399 --- /dev/null +++ b/source/conceptual/cross-domain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/dna.svg b/source/conceptual/dna.svg new file mode 100755 index 0000000..be61323 --- /dev/null +++ b/source/conceptual/dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/expression.svg b/source/conceptual/expression.svg new file mode 100755 index 0000000..3ee61ed --- /dev/null +++ b/source/conceptual/expression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/literature.svg b/source/conceptual/literature.svg new file mode 100755 index 0000000..8674baa --- /dev/null +++ b/source/conceptual/literature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/ontology.svg b/source/conceptual/ontology.svg new file mode 100755 index 0000000..4252bb4 --- /dev/null +++ b/source/conceptual/ontology.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/proteins.svg b/source/conceptual/proteins.svg new file mode 100755 index 0000000..5b9b99a --- /dev/null +++ b/source/conceptual/proteins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/structures.svg b/source/conceptual/structures.svg new file mode 100755 index 0000000..7fb33b5 --- /dev/null +++ b/source/conceptual/structures.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/systems.svg b/source/conceptual/systems.svg new file mode 100755 index 0000000..7dd31e5 --- /dev/null +++ b/source/conceptual/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/AGP.svg b/source/fileformats/AGP.svg new file mode 100755 index 0000000..ee68a20 --- /dev/null +++ b/source/fileformats/AGP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/BAM.svg b/source/fileformats/BAM.svg new file mode 100755 index 0000000..9a084de --- /dev/null +++ b/source/fileformats/BAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/CML.svg b/source/fileformats/CML.svg new file mode 100755 index 0000000..9501659 --- /dev/null +++ b/source/fileformats/CML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/CRAM.svg b/source/fileformats/CRAM.svg new file mode 100755 index 0000000..d3adc74 --- /dev/null +++ b/source/fileformats/CRAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/CSV.svg b/source/fileformats/CSV.svg new file mode 100755 index 0000000..5be527c --- /dev/null +++ b/source/fileformats/CSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/DOC.svg b/source/fileformats/DOC.svg new file mode 100755 index 0000000..390e2b6 --- /dev/null +++ b/source/fileformats/DOC.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/FASTA.svg b/source/fileformats/FASTA.svg new file mode 100755 index 0000000..919cafe --- /dev/null +++ b/source/fileformats/FASTA.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/FASTQ.svg b/source/fileformats/FASTQ.svg new file mode 100755 index 0000000..e964403 --- /dev/null +++ b/source/fileformats/FASTQ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/FLAT.svg b/source/fileformats/FLAT.svg new file mode 100755 index 0000000..1fec7a9 --- /dev/null +++ b/source/fileformats/FLAT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/GFF.svg b/source/fileformats/GFF.svg new file mode 100755 index 0000000..b452ba2 --- /dev/null +++ b/source/fileformats/GFF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/IMG.svg b/source/fileformats/IMG.svg new file mode 100755 index 0000000..1e659b7 --- /dev/null +++ b/source/fileformats/IMG.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/JSON.svg b/source/fileformats/JSON.svg new file mode 100755 index 0000000..2311eaf --- /dev/null +++ b/source/fileformats/JSON.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/MDL.svg b/source/fileformats/MDL.svg new file mode 100755 index 0000000..a16c2ea --- /dev/null +++ b/source/fileformats/MDL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/OBO.svg b/source/fileformats/OBO.svg new file mode 100755 index 0000000..2a33f0a --- /dev/null +++ b/source/fileformats/OBO.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/OWL.svg b/source/fileformats/OWL.svg new file mode 100755 index 0000000..a0dc03a --- /dev/null +++ b/source/fileformats/OWL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/PDF.svg b/source/fileformats/PDF.svg new file mode 100755 index 0000000..6fa7c58 --- /dev/null +++ b/source/fileformats/PDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/PSI-MI_TAB.svg b/source/fileformats/PSI-MI_TAB.svg new file mode 100755 index 0000000..b99708c --- /dev/null +++ b/source/fileformats/PSI-MI_TAB.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/PSI-MI_XML.svg b/source/fileformats/PSI-MI_XML.svg new file mode 100755 index 0000000..79d525b --- /dev/null +++ b/source/fileformats/PSI-MI_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/Postscript.svg b/source/fileformats/Postscript.svg new file mode 100755 index 0000000..de02a6b --- /dev/null +++ b/source/fileformats/Postscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/RD.svg b/source/fileformats/RD.svg new file mode 100755 index 0000000..30e7448 --- /dev/null +++ b/source/fileformats/RD.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/RDF_XML.svg b/source/fileformats/RDF_XML.svg new file mode 100755 index 0000000..0bb5cfe --- /dev/null +++ b/source/fileformats/RDF_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/RXN.svg b/source/fileformats/RXN.svg new file mode 100755 index 0000000..2c286a0 --- /dev/null +++ b/source/fileformats/RXN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/SDF.svg b/source/fileformats/SDF.svg new file mode 100755 index 0000000..cd52fd6 --- /dev/null +++ b/source/fileformats/SDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/TSV.svg b/source/fileformats/TSV.svg new file mode 100755 index 0000000..89d6d18 --- /dev/null +++ b/source/fileformats/TSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/TXT.svg b/source/fileformats/TXT.svg new file mode 100755 index 0000000..f90a7bf --- /dev/null +++ b/source/fileformats/TXT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/XML.svg b/source/fileformats/XML.svg new file mode 100755 index 0000000..47a55e7 --- /dev/null +++ b/source/fileformats/XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/ZIP.svg b/source/fileformats/ZIP.svg new file mode 100755 index 0000000..b66193a --- /dev/null +++ b/source/fileformats/ZIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/add-job.svg b/source/functional/add-job.svg new file mode 100755 index 0000000..b137fa7 --- /dev/null +++ b/source/functional/add-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/add-user.svg b/source/functional/add-user.svg new file mode 100755 index 0000000..17e57af --- /dev/null +++ b/source/functional/add-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/add.svg b/source/functional/add.svg new file mode 100755 index 0000000..7a6c5d3 --- /dev/null +++ b/source/functional/add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/align.svg b/source/functional/align.svg new file mode 100755 index 0000000..3b517d4 --- /dev/null +++ b/source/functional/align.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-graph.svg b/source/functional/analyse-graph.svg new file mode 100755 index 0000000..646bc78 --- /dev/null +++ b/source/functional/analyse-graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-percent_0.svg b/source/functional/analyse-percent_0.svg new file mode 100644 index 0000000..b87a007 --- /dev/null +++ b/source/functional/analyse-percent_0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-percent_100.svg b/source/functional/analyse-percent_100.svg new file mode 100644 index 0000000..1c55ed3 --- /dev/null +++ b/source/functional/analyse-percent_100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-percent_40.svg b/source/functional/analyse-percent_40.svg new file mode 100644 index 0000000..aa23bda --- /dev/null +++ b/source/functional/analyse-percent_40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse.svg b/source/functional/analyse.svg new file mode 100755 index 0000000..7f849bf --- /dev/null +++ b/source/functional/analyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/approve.svg b/source/functional/approve.svg new file mode 100755 index 0000000..cbfa2f0 --- /dev/null +++ b/source/functional/approve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/approved-job.svg b/source/functional/approved-job.svg new file mode 100755 index 0000000..159fd7f --- /dev/null +++ b/source/functional/approved-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/attach.svg b/source/functional/attach.svg new file mode 100755 index 0000000..a4b4849 --- /dev/null +++ b/source/functional/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/browse.svg b/source/functional/browse.svg new file mode 100755 index 0000000..b2ed5fe --- /dev/null +++ b/source/functional/browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/close.svg b/source/functional/close.svg new file mode 100755 index 0000000..9be4c67 --- /dev/null +++ b/source/functional/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/collapse-closed.svg b/source/functional/collapse-closed.svg new file mode 100755 index 0000000..14a25d7 --- /dev/null +++ b/source/functional/collapse-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/collapse-open.svg b/source/functional/collapse-open.svg new file mode 100755 index 0000000..873abfc --- /dev/null +++ b/source/functional/collapse-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/collapse.svg b/source/functional/collapse.svg new file mode 100755 index 0000000..61b315d --- /dev/null +++ b/source/functional/collapse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/compare.svg b/source/functional/compare.svg new file mode 100755 index 0000000..d465af7 --- /dev/null +++ b/source/functional/compare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/crop.svg b/source/functional/crop.svg new file mode 100755 index 0000000..467d74f --- /dev/null +++ b/source/functional/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/cut.svg b/source/functional/cut.svg new file mode 100755 index 0000000..46e1b90 --- /dev/null +++ b/source/functional/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/database-submit.svg b/source/functional/database-submit.svg new file mode 100755 index 0000000..6e66e40 --- /dev/null +++ b/source/functional/database-submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/delete.svg b/source/functional/delete.svg new file mode 100755 index 0000000..fca82a7 --- /dev/null +++ b/source/functional/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/download.svg b/source/functional/download.svg new file mode 100755 index 0000000..a770b32 --- /dev/null +++ b/source/functional/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/edit-user.svg b/source/functional/edit-user.svg new file mode 100755 index 0000000..07385db --- /dev/null +++ b/source/functional/edit-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/edit.svg b/source/functional/edit.svg new file mode 100755 index 0000000..fa40561 --- /dev/null +++ b/source/functional/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/expand.svg b/source/functional/expand.svg new file mode 100755 index 0000000..7ebf198 --- /dev/null +++ b/source/functional/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/filter.svg b/source/functional/filter.svg new file mode 100755 index 0000000..89156ea --- /dev/null +++ b/source/functional/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/first-page.svg b/source/functional/first-page.svg new file mode 100755 index 0000000..b22a4d4 --- /dev/null +++ b/source/functional/first-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/fullscreen.svg b/source/functional/fullscreen.svg new file mode 100755 index 0000000..ced2420 --- /dev/null +++ b/source/functional/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/hierarchy.svg b/source/functional/hierarchy.svg new file mode 100755 index 0000000..6588e37 --- /dev/null +++ b/source/functional/hierarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/last-page.svg b/source/functional/last-page.svg new file mode 100755 index 0000000..95e2daa --- /dev/null +++ b/source/functional/last-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/like.svg b/source/functional/like.svg new file mode 100755 index 0000000..0f394e7 --- /dev/null +++ b/source/functional/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/lock.svg b/source/functional/lock.svg new file mode 100755 index 0000000..a7379a6 --- /dev/null +++ b/source/functional/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/login.svg b/source/functional/login.svg new file mode 100755 index 0000000..dd89ea1 --- /dev/null +++ b/source/functional/login.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/mapping.svg b/source/functional/mapping.svg new file mode 100755 index 0000000..af9265c --- /dev/null +++ b/source/functional/mapping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/menu.svg b/source/functional/menu.svg new file mode 100755 index 0000000..cc76168 --- /dev/null +++ b/source/functional/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/move.svg b/source/functional/move.svg new file mode 100755 index 0000000..f7ac38c --- /dev/null +++ b/source/functional/move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/next-page.svg b/source/functional/next-page.svg new file mode 100755 index 0000000..8b954ca --- /dev/null +++ b/source/functional/next-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/play.svg b/source/functional/play.svg new file mode 100755 index 0000000..f40c1af --- /dev/null +++ b/source/functional/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/previous-page.svg b/source/functional/previous-page.svg new file mode 100755 index 0000000..cd2f130 --- /dev/null +++ b/source/functional/previous-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/print.svg b/source/functional/print.svg new file mode 100755 index 0000000..5513c4a --- /dev/null +++ b/source/functional/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/redo.svg b/source/functional/redo.svg new file mode 100755 index 0000000..d37ee2a --- /dev/null +++ b/source/functional/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/refresh.svg b/source/functional/refresh.svg new file mode 100755 index 0000000..8cf4010 --- /dev/null +++ b/source/functional/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/remove-user.svg b/source/functional/remove-user.svg new file mode 100755 index 0000000..3692937 --- /dev/null +++ b/source/functional/remove-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/remove.svg b/source/functional/remove.svg new file mode 100755 index 0000000..7077363 --- /dev/null +++ b/source/functional/remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/save.svg b/source/functional/save.svg new file mode 100755 index 0000000..7003a59 --- /dev/null +++ b/source/functional/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/scaleable.svg b/source/functional/scaleable.svg new file mode 100755 index 0000000..2fe3e07 --- /dev/null +++ b/source/functional/scaleable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/search-document.svg b/source/functional/search-document.svg new file mode 100755 index 0000000..0247dd4 --- /dev/null +++ b/source/functional/search-document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/search.svg b/source/functional/search.svg new file mode 100755 index 0000000..7abb2f1 --- /dev/null +++ b/source/functional/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/send.svg b/source/functional/send.svg new file mode 100755 index 0000000..1f27fd5 --- /dev/null +++ b/source/functional/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/settings.svg b/source/functional/settings.svg new file mode 100755 index 0000000..f5904b6 --- /dev/null +++ b/source/functional/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/share.svg b/source/functional/share.svg new file mode 100755 index 0000000..ab8b521 --- /dev/null +++ b/source/functional/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/stop.svg b/source/functional/stop.svg new file mode 100755 index 0000000..b49fd76 --- /dev/null +++ b/source/functional/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/submit.svg b/source/functional/submit.svg new file mode 100755 index 0000000..c3aeedd --- /dev/null +++ b/source/functional/submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/target.svg b/source/functional/target.svg new file mode 100755 index 0000000..27cd3f1 --- /dev/null +++ b/source/functional/target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/tool.svg b/source/functional/tool.svg new file mode 100755 index 0000000..7ef9c94 --- /dev/null +++ b/source/functional/tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/unassigned-job.svg b/source/functional/unassigned-job.svg new file mode 100755 index 0000000..b1925ee --- /dev/null +++ b/source/functional/unassigned-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/undo.svg b/source/functional/undo.svg new file mode 100755 index 0000000..6e37394 --- /dev/null +++ b/source/functional/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/unlock.svg b/source/functional/unlock.svg new file mode 100755 index 0000000..dd5d4d7 --- /dev/null +++ b/source/functional/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/view.svg b/source/functional/view.svg new file mode 100755 index 0000000..f2af7be --- /dev/null +++ b/source/functional/view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/zoom-in.svg b/source/functional/zoom-in.svg new file mode 100755 index 0000000..5ea5574 --- /dev/null +++ b/source/functional/zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/zoom-out.svg b/source/functional/zoom-out.svg new file mode 100755 index 0000000..e089a11 --- /dev/null +++ b/source/functional/zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/accommodation.svg b/source/generic/accommodation.svg new file mode 100755 index 0000000..bed1b91 --- /dev/null +++ b/source/generic/accommodation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/alert.svg b/source/generic/alert.svg new file mode 100755 index 0000000..b95b3f6 --- /dev/null +++ b/source/generic/alert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/alumni.svg b/source/generic/alumni.svg new file mode 100755 index 0000000..d17eca7 --- /dev/null +++ b/source/generic/alumni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/announcement.svg b/source/generic/announcement.svg new file mode 100755 index 0000000..261b9db --- /dev/null +++ b/source/generic/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/basket.svg b/source/generic/basket.svg new file mode 100755 index 0000000..a4aabfa --- /dev/null +++ b/source/generic/basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/beta.svg b/source/generic/beta.svg new file mode 100755 index 0000000..600a4ef --- /dev/null +++ b/source/generic/beta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/bike.svg b/source/generic/bike.svg new file mode 100755 index 0000000..03d9c4a --- /dev/null +++ b/source/generic/bike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/biotech.svg b/source/generic/biotech.svg new file mode 100755 index 0000000..e496d94 --- /dev/null +++ b/source/generic/biotech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/bus.svg b/source/generic/bus.svg new file mode 100755 index 0000000..3b10cbd --- /dev/null +++ b/source/generic/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/calendar.svg b/source/generic/calendar.svg new file mode 100755 index 0000000..9f72c38 --- /dev/null +++ b/source/generic/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/camera.svg b/source/generic/camera.svg new file mode 100755 index 0000000..5ffd373 --- /dev/null +++ b/source/generic/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/car.svg b/source/generic/car.svg new file mode 100755 index 0000000..8701393 --- /dev/null +++ b/source/generic/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/careers.svg b/source/generic/careers.svg new file mode 100755 index 0000000..85a85ce --- /dev/null +++ b/source/generic/careers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/classification.svg b/source/generic/classification.svg new file mode 100755 index 0000000..93c5ba5 --- /dev/null +++ b/source/generic/classification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/clock.svg b/source/generic/clock.svg new file mode 100755 index 0000000..4dcebed --- /dev/null +++ b/source/generic/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/contact.svg b/source/generic/contact.svg new file mode 100755 index 0000000..b6e9cda --- /dev/null +++ b/source/generic/contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/crosslink.svg b/source/generic/crosslink.svg new file mode 100755 index 0000000..ae197fc --- /dev/null +++ b/source/generic/crosslink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/database.svg b/source/generic/database.svg new file mode 100755 index 0000000..da79b25 --- /dev/null +++ b/source/generic/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/discuss.svg b/source/generic/discuss.svg new file mode 100755 index 0000000..be71114 --- /dev/null +++ b/source/generic/discuss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/documentation.svg b/source/generic/documentation.svg new file mode 100755 index 0000000..409d81e --- /dev/null +++ b/source/generic/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/drug.svg b/source/generic/drug.svg new file mode 100755 index 0000000..2891597 --- /dev/null +++ b/source/generic/drug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/elixir.svg b/source/generic/elixir.svg new file mode 100755 index 0000000..9348578 --- /dev/null +++ b/source/generic/elixir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/email.svg b/source/generic/email.svg new file mode 100755 index 0000000..65f9ed9 --- /dev/null +++ b/source/generic/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/embl.svg b/source/generic/embl.svg new file mode 100755 index 0000000..cb7f906 --- /dev/null +++ b/source/generic/embl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/external-link.svg b/source/generic/external-link.svg new file mode 100755 index 0000000..53d8f31 --- /dev/null +++ b/source/generic/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/external-systems.svg b/source/generic/external-systems.svg new file mode 100755 index 0000000..0a8d02f --- /dev/null +++ b/source/generic/external-systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/face-to-face.svg b/source/generic/face-to-face.svg new file mode 100755 index 0000000..447c6c1 --- /dev/null +++ b/source/generic/face-to-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/find-us.svg b/source/generic/find-us.svg new file mode 100755 index 0000000..026c3df --- /dev/null +++ b/source/generic/find-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/funding.svg b/source/generic/funding.svg new file mode 100755 index 0000000..38f22bb --- /dev/null +++ b/source/generic/funding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/graph.svg b/source/generic/graph.svg new file mode 100755 index 0000000..cd17072 --- /dev/null +++ b/source/generic/graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/group.svg b/source/generic/group.svg new file mode 100755 index 0000000..6e51edc --- /dev/null +++ b/source/generic/group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/gtls.svg b/source/generic/gtls.svg new file mode 100755 index 0000000..92262d5 --- /dev/null +++ b/source/generic/gtls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/health.svg b/source/generic/health.svg new file mode 100755 index 0000000..4917e1b --- /dev/null +++ b/source/generic/health.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/help.svg b/source/generic/help.svg new file mode 100755 index 0000000..e9e6731 --- /dev/null +++ b/source/generic/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/home.svg b/source/generic/home.svg new file mode 100755 index 0000000..06332e6 --- /dev/null +++ b/source/generic/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/industry.svg b/source/generic/industry.svg new file mode 100755 index 0000000..12d6e0b --- /dev/null +++ b/source/generic/industry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/info.svg b/source/generic/info.svg new file mode 100755 index 0000000..8bac00d --- /dev/null +++ b/source/generic/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/link.svg b/source/generic/link.svg new file mode 100755 index 0000000..4b46614 --- /dev/null +++ b/source/generic/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/location.svg b/source/generic/location.svg new file mode 100755 index 0000000..f719b4b --- /dev/null +++ b/source/generic/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/lovedata.svg b/source/generic/lovedata.svg new file mode 100755 index 0000000..33dc086 --- /dev/null +++ b/source/generic/lovedata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/mailing-list.svg b/source/generic/mailing-list.svg new file mode 100755 index 0000000..133de9b --- /dev/null +++ b/source/generic/mailing-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/math.svg b/source/generic/math.svg new file mode 100755 index 0000000..f3f94c1 --- /dev/null +++ b/source/generic/math.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/meet-us.svg b/source/generic/meet-us.svg new file mode 100755 index 0000000..b9664af --- /dev/null +++ b/source/generic/meet-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/mobile-device.svg b/source/generic/mobile-device.svg new file mode 100755 index 0000000..60eee0b --- /dev/null +++ b/source/generic/mobile-device.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/new.svg b/source/generic/new.svg new file mode 100755 index 0000000..12d14a6 --- /dev/null +++ b/source/generic/new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/newcomers.svg b/source/generic/newcomers.svg new file mode 100755 index 0000000..4181d7f --- /dev/null +++ b/source/generic/newcomers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/news.svg b/source/generic/news.svg new file mode 100755 index 0000000..8b28fa2 --- /dev/null +++ b/source/generic/news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/nutraceuticals.svg b/source/generic/nutraceuticals.svg new file mode 100755 index 0000000..d0d1cdb --- /dev/null +++ b/source/generic/nutraceuticals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/open-day.svg b/source/generic/open-day.svg new file mode 100755 index 0000000..0cdd6b2 --- /dev/null +++ b/source/generic/open-day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/piechart.svg b/source/generic/piechart.svg new file mode 100755 index 0000000..79d6ebf --- /dev/null +++ b/source/generic/piechart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/plane.svg b/source/generic/plane.svg new file mode 100755 index 0000000..838984a --- /dev/null +++ b/source/generic/plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/publication.svg b/source/generic/publication.svg new file mode 100755 index 0000000..d565672 --- /dev/null +++ b/source/generic/publication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/research.svg b/source/generic/research.svg new file mode 100755 index 0000000..79fcb57 --- /dev/null +++ b/source/generic/research.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/resource.svg b/source/generic/resource.svg new file mode 100755 index 0000000..6f1c4c7 --- /dev/null +++ b/source/generic/resource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/reviewed-data.svg b/source/generic/reviewed-data.svg new file mode 100644 index 0000000..472953a --- /dev/null +++ b/source/generic/reviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/services.svg b/source/generic/services.svg new file mode 100755 index 0000000..f623bb7 --- /dev/null +++ b/source/generic/services.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/steps.svg b/source/generic/steps.svg new file mode 100755 index 0000000..c1390de --- /dev/null +++ b/source/generic/steps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/support.svg b/source/generic/support.svg new file mode 100755 index 0000000..3f81ae7 --- /dev/null +++ b/source/generic/support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/systems.svg b/source/generic/systems.svg new file mode 100755 index 0000000..1eeecad --- /dev/null +++ b/source/generic/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/terms.svg b/source/generic/terms.svg new file mode 100755 index 0000000..96e8197 --- /dev/null +++ b/source/generic/terms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/test.svg b/source/generic/test.svg new file mode 100755 index 0000000..08432b9 --- /dev/null +++ b/source/generic/test.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/text-mining.svg b/source/generic/text-mining.svg new file mode 100755 index 0000000..16fe454 --- /dev/null +++ b/source/generic/text-mining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/toolkit.svg b/source/generic/toolkit.svg new file mode 100755 index 0000000..c0dae98 --- /dev/null +++ b/source/generic/toolkit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/train.svg b/source/generic/train.svg new file mode 100755 index 0000000..a9d0e8c --- /dev/null +++ b/source/generic/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/training.svg b/source/generic/training.svg new file mode 100755 index 0000000..4b9966b --- /dev/null +++ b/source/generic/training.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/tutorial.svg b/source/generic/tutorial.svg new file mode 100755 index 0000000..c2077c3 --- /dev/null +++ b/source/generic/tutorial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/unreviewed-data.svg b/source/generic/unreviewed-data.svg new file mode 100755 index 0000000..1a3ff79 --- /dev/null +++ b/source/generic/unreviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/video.svg b/source/generic/video.svg new file mode 100755 index 0000000..4d02d51 --- /dev/null +++ b/source/generic/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/walk.svg b/source/generic/walk.svg new file mode 100755 index 0000000..ad61015 --- /dev/null +++ b/source/generic/walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/android.svg b/source/social/android.svg new file mode 100755 index 0000000..912ce12 --- /dev/null +++ b/source/social/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/apple.svg b/source/social/apple.svg new file mode 100755 index 0000000..c846ca6 --- /dev/null +++ b/source/social/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/blogger.svg b/source/social/blogger.svg new file mode 100755 index 0000000..420d7de --- /dev/null +++ b/source/social/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/facebook.svg b/source/social/facebook.svg new file mode 100755 index 0000000..0dbf4e6 --- /dev/null +++ b/source/social/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/flickr.svg b/source/social/flickr.svg new file mode 100755 index 0000000..6f380d7 --- /dev/null +++ b/source/social/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/github.svg b/source/social/github.svg new file mode 100755 index 0000000..0086cf9 --- /dev/null +++ b/source/social/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/googleplus.svg b/source/social/googleplus.svg new file mode 100755 index 0000000..3262ff9 --- /dev/null +++ b/source/social/googleplus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/linkedin.svg b/source/social/linkedin.svg new file mode 100755 index 0000000..a7aa6aa --- /dev/null +++ b/source/social/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/linux.svg b/source/social/linux.svg new file mode 100755 index 0000000..c8d99c5 --- /dev/null +++ b/source/social/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/orcid.svg b/source/social/orcid.svg new file mode 100755 index 0000000..821f8b5 --- /dev/null +++ b/source/social/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/rss.svg b/source/social/rss.svg new file mode 100755 index 0000000..3698b14 --- /dev/null +++ b/source/social/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/skype.svg b/source/social/skype.svg new file mode 100755 index 0000000..cc1be26 --- /dev/null +++ b/source/social/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/slideshare.svg b/source/social/slideshare.svg new file mode 100755 index 0000000..887eb61 --- /dev/null +++ b/source/social/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/twitter.svg b/source/social/twitter.svg new file mode 100755 index 0000000..45ce4db --- /dev/null +++ b/source/social/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/vimeo.svg b/source/social/vimeo.svg new file mode 100755 index 0000000..77e7822 --- /dev/null +++ b/source/social/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/weibo.svg b/source/social/weibo.svg new file mode 100755 index 0000000..90a5765 --- /dev/null +++ b/source/social/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/windows.svg b/source/social/windows.svg new file mode 100755 index 0000000..2083517 --- /dev/null +++ b/source/social/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/wordpress.svg b/source/social/wordpress.svg new file mode 100755 index 0000000..75b2257 --- /dev/null +++ b/source/social/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/youtube.svg b/source/social/youtube.svg new file mode 100755 index 0000000..9c87ffb --- /dev/null +++ b/source/social/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/alpaca.svg b/source/species/alpaca.svg new file mode 100755 index 0000000..dfe5587 --- /dev/null +++ b/source/species/alpaca.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/amoeba.svg b/source/species/amoeba.svg new file mode 100755 index 0000000..e1de00f --- /dev/null +++ b/source/species/amoeba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/anolis.svg b/source/species/anolis.svg new file mode 100755 index 0000000..0e601c2 --- /dev/null +++ b/source/species/anolis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/armadillo.svg b/source/species/armadillo.svg new file mode 100755 index 0000000..a7e6215 --- /dev/null +++ b/source/species/armadillo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/aspergillus.svg b/source/species/aspergillus.svg new file mode 100755 index 0000000..8c0d064 --- /dev/null +++ b/source/species/aspergillus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/barley.svg b/source/species/barley.svg new file mode 100755 index 0000000..92ee566 --- /dev/null +++ b/source/species/barley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/bat.svg b/source/species/bat.svg new file mode 100755 index 0000000..e763200 --- /dev/null +++ b/source/species/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/bee.svg b/source/species/bee.svg new file mode 100755 index 0000000..9b6e996 --- /dev/null +++ b/source/species/bee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/brachypodium.svg b/source/species/brachypodium.svg new file mode 100755 index 0000000..20a6ec9 --- /dev/null +++ b/source/species/brachypodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/brassica.svg b/source/species/brassica.svg new file mode 100755 index 0000000..ae658a4 --- /dev/null +++ b/source/species/brassica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/bug.svg b/source/species/bug.svg new file mode 100755 index 0000000..c976a96 --- /dev/null +++ b/source/species/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/c-elegans.svg b/source/species/c-elegans.svg new file mode 100755 index 0000000..0e40073 --- /dev/null +++ b/source/species/c-elegans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/cat.svg b/source/species/cat.svg new file mode 100755 index 0000000..31541b4 --- /dev/null +++ b/source/species/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/chicken.svg b/source/species/chicken.svg new file mode 100755 index 0000000..18eb72b --- /dev/null +++ b/source/species/chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/chimpanzee.svg b/source/species/chimpanzee.svg new file mode 100755 index 0000000..87daa0b --- /dev/null +++ b/source/species/chimpanzee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/corn.svg b/source/species/corn.svg new file mode 100755 index 0000000..80a346f --- /dev/null +++ b/source/species/corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/cow.svg b/source/species/cow.svg new file mode 100755 index 0000000..c5f6fde --- /dev/null +++ b/source/species/cow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/diatom.svg b/source/species/diatom.svg new file mode 100755 index 0000000..132d818 --- /dev/null +++ b/source/species/diatom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/dog.svg b/source/species/dog.svg new file mode 100755 index 0000000..1ae0177 --- /dev/null +++ b/source/species/dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/dolphin.svg b/source/species/dolphin.svg new file mode 100755 index 0000000..5d241c5 --- /dev/null +++ b/source/species/dolphin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/ecoli.svg b/source/species/ecoli.svg new file mode 100755 index 0000000..0aa370d --- /dev/null +++ b/source/species/ecoli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/elephant.svg b/source/species/elephant.svg new file mode 100755 index 0000000..34455ce --- /dev/null +++ b/source/species/elephant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/ferret.svg b/source/species/ferret.svg new file mode 100755 index 0000000..9c2f696 --- /dev/null +++ b/source/species/ferret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/finch.svg b/source/species/finch.svg new file mode 100755 index 0000000..785e61e --- /dev/null +++ b/source/species/finch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/fly.svg b/source/species/fly.svg new file mode 100755 index 0000000..d78b101 --- /dev/null +++ b/source/species/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/frog.svg b/source/species/frog.svg new file mode 100755 index 0000000..cfdb7d4 --- /dev/null +++ b/source/species/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/fungus.svg b/source/species/fungus.svg new file mode 100755 index 0000000..f5764da --- /dev/null +++ b/source/species/fungus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/glycinemax.svg b/source/species/glycinemax.svg new file mode 100755 index 0000000..b14197c --- /dev/null +++ b/source/species/glycinemax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/goat.svg b/source/species/goat.svg new file mode 100644 index 0000000..3a6c9af --- /dev/null +++ b/source/species/goat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/gorilla.svg b/source/species/gorilla.svg new file mode 100755 index 0000000..f481b49 --- /dev/null +++ b/source/species/gorilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/grapes.svg b/source/species/grapes.svg new file mode 100755 index 0000000..d8fb51d --- /dev/null +++ b/source/species/grapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/guinea-pig.svg b/source/species/guinea-pig.svg new file mode 100755 index 0000000..2c55b5d --- /dev/null +++ b/source/species/guinea-pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/hedgehog.svg b/source/species/hedgehog.svg new file mode 100755 index 0000000..fa0a898 --- /dev/null +++ b/source/species/hedgehog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/horse.svg b/source/species/horse.svg new file mode 100755 index 0000000..72cf8a9 --- /dev/null +++ b/source/species/horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/human.svg b/source/species/human.svg new file mode 100755 index 0000000..8f2fc95 --- /dev/null +++ b/source/species/human.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/kangaroo-rat.svg b/source/species/kangaroo-rat.svg new file mode 100755 index 0000000..0c82a20 --- /dev/null +++ b/source/species/kangaroo-rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/louse.svg b/source/species/louse.svg new file mode 100755 index 0000000..bd5a95b --- /dev/null +++ b/source/species/louse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/monkey.svg b/source/species/monkey.svg new file mode 100755 index 0000000..4dc84ce --- /dev/null +++ b/source/species/monkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/monodelphis.svg b/source/species/monodelphis.svg new file mode 100755 index 0000000..fcf8c0a --- /dev/null +++ b/source/species/monodelphis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/mosquito.svg b/source/species/mosquito.svg new file mode 100755 index 0000000..daab481 --- /dev/null +++ b/source/species/mosquito.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/mouse-lemur.svg b/source/species/mouse-lemur.svg new file mode 100755 index 0000000..e1b688a --- /dev/null +++ b/source/species/mouse-lemur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/mouse.svg b/source/species/mouse.svg new file mode 100755 index 0000000..bb79e52 --- /dev/null +++ b/source/species/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/orangutan.svg b/source/species/orangutan.svg new file mode 100755 index 0000000..9919b90 --- /dev/null +++ b/source/species/orangutan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/papio.svg b/source/species/papio.svg new file mode 100755 index 0000000..f51a1b4 --- /dev/null +++ b/source/species/papio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/pig.svg b/source/species/pig.svg new file mode 100755 index 0000000..d129ef6 --- /dev/null +++ b/source/species/pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/plant.svg b/source/species/plant.svg new file mode 100755 index 0000000..29bcb1d --- /dev/null +++ b/source/species/plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/plasmodium.svg b/source/species/plasmodium.svg new file mode 100755 index 0000000..718f307 --- /dev/null +++ b/source/species/plasmodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/platypus.svg b/source/species/platypus.svg new file mode 100755 index 0000000..5acd021 --- /dev/null +++ b/source/species/platypus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/pufferfish.svg b/source/species/pufferfish.svg new file mode 100755 index 0000000..a654371 --- /dev/null +++ b/source/species/pufferfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/rabbit.svg b/source/species/rabbit.svg new file mode 100755 index 0000000..fd60667 --- /dev/null +++ b/source/species/rabbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/rat.svg b/source/species/rat.svg new file mode 100755 index 0000000..2da55d3 --- /dev/null +++ b/source/species/rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/ray.svg b/source/species/ray.svg new file mode 100644 index 0000000..d910ff3 --- /dev/null +++ b/source/species/ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/rice.svg b/source/species/rice.svg new file mode 100755 index 0000000..2220e7a --- /dev/null +++ b/source/species/rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/scorpion.svg b/source/species/scorpion.svg new file mode 100755 index 0000000..4211691 --- /dev/null +++ b/source/species/scorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/sheep.svg b/source/species/sheep.svg new file mode 100755 index 0000000..91b9b2f --- /dev/null +++ b/source/species/sheep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/shrew.svg b/source/species/shrew.svg new file mode 100755 index 0000000..7cbe14b --- /dev/null +++ b/source/species/shrew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/snail.svg b/source/species/snail.svg new file mode 100644 index 0000000..5db6bf1 --- /dev/null +++ b/source/species/snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/spider.svg b/source/species/spider.svg new file mode 100755 index 0000000..aa0235d --- /dev/null +++ b/source/species/spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/squirrel.svg b/source/species/squirrel.svg new file mode 100755 index 0000000..b690bd7 --- /dev/null +++ b/source/species/squirrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/tick.svg b/source/species/tick.svg new file mode 100755 index 0000000..66f7270 --- /dev/null +++ b/source/species/tick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/tomatoes.svg b/source/species/tomatoes.svg new file mode 100755 index 0000000..037d42c --- /dev/null +++ b/source/species/tomatoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/virus.svg b/source/species/virus.svg new file mode 100755 index 0000000..1fa4f1a --- /dev/null +++ b/source/species/virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/wallaby.svg b/source/species/wallaby.svg new file mode 100755 index 0000000..6d80692 --- /dev/null +++ b/source/species/wallaby.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/yeast.svg b/source/species/yeast.svg new file mode 100755 index 0000000..5cbd629 --- /dev/null +++ b/source/species/yeast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/zebrafish.svg b/source/species/zebrafish.svg new file mode 100755 index 0000000..3847976 --- /dev/null +++ b/source/species/zebrafish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..783a57b --- /dev/null +++ b/templates/index.html @@ -0,0 +1,301 @@ + + + + + EBI Icon fonts < EBI Visual Framework < EMBL-EBI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+ +
+ + + + + + + +
+
+
+
+ +
+ +
+ + +
+
+
+
+
+ +
+

EMBL-EBI Icon fonts for the life sciences

+

EMBL-EBI has produced a robust set of icon fonts that represent actions and things common in our field, like databases; actions, like uploading; concepts, like gene expression; or platforms, like e-mail or Twitter.

+ +

If you're in need of an icon for a squirrel, bucket, or something useful: Request an icon

+ +

Using these fonts

+ +
+
+

To use these on a website, include the fonts.css stylesheet listed below, and use the HTML code examples listed in the gallery further down the page.

+
    +
  • You can load the default CSS by linking to the v1.2 release at ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css
  • + +
  • To make the icons appear, you need to include particular class and data-icon attributes in the relevant HTML element: +

    <strong><i class="icon icon-generic" data-icon="4"></i> This is an example icon</strong>

    +

    The browser's CSS parser will read the data-icon parameter and use the icon pictogram corresponding to "4":

    +

    This is an example icon

    +
  • +
  • The EBI Visual framework no longer adds automatic padding to icons (in most scenarios), if you want to add padding, use the helper classes or add .icon-spacer to the .icon's element.
  • +
+
+
+

If your computer does not already have these fonts installed, use the links to download TTF files. Need help installing?

+

Note: You can preview the icons below.

+
    +
  • The Conceptual font: icons for things like "DNA", "Chemical biology' and "Ontologies"
  • +
  • The Functional font: icons for "compare", "align", "approve", "download" and so forth.
  • +
  • The Generic font: icons for things like "info", "New", "link" and "location".
  • +
  • Social Media: handily enough, the Social Media font has icons for... social media!
  • +
  • Species: where you can find an icon for yeast.
  • +
  • Chemistry: you guessed it.
  • +
+
+
+

Need to do something else?

+ +
+ + +
+
+ +
+

Need help?

+

Head to the issue queue

+ +

Just a bit of guidance?

+

For more information on using fonts with the EMBL-EBI Visual Framework and making the most of the framework, view the EBI Style Lab

+ +

Looking for "Corporate" fonts?

+

If you are making official EMBL-EBI documents, including slides and posters, it's best if you use Helvetica Neue Pro in your headings.

+ +
+
+ +
+ + + + +

The gallery

+
+ + +
+ include "EBI-Generic.html" + include "EBI-Chemistry.html" + include "EBI-Conceptual.html" + include "EBI-FileFormats.html" + include "EBI-Functional.html" + include "EBI-Species.html" + include "EBI-SocialMedia.html" + +
+
+ + +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + diff --git a/templates/partial.html b/templates/partial.html new file mode 100644 index 0000000..099cd2d --- /dev/null +++ b/templates/partial.html @@ -0,0 +1,31 @@ + +

The gallery

+
+
+ +
+ +
+ include "EBI-Generic.html" + include "EBI-Chemistry.html" + include "EBI-Conceptual.html" + include "EBI-FileFormats.html" + include "EBI-Functional.html" + include "EBI-Species.html" + include "EBI-SocialMedia.html" +
+
diff --git a/templates/preview.hbs b/templates/preview.hbs new file mode 100755 index 0000000..a879fef --- /dev/null +++ b/templates/preview.hbs @@ -0,0 +1,32 @@ + + + + Icons Preview! + + + + + +{{/with}} + + + +

xxxx - you can change this in the previewTemplate option

+ {{#each icons}} + {{#with this}} +
{{prefix}}{{name}}:

+ {{/with}} + {{/each}} + + diff --git a/templates/template-webfont.html b/templates/template-webfont.html new file mode 100755 index 0000000..3ebe7e7 --- /dev/null +++ b/templates/template-webfont.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + <% for (var glyphIdx = 0; glyphIdx < glyphs.length; glyphIdx++) { var glyph = glyphs[glyphIdx] %> + <% var charcode = '&#x' + codepoints[glyphIdx] %> + + <% + _.mixin({ + pretify: function(string) { + string = string.replace(/_id$/, '').replace(/_/g, ' ').replace(/-/g, ' '); + return string.charAt(0).toUpperCase() + string.substring(1).toLowerCase(); + } + }); + %> + <% var glyphPretty = _(glyph).pretify(); %> + + + + + + <% } %> + +
<%= fontFamilyName %> <% if (version) { %>version <%= version %><% } %>HTMLDrupal
<%= glyphPretty %> <* class="icon <%= baseClass %>" data-icon="<%= charcode %>">[<%= baseClass %>:<%= charcode %>]