mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"_from": "jest-worker@^25.1.0",
|
|
"_id": "jest-worker@25.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZHhHtlxOWSxCoNOKHGbiLzXnl42ga9CxDr27H36Qn+15pQZd3R/F24jrmjDelw9j/iHUIWMWs08/u2QN50HHOg==",
|
|
"_location": "/jest-worker",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jest-worker@^25.1.0",
|
|
"name": "jest-worker",
|
|
"escapedName": "jest-worker",
|
|
"rawSpec": "^25.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^25.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-haste-map",
|
|
"/jest-runner"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-25.1.0.tgz",
|
|
"_shasum": "75d038bad6fdf58eba0d2ec1835856c497e3907a",
|
|
"_spec": "jest-worker@^25.1.0",
|
|
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/jest-haste-map",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^7.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.",
|
|
"devDependencies": {
|
|
"@types/merge-stream": "^1.1.2",
|
|
"@types/supports-color": "^5.3.0",
|
|
"get-stream": "^5.1.0",
|
|
"worker-farm": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
|
|
"homepage": "https://github.com/facebook/jest#readme",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "jest-worker",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-worker"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"version": "25.1.0"
|
|
}
|