UNPKG

makepromise

Version:

Make a Promise from a function with a callback and preserve its error stack.

56 lines (55 loc) 1.23 kB
{ "name": "makepromise", "version": "3.2.0", "description": "Make a Promise from a function with a callback and preserve its error stack.", "main": "build/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "zoroaster test/spec -a", "test-build": "ALAMODE_ENV=test-build zoroaster test/spec -a", "build": "yarn-s b doc", "b": "alamode src -o build -s", "doc": "NODE_DEBUG=doc doc documentary -o README.md", "e": "alanode" }, "files": [ "build", "src" ], "repository": { "type": "git", "url": "git+https://github.com/artdecocode/makepromise.git" }, "keywords": [ "promise", "async", "await", "ecmascript", "es6", "ecma", "promisify", "node", "callback", "cb", "error", "stack" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/artdecocode/makepromise/issues" }, "homepage": "https://www.artd.eco", "devDependencies": { "alamode": "^1.9.2", "catchment": "^3.2.3", "documentary": "^1.23.4", "wrote": "^1.4.0", "yarn-s": "1.2.2", "zoroaster": "^3.11.4" }, "dependencies": { "erotic": "^2.1.0" } }