|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
823 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "p-retry",
|
|---|
| 3 | "version": "4.6.2",
|
|---|
| 4 | "description": "Retry a promise-returning or async function",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "repository": "sindresorhus/p-retry",
|
|---|
| 7 | "author": {
|
|---|
| 8 | "name": "Sindre Sorhus",
|
|---|
| 9 | "email": "sindresorhus@gmail.com",
|
|---|
| 10 | "url": "sindresorhus.com"
|
|---|
| 11 | },
|
|---|
| 12 | "engines": {
|
|---|
| 13 | "node": ">=8"
|
|---|
| 14 | },
|
|---|
| 15 | "scripts": {
|
|---|
| 16 | "test": "xo && ava && tsd"
|
|---|
| 17 | },
|
|---|
| 18 | "files": [
|
|---|
| 19 | "index.js",
|
|---|
| 20 | "index.d.ts"
|
|---|
| 21 | ],
|
|---|
| 22 | "keywords": [
|
|---|
| 23 | "promise",
|
|---|
| 24 | "retry",
|
|---|
| 25 | "retries",
|
|---|
| 26 | "operation",
|
|---|
| 27 | "failed",
|
|---|
| 28 | "rejected",
|
|---|
| 29 | "try",
|
|---|
| 30 | "exponential",
|
|---|
| 31 | "backoff",
|
|---|
| 32 | "attempt",
|
|---|
| 33 | "async",
|
|---|
| 34 | "await",
|
|---|
| 35 | "promises",
|
|---|
| 36 | "concurrently",
|
|---|
| 37 | "concurrency",
|
|---|
| 38 | "parallel",
|
|---|
| 39 | "bluebird"
|
|---|
| 40 | ],
|
|---|
| 41 | "dependencies": {
|
|---|
| 42 | "@types/retry": "0.12.0",
|
|---|
| 43 | "retry": "^0.13.1"
|
|---|
| 44 | },
|
|---|
| 45 | "devDependencies": {
|
|---|
| 46 | "ava": "^2.4.0",
|
|---|
| 47 | "delay": "^4.1.0",
|
|---|
| 48 | "tsd": "^0.10.0",
|
|---|
| 49 | "xo": "^0.25.3"
|
|---|
| 50 | }
|
|---|
| 51 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.