UNPKG

3.08 kBJSONView Raw
1{
2 "name": "ava",
3 "version": "3.8.2",
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.16.0 || >=12.16.0 <13 || >=13.5.0 <14 || >=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": "^7.1.1",
60 "acorn-walk": "^7.1.1",
61 "ansi-styles": "^4.2.1",
62 "arrgv": "^1.0.2",
63 "arrify": "^2.0.1",
64 "callsites": "^3.1.0",
65 "chalk": "^4.0.0",
66 "chokidar": "^3.4.0",
67 "chunkd": "^2.0.1",
68 "ci-info": "^2.0.0",
69 "ci-parallel-vars": "^1.0.0",
70 "clean-yaml-object": "^0.1.0",
71 "cli-cursor": "^3.1.0",
72 "cli-truncate": "^2.1.0",
73 "code-excerpt": "^2.1.1",
74 "common-path-prefix": "^3.0.0",
75 "concordance": "^4.0.0",
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.6.0",
81 "equal-length": "^1.0.0",
82 "figures": "^3.2.0",
83 "globby": "^11.0.0",
84 "ignore-by-default": "^1.0.0",
85 "import-local": "^3.0.2",
86 "indent-string": "^4.0.0",
87 "is-error": "^2.2.2",
88 "is-plain-object": "^3.0.0",
89 "is-promise": "^4.0.0",
90 "lodash": "^4.17.15",
91 "matcher": "^3.0.0",
92 "md5-hex": "^3.0.1",
93 "mem": "^6.1.0",
94 "ms": "^2.1.2",
95 "ora": "^4.0.4",
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.0",
111 "write-file-atomic": "^3.0.3",
112 "yargs": "^15.3.1"
113 },
114 "devDependencies": {
115 "@ava/babel": "^1.0.1",
116 "@ava/test": "github:avajs/test",
117 "@babel/plugin-proposal-do-expressions": "^7.8.3",
118 "@sinonjs/fake-timers": "^6.0.1",
119 "ansi-escapes": "^4.3.1",
120 "c8": "^7.1.2",
121 "delay": "^4.3.0",
122 "esm": "^3.2.25",
123 "execa": "^4.0.0",
124 "get-stream": "^5.1.0",
125 "p-event": "^4.1.0",
126 "proxyquire": "^2.1.3",
127 "react": "^16.13.1",
128 "react-test-renderer": "^16.13.1",
129 "replace-string": "^3.0.0",
130 "sinon": "^9.0.2",
131 "source-map-fixtures": "^2.1.0",
132 "tap": "^14.10.7",
133 "temp-write": "^4.0.0",
134 "tempy": "^0.5.0",
135 "touch": "^3.1.0",
136 "tsd": "^0.11.0",
137 "typescript": "^3.8.3",
138 "xo": "^0.30.0",
139 "zen-observable": "^0.8.15"
140 }
141}