aboutsummaryrefslogtreecommitdiff
path: root/node_modules/pify
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/pify
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/pify')
-rw-r--r--node_modules/pify/package.json97
1 files changed, 15 insertions, 82 deletions
diff --git a/node_modules/pify/package.json b/node_modules/pify/package.json
index a812dc951..311d1982e 100644
--- a/node_modules/pify/package.json
+++ b/node_modules/pify/package.json
@@ -1,78 +1,24 @@
{
- "_args": [
- [
- {
- "raw": "pify@^2.0.0",
- "scope": null,
- "escapedName": "pify",
- "name": "pify",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/del"
- ]
- ],
- "_from": "pify@>=2.0.0 <3.0.0",
- "_id": "pify@2.3.0",
- "_inCache": true,
- "_location": "/pify",
- "_nodeVersion": "4.2.1",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.14.7",
- "_phantomChildren": {},
- "_requested": {
- "raw": "pify@^2.0.0",
- "scope": null,
- "escapedName": "pify",
- "name": "pify",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/del",
- "/globby",
- "/load-json-file",
- "/path-type"
- ],
- "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
- "_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
- "_shrinkwrap": null,
- "_spec": "pify@^2.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/del",
+ "name": "pify",
+ "version": "2.3.0",
+ "description": "Promisify a callback-style function",
+ "license": "MIT",
+ "repository": "sindresorhus/pify",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/pify/issues"
- },
- "dependencies": {},
- "description": "Promisify a callback-style function",
- "devDependencies": {
- "ava": "*",
- "pinkie-promise": "^1.0.0",
- "v8-natives": "0.0.2",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
- "tarball": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava && npm run optimization-test",
+ "optimization-test": "node --allow-natives-syntax optimization-test.js"
+ },
"files": [
"index.js"
],
- "gitHead": "2dd0d8b880e4ebcc5cc33ae126b02647418e4440",
- "homepage": "https://github.com/sindresorhus/pify",
"keywords": [
"promise",
"promises",
@@ -93,23 +39,10 @@
"async",
"es2015"
],
- "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": "2.3.0"
+ "devDependencies": {
+ "ava": "*",
+ "pinkie-promise": "^1.0.0",
+ "v8-natives": "0.0.2",
+ "xo": "*"
+ }
}