📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:16:48
📂
/
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
@gar
/
promise-retry
✏️
Editing: package.json
{ "name": "@gar/promise-retry", "version": "1.0.3", "description": "Retries a function that returns a promise, leveraging the power of the retry module.", "main": "./lib/index.js", "files": [ "lib" ], "type": "commonjs", "exports": { ".": [ { "default": "./lib/index.js", "types": "./lib/index.d.ts" }, "./lib/index.js" ] }, "scripts": { "lint": "npx standard", "lint:fix": "npx standard --fix", "test": "node --test --experimental-test-coverage --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100", "typelint": "npx -p typescript tsc ./lib/index.d.ts", "posttest": "npm run lint", "postlint": "npm run typelint" }, "bugs": { "url": "https://github.com/wraithgar/node-promise-retry/issues/" }, "repository": { "type": "git", "url": "git://github.com/wraithgar/node-promise-retry.git" }, "keywords": [ "retry", "promise", "backoff", "repeat", "replay" ], "license": "MIT", "engines": { "node": "^20.17.0 || >=22.9.0" } }
💾 Save Changes
❌ Cancel