Files
pnpm/env/node.fetcher/package.json
2025-11-13 15:44:27 +01:00

61 lines
1.6 KiB
JSON

{
"name": "@pnpm/node.fetcher",
"version": "1001.0.8",
"description": "Node.js artifacts fetcher",
"keywords": [
"pnpm",
"pnpm11",
"env",
"node.js"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/env/node.fetcher",
"homepage": "https://github.com/pnpm/pnpm/tree/main/env/node.fetcher#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/create-cafs-store": "workspace:*",
"@pnpm/crypto.shasums-file": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/fetching-types": "workspace:*",
"@pnpm/fetching.binary-fetcher": "workspace:*",
"@pnpm/node.resolver": "workspace:*",
"@pnpm/tarball-fetcher": "workspace:*",
"detect-libc": "catalog:"
},
"devDependencies": {
"@jest/globals": "catalog:",
"@pnpm/cafs-types": "workspace:*",
"@pnpm/node.fetcher": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@types/adm-zip": "catalog:",
"adm-zip": "catalog:",
"node-fetch": "catalog:"
},
"engines": {
"node": ">=20.19"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}