mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
38 lines
791 B
JSON
38 lines
791 B
JSON
{
|
|
"name": "jest-environment-node",
|
|
"version": "25.5.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-environment-node"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@jest/environment": "^25.5.0",
|
|
"@jest/fake-timers": "^25.5.0",
|
|
"@jest/types": "^25.5.0",
|
|
"jest-mock": "^25.5.0",
|
|
"jest-util": "^25.5.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^6.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
|
|
}
|