You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.4 KiB
104 lines
2.4 KiB
6 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"p-finally@^1.0.0",
|
||
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/exec-buffer"
|
||
|
]
|
||
|
],
|
||
|
"_from": "p-finally@>=1.0.0 <2.0.0",
|
||
|
"_id": "p-finally@1.0.0",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/p-finally",
|
||
|
"_nodeVersion": "4.6.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-12-west.internal.npmjs.com",
|
||
|
"tmp": "tmp/p-finally-1.0.0.tgz_1477029729610_0.2481102051679045"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"name": "sindresorhus"
|
||
|
},
|
||
|
"_npmVersion": "2.15.9",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "p-finally",
|
||
|
"raw": "p-finally@^1.0.0",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"scope": null,
|
||
|
"spec": ">=1.0.0 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/exec-buffer",
|
||
|
"/execa"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
|
||
|
"_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "p-finally@^1.0.0",
|
||
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/exec-buffer",
|
||
|
"author": {
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"name": "Sindre Sorhus",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/p-finally/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"xo": "*"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
|
||
|
"tarball": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"gitHead": "9cfdd5dccb41995300916c17ab0fab784800f4d3",
|
||
|
"homepage": "https://github.com/sindresorhus/p-finally#readme",
|
||
|
"keywords": [
|
||
|
"promise",
|
||
|
"finally",
|
||
|
"handler",
|
||
|
"function",
|
||
|
"async",
|
||
|
"await",
|
||
|
"promises",
|
||
|
"settled",
|
||
|
"ponyfill",
|
||
|
"polyfill",
|
||
|
"shim",
|
||
|
"bluebird"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"name": "sindresorhus"
|
||
|
}
|
||
|
],
|
||
|
"name": "p-finally",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/sindresorhus/p-finally.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"version": "1.0.0",
|
||
|
"xo": {
|
||
|
"esnext": true
|
||
|
}
|
||
|
}
|