| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "p-finally@^1.0.0", |
| 3 | "_id": "p-finally@1.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", |
| 6 | "_location": "/p-finally", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "p-finally@^1.0.0", |
| 12 | "name": "p-finally", |
| 13 | "escapedName": "p-finally", |
| 14 | "rawSpec": "^1.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/bin-version/execa", |
| 20 | "/bin-wrapper/p-timeout", |
| 21 | "/exec-buffer", |
| 22 | "/execa", |
| 23 | "/gifsicle/execa", |
| 24 | "/p-timeout" |
| 25 | ], |
| 26 | "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", |
| 27 | "_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae", |
| 28 | "_spec": "p-finally@^1.0.0", |
| 29 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\exec-buffer", |
| 30 | "author": { |
| 31 | "name": "Sindre Sorhus", |
| 32 | "email": "sindresorhus@gmail.com", |
| 33 | "url": "sindresorhus.com" |
| 34 | }, |
| 35 | "bugs": { |
| 36 | "url": "https://github.com/sindresorhus/p-finally/issues" |
| 37 | }, |
| 38 | "bundleDependencies": false, |
| 39 | "deprecated": false, |
| 40 | "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome", |
| 41 | "devDependencies": { |
| 42 | "ava": "*", |
| 43 | "xo": "*" |
| 44 | }, |
| 45 | "engines": { |
| 46 | "node": ">=4" |
| 47 | }, |
| 48 | "files": [ |
| 49 | "index.js" |
| 50 | ], |
| 51 | "homepage": "https://github.com/sindresorhus/p-finally#readme", |
| 52 | "keywords": [ |
| 53 | "promise", |
| 54 | "finally", |
| 55 | "handler", |
| 56 | "function", |
| 57 | "async", |
| 58 | "await", |
| 59 | "promises", |
| 60 | "settled", |
| 61 | "ponyfill", |
| 62 | "polyfill", |
| 63 | "shim", |
| 64 | "bluebird" |
| 65 | ], |
| 66 | "license": "MIT", |
| 67 | "name": "p-finally", |
| 68 | "repository": { |
| 69 | "type": "git", |
| 70 | "url": "git+https://github.com/sindresorhus/p-finally.git" |
| 71 | }, |
| 72 | "scripts": { |
| 73 | "test": "xo && ava" |
| 74 | }, |
| 75 | "version": "1.0.0", |
| 76 | "xo": { |
| 77 | "esnext": true |
| 78 | } |
| 79 | } |