86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"name": "jest-cli",
|
|
"description": "Delightful JavaScript Testing.",
|
|
"version": "23.6.0",
|
|
"main": "build/jest.js",
|
|
"dependencies": {
|
|
"ansi-escapes": "^3.0.0",
|
|
"chalk": "^2.0.1",
|
|
"exit": "^0.1.2",
|
|
"glob": "^7.1.2",
|
|
"graceful-fs": "^4.1.11",
|
|
"import-local": "^1.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"istanbul-api": "^1.3.1",
|
|
"istanbul-lib-coverage": "^1.2.0",
|
|
"istanbul-lib-instrument": "^1.10.1",
|
|
"istanbul-lib-source-maps": "^1.2.4",
|
|
"jest-changed-files": "^23.4.2",
|
|
"jest-config": "^23.6.0",
|
|
"jest-environment-jsdom": "^23.4.0",
|
|
"jest-get-type": "^22.1.0",
|
|
"jest-haste-map": "^23.6.0",
|
|
"jest-message-util": "^23.4.0",
|
|
"jest-regex-util": "^23.3.0",
|
|
"jest-resolve-dependencies": "^23.6.0",
|
|
"jest-runner": "^23.6.0",
|
|
"jest-runtime": "^23.6.0",
|
|
"jest-snapshot": "^23.6.0",
|
|
"jest-util": "^23.4.0",
|
|
"jest-validate": "^23.6.0",
|
|
"jest-watcher": "^23.4.0",
|
|
"jest-worker": "^23.2.0",
|
|
"micromatch": "^2.3.11",
|
|
"node-notifier": "^5.2.1",
|
|
"prompts": "^0.1.9",
|
|
"realpath-native": "^1.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"slash": "^1.0.0",
|
|
"string-length": "^2.0.0",
|
|
"strip-ansi": "^4.0.0",
|
|
"which": "^1.2.12",
|
|
"yargs": "^11.0.0"
|
|
},
|
|
"bin": {
|
|
"jest": "./bin/jest.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"homepage": "https://jestjs.io/",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ava",
|
|
"babel",
|
|
"coverage",
|
|
"easy",
|
|
"expect",
|
|
"facebook",
|
|
"immersive",
|
|
"instant",
|
|
"jasmine",
|
|
"jest",
|
|
"jsdom",
|
|
"mocha",
|
|
"mocking",
|
|
"painless",
|
|
"qunit",
|
|
"runner",
|
|
"sandboxed",
|
|
"snapshot",
|
|
"tap",
|
|
"tape",
|
|
"test",
|
|
"testing",
|
|
"typescript",
|
|
"watch"
|
|
]
|
|
}
|