UNPKG

5.38 kBJSONView Raw
1{
2 "name": "mocha",
3 "version": "8.2.1",
4 "description": "simple, flexible, fun test framework",
5 "keywords": [
6 "mocha",
7 "test",
8 "bdd",
9 "tdd",
10 "tap",
11 "testing",
12 "chai",
13 "assertion",
14 "ava",
15 "jest",
16 "tape",
17 "jasmine",
18 "karma"
19 ],
20 "funding": {
21 "type": "opencollective",
22 "url": "https://opencollective.com/mochajs"
23 },
24 "author": "TJ Holowaychuk <tj@vision-media.ca>",
25 "license": "MIT",
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/mochajs/mocha.git"
29 },
30 "bugs": {
31 "url": "https://github.com/mochajs/mocha/issues/"
32 },
33 "homepage": "https://mochajs.org/",
34 "logo": "https://cldup.com/S9uQ-cOLYz.svg",
35 "notifyLogo": "https://ibin.co/4QuRuGjXvl36.png",
36 "bin": {
37 "mocha": "./bin/mocha",
38 "_mocha": "./bin/_mocha"
39 },
40 "directories": {
41 "lib": "./lib",
42 "test": "./test"
43 },
44 "engines": {
45 "node": ">= 10.12.0"
46 },
47 "scripts": {
48 "prepublishOnly": "nps test clean build",
49 "start": "nps",
50 "test": "nps test",
51 "version": "nps version",
52 "test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js"
53 },
54 "dependencies": {
55 "@ungap/promise-all-settled": "1.1.2",
56 "ansi-colors": "4.1.1",
57 "browser-stdout": "1.3.1",
58 "chokidar": "3.4.3",
59 "debug": "4.2.0",
60 "diff": "4.0.2",
61 "escape-string-regexp": "4.0.0",
62 "find-up": "5.0.0",
63 "glob": "7.1.6",
64 "growl": "1.10.5",
65 "he": "1.2.0",
66 "js-yaml": "3.14.0",
67 "log-symbols": "4.0.0",
68 "minimatch": "3.0.4",
69 "ms": "2.1.2",
70 "nanoid": "3.1.12",
71 "serialize-javascript": "5.0.1",
72 "strip-json-comments": "3.1.1",
73 "supports-color": "7.2.0",
74 "which": "2.0.2",
75 "wide-align": "1.1.3",
76 "workerpool": "6.0.2",
77 "yargs": "13.3.2",
78 "yargs-parser": "13.1.2",
79 "yargs-unparser": "2.0.0"
80 },
81 "devDependencies": {
82 "@11ty/eleventy": "^0.11.0",
83 "@11ty/eleventy-plugin-inclusive-language": "^1.0.0",
84 "@babel/preset-env": "^7.11.0",
85 "@mocha/docdash": "^3.0.1",
86 "@rollup/plugin-babel": "^5.1.0",
87 "@rollup/plugin-commonjs": "^14.0.0",
88 "@rollup/plugin-json": "^4.1.0",
89 "@rollup/plugin-multi-entry": "^3.0.1",
90 "@rollup/plugin-node-resolve": "^8.4.0",
91 "assetgraph-builder": "^8.1.0",
92 "autoprefixer": "^9.8.6",
93 "babel-eslint": "^10.1.0",
94 "canvas": "^2.6.1",
95 "chai": "^4.2.0",
96 "coffee-script": "^1.12.7",
97 "configstore": "^5.0.1",
98 "core-js": "^3.6.5",
99 "coveralls": "^3.1.0",
100 "cross-env": "^7.0.2",
101 "cross-spawn": "^7.0.3",
102 "eslint": "^7.8.1",
103 "eslint-config-prettier": "^6.11.0",
104 "eslint-config-semistandard": "^15.0.1",
105 "eslint-config-standard": "^14.1.1",
106 "eslint-plugin-import": "^2.22.0",
107 "eslint-plugin-node": "^11.0.0",
108 "eslint-plugin-prettier": "^3.1.4",
109 "eslint-plugin-promise": "^4.2.1",
110 "eslint-plugin-standard": "^4.0.1",
111 "fail-on-errors-webpack-plugin": "^3.0.0",
112 "fs-extra": "^9.0.1",
113 "husky": "^4.2.5",
114 "hyperlink": "^4.5.2",
115 "jsdoc": "^3.6.5",
116 "karma": "^5.1.1",
117 "karma-chrome-launcher": "^3.1.0",
118 "karma-mocha": "^2.0.1",
119 "karma-mocha-reporter": "^2.2.5",
120 "karma-requirejs": "^1.1.0",
121 "karma-sauce-launcher": "^4.1.5",
122 "lint-staged": "^10.2.11",
123 "markdown-it": "^11.0.0",
124 "markdown-it-anchor": "^5.3.0",
125 "markdown-it-attrs": "^3.0.3",
126 "markdown-it-emoji": "^1.4.0",
127 "markdown-it-prism": "^2.1.1",
128 "markdown-toc": "^1.2.0",
129 "markdownlint-cli": "^0.23.2",
130 "needle": "^2.5.0",
131 "nps": "^5.10.0",
132 "nyc": "^15.1.0",
133 "pidtree": "^0.5.0",
134 "prettier": "^1.19.1",
135 "remark": "^12.0.1",
136 "remark-github": "^9.0.1",
137 "remark-inline-links": "^4.0.0",
138 "requirejs": "^2.3.6",
139 "rewiremock": "^3.14.3",
140 "rimraf": "^3.0.2",
141 "rollup": "^2.23.1",
142 "rollup-plugin-node-polyfills": "^0.2.1",
143 "rollup-plugin-node-globals": "^1.4.0",
144 "rollup-plugin-visualizer": "^4.1.0",
145 "sinon": "^9.0.3",
146 "strip-ansi": "^6.0.0",
147 "svgo": "^1.3.2",
148 "through2": "^4.0.2",
149 "to-vfile": "^6.1.0",
150 "touch": "^3.1.0",
151 "unexpected": "^11.14.0",
152 "unexpected-eventemitter": "^2.2.0",
153 "unexpected-map": "^2.0.0",
154 "unexpected-set": "^3.0.0",
155 "unexpected-sinon": "^10.11.2",
156 "update-notifier": "^4.1.0",
157 "uslug": "^1.0.4",
158 "uuid": "^8.3.0",
159 "watchify": "^3.11.1",
160 "webpack": "^4.44.1",
161 "webpack-cli": "^3.3.12"
162 },
163 "files": [
164 "bin/*mocha",
165 "assets/growl/*.png",
166 "lib/**/*.{js,html,json}",
167 "index.js",
168 "mocha.css",
169 "mocha.js",
170 "mocha.js.map",
171 "browser-entry.js"
172 ],
173 "browser": {
174 "./index.js": "./browser-entry.js",
175 "./lib/nodejs/growl.js": "./lib/browser/growl.js",
176 "./lib/esm-utils.js": false,
177 "fs": false,
178 "path": false,
179 "supports-color": false,
180 "./lib/nodejs/serializer.js": false,
181 "./lib/nodejs/worker.js": false,
182 "./lib/nodejs/buffered-worker-pool.js": false,
183 "./lib/nodejs/parallel-buffered-runner.js": false,
184 "./lib/nodejs/reporters/parallel-buffered.js": false,
185 "./lib/nodejs/file-unloader.js": false,
186 "./lib/cli/index.js": false
187 },
188 "prettier": {
189 "singleQuote": true,
190 "bracketSpacing": false,
191 "endOfLine": "auto"
192 },
193 "gitter": "https://gitter.im/mochajs/mocha",
194 "husky": {
195 "hooks": {
196 "pre-commit": "lint-staged"
197 }
198 }
199}