canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
99 lines (98 loc) • 2.74 kB
JSON
{
"_args": [
[
"babel-eslint@^5.0.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical"
]
],
"_from": "babel-eslint@>=5.0.0 <6.0.0",
"_id": "babel-eslint@5.0.0",
"_inCache": true,
"_installable": true,
"_location": "/babel-eslint",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/babel-eslint-5.0.0.tgz_1455664074077_0.17597890179604292"
},
"_npmUser": {
"email": "hi@henryzoo.com",
"name": "hzoo"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "babel-eslint",
"raw": "babel-eslint@^5.0.0",
"rawSpec": "^5.0.0",
"scope": null,
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-5.0.0.tgz",
"_shasum": "47cfed8880090ffdf8569fa82adab5757ea5512f",
"_shrinkwrap": null,
"_spec": "babel-eslint@^5.0.0",
"_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": "47cfed8880090ffdf8569fa82adab5757ea5512f",
"tarball": "http://registry.npmjs.org/babel-eslint/-/babel-eslint-5.0.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "0f20099e501c5076b227a672cb6491332a89246f",
"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"
}