setup-node/node_modules/@jest/environment/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

29 lines
No EOL
807 B
JSON

{
"name": "@jest/environment",
"version": "24.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-environment"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/fake-timers": "^24.8.0",
"@jest/transform": "^24.8.0",
"@jest/types": "^24.8.0",
"jest-mock": "^24.8.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
,"_resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.8.0.tgz"
,"_integrity": "sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw=="
,"_from": "@jest/environment@24.8.0"
}