canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
89 lines (88 loc) • 2.56 kB
JSON
{
"_args": [
[
"eslint-config-canonical-jsdoc@^1.2.20",
"/Users/gajus/Documents/dev/canonical-code-style/canonical"
]
],
"_from": "eslint-config-canonical-jsdoc@>=1.2.20 <2.0.0",
"_id": "eslint-config-canonical-jsdoc@1.2.20",
"_inCache": true,
"_installable": true,
"_location": "/eslint-config-canonical-jsdoc",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/eslint-config-canonical-jsdoc-1.2.20.tgz_1456146476468_0.96047069481574"
},
"_npmUser": {
"email": "gajus@gajus.com",
"name": "gajus"
},
"_npmVersion": "3.7.2",
"_phantomChildren": {},
"_requested": {
"name": "eslint-config-canonical-jsdoc",
"raw": "eslint-config-canonical-jsdoc@^1.2.20",
"rawSpec": "^1.2.20",
"scope": null,
"spec": ">=1.2.20 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_shasum": "a526c073447d40907b0ad01b8dfdd3713f20253f",
"_shrinkwrap": null,
"_spec": "eslint-config-canonical-jsdoc@^1.2.20",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
"author": {
"email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
"url": "http://gajus.com"
},
"bugs": {
"url": "https://github.com/gajus/eslint-config-canonical-jsdoc/issues"
},
"dependencies": {
"eslint-plugin-jsdoc": "^2.3.0"
},
"description": "Canonical ESLint (JSDoc) Shareable Config",
"devDependencies": {
"eslint": "^2.2.0",
"jsonlint": "^1.6.2"
},
"directories": {},
"dist": {
"shasum": "a526c073447d40907b0ad01b8dfdd3713f20253f",
"tarball": "http://registry.npmjs.org/eslint-config-canonical-jsdoc/-/eslint-config-canonical-jsdoc-1.2.20.tgz"
},
"gitHead": "ae9ca95c7e5720df87252d267d44cb0d376ef644",
"homepage": "https://github.com/gajus/eslint-config-canonical-jsdoc#readme",
"keywords": [
"eslint",
"canonical",
"jsdoc"
],
"license": "BSD-3-Clause",
"main": "./index.js",
"maintainers": [
{
"email": "gk@anuary.com",
"name": "gajus"
}
],
"name": "eslint-config-canonical-jsdoc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gajus/eslint-config-canonical-jsdoc.git"
},
"scripts": {
"format": "jsonlint --sort-keys --in-place --indent ' ' ./eslintrc.json; jsonlint --sort-keys --in-place --indent ' ' ./package.json",
"preversion": "npm run format",
"test": ""
},
"version": "1.2.20"
}