{ "_args": [ [ "promise-retry@2.0.1", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "promise-retry@2.0.1", "_id": "promise-retry@2.0.1", "_inBundle": false, "_integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", "_location": "/promise-retry", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "promise-retry@2.0.1", "name": "promise-retry", "escapedName": "promise-retry", "rawSpec": "2.0.1", "saveSpec": null, "fetchSpec": "2.0.1" }, "_requiredBy": [ "/@npmcli/git", "/make-fetch-happen", "/pacote" ], "_resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", "_spec": "2.0.1", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "IndigoUnited", "email": "hello@indigounited.com", "url": "http://indigounited.com" }, "bugs": { "url": "https://github.com/IndigoUnited/node-promise-retry/issues/" }, "dependencies": { "err-code": "^2.0.2", "retry": "^0.12.0" }, "description": "Retries a function that returns a promise, leveraging the power of the retry module.", "devDependencies": { "expect.js": "^0.3.1", "mocha": "^8.0.1", "sleep-promise": "^8.0.1" }, "engines": { "node": ">=10" }, "homepage": "https://github.com/IndigoUnited/node-promise-retry#readme", "keywords": [ "retry", "promise", "backoff", "repeat", "replay" ], "license": "MIT", "main": "index.js", "name": "promise-retry", "repository": { "type": "git", "url": "git://github.com/IndigoUnited/node-promise-retry.git" }, "scripts": { "test": "mocha --bail -t 10000" }, "version": "2.0.1" }