line_push/node_modules/p-finally/package.json
2022-07-17 13:16:16 +08:00

75 lines
1.7 KiB
JSON

{
"_args": [
[
"p-finally@2.0.1",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "p-finally@2.0.1",
"_id": "p-finally@2.0.1",
"_inBundle": false,
"_integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==",
"_location": "/p-finally",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "p-finally@2.0.1",
"name": "p-finally",
"escapedName": "p-finally",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/execa"
],
"_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/p-finally/issues"
},
"description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
"devDependencies": {
"ava": "^1.4.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/p-finally#readme",
"keywords": [
"promise",
"finally",
"handler",
"function",
"async",
"await",
"promises",
"settled",
"ponyfill",
"polyfill",
"shim",
"bluebird"
],
"license": "MIT",
"name": "p-finally",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-finally.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}