Files
sign-android-release/node_modules/jest-util/package.json
T
Drew Heavner 8b97d1195a Adding updated node_modules
Bumping version to v1.0.3
Removing yarn.lock as this should be built with NPM
2020-11-13 16:28:52 -05:00

78 lines
2.0 KiB
JSON

{
"_from": "jest-util@^26.6.2",
"_id": "jest-util@26.6.2",
"_inBundle": false,
"_integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==",
"_location": "/jest-util",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-util@^26.6.2",
"name": "jest-util",
"escapedName": "jest-util",
"rawSpec": "^26.6.2",
"saveSpec": null,
"fetchSpec": "^26.6.2"
},
"_requiredBy": [
"/@jest/console",
"/@jest/core",
"/@jest/fake-timers",
"/@jest/reporters",
"/@jest/transform",
"/jest-circus",
"/jest-config",
"/jest-each",
"/jest-environment-jsdom",
"/jest-environment-node",
"/jest-haste-map",
"/jest-jasmine2",
"/jest-resolve",
"/jest-runner",
"/jest-runtime",
"/jest-watcher",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",
"_shasum": "907535dbe4d5a6cb4c47ac9b926f6af29576cbc1",
"_spec": "jest-util@^26.6.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/core",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^26.6.2",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
"is-ci": "^2.0.0",
"micromatch": "^4.0.2"
},
"deprecated": false,
"devDependencies": {
"@types/graceful-fs": "^4.1.2",
"@types/is-ci": "^2.0.0",
"@types/micromatch": "^4.0.0"
},
"engines": {
"node": ">= 10.14.2"
},
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-util",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-util"
},
"types": "build/index.d.ts",
"version": "26.6.2"
}