UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

117 lines (116 loc) 2.9 kB
{ "_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.3.1", "_inCache": true, "_installable": true, "_location": "/jscs-jsdoc", "_nodeVersion": "4.2.2", "_npmUser": { "email": "zxqfox@gmail.com", "name": "qfox" }, "_npmVersion": "2.14.7", "_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.3.1.tgz", "_shasum": "ba4ba73aaff588cbf309425100ba1b2752bd2cbf", "_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.1", "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": "ba4ba73aaff588cbf309425100ba1b2752bd2cbf", "tarball": "http://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz" }, "engines": { "node": ">= 0.8.0" }, "files": [ "LICENSE", "lib" ], "gitHead": "9011e596a203948bdf4c96aae90d8a61ef108a5b", "homepage": "https://github.com/jscs-dev/jscs-jsdoc", "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": {}, "readme": "ERROR: No README data found!", "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.3.1" }