mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
euh
This commit is contained in:
111
node_modules/pify/package.json
generated
vendored
Normal file
111
node_modules/pify/package.json
generated
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"pify@^3.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/make-dir"
|
||||
]
|
||||
],
|
||||
"_from": "pify@>=3.0.0 <4.0.0",
|
||||
"_id": "pify@3.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/pify",
|
||||
"_nodeVersion": "4.8.3",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/pify-3.0.0.tgz_1495952727749_0.4502641425933689"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "2.15.11",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "pify",
|
||||
"raw": "pify@^3.0.0",
|
||||
"rawSpec": "^3.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=3.0.0 <4.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/make-dir"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
||||
"_shasum": "e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "pify@^3.0.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/make-dir",
|
||||
"author": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "Sindre Sorhus",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/pify/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Promisify a callback-style function",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"pinkie-promise": "^2.0.0",
|
||||
"v8-natives": "^1.0.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176",
|
||||
"tarball": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "e64328eb378e2ecd6bf8c0eb40aa3277680aaff4",
|
||||
"homepage": "https://github.com/sindresorhus/pify#readme",
|
||||
"keywords": [
|
||||
"all",
|
||||
"async",
|
||||
"await",
|
||||
"bind",
|
||||
"bluebird",
|
||||
"callback",
|
||||
"cb",
|
||||
"convert",
|
||||
"denodeify",
|
||||
"denodify",
|
||||
"es2015",
|
||||
"node",
|
||||
"promise",
|
||||
"promises",
|
||||
"promisify",
|
||||
"then",
|
||||
"thenify",
|
||||
"to",
|
||||
"transform",
|
||||
"wrap",
|
||||
"wrapper"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "pify",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/pify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"optimization-test": "node --allow-natives-syntax optimization-test.js",
|
||||
"test": "xo && ava && npm run optimization-test"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
Reference in New Issue
Block a user