mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-26 07:48:42 -05:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/node.fetcher",
|
|
"version": "1.0.4",
|
|
"description": "Node.js artifacts fetcher",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.6"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/node.fetcher",
|
|
"keywords": [
|
|
"pnpm7",
|
|
"pnpm",
|
|
"env",
|
|
"node.js"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/node.fetcher#readme",
|
|
"dependencies": {
|
|
"@pnpm/create-cafs-store": "workspace:*",
|
|
"@pnpm/error": "workspace:*",
|
|
"@pnpm/fetcher-base": "workspace:*",
|
|
"@pnpm/fetching-types": "workspace:*",
|
|
"@pnpm/tarball-fetcher": "workspace:*",
|
|
"adm-zip": "^0.5.9",
|
|
"detect-libc": "^2.0.1",
|
|
"rename-overwrite": "^4.0.2",
|
|
"tempy": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/node.fetcher": "workspace:*",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@types/adm-zip": "^0.4.34",
|
|
"node-fetch": "3.0.0-beta.9"
|
|
}
|
|
}
|