Files
pnpm/package.json
Zoltan Kochan bd0d993d68 feat: require @pnpm/logger v2.1.0
BREAKING CHANGE: require @pnpm/logger v2.1.0
2018-07-14 23:29:13 +03:00

70 lines
1.7 KiB
JSON

{
"name": "@pnpm/tarball-fetcher",
"version": "1.0.0",
"description": "Fetcher for packages hosted as tarballs",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"prepublishOnly": "npm run tsc",
"tsc": "rimraf lib && tsc",
"test": "preview && ts-node test && node example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/tarball-fetcher.git"
},
"keywords": [
"pnpm",
"fetcher",
"tarball"
],
"engines": {
"node": ">=6"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/tarball-fetcher/issues"
},
"homepage": "https://github.com/pnpm/tarball-fetcher#readme",
"peerDependencies": {
"@pnpm/logger": "^2.1.0"
},
"dependencies": {
"@pnpm/fetcher-base": "^1.0.0",
"@types/mem": "^1.1.2",
"@types/mz": "^0.0.32",
"@types/node": "^9.3.0 || 10",
"@types/retry": "^0.10.2",
"@types/rimraf": "^2.0.2",
"credentials-by-uri": "^1.0.0",
"fetch-from-npm-registry": "^0.1.0 || 1",
"fs-write-stream-atomic": "^1.0.10",
"graceful-fs": "^4.1.11",
"mem": "^3.0.0",
"mkdirp-promise": "^5.0.1",
"mz": "^2.7.0",
"path-temp": "^1.0.0",
"retry": "^0.12.0",
"rimraf": "^2.6.2",
"ssri": "^6.0.0",
"unpack-stream": "^3.0.0 || 4"
},
"devDependencies": {
"@pnpm/logger": "^2.1.0",
"@types/nock": "^9.1.0",
"@types/tape": "^4.2.31",
"@types/tempy": "^0.1.0",
"nock": "^9.1.4",
"package-preview": "^1.0.1",
"tape": "^4.8.0",
"tempy": "^0.2.1",
"ts-node": "^7.0.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
}
}