forked from zhurui/management
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"_from": "eslint-scope@3.7.1",
|
|
"_id": "eslint-scope@3.7.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ivpbtpUgg9SJS4TLjK7KdcDhqc/E3CGItsvQbBNLkNGUeMhd5qnJcryba/brESS+dg3vrLqPuc/UcS7jRJdN5A==",
|
|
"_location": "/eslint-scope",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-scope@3.7.1",
|
|
"name": "eslint-scope",
|
|
"escapedName": "eslint-scope",
|
|
"rawSpec": "3.7.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.7.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-eslint",
|
|
"/eslint",
|
|
"/vue-eslint-parser"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-3.7.1.tgz",
|
|
"_shasum": "3d63c3edfda02e06e01a452ad88caacc7cdcb6e8",
|
|
"_spec": "eslint-scope@3.7.1",
|
|
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\babel-eslint",
|
|
"bugs": {
|
|
"url": "https://github.com/eslint/eslint-scope/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"esrecurse": "^4.1.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "ECMAScript scope analyzer for ESLint",
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"eslint": "^3.15.0",
|
|
"eslint-config-eslint": "^4.0.0",
|
|
"eslint-release": "^0.10.1",
|
|
"espree": "^3.1.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.2.0",
|
|
"npm-license": "^0.3.3",
|
|
"shelljs": "^0.7.6",
|
|
"typescript": "~2.0.10",
|
|
"typescript-eslint-parser": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"lib"
|
|
],
|
|
"homepage": "http://github.com/eslint/eslint-scope",
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "eslint-scope",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eslint/eslint-scope.git"
|
|
},
|
|
"scripts": {
|
|
"alpharelease": "eslint-prerelease alpha",
|
|
"betarelease": "eslint-prerelease beta",
|
|
"ci-release": "eslint-ci-release",
|
|
"gh-release": "eslint-gh-release",
|
|
"lint": "node Makefile.js lint",
|
|
"release": "eslint-release",
|
|
"test": "node Makefile.js test"
|
|
},
|
|
"version": "3.7.1"
|
|
}
|