Files
pnpm/packages/npm-resolver/package.json
2019-11-14 18:36:18 +02:00

64 lines
1.7 KiB
JSON

{
"name": "@pnpm/npm-resolver",
"version": "5.0.1",
"description": "Resolver for npm-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"test": "rimraf .store && pnpm run tsc && pnpm run lint && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/npm-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/npm-resolver#readme",
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
},
"dependencies": {
"@pnpm/error": "workspace:1.0.0",
"@pnpm/resolver-base": "workspace:5.0.0",
"@pnpm/types": "workspace:4.0.0",
"credentials-by-uri": "1.0.0",
"encode-registry": "2.0.2",
"fetch-from-npm-registry": "workspace:3.0.0",
"load-json-file": "6.2.0",
"mem": "6.0.0",
"normalize-path": "3.0.0",
"p-limit": "2.2.1",
"parse-npm-tarball-url": "3.0.0",
"semver": "6.3.0",
"ssri": "6.0.1",
"version-selector-type": "2.0.1",
"write-json-file": "4.0.0"
},
"devDependencies": {
"@pnpm/logger": "3.1.0",
"@pnpm/npm-resolver": "link:",
"@types/normalize-path": "^3.0.0",
"@types/semver": "^6.2.0",
"@types/ssri": "^6.0.1",
"nock": "11.7.0",
"path-exists": "4.0.0",
"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "^0.3.0"
}
}