@pnpm/git-fetcher
Version:
A fetcher for git-hosted packages
58 lines • 1.47 kB
JSON
{
"name": "@pnpm/git-fetcher",
"version": "1001.0.12",
"description": "A fetcher for git-hosted packages",
"keywords": [
"pnpm",
"pnpm10",
"fetcher"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/fetching/git-fetcher",
"homepage": "https://github.com/pnpm/pnpm/blob/main/fetching/git-fetcher#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"@pnpm/fs.packlist": "2.0.0",
"@zkochan/rimraf": "^3.0.2",
"execa": "npm:safe-execa@0.1.2",
"@pnpm/fetcher-base": "1001.0.0",
"@pnpm/prepare-package": "1000.0.20"
},
"peerDependencies": {
"@pnpm/logger": ">=1001.0.0 <1002.0.0",
"@pnpm/worker": "^1000.1.11"
},
"devDependencies": {
"tempy": "^1.0.1",
"@pnpm/create-cafs-store": "1000.0.17",
"@pnpm/git-fetcher": "1001.0.12",
"@pnpm/logger": "1001.0.0",
"@pnpm/store.cafs": "1000.0.16",
"@pnpm/types": "1000.7.0"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"compile": "tsc --build && pnpm run lint --fix"
}
}