canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
92 lines (91 loc) • 2.61 kB
JSON
{
"_args": [
[
"babel-eslint@^5.0.0-beta6",
"/Users/gajus/Documents/dev/canonical-code-style/canonical"
]
],
"_from": "babel-eslint@>=5.0.0-beta6 <6.0.0",
"_id": "babel-eslint@5.0.0-beta6",
"_inCache": true,
"_installable": true,
"_location": "/babel-eslint",
"_nodeVersion": "5.1.0",
"_npmUser": {
"email": "hi@henryzoo.com",
"name": "hzoo"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "babel-eslint",
"raw": "babel-eslint@^5.0.0-beta6",
"rawSpec": "^5.0.0-beta6",
"scope": null,
"spec": ">=5.0.0-beta6 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-5.0.0-beta6.tgz",
"_shasum": "ba61da7d14f7b4e3a8098aee37b446d22e227614",
"_shrinkwrap": null,
"_spec": "babel-eslint@^5.0.0-beta6",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
"author": {
"email": "sebmck@gmail.com",
"name": "Sebastian McKenzie"
},
"bugs": {
"url": "https://github.com/babel/babel-eslint/issues"
},
"dependencies": {
"acorn-to-esprima": "^2.0.4",
"babel-traverse": "^6.0.20",
"babel-types": "^6.0.19",
"babylon": "^6.0.18",
"lodash.assign": "^3.2.0",
"lodash.pick": "^3.1.0"
},
"description": "**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic [ESLint](https://github.com/eslint/eslint).",
"devDependencies": {
"eslint": "^1.10.2",
"espree": "^2.2.5",
"mocha": "^2.3.3"
},
"directories": {},
"dist": {
"shasum": "ba61da7d14f7b4e3a8098aee37b446d22e227614",
"tarball": "http://registry.npmjs.org/babel-eslint/-/babel-eslint-5.0.0-beta6.tgz"
},
"gitHead": "380142822364cabcad485f30757a92382994b693",
"homepage": "https://github.com/babel/babel-eslint",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "sebmck",
"email": "sebmck@gmail.com"
},
{
"name": "hzoo",
"email": "hi@henryzoo.com"
}
],
"name": "babel-eslint",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-eslint.git"
},
"scripts": {
"bootstrap": "git submodule update --init && cd eslint && npm install",
"eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
"lint": "./node_modules/eslint/bin/eslint.js ./test index.js acorn-to-esprima.js",
"preversion": "npm test",
"test": "mocha"
},
"version": "5.0.0-beta6"
}