Files
tekelanew_acs/acs/nladmin-ui/node_modules/jest-config/package.json
2024-12-05 09:33:18 +08:00

27 lines
648 B
JSON

{
"name": "jest-config",
"version": "23.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^23.6.0",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^23.4.0",
"jest-environment-node": "^23.4.0",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^23.6.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.6.0",
"jest-util": "^23.4.0",
"jest-validate": "^23.6.0",
"micromatch": "^2.3.11",
"pretty-format": "^23.6.0"
}
}