Files
pnpm/packages/npm-resolver/package.json
2019-07-30 21:18:04 +03:00

66 lines
1.7 KiB
JSON

{
"name": "@pnpm/npm-resolver",
"version": "3.0.16",
"description": "Resolver for npm-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": "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": "^1.0.0 || ^2.0.0"
},
"dependencies": {
"@pnpm/error": "1.0.0",
"@pnpm/resolver-base": "3.1.2",
"@pnpm/types": "3.2.0",
"credentials-by-uri": "1.0.0",
"encode-registry": "2.0.1",
"fetch-from-npm-registry": "2.0.7",
"load-json-file": "6.0.0",
"mem": "5.1.1",
"normalize-path": "3.0.0",
"p-limit": "2.2.0",
"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": "2.1.1",
"@pnpm/npm-resolver": "link:",
"@types/nock": "^10.0.0",
"@types/normalize-path": "^3.0.0",
"@types/path-exists": "^3.0.0",
"@types/semver": "6",
"@types/ssri": "^6.0.0",
"nock": "^10.0.0",
"path-exists": "4.0.0",
"rimraf": "^2.6.2",
"tape": "4.11.0",
"tempy": "^0.3.0"
}
}