{ "_args": [ [ "vue-eslint-parser@4.0.3", "D:\\jenkins\\workspace\\ljzc-fvue" ] ], "_development": true, "_from": "vue-eslint-parser@4.0.3", "_id": "vue-eslint-parser@4.0.3", "_inBundle": false, "_integrity": "sha1-gM8WLkhDh7JkA3GtIbofhuDBCmE= sha512-AUeQsYdO6+7QXCems+WvGlrXd37PHv/zcRQSQdY1xdOMwdFAPEnMBsv7zPvk0TPGulXkK/5p/ITgrjiYB7k3ag==", "_location": "/vue-eslint-parser", "_phantomChildren": { "esrecurse": "4.3.0", "estraverse": "4.3.0" }, "_requested": { "type": "version", "registry": true, "raw": "vue-eslint-parser@4.0.3", "name": "vue-eslint-parser", "escapedName": "vue-eslint-parser", "rawSpec": "4.0.3", "saveSpec": null, "fetchSpec": "4.0.3" }, "_requiredBy": [ "/eslint-plugin-vue" ], "_resolved": "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-4.0.3.tgz?cache=0&sync_timestamp=1608031059452&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-4.0.3.tgz", "_spec": "4.0.3", "_where": "D:\\jenkins\\workspace\\ljzc-fvue", "author": { "name": "Toru Nagashima" }, "bugs": { "url": "https://github.com/mysticatea/vue-eslint-parser/issues" }, "dependencies": { "debug": "^4.1.0", "eslint-scope": "^4.0.0", "eslint-visitor-keys": "^1.0.0", "espree": "^4.1.0", "esquery": "^1.0.1", "lodash": "^4.17.11" }, "description": "The ESLint custom parser for `.vue` files.", "devDependencies": { "@mysticatea/eslint-plugin": "^7.0.0", "@types/debug": "0.0.30", "@types/estree": "0.0.38", "@types/lodash": "^4.14.118", "@types/mocha": "^5.2.4", "@types/node": "^10.12.9", "acorn": "^6.0.4", "acorn-jsx": "^5.0.0", "babel-eslint": "^10.0.1", "chokidar": "^2.0.4", "codecov": "^3.1.0", "cross-spawn": "^6.0.5", "dts-bundle": "^0.7.3", "eslint": "^5.9.0", "fs-extra": "^7.0.1", "mocha": "^5.2.0", "npm-run-all": "^4.1.3", "nyc": "^13.1.0", "opener": "^1.5.1", "rimraf": "^2.6.2", "rollup": "^0.67.1", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-watch": "^4.3.1", "typescript": "~3.1.6", "typescript-eslint-parser": "^21.0.1", "wait-on": "^3.2.0", "warun": "^1.0.0" }, "engines": { "node": ">=6.5" }, "files": [ "index.*" ], "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme", "keywords": [], "license": "MIT", "main": "index.js", "name": "vue-eslint-parser", "peerDependencies": { "eslint": "^5.0.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 .js,.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 scripts/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 scripts/update-fixtures-ast.js" }, "version": "4.0.3" }