Changeset 59329aa for trip-planner-front/node_modules/p-try
- 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-try/package.json
rceaed42 r59329aa 1 1 { 2 "name": "p-try", 3 "version": "2.2.0", 4 "description": "`Start a promise chain", 5 "license": "MIT", 6 "repository": "sindresorhus/p-try", 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 && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "promise", 24 "try", 25 "resolve", 26 "function", 27 "catch", 28 "async", 29 "await", 30 "promises", 31 "settled", 32 "ponyfill", 33 "polyfill", 34 "shim", 35 "bluebird" 36 ], 37 "devDependencies": { 38 "ava": "^1.4.1", 39 "tsd": "^0.7.1", 40 "xo": "^0.24.0" 41 } 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" 42 80 }
Note:
See TracChangeset
for help on using the changeset viewer.