API/api.medcify.app/node_modules/retry-as-promised/package.json

64 lines
1.8 KiB
JSON
Raw Normal View History

2022-09-26 06:11:44 +00:00
{
"_from": "retry-as-promised@^5.0.0",
"_id": "retry-as-promised@5.0.0",
"_inBundle": false,
"_integrity": "sha512-6S+5LvtTl2ggBumk04hBo/4Uf6fRJUwIgunGZ7CYEBCeufGFW1Pu6ucUf/UskHeWOIsUcLOGLFXPig5tR5V1nA==",
"_location": "/retry-as-promised",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "retry-as-promised@^5.0.0",
"name": "retry-as-promised",
"escapedName": "retry-as-promised",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-5.0.0.tgz",
"_shasum": "f4ecc25133603a2d2a7aff4a128691d7bc506d54",
"_spec": "retry-as-promised@^5.0.0",
"_where": "/var/www/api.medcify.app/node_modules/sequelize",
"author": {
"name": "Mick Hansen",
"email": "maker@mhansen.io"
},
"bugs": {
"url": "https://github.com/mickhansen/retry-as-promised/issues"
},
"bundleDependencies": false,
"dependencies": {},
"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"
},
"files": [],
"homepage": "https://github.com/mickhansen/retry-as-promised",
"keywords": [
"retry",
"promise",
"bluebird"
],
"license": "MIT",
"main": "index.js",
"name": "retry-as-promised",
"repository": {
"type": "git",
"url": "git+https://github.com/mickhansen/retry-as-promised.git"
},
"scripts": {
"test": "cross-env DEBUG=retry-as-promised* ./node_modules/.bin/mocha --check-leaks --colors -t 10000 --reporter spec test/promise.test.js"
},
"version": "5.0.0"
}