node/tools/node_modules/babel-eslint/package.json
Michaël Zasso 715e673d06 tools: add babel-eslint
Create tools/update-babel-eslint.sh script and execute it to do the
first installation of the package.
Update tools/license-builder.sh and execute it to add babel-eslint's
license to our LICENSE file.

PR-URL: https://github.com/nodejs/node/pull/17820
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2018-01-24 07:57:44 -06:00

89 lines
2.6 KiB
JSON

{
"_from": "babel-eslint@latest",
"_id": "babel-eslint@8.2.1",
"_inBundle": false,
"_integrity": "sha512-RzdVOyWKQRUnLXhwLk+eKb4oyW+BykZSkpYwFhM4tnfzAG5OWfvG0w/uyzMp5XKEU0jN82+JefHr39bG2+KhRQ==",
"_location": "/babel-eslint",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "babel-eslint@latest",
"name": "babel-eslint",
"escapedName": "babel-eslint",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.1.tgz",
"_shasum": "136888f3c109edc65376c23ebf494f36a3e03951",
"_spec": "babel-eslint@latest",
"_where": "/home/mzasso/git/nodejs/node/tools/babel-eslint-tmp",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel-eslint/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "7.0.0-beta.36",
"@babel/traverse": "7.0.0-beta.36",
"@babel/types": "7.0.0-beta.36",
"babylon": "7.0.0-beta.36",
"eslint-scope": "~3.7.1",
"eslint-visitor-keys": "^1.0.0"
},
"deprecated": false,
"description": "Custom parser for ESLint",
"devDependencies": {
"babel-eslint": "^8.0.0",
"dedent": "^0.7.0",
"eslint": "^4.14.0",
"eslint-config-babel": "^7.0.1",
"eslint-old": "npm:eslint@4.13.1",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.1.2",
"espree": "^3.5.2",
"husky": "^0.14.0",
"lint-staged": "^4.0.0",
"mocha": "^4.0.0",
"prettier": "^1.4.4"
},
"engines": {
"node": ">=4"
},
"files": [
"lib"
],
"homepage": "https://github.com/babel/babel-eslint",
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --format=codeframe --fix",
"git add"
]
},
"main": "lib/index.js",
"name": "babel-eslint",
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-eslint.git"
},
"scripts": {
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"fix": "eslint index.js babylon-to-espree test --fix",
"lint": "eslint index.js babylon-to-espree test",
"precommit": "lint-staged",
"preversion": "npm test",
"test": "npm run lint && npm run test-only",
"test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js && mocha --require test/fixtures/use-eslint-old.js"
},
"version": "8.2.1"
}