mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
96
node_modules/timed-out/package.json
generated
vendored
Normal file
96
node_modules/timed-out/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"timed-out@^4.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/got"
|
||||
]
|
||||
],
|
||||
"_from": "timed-out@>=4.0.0 <5.0.0",
|
||||
"_id": "timed-out@4.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/timed-out",
|
||||
"_nodeVersion": "6.9.3",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-18-east.internal.npmjs.com",
|
||||
"tmp": "tmp/timed-out-4.0.1.tgz_1484575090971_0.24377561057917774"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "floatdrop@gmail.com",
|
||||
"name": "floatdrop"
|
||||
},
|
||||
"_npmVersion": "3.10.10",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "timed-out",
|
||||
"raw": "timed-out@^4.0.0",
|
||||
"rawSpec": "^4.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=4.0.0 <5.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/got"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
|
||||
"_shasum": "f32eacac5a175bea25d7fab565ab3ed8741ef56f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "timed-out@^4.0.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/got",
|
||||
"author": {
|
||||
"email": "floatdrop@gmail.com",
|
||||
"name": "Vsevolod Strukchinsky"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/floatdrop/timed-out/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "f32eacac5a175bea25d7fab565ab3ed8741ef56f",
|
||||
"tarball": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "2f00fdafb6af0a9b91fb23a04a9271766c5559a4",
|
||||
"homepage": "https://github.com/floatdrop/timed-out#readme",
|
||||
"keywords": [
|
||||
"get",
|
||||
"got",
|
||||
"http",
|
||||
"https",
|
||||
"request",
|
||||
"simple",
|
||||
"uri",
|
||||
"url",
|
||||
"util",
|
||||
"utility"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "floatdrop",
|
||||
"email": "floatdrop@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "timed-out",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/floatdrop/timed-out.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && mocha"
|
||||
},
|
||||
"version": "4.0.1"
|
||||
}
|
Reference in New Issue
Block a user