feige
2025-01-06 d94517c1dbde0d7b80a77f1003cd2d9aacaa677b
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
  "_from": "lint-staged@10.5.3",
  "_id": "lint-staged@10.5.3",
  "_inBundle": false,
  "_integrity": "sha512-TanwFfuqUBLufxCc3RUtFEkFraSPNR3WzWcGF39R3f2J7S9+iF9W0KTVLfSy09lYGmZS5NDCxjNvhGMSJyFCWg==",
  "_location": "/lint-staged",
  "_phantomChildren": {
    "@types/parse-json": "4.0.0",
    "chalk": "4.1.0",
    "human-signals": "1.1.1",
    "is-unicode-supported": "0.1.0",
    "isexe": "2.0.0",
    "merge-stream": "2.0.0",
    "parent-module": "1.0.1",
    "parse-json": "5.2.0",
    "picomatch": "2.3.1",
    "pump": "3.0.0",
    "signal-exit": "3.0.7",
    "strip-final-newline": "2.0.0",
    "yaml": "1.10.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "lint-staged@10.5.3",
    "name": "lint-staged",
    "escapedName": "lint-staged",
    "rawSpec": "10.5.3",
    "saveSpec": null,
    "fetchSpec": "10.5.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.3.tgz",
  "_shasum": "c682838b3eadd4c864d1022da05daa0912fb1da5",
  "_spec": "lint-staged@10.5.3",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
  "author": {
    "name": "Andrey Okonetchnikov",
    "email": "andrey@okonet.ru"
  },
  "bin": {
    "lint-staged": "bin/lint-staged.js"
  },
  "bugs": {
    "url": "https://github.com/okonet/lint-staged/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "cli-truncate": "^2.1.0",
    "commander": "^6.2.0",
    "cosmiconfig": "^7.0.0",
    "debug": "^4.2.0",
    "dedent": "^0.7.0",
    "enquirer": "^2.3.6",
    "execa": "^4.1.0",
    "listr2": "^3.2.2",
    "log-symbols": "^4.0.0",
    "micromatch": "^4.0.2",
    "normalize-path": "^3.0.0",
    "please-upgrade-node": "^3.2.0",
    "string-argv": "0.3.1",
    "stringify-object": "^3.3.0"
  },
  "deprecated": false,
  "description": "Lint files staged by git",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "babel-eslint": "10.1.0",
    "babel-jest": "^26.6.1",
    "consolemock": "^1.1.0",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "fs-extra": "^9.0.1",
    "husky": "^4.3.0",
    "jest": "^26.6.1",
    "jest-snapshot-serializer-ansi": "^1.0.0",
    "prettier": "^2.1.2"
  },
  "files": [
    "bin",
    "lib"
  ],
  "funding": {
    "url": "https://opencollective.com/lint-staged"
  },
  "homepage": "https://github.com/okonet/lint-staged#readme",
  "husky": {
    "hooks": {
      "pre-commit": "./bin/lint-staged.js"
    }
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib/**/*.js"
    ],
    "setupFiles": [
      "./testSetup.js"
    ],
    "snapshotSerializers": [
      "jest-snapshot-serializer-ansi"
    ],
    "testEnvironment": "node"
  },
  "keywords": [
    "lint",
    "git",
    "staged",
    "eslint",
    "prettier",
    "stylelint",
    "code",
    "quality",
    "check",
    "format",
    "validate"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "maintainers": [
    {
      "name": "Lufty Wiranda",
      "email": "lufty.wiranda@gmail.com"
    },
    {
      "name": "Suhas Karanth",
      "email": "sudo.suhas@gmail.com"
    },
    {
      "name": "Iiro Jäppinen",
      "email": "iiro@jappinen.fi",
      "url": "https://iiro.fi"
    }
  ],
  "name": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/okonet/lint-staged.git"
  },
  "scripts": {
    "cz": "git-cz",
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "version": "10.5.3"
}