mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 20:51:36 -05:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/git-resolver",
|
|
"version": "2.0.9",
|
|
"description": "Resolver for git-hosted packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
|
"prepublishOnly": "pnpm run tsc",
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/git-resolver",
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver",
|
|
"npm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/git-resolver#readme",
|
|
"dependencies": {
|
|
"@pnpm/fetch": "1.0.1",
|
|
"@pnpm/resolver-base": "3.1.2",
|
|
"graceful-git": "2.0.0",
|
|
"hosted-git-info": "2.7.1",
|
|
"semver": "6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/git-resolver": "link:",
|
|
"@types/is-windows": "0.2.0",
|
|
"@types/semver": "6",
|
|
"is-windows": "1.0.2",
|
|
"rimraf": "^2.6.2",
|
|
"tape": "4.11.0"
|
|
}
|
|
}
|