canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
119 lines (118 loc) • 2.91 kB
JSON
{
"_args": [
[
"jscs-jsdoc@^1.2.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc"
]
],
"_from": "jscs-jsdoc@>=1.2.0 <2.0.0",
"_id": "jscs-jsdoc@1.2.0",
"_inCache": true,
"_location": "/jscs-jsdoc",
"_nodeVersion": "4.1.0",
"_npmUser": {
"email": "zxqfox@gmail.com",
"name": "qfox"
},
"_npmVersion": "2.14.3",
"_peerDependencies": {
"jscs": ">=1.8.0 <2.0"
},
"_phantomChildren": {},
"_requested": {
"name": "jscs-jsdoc",
"raw": "jscs-jsdoc@^1.2.0",
"rawSpec": "^1.2.0",
"scope": null,
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint-plugin-jsdoc",
"/jscs"
],
"_resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.2.0.tgz",
"_shasum": "6a04048e8c8af4f6a3a97387a60b836a79cb1722",
"_shrinkwrap": null,
"_spec": "jscs-jsdoc@^1.2.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc",
"author": {
"email": "alex@qfox.ru",
"name": "Alexej Yaroshevich"
},
"bugs": {
"url": "https://github.com/jscs-dev/jscs-jsdoc/issues"
},
"contributors": [
{
"name": "Alexej Yaroshevich",
"email": "alex@qfox.ru"
},
{
"name": "Henry Zhu",
"email": "hi@henryzoo.com"
},
{
"name": "Christopher Hiller",
"email": "chiller@badwing.com"
},
{
"name": "Raphael Pigulla",
"email": "raphael.pigulla@tngtech.com"
}
],
"dependencies": {
"comment-parser": "0.3.0",
"jsdoctypeparser": "~1.2.0"
},
"description": "JSCS jsdoc plugin",
"devDependencies": {
"chai": "^2.3.0",
"chai-subset": "^1.1.0",
"jscs": "^2.1.1",
"jshint": "^2.7.0",
"mocha": "^2.2.4"
},
"directories": {},
"dist": {
"shasum": "6a04048e8c8af4f6a3a97387a60b836a79cb1722",
"tarball": "http://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.2.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"LICENSE",
"lib"
],
"gitHead": "8d8e03d44afda82f8d08e4d5fbfc0cfee2fe92b3",
"homepage": "https://github.com/jscs-dev/jscs-jsdoc",
"installable": true,
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jscs-dev/jscs-jsdoc/raw/master/LICENSE"
}
],
"main": "lib/index",
"maintainers": [
{
"name": "qfox",
"email": "zxqfox@gmail.com"
}
],
"name": "jscs-jsdoc",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jscs-dev/jscs-jsdoc.git"
},
"scripts": {
"browserify": "browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js",
"changelog": "changelog-maker jscs-dev jscs-jsdoc --group",
"lint": "jshint lib test && jscs lib test",
"test": "npm run lint && mocha"
},
"version": "1.2.0"
}