feige
2024-12-17 4b1fbea0d8099259ea7d0ef10bd7633c3bc62f2e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "_from": "eslint-plugin-vue@7.2.0",
  "_id": "eslint-plugin-vue@7.2.0",
  "_inBundle": false,
  "_integrity": "sha512-4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A==",
  "_location": "/eslint-plugin-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-plugin-vue@7.2.0",
    "name": "eslint-plugin-vue",
    "escapedName": "eslint-plugin-vue",
    "rawSpec": "7.2.0",
    "saveSpec": null,
    "fetchSpec": "7.2.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.2.0.tgz",
  "_shasum": "dd8323fe7ca28fe9377ce3f5f6cf17afe2686f2a",
  "_spec": "eslint-plugin-vue@7.2.0",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
  "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"
    },
    {
      "name": "Yosuke Ota",
      "url": "https://github.com/ota-meshi"
    }
  ],
  "dependencies": {
    "eslint-utils": "^2.1.0",
    "natural-compare": "^1.4.0",
    "semver": "^7.3.2",
    "vue-eslint-parser": "^7.2.0"
  },
  "deprecated": false,
  "description": "Official ESLint plugin for Vue.js",
  "devDependencies": {
    "@types/eslint": "^7.2.0",
    "@types/natural-compare": "^1.4.0",
    "@types/node": "^13.13.5",
    "@types/semver": "^7.2.0",
    "@typescript-eslint/parser": "^3.0.2",
    "@vuepress/plugin-pwa": "^1.4.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-eslint-plugin": "^2.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-vue": "file:.",
    "eslint4b": "^7.0.0",
    "lodash": "^4.17.15",
    "mocha": "^7.1.2",
    "nyc": "^15.0.1",
    "prettier": "^2.1.1",
    "typescript": "^3.9.5",
    "vue-eslint-editor": "^1.1.0",
    "vuepress": "^1.4.1"
  },
  "engines": {
    "node": ">=8.10"
  },
  "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": "^6.2.0 || ^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  },
  "scripts": {
    "cover": "npm run cover:test && npm run cover:report",
    "cover:report": "nyc report --reporter=html",
    "cover:test": "nyc npm run test:base -- --timeout 60000",
    "debug": "mocha --inspect \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
    "docs:build": "vuepress build docs",
    "docs:watch": "vuepress dev docs",
    "lint": "eslint . --rulesdir eslint-internal-rules",
    "lint:fix": "eslint . --rulesdir eslint-internal-rules --fix",
    "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",
    "tsc": "tsc",
    "update": "node ./tools/update.js",
    "version": "npm run lint -- --fix && git add ."
  },
  "version": "7.2.0"
}