Files
Drew Heavner 67dceb4e04 Cleaned and refreshed node modules with npm
Added a check for a debug flag so that we can checkout and run actions during release
2020-11-15 14:04:10 -05:00

101 lines
2.1 KiB
JSON

{
"_args": [
[
"jest@26.6.3",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "jest@26.6.3",
"_id": "jest@26.6.3",
"_inBundle": false,
"_integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==",
"_location": "/jest",
"_phantomChildren": {
"@jest/core": "26.6.3",
"@jest/test-result": "26.6.2",
"@jest/types": "26.6.2",
"chalk": "4.1.0",
"exit": "0.1.2",
"graceful-fs": "4.2.4",
"import-local": "3.0.2",
"is-ci": "2.0.0",
"jest-config": "26.6.3",
"jest-util": "26.6.2",
"jest-validate": "26.6.2",
"prompts": "2.4.0",
"yargs": "15.4.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest@26.6.3",
"name": "jest",
"escapedName": "jest",
"rawSpec": "26.6.3",
"saveSpec": null,
"fetchSpec": "26.6.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz",
"_spec": "26.6.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"bin": {
"jest": "bin/jest.js"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@jest/core": "^26.6.3",
"import-local": "^3.0.2",
"jest-cli": "^26.6.3"
},
"description": "Delightful JavaScript Testing.",
"engines": {
"node": ">= 10.14.2"
},
"gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c",
"homepage": "https://jestjs.io/",
"keywords": [
"ava",
"babel",
"coverage",
"easy",
"expect",
"facebook",
"immersive",
"instant",
"jasmine",
"jest",
"jsdom",
"mocha",
"mocking",
"painless",
"qunit",
"runner",
"sandboxed",
"snapshot",
"tap",
"tape",
"test",
"testing",
"typescript",
"watch"
],
"license": "MIT",
"main": "build/jest.js",
"name": "jest",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"types": "build/jest.d.ts",
"version": "26.6.3"
}