UNPKG

4.22 kBJSONView Raw
1{
2 "name": "ava",
3 "version": "3.7.0",
4 "description": "Testing can be a drag. AVA helps you get it done.",
5 "license": "MIT",
6 "repository": "avajs/ava",
7 "homepage": "https://avajs.dev",
8 "bin": "cli.js",
9 "engines": {
10 "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0"
11 },
12 "scripts": {
13 "test": "xo && tsd && nyc tap"
14 },
15 "files": [
16 "lib",
17 "*.js",
18 "!*.config.js",
19 "index.d.ts"
20 ],
21 "keywords": [
22 "🦄",
23 "test",
24 "runner",
25 "testing",
26 "ava",
27 "concurrent",
28 "parallel",
29 "fast",
30 "tdd",
31 "cli-app",
32 "cli",
33 "jest",
34 "mocha",
35 "tape",
36 "tap",
37 "qunit",
38 "jasmine",
39 "babel",
40 "assert",
41 "assertion",
42 "promise",
43 "promises",
44 "async",
45 "function",
46 "await",
47 "generator",
48 "generators",
49 "yield",
50 "observable",
51 "observables",
52 "unit",
53 "snapshot",
54 "expect",
55 "typescript"
56 ],
57 "dependencies": {
58 "@concordance/react": "^2.0.0",
59 "ansi-styles": "^4.2.1",
60 "arrgv": "^1.0.2",
61 "arrify": "^2.0.1",
62 "chalk": "^4.0.0",
63 "chokidar": "^3.3.1",
64 "chunkd": "^2.0.1",
65 "ci-info": "^2.0.0",
66 "ci-parallel-vars": "^1.0.0",
67 "clean-stack": "^2.2.0",
68 "clean-yaml-object": "^0.1.0",
69 "cli-cursor": "^3.1.0",
70 "cli-truncate": "^2.1.0",
71 "code-excerpt": "^2.1.1",
72 "common-path-prefix": "^3.0.0",
73 "concordance": "^4.0.0",
74 "convert-source-map": "^1.7.0",
75 "currently-unhandled": "^0.4.1",
76 "debug": "^4.1.1",
77 "del": "^5.1.0",
78 "emittery": "^0.6.0",
79 "equal-length": "^1.0.0",
80 "figures": "^3.2.0",
81 "globby": "^11.0.0",
82 "ignore-by-default": "^1.0.0",
83 "import-local": "^3.0.2",
84 "indent-string": "^4.0.0",
85 "is-error": "^2.2.2",
86 "is-plain-object": "^3.0.0",
87 "is-promise": "^2.1.0",
88 "lodash": "^4.17.15",
89 "matcher": "^2.1.0",
90 "md5-hex": "^3.0.1",
91 "mem": "^6.1.0",
92 "ms": "^2.1.2",
93 "ora": "^4.0.3",
94 "p-map": "^4.0.0",
95 "picomatch": "^2.2.2",
96 "pkg-conf": "^3.1.0",
97 "plur": "^4.0.0",
98 "pretty-ms": "^6.0.1",
99 "read-pkg": "^5.2.0",
100 "resolve-cwd": "^3.0.0",
101 "slash": "^3.0.0",
102 "source-map-support": "^0.5.16",
103 "stack-utils": "^2.0.1",
104 "strip-ansi": "^6.0.0",
105 "supertap": "^1.0.0",
106 "temp-dir": "^2.0.0",
107 "trim-off-newlines": "^1.0.1",
108 "update-notifier": "^4.1.0",
109 "write-file-atomic": "^3.0.3",
110 "yargs": "^15.3.1"
111 },
112 "devDependencies": {
113 "@ava/babel": "^1.0.1",
114 "@sinonjs/fake-timers": "^6.0.1",
115 "ansi-escapes": "^4.3.1",
116 "delay": "^4.3.0",
117 "esm": "^3.2.25",
118 "execa": "^4.0.0",
119 "get-stream": "^5.1.0",
120 "nyc": "^15.0.1",
121 "p-event": "^4.1.0",
122 "proxyquire": "^2.1.3",
123 "react": "^16.13.1",
124 "react-test-renderer": "^16.13.1",
125 "replace-string": "^3.0.0",
126 "sinon": "^9.0.2",
127 "source-map-fixtures": "^2.1.0",
128 "tap": "^14.10.7",
129 "temp-write": "^4.0.0",
130 "tempy": "^0.5.0",
131 "touch": "^3.1.0",
132 "tsd": "^0.11.0",
133 "typescript": "^3.8.3",
134 "xo": "^0.29.1",
135 "zen-observable": "^0.8.15"
136 },
137 "xo": {
138 "ignores": [
139 "media/**",
140 "test-tap/fixture/ava-paths/target/test.js",
141 "test-tap/fixture/{source-map-initial,syntax-error}.js",
142 "test-tap/fixture/snapshots/test-sourcemaps/build/**",
143 "test-tap/fixture/power-assert.js"
144 ],
145 "rules": {
146 "no-use-extend-native/no-use-extend-native": "off",
147 "@typescript-eslint/no-var-requires": "off"
148 },
149 "overrides": [
150 {
151 "files": "*.d.ts",
152 "rules": {
153 "@typescript-eslint/member-ordering": "off",
154 "@typescript-eslint/prefer-readonly-parameter-types": "off",
155 "@typescript-eslint/prefer-function-type": "off",
156 "@typescript-eslint/unified-signatures": "off"
157 }
158 },
159 {
160 "files": "test-{d,tap}/**/*.ts",
161 "rules": {
162 "@typescript-eslint/explicit-function-return-type": "off",
163 "@typescript-eslint/no-empty-function": "off",
164 "@typescript-eslint/no-unsafe-call": "off",
165 "@typescript-eslint/no-unsafe-member-access": "off",
166 "@typescript-eslint/no-unsafe-return": "off",
167 "@typescript-eslint/no-unused-vars": "off",
168 "@typescript-eslint/prefer-readonly-parameter-types": "off",
169 "no-unused-vars": "off"
170 }
171 },
172 {
173 "files": "test-tap/**/*.js",
174 "rules": {
175 "promise/prefer-await-to-then": "off"
176 }
177 },
178 {
179 "files": "test-tap/fixture/**/*.js",
180 "rules": {
181 "import/no-extraneous-dependencies": "off"
182 }
183 }
184 ]
185 }
186}