Files
FloatApi/node_modules/retry-as-promised/package.json
T
2022-03-07 22:07:57 +07:00

72 lines
1.9 KiB
JSON

{
"_args": [
[
"retry-as-promised@3.2.0",
"/home/app"
]
],
"_from": "retry-as-promised@3.2.0",
"_id": "retry-as-promised@3.2.0",
"_inBundle": false,
"_integrity": "sha512-CybGs60B7oYU/qSQ6kuaFmRd9sTZ6oXSc0toqePvV74Ac6/IFZSI1ReFQmtCN+uvW1Mtqdwpvt/LGOiCBAY2Mg==",
"_location": "/retry-as-promised",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "retry-as-promised@3.2.0",
"name": "retry-as-promised",
"escapedName": "retry-as-promised",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/home/app",
"author": {
"name": "Mick Hansen",
"email": "maker@mhansen.io"
},
"bugs": {
"url": "https://github.com/mickhansen/retry-as-promised/issues"
},
"dependencies": {
"any-promise": "^1.3.0"
},
"description": "Retry a failed promise",
"devDependencies": {
"bluebird": "^3.5.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"mocha": "^5.2.0",
"moment": "^2.10.6",
"q": "^1.5.1",
"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": "PROMISE_TYPE=bluebird npm run test-raw && PROMISE_TYPE=q npm run test-raw",
"test-raw": "cross-env DEBUG=retry-as-promised* ./node_modules/.bin/mocha --check-leaks --colors -t 10000 --reporter spec test/promise.test.js"
},
"version": "3.2.0"
}