{ "_args": [ [ "retry-as-promised@7.0.4", "/root/spacedeck-open" ] ], "_from": "retry-as-promised@7.0.4", "_id": "retry-as-promised@7.0.4", "_inBundle": false, "_integrity": "sha512-XgmCoxKWkDofwH8WddD0w85ZfqYz+ZHlr5yo+3YUCfycWawU56T5ckWXsScsj5B8tqUcIG67DxXByo3VUgiAdA==", "_location": "/retry-as-promised", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "retry-as-promised@7.0.4", "name": "retry-as-promised", "escapedName": "retry-as-promised", "rawSpec": "7.0.4", "saveSpec": null, "fetchSpec": "7.0.4" }, "_requiredBy": [ "/sequelize" ], "_resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-7.0.4.tgz", "_spec": "7.0.4", "_where": "/root/spacedeck-open", "author": { "name": "Mick Hansen", "email": "maker@mhansen.io" }, "bugs": { "url": "https://github.com/mickhansen/retry-as-promised/issues" }, "description": "Retry a failed promise", "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "cross-env": "^5.2.0", "mocha": "^9.1.3", "moment": "^2.10.6", "sinon": "^7.0.0", "sinon-chai": "^3.2.0", "ts-node": "^10.9.1", "typescript": "^4.9.3" }, "homepage": "https://github.com/mickhansen/retry-as-promised", "keywords": [ "retry", "promise", "bluebird" ], "license": "MIT", "main": "dist/index.js", "name": "retry-as-promised", "repository": { "type": "git", "url": "git+https://github.com/mickhansen/retry-as-promised.git" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "cross-env DEBUG=retry-as-promised* ./node_modules/.bin/mocha --register ts-node/register --check-leaks --colors -t 10000 --reporter spec test/promise.test.js" }, "types": "dist/index.d.ts", "version": "7.0.4" }