liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
  "_from": "mocha@9.2.2",
  "_id": "mocha@9.2.2",
  "_inBundle": false,
  "_integrity": "sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==",
  "_location": "/mocha",
  "_phantomChildren": {
    "brace-expansion": "1.1.11",
    "fs.realpath": "1.0.0",
    "has-flag": "4.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "isexe": "2.0.0",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mocha@9.2.2",
    "name": "mocha",
    "escapedName": "mocha",
    "rawSpec": "9.2.2",
    "saveSpec": null,
    "fetchSpec": "9.2.2"
  },
  "_requiredBy": [
    "#DEV:/",
    "/grunt-simple-mocha"
  ],
  "_resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.2.tgz",
  "_shasum": "d70db46bdb93ca57402c809333e5a84977a88fb9",
  "_spec": "mocha@9.2.2",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bin": {
    "mocha": "bin/mocha",
    "_mocha": "bin/_mocha"
  },
  "browser": {
    "./index.js": "./browser-entry.js",
    "./lib/nodejs/growl.js": "./lib/browser/growl.js",
    "fs": false,
    "path": false,
    "supports-color": false,
    "./lib/nodejs/buffered-worker-pool.js": false,
    "./lib/nodejs/esm-utils.js": false,
    "./lib/nodejs/file-unloader.js": false,
    "./lib/nodejs/parallel-buffered-runner.js": false,
    "./lib/nodejs/serializer.js": false,
    "./lib/nodejs/worker.js": false,
    "./lib/nodejs/reporters/parallel-buffered.js": false,
    "./lib/cli/index.js": false
  },
  "bugs": {
    "url": "https://github.com/mochajs/mocha/issues/"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@ungap/promise-all-settled": "1.1.2",
    "ansi-colors": "4.1.1",
    "browser-stdout": "1.3.1",
    "chokidar": "3.5.3",
    "debug": "4.3.3",
    "diff": "5.0.0",
    "escape-string-regexp": "4.0.0",
    "find-up": "5.0.0",
    "glob": "7.2.0",
    "growl": "1.10.5",
    "he": "1.2.0",
    "js-yaml": "4.1.0",
    "log-symbols": "4.1.0",
    "minimatch": "4.2.1",
    "ms": "2.1.3",
    "nanoid": "3.3.1",
    "serialize-javascript": "6.0.0",
    "strip-json-comments": "3.1.1",
    "supports-color": "8.1.1",
    "which": "2.0.2",
    "workerpool": "6.2.0",
    "yargs": "16.2.0",
    "yargs-parser": "20.2.4",
    "yargs-unparser": "2.0.0"
  },
  "deprecated": false,
  "description": "simple, flexible, fun test framework",
  "devDependencies": {
    "@11ty/eleventy": "^0.12.1",
    "@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
    "@babel/eslint-parser": "^7.16.5",
    "@babel/preset-env": "^7.16.11",
    "@mocha/docdash": "^4.0.0",
    "@rollup/plugin-babel": "^5.1.0",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-multi-entry": "^3.0.1",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "assetgraph-builder": "^9.0.0",
    "autoprefixer": "^9.8.6",
    "canvas": "^2.9.0",
    "chai": "^4.3.4",
    "coffee-script": "^1.12.7",
    "configstore": "^5.0.1",
    "core-js": "^3.20.3",
    "coveralls": "^3.1.1",
    "cross-env": "^7.0.2",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-semistandard": "^16.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^5.1.0",
    "fail-on-errors-webpack-plugin": "^3.0.0",
    "fs-extra": "^10.0.0",
    "husky": "^4.2.5",
    "hyperlink": "^5.0.4",
    "jsdoc": "^3.6.7",
    "jsdoc-ts-utils": "^2.0.1",
    "karma": "^6.3.11",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-requirejs": "^1.1.0",
    "karma-sauce-launcher": "^4.3.6",
    "lint-staged": "^10.2.11",
    "markdown-it": "^12.3.2",
    "markdown-it-anchor": "^8.4.1",
    "markdown-it-attrs": "^4.1.3",
    "markdown-it-emoji": "^2.0.0",
    "markdown-it-prism": "^2.2.2",
    "markdown-toc": "^1.2.0",
    "markdownlint-cli": "^0.30.0",
    "needle": "^2.5.0",
    "nps": "^5.10.0",
    "nyc": "^15.1.0",
    "pidtree": "^0.5.0",
    "prettier": "^2.4.1",
    "regenerator-runtime": "0.13.7",
    "remark": "^14.0.2",
    "remark-github": "^11.2.2",
    "remark-inline-links": "^6.0.1",
    "requirejs": "^2.3.6",
    "rewiremock": "^3.14.3",
    "rimraf": "^3.0.2",
    "rollup": "^2.66.0",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-visualizer": "^5.5.4",
    "sinon": "^9.0.3",
    "strip-ansi": "^6.0.0",
    "svgo": "^1.3.2",
    "through2": "^4.0.2",
    "touch": "^3.1.0",
    "unexpected": "^11.14.0",
    "unexpected-eventemitter": "^2.2.0",
    "unexpected-map": "^2.0.0",
    "unexpected-set": "^3.0.0",
    "unexpected-sinon": "^10.11.2",
    "update-notifier": "^4.1.0",
    "uslug": "^1.0.4",
    "uuid": "^8.3.0",
    "watchify": "^4.0.0",
    "webpack": "^5.67.0",
    "webpack-cli": "^4.9.1"
  },
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "engines": {
    "node": ">= 12.0.0"
  },
  "files": [
    "bin/*mocha",
    "assets/growl/*.png",
    "lib/**/*.{js,html,json}",
    "index.js",
    "mocha.css",
    "mocha.js",
    "mocha.js.map",
    "mocha-es2018.js",
    "browser-entry.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mochajs"
  },
  "gitter": "https://gitter.im/mochajs/mocha",
  "homepage": "https://mochajs.org/",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "mocha",
    "test",
    "bdd",
    "tdd",
    "tap",
    "testing",
    "chai",
    "assertion",
    "ava",
    "jest",
    "tape",
    "jasmine",
    "karma"
  ],
  "license": "MIT",
  "logo": "https://cldup.com/S9uQ-cOLYz.svg",
  "name": "mocha",
  "notifyLogo": "https://ibin.co/4QuRuGjXvl36.png",
  "prettier": {
    "arrowParens": "avoid",
    "bracketSpacing": false,
    "endOfLine": "auto",
    "singleQuote": true,
    "trailingComma": "none"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mochajs/mocha.git"
  },
  "scripts": {
    "prepublishOnly": "nps test clean build",
    "start": "nps",
    "test": "nps test",
    "test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js",
    "version": "nps version"
  },
  "type": "commonjs",
  "version": "9.2.2"
}