mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-04 05:56:24 -04:00
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"name": "@pnpm/npm-resolver",
|
|
"version": "0.3.10",
|
|
"description": "Resolver for npm-hosted packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "rimraf .store && npm run lint && preview && ts-node test --type-check && mos t",
|
|
"md": "mos",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pnpm/npm-resolver.git"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver",
|
|
"npm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/npm-resolver/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/npm-resolver#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/types": "^1.2.0",
|
|
"@types/load-json-file": "^2.0.7",
|
|
"@types/mem": "^1.1.2",
|
|
"@types/node": "^9.3.0",
|
|
"@types/semver": "^5.4.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"credentials-by-uri": "^1.0.0",
|
|
"encode-registry": "^1.1.0",
|
|
"fetch-from-npm-registry": "^0.1.0",
|
|
"load-json-file": "^4.0.0",
|
|
"mem": "^3.0.0",
|
|
"p-limit": "^1.1.0",
|
|
"semver": "^5.4.1",
|
|
"ssri": "^5.0.0",
|
|
"version-selector-type": "^2.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@types/nock": "^9.1.1",
|
|
"@types/tape": "^4.2.31",
|
|
"@types/tempy": "^0.1.0",
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"nock": "^9.1.6",
|
|
"package-preview": "^1.0.1",
|
|
"path-exists": "^3.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"tape": "^4.8.0",
|
|
"tempy": "^0.2.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|