mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "jest-jasmine2",
|
|
"version": "25.1.0",
|
|
"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": "^25.1.0",
|
|
"@jest/source-map": "^25.1.0",
|
|
"@jest/test-result": "^25.1.0",
|
|
"@jest/types": "^25.1.0",
|
|
"chalk": "^3.0.0",
|
|
"co": "^4.6.0",
|
|
"expect": "^25.1.0",
|
|
"is-generator-fn": "^2.0.0",
|
|
"jest-each": "^25.1.0",
|
|
"jest-matcher-utils": "^25.1.0",
|
|
"jest-message-util": "^25.1.0",
|
|
"jest-runtime": "^25.1.0",
|
|
"jest-snapshot": "^25.1.0",
|
|
"jest-util": "^25.1.0",
|
|
"pretty-format": "^25.1.0",
|
|
"throat": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__traverse": "^7.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
|
|
}
|