canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
94 lines (93 loc) • 2.62 kB
JSON
{
"_args": [
[
"comment-parser@^0.4.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc"
]
],
"_from": "comment-parser@>=0.4.0 <0.5.0",
"_id": "comment-parser@0.4.0",
"_inCache": true,
"_installable": true,
"_location": "/comment-parser",
"_nodeVersion": "0.12.7",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/comment-parser-0.4.0.tgz_1454957370745_0.3444726690649986"
},
"_npmUser": {
"email": "yavorskiy.s@gmail.com",
"name": "yavorskiys"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "comment-parser",
"raw": "comment-parser@^0.4.0",
"rawSpec": "^0.4.0",
"scope": null,
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"_requiredBy": [
"/eslint-plugin-jsdoc"
],
"_resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.4.0.tgz",
"_shasum": "b274a3c924b6b2e55768f712acd3e3003cb55f57",
"_shrinkwrap": null,
"_spec": "comment-parser@^0.4.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc",
"author": {
"email": "yavorskiy.s@gmail.com",
"name": "Sergii Iavorskyi",
"url": "https://github.com/yavorskiy"
},
"bugs": {
"url": "https://github.com/yavorskiy/comment-parser/issues"
},
"dependencies": {
"readable-stream": "^2.0.4"
},
"description": "Generic JSDoc-like comment parser. ",
"devDependencies": {
"chai": "~1.9.0",
"jshint": "^2.5.10",
"jshint-stylish": "^1.0.0",
"mocha": "~1.17.1",
"nodemon": "^1.2.1"
},
"directories": {
"test": "tests"
},
"dist": {
"shasum": "b274a3c924b6b2e55768f712acd3e3003cb55f57",
"tarball": "http://registry.npmjs.org/comment-parser/-/comment-parser-0.4.0.tgz"
},
"gitHead": "7fa0cd73f9ed23c5b7e9f0258301a776c663b521",
"homepage": "https://github.com/yavorskiy/comment-parser",
"keywords": [
"jsdoc",
"comments",
"parser"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "yavorskiy.s@gmail.com",
"name": "yavorskiys"
}
],
"name": "comment-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yavorskiy/comment-parser.git"
},
"scripts": {
"test": "jshint --reporter node_modules/jshint-stylish/stylish.js index.js && mocha tests/*",
"watch": "nodemon -q -w index.js -w parser.js -w tests/ -x npm test"
},
"version": "0.4.0"
}