pnpm
Version:
A fast implementation of npm install
145 lines (144 loc) • 3.29 kB
JSON
{
"_args": [
[
{
"raw": "got@^5.0.0",
"scope": null,
"escapedName": "got",
"name": "got",
"rawSpec": "^5.0.0",
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"/home/zkochan/src/pnpm/node_modules/package-json"
]
],
"_from": "got@>=5.0.0 <6.0.0",
"_id": "got@5.6.0",
"_inCache": true,
"_location": "/got",
"_nodeVersion": "4.4.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/got-5.6.0.tgz_1459967538089_0.3577845075633377"
},
"_npmUser": {
"name": "floatdrop",
"email": "floatdrop@gmail.com"
},
"_npmVersion": "2.14.20",
"_phantomChildren": {},
"_requested": {
"raw": "got@^5.0.0",
"scope": null,
"escapedName": "got",
"name": "got",
"rawSpec": "^5.0.0",
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/package-json"
],
"_resolved": "https://registry.npmjs.org/got/-/got-5.6.0.tgz",
"_shasum": "bb1d7ee163b78082bbc8eb836f3f395004ea6fbf",
"_shrinkwrap": null,
"_spec": "got@^5.0.0",
"_where": "/home/zkochan/src/pnpm/node_modules/package-json",
"browser": {
"unzip-response": false
},
"bugs": {
"url": "https://github.com/sindresorhus/got/issues"
},
"dependencies": {
"create-error-class": "^3.0.1",
"duplexer2": "^0.1.4",
"is-plain-obj": "^1.0.0",
"is-redirect": "^1.0.0",
"is-retry-allowed": "^1.0.0",
"is-stream": "^1.0.0",
"lowercase-keys": "^1.0.0",
"node-status-codes": "^1.0.0",
"object-assign": "^4.0.1",
"parse-json": "^2.1.0",
"pinkie-promise": "^2.0.0",
"read-all-stream": "^3.0.0",
"readable-stream": "^2.0.5",
"timed-out": "^2.0.0",
"unzip-response": "^1.0.0",
"url-parse-lax": "^1.0.0"
},
"description": "Simplified HTTP/HTTPS requests",
"devDependencies": {
"ava": "^0.5.0",
"coveralls": "^2.11.4",
"get-port": "^2.0.0",
"into-stream": "^2.0.0",
"nyc": "^3.2.2",
"pem": "^1.4.4",
"pify": "^2.3.0",
"tempfile": "^1.1.1",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "bb1d7ee163b78082bbc8eb836f3f395004ea6fbf",
"tarball": "https://registry.npmjs.org/got/-/got-5.6.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "d6a81871cf6871548bc79fd9998fd7b47e730f0e",
"homepage": "https://github.com/sindresorhus/got",
"keywords": [
"http",
"https",
"get",
"got",
"url",
"uri",
"request",
"util",
"utility",
"simple",
"curl",
"wget",
"fetch"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
{
"name": "floatdrop",
"email": "floatdrop@gmail.com"
},
{
"name": "kevva",
"email": "kevinmartensson@gmail.com"
}
],
"name": "got",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/got.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "xo && nyc ava"
},
"version": "5.6.0",
"xo": {
"ignores": [
"test/**"
]
}
}