GT2/Ejectable/node_modules/jest-changed-files/package.json

71 lines
2.0 KiB
JSON

{
"_from": "jest-changed-files@^25.5.0",
"_id": "jest-changed-files@25.5.0",
"_inBundle": false,
"_integrity": "sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw==",
"_location": "/jest-changed-files",
"_phantomChildren": {
"@types/istanbul-lib-coverage": "2.0.3",
"@types/istanbul-lib-report": "3.0.0",
"@types/yargs": "15.0.14",
"human-signals": "1.1.1",
"isexe": "2.0.0",
"pump": "3.0.0",
"signal-exit": "3.0.3",
"strip-final-newline": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-changed-files@^25.5.0",
"name": "jest-changed-files",
"escapedName": "jest-changed-files",
"rawSpec": "^25.5.0",
"saveSpec": null,
"fetchSpec": "^25.5.0"
},
"_requiredBy": [
"/@jest/core"
],
"_resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-25.5.0.tgz",
"_shasum": "141cc23567ceb3f534526f8614ba39421383634c",
"_spec": "jest-changed-files@^25.5.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@jest/core",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^25.5.0",
"execa": "^3.2.0",
"throat": "^5.0.0"
},
"deprecated": false,
"description": "A module used internally by Jest to check which files have changed since you last committed in git or hg.",
"engines": {
"node": ">= 8.3"
},
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-changed-files",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-changed-files"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.5.0"
}