source: trip-planner-front/node_modules/p-retry/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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"
84}
Note: See TracBrowser for help on using the repository browser.