ghaction-upx/node_modules/jest-haste-map/package.json
2020-01-23 08:49:02 +00:00

75 lines
2.0 KiB
JSON

{
"_from": "jest-haste-map@^25.1.0",
"_id": "jest-haste-map@25.1.0",
"_inBundle": false,
"_integrity": "sha512-/2oYINIdnQZAqyWSn1GTku571aAfs8NxzSErGek65Iu5o8JYb+113bZysRMcC/pjE5v9w0Yz+ldbj9NxrFyPyw==",
"_location": "/jest-haste-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-haste-map@^25.1.0",
"name": "jest-haste-map",
"escapedName": "jest-haste-map",
"rawSpec": "^25.1.0",
"saveSpec": null,
"fetchSpec": "^25.1.0"
},
"_requiredBy": [
"/@jest/test-sequencer",
"/@jest/transform",
"/jest-runner",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-25.1.0.tgz",
"_shasum": "ae12163d284f19906260aa51fd405b5b2e5a4ad3",
"_spec": "jest-haste-map@^25.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/jest-runtime",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^25.1.0",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
"fsevents": "^2.1.2",
"graceful-fs": "^4.2.3",
"jest-serializer": "^25.1.0",
"jest-util": "^25.1.0",
"jest-worker": "^25.1.0",
"micromatch": "^4.0.2",
"sane": "^4.0.3",
"walker": "^1.0.7"
},
"deprecated": false,
"devDependencies": {
"@types/anymatch": "^1.3.1",
"@types/fb-watchman": "^2.0.0",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
"@types/sane": "^2.0.0"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-haste-map",
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-haste-map"
},
"types": "build/index.d.ts",
"version": "25.1.0"
}