feige
2025-05-06 850618a035d9999cf60d77dafd6da8a09f36a1fe
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
{
  "_from": "eslint-utils@^2.1.0",
  "_id": "eslint-utils@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  "_location": "/eslint-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-utils@^2.1.0",
    "name": "eslint-utils",
    "escapedName": "eslint-utils",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/eslint",
    "/eslint-plugin-vue"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  "_shasum": "d2de5e03424e707dc10c74068ddedae708741b27",
  "_spec": "eslint-utils@^2.1.0",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\node_modules\\eslint",
  "author": {
    "name": "Toru Nagashima"
  },
  "bugs": {
    "url": "https://github.com/mysticatea/eslint-utils/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "eslint-visitor-keys": "^1.1.0"
  },
  "deprecated": false,
  "description": "Utilities for ESLint plugins.",
  "devDependencies": {
    "@mysticatea/eslint-plugin": "^12.0.0",
    "codecov": "^3.6.1",
    "dot-prop": "^4.2.0",
    "eslint": "^6.5.1",
    "esm": "^3.2.25",
    "espree": "^6.1.1",
    "mocha": "^6.2.2",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.1",
    "opener": "^1.5.1",
    "rimraf": "^3.0.0",
    "rollup": "^1.25.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "semver": "^7.3.2",
    "vuepress": "^1.2.0",
    "warun": "^1.0.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.*"
  ],
  "funding": "https://github.com/sponsors/mysticatea",
  "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  "keywords": [
    "eslint"
  ],
  "license": "MIT",
  "main": "index",
  "module": "index.mjs",
  "name": "eslint-utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysticatea/eslint-utils.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf .nyc_output coverage index.*",
    "codecov": "nyc report -r lcovonly && codecov",
    "coverage": "opener ./coverage/lcov-report/index.html",
    "docs:build": "vuepress build docs",
    "docs:watch": "vuepress dev docs",
    "lint": "eslint src test",
    "postversion": "git push && git push --tags",
    "prebuild": "npm run -s clean",
    "preversion": "npm test && npm run -s build",
    "prewatch": "npm run -s clean",
    "test": "run-s lint build test:mocha",
    "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
    "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  },
  "sideEffects": false,
  "version": "2.1.0"
}