UNPKG

4.3 kBJSONView Raw
1{
2 "name": "ava",
3 "version": "2.3.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": ">=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0"
11 },
12 "scripts": {
13 "lint": "xo",
14 "test:tap": "tap --no-esm",
15 "test:typescript": "tsc --noEmit -p test/ts-types",
16 "test": "npm run lint && npm run test:typescript && npm run test:tap"
17 },
18 "files": [
19 "lib",
20 "*.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "🦄",
25 "test",
26 "runner",
27 "testing",
28 "ava",
29 "concurrent",
30 "parallel",
31 "fast",
32 "tdd",
33 "cli-app",
34 "cli",
35 "jest",
36 "mocha",
37 "tape",
38 "tap",
39 "qunit",
40 "jasmine",
41 "babel",
42 "assert",
43 "assertion",
44 "promise",
45 "promises",
46 "async",
47 "function",
48 "await",
49 "generator",
50 "generators",
51 "yield",
52 "observable",
53 "observables",
54 "unit",
55 "snapshot",
56 "expect",
57 "typescript"
58 ],
59 "dependencies": {
60 "@ava/babel-preset-stage-4": "^4.0.0",
61 "@ava/babel-preset-transform-test-files": "^6.0.0",
62 "@babel/core": "^7.5.5",
63 "@babel/generator": "^7.5.5",
64 "@concordance/react": "^2.0.0",
65 "ansi-escapes": "^4.2.1",
66 "ansi-styles": "^4.0.0",
67 "arr-flatten": "^1.1.0",
68 "array-union": "^2.1.0",
69 "array-uniq": "^2.1.0",
70 "arrify": "^2.0.1",
71 "bluebird": "^3.5.5",
72 "chalk": "^2.4.2",
73 "chokidar": "^3.0.2",
74 "chunkd": "^1.0.0",
75 "ci-parallel-vars": "^1.0.0",
76 "clean-stack": "^2.2.0",
77 "clean-yaml-object": "^0.1.0",
78 "cli-cursor": "^3.1.0",
79 "cli-truncate": "^2.0.0",
80 "code-excerpt": "^2.1.1",
81 "common-path-prefix": "^1.0.0",
82 "concordance": "^4.0.0",
83 "convert-source-map": "^1.6.0",
84 "currently-unhandled": "^0.4.1",
85 "debug": "^4.1.1",
86 "del": "^4.1.1",
87 "dot-prop": "^5.1.0",
88 "emittery": "^0.4.1",
89 "empower-core": "^1.2.0",
90 "equal-length": "^1.0.0",
91 "escape-string-regexp": "^2.0.0",
92 "esm": "^3.2.25",
93 "figures": "^3.0.0",
94 "find-up": "^4.1.0",
95 "get-port": "^5.0.0",
96 "globby": "^10.0.1",
97 "ignore-by-default": "^1.0.0",
98 "import-local": "^3.0.2",
99 "indent-string": "^4.0.0",
100 "is-ci": "^2.0.0",
101 "is-error": "^2.2.2",
102 "is-observable": "^2.0.0",
103 "is-plain-object": "^3.0.0",
104 "is-promise": "^2.1.0",
105 "lodash": "^4.17.15",
106 "loud-rejection": "^2.1.0",
107 "make-dir": "^3.0.0",
108 "matcher": "^2.0.0",
109 "md5-hex": "^3.0.1",
110 "meow": "^5.0.0",
111 "micromatch": "^4.0.2",
112 "ms": "^2.1.2",
113 "observable-to-promise": "^1.0.0",
114 "ora": "^3.4.0",
115 "package-hash": "^4.0.0",
116 "pkg-conf": "^3.1.0",
117 "plur": "^3.1.1",
118 "pretty-ms": "^5.0.0",
119 "require-precompiled": "^0.1.0",
120 "resolve-cwd": "^3.0.0",
121 "slash": "^3.0.0",
122 "source-map-support": "^0.5.13",
123 "stack-utils": "^1.0.2",
124 "strip-ansi": "^5.2.0",
125 "strip-bom-buf": "^2.0.0",
126 "supertap": "^1.0.0",
127 "supports-color": "^7.0.0",
128 "trim-off-newlines": "^1.0.1",
129 "trim-right": "^1.0.1",
130 "unique-temp-dir": "^1.0.0",
131 "update-notifier": "^3.0.1",
132 "write-file-atomic": "^3.0.0"
133 },
134 "devDependencies": {
135 "@types/node": "^10.14.15",
136 "cli-table3": "^0.5.1",
137 "codecov": "^3.5.0",
138 "delay": "^4.3.0",
139 "execa": "^2.0.3",
140 "get-stream": "^5.1.0",
141 "git-branch": "^2.0.1",
142 "has-ansi": "^3.0.0",
143 "lolex": "^4.2.0",
144 "proxyquire": "^2.1.2",
145 "react": "^16.9.0",
146 "react-test-renderer": "^16.9.0",
147 "replace-string": "^3.0.0",
148 "signal-exit": "^3.0.0",
149 "sinon": "^7.4.1",
150 "source-map-fixtures": "^2.1.0",
151 "tap": "^14.6.1",
152 "temp-write": "^4.0.0",
153 "touch": "^3.1.0",
154 "ts-node": "^8.3.0",
155 "typescript": "^3.5.3",
156 "xo": "^0.24.0",
157 "zen-observable": "^0.8.14"
158 },
159 "xo": {
160 "ignores": [
161 "media/**",
162 "test/fixture/ava-paths/target/test.js",
163 "test/fixture/{source-map-initial,syntax-error}.js",
164 "test/fixture/snapshots/test-sourcemaps/build/**",
165 "test/fixture/power-assert.js",
166 "**/*.ts"
167 ],
168 "rules": {
169 "no-use-extend-native/no-use-extend-native": "off"
170 },
171 "overrides": [
172 {
173 "files": "test/**/*.js",
174 "rules": {
175 "promise/prefer-await-to-then": "off"
176 }
177 }
178 ]
179 },
180 "tap": {
181 "browser": false,
182 "coverage-report": [
183 "html",
184 "lcov",
185 "text"
186 ],
187 "esm": false,
188 "files": [
189 "test/*.js",
190 "test/reporters/*.js",
191 "test/integration/*.js"
192 ],
193 "flow": false,
194 "jobs": 2,
195 "jsx": false,
196 "timeout": 300,
197 "ts": false
198 }
199}