canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
87 lines (86 loc) • 2.31 kB
JSON
{
"_args": [
[
"comment-parser@0.3.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/jscs-jsdoc"
]
],
"_from": "comment-parser@0.3.0",
"_id": "comment-parser@0.3.0",
"_inCache": true,
"_location": "/comment-parser",
"_nodeVersion": "0.10.33",
"_npmUser": {
"email": "yavorskiy.s@gmail.com",
"name": "yavorskiys"
},
"_npmVersion": "2.1.10",
"_phantomChildren": {},
"_requested": {
"name": "comment-parser",
"raw": "comment-parser@0.3.0",
"rawSpec": "0.3.0",
"scope": null,
"spec": "0.3.0",
"type": "version"
},
"_requiredBy": [
"/jscs-jsdoc"
],
"_resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.0.tgz",
"_shasum": "797f2b86628915a5ad045b6aa57d42720509e657",
"_shrinkwrap": null,
"_spec": "comment-parser@0.3.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/jscs-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": {},
"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": "797f2b86628915a5ad045b6aa57d42720509e657",
"tarball": "http://registry.npmjs.org/comment-parser/-/comment-parser-0.3.0.tgz"
},
"gitHead": "49f191f066f6d57bc5239ce9a1d39149f0143884",
"homepage": "https://github.com/yavorskiy/comment-parser",
"installable": true,
"keywords": [
"comments",
"jsdoc",
"parser"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "yavorskiys",
"email": "yavorskiy.s@gmail.com"
}
],
"name": "comment-parser",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "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 tests/ -x npm test"
},
"version": "0.3.0"
}