notes/node_modules/svg-tags/package.json

95 lines
2.4 KiB
JSON

{
"_args": [
[
"svg-tags@^1.0.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
]
],
"_from": "svg-tags@>=1.0.0 <2.0.0",
"_id": "svg-tags@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/svg-tags",
"_npmUser": {
"email": "kgryte@gmail.com",
"name": "kgryte"
},
"_npmVersion": "1.5.0-alpha-1",
"_phantomChildren": {},
"_requested": {
"name": "svg-tags",
"raw": "svg-tags@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
"_shasum": "58f71cee3bd519b59d4b2a843b6c7de64ac04764",
"_shrinkwrap": null,
"_spec": "svg-tags@^1.0.0",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
"author": {
"email": "kgryte@gmail.com",
"name": "Athan Reines"
},
"bugs": {
"url": "https://github.com/element-io/svg-tags/issues"
},
"contributors": [
{
"name": "Athan Reines",
"email": "kgryte@gmail.com"
}
],
"dependencies": {},
"description": "List of standard SVG tags.",
"devDependencies": {
"chai": "1.x.x",
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"mocha": "1.x.x"
},
"directories": {},
"dist": {
"shasum": "58f71cee3bd519b59d4b2a843b6c7de64ac04764",
"tarball": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz"
},
"gitHead": "4b0689c15babf6066c64c5f054a1489b10b6c2a8",
"homepage": "https://github.com/element-io/svg-tags",
"keywords": [
"svg",
"tags",
"w3c"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"maintainers": [
{
"name": "kgryte",
"email": "kgryte@gmail.com"
}
],
"name": "svg-tags",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/element-io/svg-tags.git"
},
"scripts": {
"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",
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec"
},
"version": "1.0.0"
}