Files
pnpm/package.json
2018-01-07 17:54:56 +02:00

63 lines
1.5 KiB
JSON

{
"name": "@pnpm/tarball-fetcher",
"version": "0.3.1",
"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": ">=4"
},
"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",
"dependencies": {
"@types/mem": "^1.1.2",
"@types/mz": "^0.0.32",
"@types/node": "^8.0.53",
"@types/retry": "^0.10.2",
"credentials-by-uri": "^1.0.0",
"fetch-from-npm-registry": "^0.1.0",
"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",
"retry": "^0.10.1",
"ssri": "^5.0.0",
"unpack-stream": "^3.0.0"
},
"devDependencies": {
"@types/nock": "^9.1.0",
"@types/tape": "^4.2.31",
"@types/tempy": "^0.1.0",
"nock": "^9.1.4",
"package-preview": "^1.0.1",
"rimraf": "^2.6.2",
"tape": "^4.8.0",
"tempy": "^0.2.1",
"ts-node": "^4.0.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
}
}