UNPKG

1.91 kBJSONView Raw
1{
2 "name": "jest-cli",
3 "description": "Delightful JavaScript Testing.",
4 "version": "23.6.0",
5 "main": "build/jest.js",
6 "dependencies": {
7 "ansi-escapes": "^3.0.0",
8 "chalk": "^2.0.1",
9 "exit": "^0.1.2",
10 "glob": "^7.1.2",
11 "graceful-fs": "^4.1.11",
12 "import-local": "^1.0.0",
13 "is-ci": "^1.0.10",
14 "istanbul-api": "^1.3.1",
15 "istanbul-lib-coverage": "^1.2.0",
16 "istanbul-lib-instrument": "^1.10.1",
17 "istanbul-lib-source-maps": "^1.2.4",
18 "jest-changed-files": "^23.4.2",
19 "jest-config": "^23.6.0",
20 "jest-environment-jsdom": "^23.4.0",
21 "jest-get-type": "^22.1.0",
22 "jest-haste-map": "^23.6.0",
23 "jest-message-util": "^23.4.0",
24 "jest-regex-util": "^23.3.0",
25 "jest-resolve-dependencies": "^23.6.0",
26 "jest-runner": "^23.6.0",
27 "jest-runtime": "^23.6.0",
28 "jest-snapshot": "^23.6.0",
29 "jest-util": "^23.4.0",
30 "jest-validate": "^23.6.0",
31 "jest-watcher": "^23.4.0",
32 "jest-worker": "^23.2.0",
33 "micromatch": "^2.3.11",
34 "node-notifier": "^5.2.1",
35 "prompts": "^0.1.9",
36 "realpath-native": "^1.0.0",
37 "rimraf": "^2.5.4",
38 "slash": "^1.0.0",
39 "string-length": "^2.0.0",
40 "strip-ansi": "^4.0.0",
41 "which": "^1.2.12",
42 "yargs": "^11.0.0"
43 },
44 "bin": {
45 "jest": "./bin/jest.js"
46 },
47 "engines": {
48 "node": ">= 6"
49 },
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/facebook/jest"
53 },
54 "bugs": {
55 "url": "https://github.com/facebook/jest/issues"
56 },
57 "homepage": "https://jestjs.io/",
58 "license": "MIT",
59 "keywords": [
60 "ava",
61 "babel",
62 "coverage",
63 "easy",
64 "expect",
65 "facebook",
66 "immersive",
67 "instant",
68 "jasmine",
69 "jest",
70 "jsdom",
71 "mocha",
72 "mocking",
73 "painless",
74 "qunit",
75 "runner",
76 "sandboxed",
77 "snapshot",
78 "tap",
79 "tape",
80 "test",
81 "testing",
82 "typescript",
83 "watch"
84 ]
85}