mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "retry-request@^4.0.0",
|
||
|
"_id": "retry-request@4.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-BINDzVtLI2BDukjWmjAIRZ0oglnCAkpP2vQjM3jdLhmT62h0xnQgciPwBRDAvHqpkPT2Wo1XuUyLyn6nbGrZQQ==",
|
||
|
"_location": "/retry-request",
|
||
|
"_phantomChildren": {
|
||
|
"ms": "2.1.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "retry-request@^4.0.0",
|
||
|
"name": "retry-request",
|
||
|
"escapedName": "retry-request",
|
||
|
"rawSpec": "^4.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@google-cloud/common",
|
||
|
"/google-gax"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/retry-request/-/retry-request-4.1.1.tgz",
|
||
|
"_shasum": "f676d0db0de7a6f122c048626ce7ce12101d2bd8",
|
||
|
"_spec": "retry-request@^4.0.0",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\google-gax",
|
||
|
"author": {
|
||
|
"name": "Stephen Sawchuk",
|
||
|
"email": "sawchuk@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stephenplusplus/retry-request/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"debug": "^4.1.1",
|
||
|
"through2": "^3.0.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Retry a request.",
|
||
|
"devDependencies": {
|
||
|
"async": "^3.0.1",
|
||
|
"lodash.range": "^3.2.0",
|
||
|
"mocha": "^6.1.4",
|
||
|
"request": "^2.87.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts",
|
||
|
"license"
|
||
|
],
|
||
|
"homepage": "https://github.com/stephenplusplus/retry-request#readme",
|
||
|
"keywords": [
|
||
|
"request",
|
||
|
"retry",
|
||
|
"stream"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "retry-request",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/stephenplusplus/retry-request.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha --timeout 0"
|
||
|
},
|
||
|
"types": "index.d.ts",
|
||
|
"version": "4.1.1"
|
||
|
}
|