UNPKG

3.1 kBJSONView Raw
1{
2 "name": "ava",
3 "version": "3.13.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 "*.d.ts"
21 ],
22 "keywords": [
23 "🦄",
24 "test",
25 "runner",
26 "testing",
27 "ava",
28 "concurrent",
29 "parallel",
30 "fast",
31 "tdd",
32 "cli-app",
33 "cli",
34 "jest",
35 "mocha",
36 "tape",
37 "tap",
38 "qunit",
39 "jasmine",
40 "babel",
41 "assert",
42 "assertion",
43 "promise",
44 "promises",
45 "async",
46 "function",
47 "await",
48 "generator",
49 "generators",
50 "yield",
51 "observable",
52 "observables",
53 "unit",
54 "snapshot",
55 "expect",
56 "typescript"
57 ],
58 "dependencies": {
59 "@concordance/react": "^2.0.0",
60 "acorn": "^8.0.1",
61 "acorn-walk": "^8.0.0",
62 "ansi-styles": "^4.2.1",
63 "arrgv": "^1.0.2",
64 "arrify": "^2.0.1",
65 "callsites": "^3.1.0",
66 "chalk": "^4.1.0",
67 "chokidar": "^3.4.2",
68 "chunkd": "^2.0.1",
69 "ci-info": "^2.0.0",
70 "ci-parallel-vars": "^1.0.1",
71 "clean-yaml-object": "^0.1.0",
72 "cli-cursor": "^3.1.0",
73 "cli-truncate": "^2.1.0",
74 "code-excerpt": "^3.0.0",
75 "common-path-prefix": "^3.0.0",
76 "concordance": "^5.0.1",
77 "convert-source-map": "^1.7.0",
78 "currently-unhandled": "^0.4.1",
79 "debug": "^4.2.0",
80 "del": "^6.0.0",
81 "emittery": "^0.7.1",
82 "equal-length": "^1.0.0",
83 "figures": "^3.2.0",
84 "globby": "^11.0.1",
85 "ignore-by-default": "^2.0.0",
86 "import-local": "^3.0.2",
87 "indent-string": "^4.0.0",
88 "is-error": "^2.2.2",
89 "is-plain-object": "^5.0.0",
90 "is-promise": "^4.0.0",
91 "lodash": "^4.17.20",
92 "matcher": "^3.0.0",
93 "md5-hex": "^3.0.1",
94 "mem": "^6.1.1",
95 "ms": "^2.1.2",
96 "ora": "^5.1.0",
97 "p-event": "^4.2.0",
98 "p-map": "^4.0.0",
99 "picomatch": "^2.2.2",
100 "pkg-conf": "^3.1.0",
101 "plur": "^4.0.0",
102 "pretty-ms": "^7.0.1",
103 "read-pkg": "^5.2.0",
104 "resolve-cwd": "^3.0.0",
105 "slash": "^3.0.0",
106 "source-map-support": "^0.5.19",
107 "stack-utils": "^2.0.2",
108 "strip-ansi": "^6.0.0",
109 "supertap": "^1.0.0",
110 "temp-dir": "^2.0.0",
111 "trim-off-newlines": "^1.0.1",
112 "update-notifier": "^4.1.1",
113 "write-file-atomic": "^3.0.3",
114 "yargs": "^16.0.3"
115 },
116 "devDependencies": {
117 "@ava/babel": "^1.0.1",
118 "@ava/test": "github:avajs/test",
119 "@babel/plugin-proposal-do-expressions": "^7.10.4",
120 "@sinonjs/fake-timers": "^6.0.1",
121 "ansi-escapes": "^4.3.1",
122 "c8": "^7.3.1",
123 "delay": "^4.4.0",
124 "esm": "^3.2.25",
125 "execa": "^4.0.3",
126 "get-stream": "^6.0.0",
127 "it-first": "^1.0.4",
128 "proxyquire": "^2.1.3",
129 "react": "^16.13.1",
130 "react-test-renderer": "^16.13.1",
131 "replace-string": "^3.1.0",
132 "sinon": "^9.0.3",
133 "source-map-fixtures": "^2.1.0",
134 "tap": "^14.10.8",
135 "temp-write": "^4.0.0",
136 "tempy": "^0.7.1",
137 "touch": "^3.1.0",
138 "tsd": "^0.13.1",
139 "typescript": "^4.0.3",
140 "xo": "^0.33.1",
141 "zen-observable": "^0.8.15"
142 }
143}