1 | {
|
2 | "name": "ava",
|
3 | "version": "3.12.0",
|
4 | "description": "Node.js test runner that lets you develop with confidence.",
|
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 <12.17.0 || >=12.17.0 <13 || >=14.0.0"
|
11 | },
|
12 | "scripts": {
|
13 | "test": "xo && tsd && c8 --report=none tap && c8 --report=none --no-clean test-ava && c8 report"
|
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 | "acorn": "^8.0.1",
|
60 | "acorn-walk": "^8.0.0",
|
61 | "ansi-styles": "^4.2.1",
|
62 | "arrgv": "^1.0.2",
|
63 | "arrify": "^2.0.1",
|
64 | "callsites": "^3.1.0",
|
65 | "chalk": "^4.1.0",
|
66 | "chokidar": "^3.4.2",
|
67 | "chunkd": "^2.0.1",
|
68 | "ci-info": "^2.0.0",
|
69 | "ci-parallel-vars": "^1.0.1",
|
70 | "clean-yaml-object": "^0.1.0",
|
71 | "cli-cursor": "^3.1.0",
|
72 | "cli-truncate": "^2.1.0",
|
73 | "code-excerpt": "^3.0.0",
|
74 | "common-path-prefix": "^3.0.0",
|
75 | "concordance": "^5.0.1",
|
76 | "convert-source-map": "^1.7.0",
|
77 | "currently-unhandled": "^0.4.1",
|
78 | "debug": "^4.1.1",
|
79 | "del": "^5.1.0",
|
80 | "emittery": "^0.7.1",
|
81 | "equal-length": "^1.0.0",
|
82 | "figures": "^3.2.0",
|
83 | "globby": "^11.0.1",
|
84 | "ignore-by-default": "^2.0.0",
|
85 | "import-local": "^3.0.2",
|
86 | "indent-string": "^4.0.0",
|
87 | "is-error": "^2.2.2",
|
88 | "is-plain-object": "^4.1.1",
|
89 | "is-promise": "^4.0.0",
|
90 | "lodash": "^4.17.20",
|
91 | "matcher": "^3.0.0",
|
92 | "md5-hex": "^3.0.1",
|
93 | "mem": "^6.1.0",
|
94 | "ms": "^2.1.2",
|
95 | "ora": "^5.0.0",
|
96 | "p-map": "^4.0.0",
|
97 | "picomatch": "^2.2.2",
|
98 | "pkg-conf": "^3.1.0",
|
99 | "plur": "^4.0.0",
|
100 | "pretty-ms": "^7.0.0",
|
101 | "read-pkg": "^5.2.0",
|
102 | "resolve-cwd": "^3.0.0",
|
103 | "slash": "^3.0.0",
|
104 | "source-map-support": "^0.5.19",
|
105 | "stack-utils": "^2.0.2",
|
106 | "strip-ansi": "^6.0.0",
|
107 | "supertap": "^1.0.0",
|
108 | "temp-dir": "^2.0.0",
|
109 | "trim-off-newlines": "^1.0.1",
|
110 | "update-notifier": "^4.1.1",
|
111 | "write-file-atomic": "^3.0.3",
|
112 | "yargs": "^15.4.1"
|
113 | },
|
114 | "devDependencies": {
|
115 | "@ava/babel": "^1.0.1",
|
116 | "@ava/test": "github:avajs/test",
|
117 | "@babel/plugin-proposal-do-expressions": "^7.10.4",
|
118 | "@sinonjs/fake-timers": "^6.0.1",
|
119 | "ansi-escapes": "^4.3.1",
|
120 | "c8": "^7.3.0",
|
121 | "delay": "^4.4.0",
|
122 | "esm": "^3.2.25",
|
123 | "execa": "^4.0.3",
|
124 | "get-stream": "^6.0.0",
|
125 | "p-event": "^4.2.0",
|
126 | "proxyquire": "^2.1.3",
|
127 | "react": "^16.13.1",
|
128 | "react-test-renderer": "^16.13.1",
|
129 | "replace-string": "^3.1.0",
|
130 | "sinon": "^9.0.3",
|
131 | "source-map-fixtures": "^2.1.0",
|
132 | "tap": "^14.10.8",
|
133 | "temp-write": "^4.0.0",
|
134 | "tempy": "^0.6.0",
|
135 | "touch": "^3.1.0",
|
136 | "tsd": "^0.13.1",
|
137 | "typescript": "^3.9.7",
|
138 | "xo": "^0.33.0",
|
139 | "zen-observable": "^0.8.15"
|
140 | }
|
141 | }
|