source: trip-planner-front/node_modules/p-try/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "p-try@2.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "p-try@2.2.0",
10 "_id": "p-try@2.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
13 "_location": "/p-try",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "p-try@2.2.0",
19 "name": "p-try",
20 "escapedName": "p-try",
21 "rawSpec": "2.2.0",
22 "saveSpec": null,
23 "fetchSpec": "2.2.0"
24 },
25 "_requiredBy": [
26 "/import-local/p-limit",
27 "/p-locate/p-limit",
28 "/webpack-dev-server/p-limit"
29 ],
30 "_resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
31 "_spec": "2.2.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Sindre Sorhus",
35 "email": "sindresorhus@gmail.com",
36 "url": "sindresorhus.com"
37 },
38 "bugs": {
39 "url": "https://github.com/sindresorhus/p-try/issues"
40 },
41 "description": "`Start a promise chain",
42 "devDependencies": {
43 "ava": "^1.4.1",
44 "tsd": "^0.7.1",
45 "xo": "^0.24.0"
46 },
47 "engines": {
48 "node": ">=6"
49 },
50 "files": [
51 "index.js",
52 "index.d.ts"
53 ],
54 "homepage": "https://github.com/sindresorhus/p-try#readme",
55 "keywords": [
56 "promise",
57 "try",
58 "resolve",
59 "function",
60 "catch",
61 "async",
62 "await",
63 "promises",
64 "settled",
65 "ponyfill",
66 "polyfill",
67 "shim",
68 "bluebird"
69 ],
70 "license": "MIT",
71 "name": "p-try",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/sindresorhus/p-try.git"
75 },
76 "scripts": {
77 "test": "xo && ava && tsd"
78 },
79 "version": "2.2.0"
80}
Note: See TracBrowser for help on using the repository browser.