{
  "_from": "retry-as-promised@^7.0.4",
  "_id": "retry-as-promised@7.1.1",
  "_inBundle": false,
  "_integrity": "sha512-hMD7odLOt3LkTjcif8aRZqi/hybjpLNgSk5oF5FCowfCjok6LukpN2bDX7R5wDmbgBQFn7YoBxSagmtXHaJYJw==",
  "_location": "/retry-as-promised",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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.1.1.tgz",
  "_shasum": "3626246f04c1941ff10cebcfa3df0577fd8ab2d7",
  "_spec": "retry-as-promised@^7.0.4",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\sequelize",
  "author": {
    "name": "Mick Hansen",
    "email": "maker@mhansen.io"
  },
  "bugs": {
    "url": "https://github.com/mickhansen/retry-as-promised/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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",
    "check": "tsc --noEmit",
    "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.1.1"
}
