mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "@pnpm/npm-resolver",
|
|
"version": "7.3.6",
|
|
"description": "Resolver for npm-hosted packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
|
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/npm-resolver/coverage ts-node packages/npm-resolver/test --type-check",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"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.1.0",
|
|
"@pnpm/resolver-base": "workspace:7.0.0",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"credentials-by-uri": "2.0.0",
|
|
"encode-registry": "2.0.2",
|
|
"fetch-from-npm-registry": "workspace:4.0.2",
|
|
"load-json-file": "6.2.0",
|
|
"mem": "6.0.1",
|
|
"normalize-path": "3.0.0",
|
|
"p-limit": "2.2.2",
|
|
"p-memoize": "4.0.0",
|
|
"parse-npm-tarball-url": "3.0.0",
|
|
"semver": "7.1.3",
|
|
"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": "^7.1.0",
|
|
"@types/ssri": "^6.0.1",
|
|
"nock": "12.0.2",
|
|
"path-exists": "4.0.0",
|
|
"tempy": "0.4.0"
|
|
}
|
|
}
|