@pnpm/git-resolver
Version:
Resolver for git-hosted packages
56 lines • 1.45 kB
JSON
{
"name": "@pnpm/git-resolver",
"version": "1001.1.8",
"description": "Resolver for git-hosted packages",
"keywords": [
"pnpm",
"pnpm10",
"npm",
"resolver"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/resolving/git-resolver",
"homepage": "https://github.com/pnpm/pnpm/tree/main/resolving/git-resolver#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": {
"graceful-git": "^4.0.0",
"hosted-git-info": "npm:@pnpm/hosted-git-info@1.0.0",
"semver": "^7.7.1",
"@pnpm/fetch": "1000.2.8",
"@pnpm/resolver-base": "1005.3.1"
},
"devDependencies": {
"@pnpm/network.agent": "^2.0.3",
"@types/hosted-git-info": "^3.0.5",
"@types/is-windows": "^1.0.2",
"@types/semver": "7.5.3",
"is-windows": "^1.0.2",
"@pnpm/git-resolver": "1001.1.8"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"compile": "tsc --build && pnpm run lint --fix"
}
}