UNPKG

@pnpm/git-fetcher

Version:
60 lines 1.53 kB
{ "name": "@pnpm/git-fetcher", "version": "1006.0.0", "description": "A fetcher for git-hosted packages", "keywords": [ "pnpm", "pnpm10", "fetcher" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/fetching/git-fetcher", "homepage": "https://github.com/pnpm/pnpm/tree/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/error": "1000.0.5", "@pnpm/fetcher-base": "1001.2.0", "@pnpm/prepare-package": "1001.0.1" }, "peerDependencies": { "@pnpm/logger": ">=1001.0.0 <1002.0.0", "@pnpm/worker": "^1000.6.0" }, "devDependencies": { "@jest/globals": "29.7.0", "tempy": "^1.0.1", "@pnpm/create-cafs-store": "1000.0.27", "@pnpm/git-fetcher": "1006.0.0", "@pnpm/logger": "1001.0.1", "@pnpm/types": "1001.2.0", "@pnpm/store.cafs": "1000.1.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" } }