Files
codeql-action/node_modules/jest-mock/package.json
T
2020-04-27 21:08:38 +02:00

73 lines
1.9 KiB
JSON

{
"_from": "jest-mock@^25.2.3",
"_id": "jest-mock@25.2.3",
"_inBundle": false,
"_integrity": "sha512-xlf+pyY0j47zoCs8zGGOGfWyxxLximE8YFOfEK8s4FruR8DtM/UjNj61um+iDuMAFEBDe1bhCXkqiKoCmWjJzg==",
"_location": "/jest-mock",
"_phantomChildren": {
"@types/color-name": "1.1.1",
"@types/istanbul-lib-coverage": "2.0.1",
"@types/istanbul-reports": "1.1.1",
"@types/yargs-parser": "13.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-mock@^25.2.3",
"name": "jest-mock",
"escapedName": "jest-mock",
"rawSpec": "^25.2.3",
"saveSpec": null,
"fetchSpec": "^25.2.3"
},
"_requiredBy": [
"/@jest/environment",
"/@jest/fake-timers",
"/jest-environment-jsdom",
"/jest-environment-node",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-25.2.3.tgz",
"_shasum": "b37a581f59d61bd91db27a99bf7eb8b3e5e993d5",
"_spec": "jest-mock@^25.2.3",
"_where": "/home/robert/Documents/coding/github/codeql-action/node_modules/@jest/environment",
"browser": "build-es5/index.js",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^25.2.3"
},
"deprecated": false,
"description": "## API",
"devDependencies": {
"@types/node": "*"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-mock",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-mock"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.3"
}