137 lines
3.1 KiB
JSON
137 lines
3.1 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"got@^5.0.0",
|
||
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\package-json"
|
||
|
]
|
||
|
],
|
||
|
"_from": "got@>=5.0.0-0 <6.0.0-0",
|
||
|
"_id": "got@5.7.1",
|
||
|
"_inCache": true,
|
||
|
"_location": "/got",
|
||
|
"_nodeVersion": "0.10.48",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-18-east.internal.npmjs.com",
|
||
|
"tmp": "tmp/got-5.7.1.tgz_1478113400687_0.6078383799176663"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "floatdrop@gmail.com",
|
||
|
"name": "floatdrop"
|
||
|
},
|
||
|
"_npmVersion": "2.15.1",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "got",
|
||
|
"raw": "got@^5.0.0",
|
||
|
"rawSpec": "^5.0.0",
|
||
|
"scope": null,
|
||
|
"spec": ">=5.0.0-0 <6.0.0-0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/package-json"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz",
|
||
|
"_shasum": "5f81635a61e4a6589f180569ea4e381680a51f35",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "got@^5.0.0",
|
||
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\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-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": "^3.0.0",
|
||
|
"unzip-response": "^1.0.2",
|
||
|
"url-parse-lax": "^1.0.0"
|
||
|
},
|
||
|
"description": "Simplified HTTP/HTTPS requests",
|
||
|
"devDependencies": {
|
||
|
"ava": "^0.16.0",
|
||
|
"coveralls": "^2.11.4",
|
||
|
"form-data": "^2.1.1",
|
||
|
"get-port": "^2.0.0",
|
||
|
"get-stream": "^2.3.0",
|
||
|
"into-stream": "^2.0.0",
|
||
|
"nyc": "^8.1.0",
|
||
|
"pem": "^1.4.4",
|
||
|
"pify": "^2.3.0",
|
||
|
"tempfile": "^1.1.1",
|
||
|
"xo": "0.16.x"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "5f81635a61e4a6589f180569ea4e381680a51f35",
|
||
|
"tarball": "https://registry.npmjs.org/got/-/got-5.7.1.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0 <7"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"gitHead": "856b4caf16b02ce28ef0d92e83cf434a50b71e84",
|
||
|
"homepage": "https://github.com/sindresorhus/got#readme",
|
||
|
"installable": true,
|
||
|
"keywords": [
|
||
|
"curl",
|
||
|
"fetch",
|
||
|
"get",
|
||
|
"got",
|
||
|
"http",
|
||
|
"https",
|
||
|
"request",
|
||
|
"simple",
|
||
|
"uri",
|
||
|
"url",
|
||
|
"util",
|
||
|
"utility",
|
||
|
"wget"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "floatdrop",
|
||
|
"email": "floatdrop@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "kevva",
|
||
|
"email": "kevinmartensson@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "got",
|
||
|
"optionalDependencies": {},
|
||
|
"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.7.1",
|
||
|
"xo": {
|
||
|
"ignores": [
|
||
|
"test/**"
|
||
|
]
|
||
|
}
|
||
|
}
|