| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "promise", |
| "finally", |
| "handler", |
| "function", |
| "async", |
| "await", |
| "promises", |
| "settled", |
| "ponyfill", |
| "polyfill", |
| "shim", |
| "bluebird" |
| ], |
| "license": "MIT", |
| "name": "p-finally", |
| "repository": "sindresorhus/p-finally", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "1.0.0", |
| "xo": { |
| "esnext": true |
| } |
| } |