mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 02:21:52 -04:00
98 lines
2.5 KiB
JSON
98 lines
2.5 KiB
JSON
{
|
|
"name": "@pnpm/package-requester",
|
|
"version": "4.1.9",
|
|
"description": "Concurrent downloader of npm-compatible packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run tsc -- --watch",
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"tsc": "rimraf lib && tsc --pretty",
|
|
"test": "npm run lint && npm run tsc && rimraf .store && ts-node test --type-check && mos t",
|
|
"md": "mos",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-requester",
|
|
"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/package-requester#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/check-package": "2.0.0",
|
|
"@pnpm/fetcher-base": "2.0.0",
|
|
"@pnpm/pkgid-to-filename": "2.0.0",
|
|
"@pnpm/read-package-json": "1.0.1",
|
|
"@pnpm/resolver-base": "2.0.0",
|
|
"@pnpm/store-controller-types": "1.0.0",
|
|
"@pnpm/types": "2.0.0",
|
|
"@types/mz": "0.0.32",
|
|
"@types/node": "10.12.5",
|
|
"@types/p-queue": "2.3.1",
|
|
"load-json-file": "5.1.0",
|
|
"mkdirp-promise": "5.0.1",
|
|
"mz": "2.7.0",
|
|
"p-limit": "2.0.0",
|
|
"p-queue": "3.0.0",
|
|
"path-exists": "3.0.0",
|
|
"read-package-json": "2.0.13",
|
|
"rename-overwrite": "1.0.3",
|
|
"rimraf-then": "1.0.1",
|
|
"symlink-dir": "2.0.2",
|
|
"util.promisify": "1.0.0",
|
|
"write-json-file": "3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/local-resolver": "1.0.2",
|
|
"@pnpm/logger": "2.1.0",
|
|
"@pnpm/npm-resolver": "2.2.6",
|
|
"@pnpm/package-requester": "link:",
|
|
"@pnpm/tarball-fetcher": "2.0.8",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/ncp": "2.0.1",
|
|
"@types/nock": "9.3.0",
|
|
"@types/sinon": "5.0.5",
|
|
"@types/tape": "4.2.32",
|
|
"@types/tempy": "0.2.0",
|
|
"delay": "4.1.0",
|
|
"mos": "2.0.0-alpha.3",
|
|
"mos-plugin-readme": "1.0.4",
|
|
"ncp": "2.0.0",
|
|
"nock": "10.0.2",
|
|
"normalize-path": "3.0.0",
|
|
"rimraf": "2.6.2",
|
|
"sinon": "7.1.1",
|
|
"tape": "4.9.1",
|
|
"tempy": "0.2.1",
|
|
"ts-node": "7.0.1",
|
|
"tslint": "5.11.0",
|
|
"typescript": "3.1.6"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"scripts": {}
|
|
}
|
|
}
|