Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/async-retry/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "async-retry", "version": "1.3.3", "description": "Retrying made simple, easy and async", "main": "./lib/index.js", "scripts": { "test": "yarn run test-lint && yarn run test-unit", "test-lint": "eslint .", "test-unit": "ava", "lint:staged": "lint-staged" }, "files": [ "lib" ], "license": "MIT", "repository": "vercel/async-retry", "ava": { "failFast": true }, "dependencies": { "retry": "0.13.1" }, "pre-commit": "lint:staged", "lint-staged": { "*.js": [ "eslint", "prettier --write --single-quote", "git add" ] }, "eslintConfig": { "extends": [ "airbnb", "prettier" ], "rules": { "no-var": 0, "prefer-arrow-callback": 0 } }, "devDependencies": { "ava": "3.15.0", "eslint": "7.32.0", "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.24.0", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.24.0", "lint-staged": "11.1.2", "node-fetch": "2.6.1", "pre-commit": "1.2.2", "prettier": "2.3.2", "then-sleep": "1.0.1" } }