github-pages-deploy-action/node_modules/@jest/environment/package.json
2020-03-31 08:42:07 -04:00

70 lines
1.8 KiB
JSON

{
"_from": "@jest/environment@^25.2.4",
"_id": "@jest/environment@25.2.4",
"_inBundle": false,
"_integrity": "sha512-wA4xlhD19/gukkDpJ5HQsTle0pgnzI5qMFEjw267lpTDC8d9N7Ihqr5pI+l0p8Qn1SQhai+glSqxrGdzKy4jxw==",
"_location": "/@jest/environment",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jest/environment@^25.2.4",
"name": "@jest/environment",
"escapedName": "@jest%2fenvironment",
"scope": "@jest",
"rawSpec": "^25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
},
"_requiredBy": [
"/jest-circus",
"/jest-environment-jsdom",
"/jest-environment-node",
"/jest-jasmine2",
"/jest-runner",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/@jest/environment/-/environment-25.2.4.tgz",
"_shasum": "74f4d8dd87b427434d0b822cde37bc0e78f3e28b",
"_spec": "@jest/environment@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest-runner",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/fake-timers": "^25.2.4",
"@jest/types": "^25.2.3",
"jest-mock": "^25.2.3"
},
"deprecated": false,
"devDependencies": {
"@types/node": "*"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "@jest/environment",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-environment"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.4"
}