{"_id":"svg-tags","_rev":"106688","name":"svg-tags","description":"List of standard SVG tags.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"}],"time":{"modified":"2021-06-03T10:38:42.000Z","created":"2014-09-03T21:08:22.953Z","1.0.0":"2014-09-03T21:08:56.633Z","0.0.0":"2014-09-03T21:08:22.953Z"},"users":{"hyloque":true},"author":{"name":"Athan Reines","email":"kgryte@gmail.com"},"repository":{"type":"git","url":"git://github.com/element-io/svg-tags.git"},"versions":{"1.0.0":{"name":"svg-tags","version":"1.0.0","description":"List of standard SVG tags.","author":{"name":"Athan Reines","email":"kgryte@gmail.com"},"contributors":[{"name":"Athan Reines","email":"kgryte@gmail.com"}],"scripts":{"test":"mocha","test-cov":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec","coveralls":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls"},"main":"./lib","repository":{"type":"git","url":"git://github.com/element-io/svg-tags.git"},"keywords":["svg","tags","w3c"],"bugs":{"url":"https://github.com/element-io/svg-tags/issues"},"dependencies":{},"devDependencies":{"chai":"1.x.x","coveralls":"^2.11.1","istanbul":"^0.3.0","mocha":"1.x.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"gitHead":"4b0689c15babf6066c64c5f054a1489b10b6c2a8","homepage":"https://github.com/element-io/svg-tags","_id":"svg-tags@1.0.0","_shasum":"58f71cee3bd519b59d4b2a843b6c7de64ac04764","_from":".","_npmVersion":"1.5.0-alpha-1","_npmUser":{"name":"kgryte","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"}],"dist":{"shasum":"58f71cee3bd519b59d4b2a843b6c7de64ac04764","size":2718,"noattachment":false,"key":"/svg-tags/-/svg-tags-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-tags/download/svg-tags-1.0.0.tgz"},"directories":{},"publish_time":1409778536633,"_cnpm_publish_time":1409778536633,"_hasShrinkwrap":false},"0.0.0":{"name":"svg-tags","version":"0.0.0","description":"List of standard SVG tags.","author":{"name":"Athan Reines","email":"kgryte@gmail.com"},"contributors":[{"name":"Athan Reines","email":"kgryte@gmail.com"}],"scripts":{"test":"mocha","test-cov":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec","coveralls":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls"},"main":"./lib","repository":{"type":"git","url":"git://github.com/element-io/svg-tags.git"},"keywords":["svg","tags","w3c"],"bugs":{"url":"https://github.com/element-io/svg-tags/issues"},"dependencies":{},"devDependencies":{"chai":"1.x.x","coveralls":"^2.11.1","istanbul":"^0.3.0","mocha":"1.x.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"gitHead":"97c05ffd31986b1b5ccb399ef217b9623b1392bd","homepage":"https://github.com/element-io/svg-tags","_id":"svg-tags@0.0.0","_shasum":"a56d9a685910daa8f055416d7e952c8918d557eb","_from":".","_npmVersion":"1.5.0-alpha-1","_npmUser":{"name":"kgryte","email":"kgryte@gmail.com"},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"}],"dist":{"shasum":"a56d9a685910daa8f055416d7e952c8918d557eb","size":2720,"noattachment":false,"key":"/svg-tags/-/svg-tags-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/svg-tags/download/svg-tags-0.0.0.tgz"},"directories":{},"publish_time":1409778502953,"_cnpm_publish_time":1409778502953,"_hasShrinkwrap":false}},"readme":"SVG Tags\n========\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage][coveralls-image]][coveralls-url] [![Dependencies][dependencies-image]][dependencies-url]\n\n> List of standard SVG tags.\n\nList built from the [SVG 1.1 specification](http://www.w3.org/TR/SVG/eltindex.html).\n\n\n## Installation\n\n``` bash\n$ npm install svg-tags --save\n```\n\n\n## Usage\n\nThe module is simply a JSON array, so use as you would a normal JavaScript array.\n\n``` javascript\nvar tags = require( 'svg-tags' );\n\nconsole.log( JSON.stringify( tags ) );\n/**\n* Returns:\n*\t[ 'a', 'altGlyph', ... ]\n*/\n\nconsole.log( tags.indexOf( 'desc' ) );\n// Returns [index]\n```\n\n## Examples\n\nTo run the example code from the top-level application directory,\n\n``` bash\n$ node ./examples/index.js\n```\n\n\n## Tests\n\n### Unit\n\nUnit tests use the [Mocha](http://visionmedia.github.io/mocha) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory:\n\n``` bash\n$ make test\n```\n\nAll new feature development should have corresponding unit tests to validate correct functionality.\n\n\n### Test Coverage\n\nThis repository uses [Istanbul](https://github.com/gotwarlost/istanbul) as its code coverage tool. To generate a test coverage report, execute the following command in the top-level application directory:\n\n``` bash\n$ make test-cov\n```\n\nIstanbul creates a `./reports/coverage` directory. To access an HTML version of the report,\n\n``` bash\n$ open reports/coverage/lcov-report/index.html\n```\n\n\n## License\n\n[MIT license](http://opensource.org/licenses/MIT). \n\n\n---\n## Copyright\n\nCopyright &copy; 2014. Athan Reines.\n\n\n\n[npm-image]: http://img.shields.io/npm/v/svg-tags.svg\n[npm-url]: https://npmjs.org/package/svg-tags\n\n[travis-image]: http://img.shields.io/travis/element-io/svg-tags/master.svg\n[travis-url]: https://travis-ci.org/element-io/svg-tags\n\n[coveralls-image]: https://img.shields.io/coveralls/element-io/svg-tags/master.svg\n[coveralls-url]: https://coveralls.io/r/element-io/svg-tags?branch=master\n\n[dependencies-image]: http://img.shields.io/david/element-io/svg-tags.svg\n[dependencies-url]: https://david-dm.org/element-io/svg-tags\n\n[dev-dependencies-image]: http://img.shields.io/david/dev/element-io/svg-tags.svg\n[dev-dependencies-url]: https://david-dm.org/dev/element-io/svg-tags\n\n[github-issues-image]: http://img.shields.io/github/issues/element-io/svg-tags.svg\n[github-issues-url]: https://github.com/element-io/svg-tags/issues","_attachments":{},"homepage":"https://github.com/element-io/svg-tags","bugs":{"url":"https://github.com/element-io/svg-tags/issues"}}