| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 | 
							- {
 
-   "_from": "vue-eslint-parser@^2.0.3",
 
-   "_id": "vue-eslint-parser@2.0.3",
 
-   "_inBundle": false,
 
-   "_integrity": "sha512-ZezcU71Owm84xVF6gfurBQUGg8WQ+WZGxgDEQu1IHFBZNx7BFZg3L1yHxrCBNNwbwFtE1GuvfJKMtb6Xuwc/Bw==",
 
-   "_location": "/vue-eslint-parser",
 
-   "_phantomChildren": {},
 
-   "_requested": {
 
-     "type": "range",
 
-     "registry": true,
 
-     "raw": "vue-eslint-parser@^2.0.3",
 
-     "name": "vue-eslint-parser",
 
-     "escapedName": "vue-eslint-parser",
 
-     "rawSpec": "^2.0.3",
 
-     "saveSpec": null,
 
-     "fetchSpec": "^2.0.3"
 
-   },
 
-   "_requiredBy": [
 
-     "/eslint-plugin-vue"
 
-   ],
 
-   "_resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz",
 
-   "_shasum": "c268c96c6d94cfe3d938a5f7593959b0ca3360d1",
 
-   "_spec": "vue-eslint-parser@^2.0.3",
 
-   "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\eslint-plugin-vue",
 
-   "author": {
 
-     "name": "Toru Nagashima"
 
-   },
 
-   "bugs": {
 
-     "url": "https://github.com/mysticatea/vue-eslint-parser/issues"
 
-   },
 
-   "bundleDependencies": false,
 
-   "dependencies": {
 
-     "debug": "^3.1.0",
 
-     "eslint-scope": "^3.7.1",
 
-     "eslint-visitor-keys": "^1.0.0",
 
-     "espree": "^3.5.2",
 
-     "esquery": "^1.0.0",
 
-     "lodash": "^4.17.4"
 
-   },
 
-   "deprecated": false,
 
-   "description": "The ESLint custom parser for `.vue` files.",
 
-   "devDependencies": {
 
-     "@types/debug": "0.0.30",
 
-     "@types/estree": "0.0.38",
 
-     "@types/lodash": "^4.14.91",
 
-     "@types/mocha": "^2.2.44",
 
-     "@types/node": "^6.0.85",
 
-     "babel-eslint": "^8.1.1",
 
-     "chokidar": "^1.7.0",
 
-     "codecov": "^3.0.0",
 
-     "cross-spawn": "^5.1.0",
 
-     "dts-bundle": "^0.7.3",
 
-     "eslint": "^4.14.0",
 
-     "eslint-config-mysticatea": "^12.0.0",
 
-     "fs-extra": "^5.0.0",
 
-     "mocha": "^4.0.1",
 
-     "npm-run-all": "^4.1.2",
 
-     "nyc": "^11.4.1",
 
-     "opener": "^1.4.3",
 
-     "rimraf": "^2.6.2",
 
-     "rollup": "^0.53.0",
 
-     "rollup-plugin-node-resolve": "^3.0.0",
 
-     "rollup-plugin-sourcemaps": "^0.4.2",
 
-     "rollup-watch": "^4.3.1",
 
-     "typescript": "~2.6.2",
 
-     "typescript-eslint-parser": "^11.0.0",
 
-     "wait-on": "^2.0.2",
 
-     "warun": "^1.0.0"
 
-   },
 
-   "engines": {
 
-     "node": ">=4"
 
-   },
 
-   "files": [
 
-     "index.d.ts",
 
-     "index.js",
 
-     "index.js.map"
 
-   ],
 
-   "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme",
 
-   "keywords": [],
 
-   "license": "MIT",
 
-   "main": "index.js",
 
-   "name": "vue-eslint-parser",
 
-   "peerDependencies": {
 
-     "eslint": ">=3.9.0"
 
-   },
 
-   "repository": {
 
-     "type": "git",
 
-     "url": "git+https://github.com/mysticatea/vue-eslint-parser.git"
 
-   },
 
-   "scripts": {
 
-     "_mocha": "_mocha \"test/*.js\" --reporter dot --timeout 10000",
 
-     "build": "tsc && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
 
-     "clean": "rimraf .nyc_output .temp coverage index.*",
 
-     "codecov": "nyc report --reporter lcovonly && codecov",
 
-     "coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",
 
-     "lint": "eslint src test --ext .ts",
 
-     "postversion": "git push && git push --tags",
 
-     "prebuild": "npm run -s clean",
 
-     "pretest": "run-s build lint",
 
-     "preupdate-fixtures": "npm run -s build",
 
-     "preversion": "npm test",
 
-     "prewatch": "npm run -s clean",
 
-     "setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
 
-     "test": "nyc npm run _mocha",
 
-     "update-fixtures": "node test/tools/update-fixtures-ast.js",
 
-     "version": "npm run -s build",
 
-     "watch": "run-p watch:*",
 
-     "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
 
-     "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
 
-     "watch:test": "wait-on index.js && warun index.js \"test/*.js\" \"test/fixtures/ast/*/*.json\" \"test/fixtures/*\" --debounce 1000 --no-initial -- nyc -r lcov npm run -s _mocha",
 
-     "watch:tsc": "tsc --watch",
 
-     "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node test/tools/update-fixtures-ast.js"
 
-   },
 
-   "version": "2.0.3"
 
- }
 
 
  |