mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
102
node_modules/p-finally/package.json
generated
vendored
Normal file
102
node_modules/p-finally/package.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"p-finally@^1.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/execa"
|
||||
]
|
||||
],
|
||||
"_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": [
|
||||
"/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": "/home/beppe/Github/yahooApi/node_modules/execa",
|
||||
"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": [
|
||||
"async",
|
||||
"await",
|
||||
"bluebird",
|
||||
"finally",
|
||||
"function",
|
||||
"handler",
|
||||
"polyfill",
|
||||
"ponyfill",
|
||||
"promise",
|
||||
"promises",
|
||||
"settled",
|
||||
"shim"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user