github-pages-deploy-action/node_modules/jest-environment-node/package.json

27 lines
612 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
"name": "jest-environment-node",
"version": "25.1.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",
"dependencies": {
"@jest/environment": "^25.1.0",
"@jest/fake-timers": "^25.1.0",
"@jest/types": "^25.1.0",
"jest-mock": "^25.1.0",
"jest-util": "^25.1.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}