You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
3.0 KiB

{
"_args": [
[
"eslint-plugin-vue@5.2.3",
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
]
],
"_development": true,
"_from": "eslint-plugin-vue@5.2.3",
"_id": "eslint-plugin-vue@5.2.3",
"_inBundle": false,
"_integrity": "sha1-PudZfYI7VHiASy/rqYY7G3QnOWE=",
"_location": "/eslint-plugin-vue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-vue@5.2.3",
"name": "eslint-plugin-vue",
"escapedName": "eslint-plugin-vue",
"rawSpec": "5.2.3",
"saveSpec": null,
"fetchSpec": "5.2.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-5.2.3.tgz?cache=0&sync_timestamp=1577727030399&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-5.2.3.tgz",
"_spec": "5.2.3",
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
"author": {
"name": "Toru Nagashima",
"url": "https://github.com/mysticatea"
},
"bugs": {
"url": "https://github.com/vuejs/eslint-plugin-vue/issues"
},
"contributors": [
{
"name": "Michał Sajnóg",
"email": "msajnog93@gmail.com",
"url": "https://github.com/michalsnik"
}
],
"dependencies": {
"vue-eslint-parser": "^5.0.0"
},
"description": "Official ESLint plugin for Vue.js",
"devDependencies": {
"@types/node": "^4.2.16",
"@typescript-eslint/parser": "^1.11.0",
"babel-eslint": "^10.0.2",
"chai": "^4.1.0",
"eslint": "^6.0.0",
"eslint-plugin-eslint-plugin": "^2.0.1",
"eslint-plugin-vue": "file:.",
"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.5.2",
"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.3"
}