Files
tekelanew_acs/acs/nladmin-ui/node_modules/jest-runner/package.json

26 lines
616 B
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{
"name": "jest-runner",
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"exit": "^0.1.2",
"graceful-fs": "^4.1.11",
"jest-config": "^23.6.0",
"jest-docblock": "^23.2.0",
"jest-haste-map": "^23.6.0",
"jest-jasmine2": "^23.6.0",
"jest-leak-detector": "^23.6.0",
"jest-message-util": "^23.4.0",
"jest-runtime": "^23.6.0",
"jest-util": "^23.4.0",
"jest-worker": "^23.2.0",
"source-map-support": "^0.5.6",
"throat": "^4.0.0"
}
}