mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"retry-request@4.1.1",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "retry-request@4.1.1",
|
|
"_id": "retry-request@4.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-BINDzVtLI2BDukjWmjAIRZ0oglnCAkpP2vQjM3jdLhmT62h0xnQgciPwBRDAvHqpkPT2Wo1XuUyLyn6nbGrZQQ==",
|
|
"_location": "/retry-request",
|
|
"_optional": true,
|
|
"_phantomChildren": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "retry-request@4.1.1",
|
|
"name": "retry-request",
|
|
"escapedName": "retry-request",
|
|
"rawSpec": "4.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/common",
|
|
"/google-gax"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/retry-request/-/retry-request-4.1.1.tgz",
|
|
"_spec": "4.1.1",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "Stephen Sawchuk",
|
|
"email": "sawchuk@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stephenplusplus/retry-request/issues"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"through2": "^3.0.1"
|
|
},
|
|
"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"
|
|
}
|