promisify-core-api
Version:
A Polyfill for Promisify Node ^8.0.0 Core Api
35 lines (34 loc) • 790 B
JSON
{
"name": "promisify-core-api",
"version": "1.0.1",
"description": "A Polyfill for Promisify Node ^8.0.0 Core Api",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Purexo/node-promisify-core-api.git"
},
"keywords": [
"node",
"Promise",
"util.promisify",
"sync to async"
],
"author": "Purexo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Purexo/node-promisify-core-api/issues"
},
"homepage": "https://github.com/Purexo/node-promisify-core-api#readme",
"engines": { "node" : ">=8.0.0" },
"dependencies": {},
"contributors": [
{
"name": "Purexo",
"email": "contact@purexo.mom",
"url": "https://purexo.mom/"
}
]
}