You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "jest-jasmine2",
|
|
"version": "26.6.3",
|
|
"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",
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.1.0",
|
|
"@jest/environment": "^26.6.2",
|
|
"@jest/source-map": "^26.6.2",
|
|
"@jest/test-result": "^26.6.2",
|
|
"@jest/types": "^26.6.2",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"co": "^4.6.0",
|
|
"expect": "^26.6.2",
|
|
"is-generator-fn": "^2.0.0",
|
|
"jest-each": "^26.6.2",
|
|
"jest-matcher-utils": "^26.6.2",
|
|
"jest-message-util": "^26.6.2",
|
|
"jest-runtime": "^26.6.3",
|
|
"jest-snapshot": "^26.6.2",
|
|
"jest-util": "^26.6.2",
|
|
"pretty-format": "^26.6.2",
|
|
"throat": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__traverse": "^7.0.4",
|
|
"@types/co": "^4.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.14.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c"
|
|
}
|