hz-zhhq-web/node_modules/eslint-plugin-vue/package.json

107 lines
2.8 KiB
JSON
Raw Normal View History

2025-02-25 13:45:28 +08:00
{
"_from": "eslint-plugin-vue@5.2.2",
"_id": "eslint-plugin-vue@5.2.2",
"_inBundle": false,
"_integrity": "sha512-CtGWH7IB0DA6BZOwcV9w9q3Ri6Yuo8qMjx05SmOGJ6X6E0Yo3y9E/gQ5tuNxg2dEt30tRnBoFTbvtmW9iEoyHA==",
"_location": "/eslint-plugin-vue",
"_phantomChildren": {
"eslint-scope": "4.0.3",
"eslint-visitor-keys": "1.3.0",
"esquery": "1.6.0",
"lodash": "4.17.21",
"ms": "2.1.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-vue@5.2.2",
"name": "eslint-plugin-vue",
"escapedName": "eslint-plugin-vue",
"rawSpec": "5.2.2",
"saveSpec": null,
"fetchSpec": "5.2.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz",
"_shasum": "86601823b7721b70bc92d54f1728cfc03b36283c",
"_spec": "eslint-plugin-vue@5.2.2",
"_where": "E:\\hz-zhhq-web",
"author": {
"name": "Toru Nagashima",
"url": "https://github.com/mysticatea"
},
"bugs": {
"url": "https://github.com/vuejs/eslint-plugin-vue/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Michał Sajnóg",
"email": "msajnog93@gmail.com",
"url": "https://github.com/michalsnik"
}
],
"dependencies": {
"vue-eslint-parser": "^5.0.0"
},
"deprecated": false,
"description": "Official ESLint plugin for Vue.js",
"devDependencies": {
"@types/node": "^4.2.16",
"babel-eslint": "^8.2.2",
"chai": "^4.1.0",
"eslint": "^5.11.1",
"eslint-plugin-eslint-plugin": "^2.0.1",
"eslint-plugin-vue-libs": "^3.0.0",
"eslint4b": "^5.1.0",
"lodash": "^4.17.4",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"semver": "^5.6.0",
"typescript": "^3.1.3",
"typescript-eslint-parser": "^20.0.0",
"vue-eslint-editor": "^0.1.4",
"vuepress": "^0.14.5"
},
"engines": {
"node": ">=6.5"
},
"files": [
"lib"
],
"homepage": "https://eslint.vuejs.org",
"keywords": [
"eslint",
"eslint-plugin",
"eslint-config",
"vue",
"vuejs",
"rules"
],
"license": "MIT",
"main": "lib/index.js",
"name": "eslint-plugin-vue",
"peerDependencies": {
"eslint": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
},
"scripts": {
"docs:build": "vuepress build docs",
"docs:watch": "vuepress dev docs",
"lint": "eslint . --rulesdir eslint-internal-rules",
"pretest": "npm run lint",
"preversion": "npm test && npm run update && git add .",
"start": "npm run test:base -- --watch --growl",
"test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
"test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
"update": "node ./tools/update.js",
"version": "npm run lint -- --fix && git add ."
},
"version": "5.2.2"
}