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
| {
| "_from": "readdirp@~3.6.0",
| "_id": "readdirp@3.6.0",
| "_inBundle": false,
| "_integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
| "_location": "/readdirp",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "readdirp@~3.6.0",
| "name": "readdirp",
| "escapedName": "readdirp",
| "rawSpec": "~3.6.0",
| "saveSpec": null,
| "fetchSpec": "~3.6.0"
| },
| "_requiredBy": [
| "/watchpack/chokidar"
| ],
| "_resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
| "_shasum": "74a370bd857116e245b29cc97340cd431a02a6c7",
| "_spec": "readdirp@~3.6.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\watchpack\\node_modules\\chokidar",
| "author": {
| "name": "Thorsten Lorenz",
| "email": "thlorenz@gmx.de",
| "url": "thlorenz.com"
| },
| "bugs": {
| "url": "https://github.com/paulmillr/readdirp/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Thorsten Lorenz",
| "email": "thlorenz@gmx.de",
| "url": "thlorenz.com"
| },
| {
| "name": "Paul Miller",
| "url": "https://paulmillr.com"
| }
| ],
| "dependencies": {
| "picomatch": "^2.2.1"
| },
| "deprecated": false,
| "description": "Recursive version of fs.readdir with streaming API.",
| "devDependencies": {
| "@types/node": "^14",
| "chai": "^4.2",
| "chai-subset": "^1.6",
| "dtslint": "^3.3.0",
| "eslint": "^7.0.0",
| "mocha": "^7.1.1",
| "nyc": "^15.0.0",
| "rimraf": "^3.0.0",
| "typescript": "^4.0.3"
| },
| "engines": {
| "node": ">=8.10.0"
| },
| "eslintConfig": {
| "root": true,
| "extends": "eslint:recommended",
| "parserOptions": {
| "ecmaVersion": 9,
| "sourceType": "script"
| },
| "env": {
| "node": true,
| "es6": true
| },
| "rules": {
| "array-callback-return": "error",
| "no-empty": [
| "error",
| {
| "allowEmptyCatch": true
| }
| ],
| "no-else-return": [
| "error",
| {
| "allowElseIf": false
| }
| ],
| "no-lonely-if": "error",
| "no-var": "error",
| "object-shorthand": "error",
| "prefer-arrow-callback": [
| "error",
| {
| "allowNamedFunctions": true
| }
| ],
| "prefer-const": [
| "error",
| {
| "ignoreReadBeforeAssign": true
| }
| ],
| "prefer-destructuring": [
| "error",
| {
| "object": true,
| "array": false
| }
| ],
| "prefer-spread": "error",
| "prefer-template": "error",
| "radix": "error",
| "semi": "error",
| "strict": "error",
| "quotes": [
| "error",
| "single"
| ]
| }
| },
| "files": [
| "index.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/paulmillr/readdirp",
| "keywords": [
| "recursive",
| "fs",
| "stream",
| "streams",
| "readdir",
| "filesystem",
| "find",
| "filter"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "readdirp",
| "nyc": {
| "reporter": [
| "html",
| "text"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/paulmillr/readdirp.git"
| },
| "scripts": {
| "dtslint": "dtslint",
| "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
| "mocha": "mocha --exit",
| "nyc": "nyc",
| "test": "npm run lint && nyc npm run mocha"
| },
| "version": "3.6.0"
| }
|
|