This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

50 lines
1.1 KiB
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "jest-jasmine2",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-jasmine2"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.5.0",
"@jest/source-map": "^25.5.0",
"@jest/test-result": "^25.5.0",
"@jest/types": "^25.5.0",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.5.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.5.0",
"jest-matcher-utils": "^25.5.0",
"jest-message-util": "^25.5.0",
"jest-runtime": "^25.5.4",
"jest-snapshot": "^25.5.1",
"jest-util": "^25.5.0",
"pretty-format": "^25.5.0",
"throat": "^5.0.0"
},
"devDependencies": {
"@types/babel__traverse": "^7.0.4",
"@types/co": "^4.6.2"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "389d13724bbf6bb64dcde9700a6ecea3333942db"
}