{ "name": "@pnpm/npm-resolver", "version": "2.0.0", "description": "Resolver for npm-hosted packages", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=6" }, "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 (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/resolver-base": "^1.1.0", "@pnpm/types": "^1.2.0", "@types/load-json-file": "^2.0.7", "@types/mem": "^1.1.2", "@types/node": "^10.0.6", "@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": "^1.0.0", "load-json-file": "^5.0.0", "mem": "^3.0.0", "p-limit": "^1.1.0", "semver": "^5.4.1", "ssri": "^6.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/path-exists": "^3.0.0", "@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": "^6.0.0", "tslint": "^5.8.0", "typescript": "^2.6.1" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } } }