Changeset 59329aa for trip-planner-front/node_modules/p-retry
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/p-retry/package.json
rceaed42 r59329aa 1 1 { 2 "name": "p-retry", 3 "version": "3.0.1", 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": ">=6" 14 }, 15 "scripts": { 16 "test": "xo && ava" 17 }, 18 "files": [ 19 "index.js" 20 ], 21 "keywords": [ 22 "promise", 23 "retry", 24 "retries", 25 "operation", 26 "failed", 27 "rejected", 28 "try", 29 "exponential", 30 "backoff", 31 "attempt", 32 "async", 33 "await", 34 "promises", 35 "concurrently", 36 "concurrency", 37 "parallel", 38 "bluebird" 39 ], 40 "dependencies": { 41 "retry": "^0.12.0" 42 }, 43 "devDependencies": { 44 "ava": "^1.1.0", 45 "delay": "^4.1.0", 46 "xo": "^0.24.0" 47 } 2 "_args": [ 3 [ 4 "p-retry@3.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "p-retry@3.0.1", 10 "_id": "p-retry@3.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", 13 "_location": "/p-retry", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "p-retry@3.0.1", 19 "name": "p-retry", 20 "escapedName": "p-retry", 21 "rawSpec": "3.0.1", 22 "saveSpec": null, 23 "fetchSpec": "3.0.1" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server" 27 ], 28 "_resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", 29 "_spec": "3.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/p-retry/issues" 38 }, 39 "dependencies": { 40 "retry": "^0.12.0" 41 }, 42 "description": "Retry a promise-returning or async function", 43 "devDependencies": { 44 "ava": "^1.1.0", 45 "delay": "^4.1.0", 46 "xo": "^0.24.0" 47 }, 48 "engines": { 49 "node": ">=6" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/sindresorhus/p-retry#readme", 55 "keywords": [ 56 "promise", 57 "retry", 58 "retries", 59 "operation", 60 "failed", 61 "rejected", 62 "try", 63 "exponential", 64 "backoff", 65 "attempt", 66 "async", 67 "await", 68 "promises", 69 "concurrently", 70 "concurrency", 71 "parallel", 72 "bluebird" 73 ], 74 "license": "MIT", 75 "name": "p-retry", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/sindresorhus/p-retry.git" 79 }, 80 "scripts": { 81 "test": "xo && ava" 82 }, 83 "version": "3.0.1" 48 84 }
Note:
See TracChangeset
for help on using the changeset viewer.