pnpm
Version:
A fast implementation of npm install
106 lines (105 loc) • 2.52 kB
JSON
{
"_args": [
[
{
"raw": "gunzip-maybe@1.3.1",
"scope": null,
"escapedName": "gunzip-maybe",
"name": "gunzip-maybe",
"rawSpec": "1.3.1",
"spec": "1.3.1",
"type": "version"
},
"/home/zkochan/src/pnpm"
]
],
"_from": "gunzip-maybe@1.3.1",
"_id": "gunzip-maybe@1.3.1",
"_inCache": true,
"_location": "/gunzip-maybe",
"_nodeVersion": "4.2.2",
"_npmUser": {
"name": "watson",
"email": "w@tson.dk"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"raw": "gunzip-maybe@1.3.1",
"scope": null,
"escapedName": "gunzip-maybe",
"name": "gunzip-maybe",
"rawSpec": "1.3.1",
"spec": "1.3.1",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gunzip-maybe/-/gunzip-maybe-1.3.1.tgz",
"_shasum": "7fd94ebb449a9c6961ffa449d1c078a574e3de15",
"_shrinkwrap": null,
"_spec": "gunzip-maybe@1.3.1",
"_where": "/home/zkochan/src/pnpm",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bin": {
"gunzip-maybe": "./bin.js"
},
"browser": {
"zlib": "browserify-zlib"
},
"bugs": {
"url": "https://github.com/mafintosh/gunzip-maybe/issues"
},
"coordinates": [
55.6666904,
12.5797771
],
"dependencies": {
"browserify-zlib": "^0.1.4",
"is-deflate": "^1.0.0",
"is-gzip": "^1.0.0",
"peek-stream": "^1.1.0",
"pumpify": "^1.3.3",
"through2": "^0.4.1"
},
"description": "Transform stream that gunzips its input if it is gzipped and just echoes it if not",
"devDependencies": {
"concat-stream": "^1.4.5",
"standard": "^5.4.1",
"tape": "^2.12.3"
},
"directories": {},
"dist": {
"shasum": "7fd94ebb449a9c6961ffa449d1c078a574e3de15",
"tarball": "https://registry.npmjs.org/gunzip-maybe/-/gunzip-maybe-1.3.1.tgz"
},
"gitHead": "7158c10d1ad6347c5d21d5115ce5a283e0c109b2",
"homepage": "https://github.com/mafintosh/gunzip-maybe",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
},
{
"name": "watson",
"email": "w@tson.dk"
}
],
"name": "gunzip-maybe",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/gunzip-maybe.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.3.1"
}