You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
3.1 KiB
139 lines
3.1 KiB
{ |
|
"_args": [ |
|
[ |
|
"got@^5.0.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/download" |
|
] |
|
], |
|
"_from": "got@>=5.0.0 <6.0.0", |
|
"_id": "got@5.7.1", |
|
"_inCache": true, |
|
"_installable": 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": { |
|
"readable-stream": "2.3.6" |
|
}, |
|
"_requested": { |
|
"name": "got", |
|
"raw": "got@^5.0.0", |
|
"rawSpec": "^5.0.0", |
|
"scope": null, |
|
"spec": ">=5.0.0 <6.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/download" |
|
], |
|
"_resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz", |
|
"_shasum": "5f81635a61e4a6589f180569ea4e381680a51f35", |
|
"_shrinkwrap": null, |
|
"_spec": "got@^5.0.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/download", |
|
"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": "http://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", |
|
"keywords": [ |
|
"http", |
|
"https", |
|
"get", |
|
"got", |
|
"url", |
|
"uri", |
|
"request", |
|
"util", |
|
"utility", |
|
"simple", |
|
"curl", |
|
"wget", |
|
"fetch" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
}, |
|
{ |
|
"email": "floatdrop@gmail.com", |
|
"name": "floatdrop" |
|
}, |
|
{ |
|
"email": "kevinmartensson@gmail.com", |
|
"name": "kevva" |
|
} |
|
], |
|
"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.7.1", |
|
"xo": { |
|
"ignores": [ |
|
"test/**" |
|
] |
|
} |
|
}
|
|
|