setup-node/node_modules/pify/package.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

55 lines
1.0 KiB
JSON

{
"name": "pify",
"version": "3.0.0",
"description": "Promisify a callback-style function",
"license": "MIT",
"repository": "sindresorhus/pify",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava && npm run optimization-test",
"optimization-test": "node --allow-natives-syntax optimization-test.js"
},
"files": [
"index.js"
],
"keywords": [
"promise",
"promises",
"promisify",
"all",
"denodify",
"denodeify",
"callback",
"cb",
"node",
"then",
"thenify",
"convert",
"transform",
"wrap",
"wrapper",
"bind",
"to",
"async",
"await",
"es2015",
"bluebird"
],
"devDependencies": {
"ava": "*",
"pinkie-promise": "^2.0.0",
"v8-natives": "^1.0.0",
"xo": "*"
}
,"_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz"
,"_integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
,"_from": "pify@3.0.0"
}