UNPKG

3.95 kBJSONView Raw
1{
2 "name": "ava",
3 "version": "3.5.2",
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": "^3.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.5.1",
79 "equal-length": "^1.0.0",
80 "figures": "^3.1.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 "ms": "^2.1.2",
92 "ora": "^4.0.3",
93 "p-map": "^3.0.0",
94 "picomatch": "^2.2.1",
95 "pkg-conf": "^3.1.0",
96 "plur": "^4.0.0",
97 "pretty-ms": "^6.0.0",
98 "read-pkg": "^5.2.0",
99 "resolve-cwd": "^3.0.0",
100 "slash": "^3.0.0",
101 "source-map-support": "^0.5.16",
102 "stack-utils": "^2.0.1",
103 "strip-ansi": "^6.0.0",
104 "supertap": "^1.0.0",
105 "temp-dir": "^2.0.0",
106 "trim-off-newlines": "^1.0.1",
107 "update-notifier": "^4.1.0",
108 "write-file-atomic": "^3.0.1",
109 "yargs": "^15.1.0"
110 },
111 "devDependencies": {
112 "@ava/babel": "^1.0.1",
113 "@sinonjs/fake-timers": "^6.0.0",
114 "ansi-escapes": "^4.3.0",
115 "delay": "^4.3.0",
116 "esm": "^3.2.25",
117 "execa": "^4.0.0",
118 "get-stream": "^5.1.0",
119 "lolex": "^5.1.2",
120 "nyc": "^15.0.0",
121 "p-event": "^4.1.0",
122 "proxyquire": "^2.1.3",
123 "react": "^16.12.0",
124 "react-test-renderer": "^16.12.0",
125 "replace-string": "^3.0.0",
126 "sinon": "^8.1.1",
127 "source-map-fixtures": "^2.1.0",
128 "tap": "^14.10.6",
129 "temp-write": "^4.0.0",
130 "tempy": "^0.4.0",
131 "touch": "^3.1.0",
132 "ts-node": "^8.6.2",
133 "tsd": "^0.11.0",
134 "typescript": "^3.7.5",
135 "xo": "^0.28.1",
136 "zen-observable": "^0.8.15"
137 },
138 "xo": {
139 "ignores": [
140 "media/**",
141 "test-tap/fixture/ava-paths/target/test.js",
142 "test-tap/fixture/{source-map-initial,syntax-error}.js",
143 "test-tap/fixture/snapshots/test-sourcemaps/build/**",
144 "test-tap/fixture/power-assert.js"
145 ],
146 "rules": {
147 "no-use-extend-native/no-use-extend-native": "off",
148 "@typescript-eslint/no-var-requires": "off"
149 },
150 "overrides": [
151 {
152 "files": "*.d.ts",
153 "rules": {
154 "@typescript-eslint/member-ordering": "off",
155 "@typescript-eslint/prefer-function-type": "off",
156 "@typescript-eslint/unified-signatures": "off"
157 }
158 },
159 {
160 "files": "test-d/*.ts",
161 "rules": {
162 "@typescript-eslint/explicit-function-return-type": "off",
163 "@typescript-eslint/no-empty-function": "off",
164 "@typescript-eslint/no-unused-vars": "off",
165 "no-unused-vars": "off"
166 }
167 },
168 {
169 "files": "test-tap/**/*.js",
170 "rules": {
171 "promise/prefer-await-to-then": "off"
172 }
173 },
174 {
175 "files": "test-tap/fixture/**/*.js",
176 "rules": {
177 "import/no-extraneous-dependencies": "off"
178 }
179 }
180 ]
181 }
182}