Changeset 59329aa for trip-planner-front/node_modules/p-finally
- 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-finally/package.json
rceaed42 r59329aa 1 1 { 2 "name": "p-finally", 3 "version": "1.0.0", 4 "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome", 5 "license": "MIT", 6 "repository": "sindresorhus/p-finally", 2 "_args": [ 3 [ 4 "p-finally@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "p-finally@1.0.0", 10 "_id": "p-finally@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", 13 "_location": "/p-finally", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "p-finally@1.0.0", 19 "name": "p-finally", 20 "escapedName": "p-finally", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/execa" 27 ], 28 "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/p-finally/issues" 38 }, 39 "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome", 40 "devDependencies": { 41 "ava": "*", 42 "xo": "*" 43 }, 12 44 "engines": { 13 45 "node": ">=4" 14 },15 "scripts": {16 "test": "xo && ava"17 46 }, 18 47 "files": [ 19 48 "index.js" 20 49 ], 50 "homepage": "https://github.com/sindresorhus/p-finally#readme", 21 51 "keywords": [ 22 52 "promise", … … 33 63 "bluebird" 34 64 ], 35 "devDependencies": { 36 "ava": "*", 37 "xo": "*" 65 "license": "MIT", 66 "name": "p-finally", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/sindresorhus/p-finally.git" 38 70 }, 71 "scripts": { 72 "test": "xo && ava" 73 }, 74 "version": "1.0.0", 39 75 "xo": { 40 76 "esnext": true
Note:
See TracChangeset
for help on using the changeset viewer.