mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
40 lines
No EOL
1.1 KiB
JSON
40 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "jest-watcher",
|
|
"description": "Delightful JavaScript Testing.",
|
|
"version": "24.8.0",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"@jest/test-result": "^24.8.0",
|
|
"@jest/types": "^24.8.0",
|
|
"@types/yargs": "^12.0.9",
|
|
"ansi-escapes": "^3.0.0",
|
|
"chalk": "^2.0.1",
|
|
"jest-util": "^24.8.0",
|
|
"string-length": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ansi-escapes": "^3.0.0",
|
|
"@types/string-length": "^2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest",
|
|
"directory": "packages/jest-watcher"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"homepage": "https://jestjs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-24.8.0.tgz"
|
|
,"_integrity": "sha512-SBjwHt5NedQoVu54M5GEx7cl7IGEFFznvd/HNT8ier7cCAx/Qgu9ZMlaTQkvK22G1YOpcWBLQPFSImmxdn3DAw=="
|
|
,"_from": "jest-watcher@24.8.0"
|
|
} |