summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/package.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-12-22 16:53:42 +0100
committerMichaël Zasso <targos@protonmail.com>2018-01-11 09:48:05 +0100
commit3dc30632755713179f345f4af024bd904c6162d0 (patch)
treef28c4f6dd6dfc5992edf301449d1a371d229755b /tools/node_modules/eslint/package.json
parenta2c7085dd4a8e60d1a47572aca8bb6fcb7a32f88 (diff)
downloadandroid-node-v8-3dc30632755713179f345f4af024bd904c6162d0.tar.gz
android-node-v8-3dc30632755713179f345f4af024bd904c6162d0.tar.bz2
android-node-v8-3dc30632755713179f345f4af024bd904c6162d0.zip
tools: move eslint from tools to tools/node_modules
This is required because we need to add the babel-eslint dependency and it has to be able to resolve "eslint". babel-eslint is required to support future ES features such as async iterators and import.meta. Refs: https://github.com/nodejs/node/pull/17755 PR-URL: https://github.com/nodejs/node/pull/17820 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/package.json')
-rw-r--r--tools/node_modules/eslint/package.json161
1 files changed, 161 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json
new file mode 100644
index 0000000000..dec10304f7
--- /dev/null
+++ b/tools/node_modules/eslint/package.json
@@ -0,0 +1,161 @@
+{
+ "_from": "eslint@latest",
+ "_id": "eslint@4.12.0",
+ "_inBundle": false,
+ "_integrity": "sha512-Ohv4NU0FffkEe4so8DBrdfRUbGUtM4XnBTDll2pY7OdW3VkjBOZPerx3Bmuhg6S6D6r8+cli0EezN0xawUfYwg==",
+ "_location": "/eslint",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "tag",
+ "registry": true,
+ "raw": "eslint@latest",
+ "name": "eslint",
+ "escapedName": "eslint",
+ "rawSpec": "latest",
+ "saveSpec": null,
+ "fetchSpec": "latest"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/eslint/-/eslint-4.12.0.tgz",
+ "_shasum": "a7ce78eba8cc8f2443acfbbc870cc31a65135884",
+ "_spec": "eslint@latest",
+ "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp",
+ "author": {
+ "name": "Nicholas C. Zakas",
+ "email": "nicholas+npm@nczconsulting.com"
+ },
+ "bin": {
+ "eslint": "./bin/eslint.js"
+ },
+ "bugs": {
+ "url": "https://github.com/eslint/eslint/issues/"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "ajv": "^5.3.0",
+ "babel-code-frame": "^6.22.0",
+ "chalk": "^2.1.0",
+ "concat-stream": "^1.6.0",
+ "cross-spawn": "^5.1.0",
+ "debug": "^3.0.1",
+ "doctrine": "^2.0.2",
+ "eslint-plugin-markdown": "^1.0.0-beta.7",
+ "eslint-scope": "^3.7.1",
+ "espree": "^3.5.2",
+ "esquery": "^1.0.0",
+ "estraverse": "^4.2.0",
+ "esutils": "^2.0.2",
+ "file-entry-cache": "^2.0.0",
+ "functional-red-black-tree": "^1.0.1",
+ "glob": "^7.1.2",
+ "globals": "^11.0.1",
+ "ignore": "^3.3.3",
+ "imurmurhash": "^0.1.4",
+ "inquirer": "^3.0.6",
+ "is-resolvable": "^1.0.0",
+ "js-yaml": "^3.9.1",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.3.0",
+ "lodash": "^4.17.4",
+ "minimatch": "^3.0.2",
+ "mkdirp": "^0.5.1",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.8.2",
+ "path-is-inside": "^1.0.2",
+ "pluralize": "^7.0.0",
+ "progress": "^2.0.0",
+ "require-uncached": "^1.0.3",
+ "semver": "^5.3.0",
+ "strip-ansi": "^4.0.0",
+ "strip-json-comments": "~2.0.1",
+ "table": "^4.0.1",
+ "text-table": "~0.2.0"
+ },
+ "deprecated": false,
+ "description": "An AST-based pattern checker for JavaScript.",
+ "devDependencies": {
+ "babel-polyfill": "^6.23.0",
+ "babel-preset-es2015": "^6.24.1",
+ "babelify": "^7.3.0",
+ "beefy": "^2.1.8",
+ "brfs": "1.4.3",
+ "browserify": "^14.4.0",
+ "chai": "^4.0.1",
+ "cheerio": "^0.22.0",
+ "coveralls": "^2.13.1",
+ "dateformat": "^2.0.0",
+ "ejs": "^2.5.6",
+ "eslint-plugin-eslint-plugin": "^1.2.0",
+ "eslint-plugin-node": "^5.1.0",
+ "eslint-plugin-rulesdir": "^0.1.0",
+ "eslint-release": "^0.10.1",
+ "eslint-rule-composer": "^0.1.0",
+ "eslump": "1.6.0",
+ "esprima": "^4.0.0",
+ "esprima-fb": "^15001.1001.0-dev-harmony-fb",
+ "istanbul": "^0.4.5",
+ "jsdoc": "^3.4.3",
+ "karma": "^1.7.0",
+ "karma-babel-preprocessor": "^6.0.1",
+ "karma-mocha": "^1.3.0",
+ "karma-mocha-reporter": "^2.2.3",
+ "karma-phantomjs-launcher": "^1.0.4",
+ "leche": "^2.1.2",
+ "load-perf": "^0.2.0",
+ "markdownlint": "^0.6.1",
+ "mocha": "^3.4.2",
+ "mock-fs": "^4.3.0",
+ "npm-license": "^0.3.3",
+ "phantomjs-prebuilt": "^2.1.14",
+ "proxyquire": "^1.8.0",
+ "shelljs": "^0.7.7",
+ "sinon": "^3.2.1",
+ "temp": "^0.8.3",
+ "through": "^2.3.8"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "LICENSE",
+ "README.md",
+ "bin",
+ "conf",
+ "lib",
+ "messages"
+ ],
+ "homepage": "https://eslint.org",
+ "keywords": [
+ "ast",
+ "lint",
+ "javascript",
+ "ecmascript",
+ "espree"
+ ],
+ "license": "MIT",
+ "main": "./lib/api.js",
+ "name": "eslint",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/eslint/eslint.git"
+ },
+ "scripts": {
+ "alpharelease": "node Makefile.js prerelease -- alpha",
+ "betarelease": "node Makefile.js prerelease -- beta",
+ "browserify": "node Makefile.js browserify",
+ "ci-release": "node Makefile.js ciRelease",
+ "coveralls": "cat ./coverage/lcov.info | coveralls",
+ "docs": "node Makefile.js docs",
+ "fuzz": "node Makefile.js fuzz",
+ "gensite": "node Makefile.js gensite",
+ "lint": "node Makefile.js lint",
+ "perf": "node Makefile.js perf",
+ "profile": "beefy tests/bench/bench.js --open -- -t brfs -t ./tests/bench/xform-rules.js -r espree",
+ "release": "node Makefile.js release",
+ "test": "node Makefile.js test"
+ },
+ "version": "4.12.0"
+}