{"_id":"promise-to-callback","_rev":"4-dda2bf24d3b48943818facfe8c575831","name":"promise-to-callback","description":"Convert promise to callback interface","dist-tags":{"latest":"1.0.0"},"versions":{"0.0.0":{"name":"promise-to-callback","version":"0.0.0","description":"Convert promise to callback interface","license":"MIT","repository":{"type":"git","url":"git+https://github.com/stevemao/promise-to-callback.git"},"author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"github.com/stevemao"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["promise","convert","callback"],"dependencies":{"is-fn":"^1.0.0","set-immediate-shim":"^1.0.1"},"devDependencies":{"bluebird":"^2.9.34","mocha":"^2.3.0","pinkie-promise":"^1.0.0","q":"^1.4.1","xo":"^0.7.1"},"xo":{"envs":["node","mocha"]},"gitHead":"e1e2c52a85014f032e99b1a0eb3fa730f5007390","bugs":{"url":"https://github.com/stevemao/promise-to-callback/issues"},"homepage":"https://github.com/stevemao/promise-to-callback#readme","_id":"promise-to-callback@0.0.0","_shasum":"d8067558139e994a7c21868b62a2b167a6088869","_from":".","_npmVersion":"2.14.1","_nodeVersion":"3.2.0","_npmUser":{"name":"stevemao","email":"steve.mao@healthinteract.com.au"},"maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"dist":{"shasum":"d8067558139e994a7c21868b62a2b167a6088869","tarball":"https://registry.npmjs.org/promise-to-callback/-/promise-to-callback-0.0.0.tgz","integrity":"sha512-VPRTVCRkT6kD5Ci7KbauhebUFt/bGL9PAiBfi1RkoX/TBtXklZGSr730NmvxREY0sf+R+++4sqkeoAOiz3nYNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGFxsVT9zW4uH/sNgdSPdJkhrRmv0D/LQFvga3Ke/cF5AiBtK4lOf4I7OpT5YSH0BpcvNJTGdYj6PLBdXhB1iOjGZg=="}]}},"1.0.0":{"name":"promise-to-callback","version":"1.0.0","description":"Convert promise to callback interface","license":"MIT","repository":{"type":"git","url":"git+https://github.com/stevemao/promise-to-callback.git"},"author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"github.com/stevemao"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && mocha"},"files":["index.js"],"keywords":["promise","convert","callback"],"dependencies":{"is-fn":"^1.0.0","set-immediate-shim":"^1.0.1"},"devDependencies":{"bluebird":"^2.9.34","mocha":"^2.3.0","pinkie-promise":"^1.0.0","q":"^1.4.1","xo":"^0.7.1"},"xo":{"envs":["node","mocha"]},"gitHead":"401ee1fb958ba1a90c4434645d1197c9b6d04d54","bugs":{"url":"https://github.com/stevemao/promise-to-callback/issues"},"homepage":"https://github.com/stevemao/promise-to-callback#readme","_id":"promise-to-callback@1.0.0","_shasum":"5d2a749010bfb67d963598fcd3960746a68feef7","_from":".","_npmVersion":"2.14.1","_nodeVersion":"3.2.0","_npmUser":{"name":"stevemao","email":"steve.mao@healthinteract.com.au"},"maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"dist":{"shasum":"5d2a749010bfb67d963598fcd3960746a68feef7","tarball":"https://registry.npmjs.org/promise-to-callback/-/promise-to-callback-1.0.0.tgz","integrity":"sha512-uhMIZmKM5ZteDMfLgJnoSq9GCwsNKrYau73Awf1jIy6/eUcuuZ3P+CD9zUv0kJsIUbU+x6uLNIhXhLHDs1pNPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHvMQbYlwCcczYevEqET3EKc8PhXx78i5dVIwkA8jkVvAiEAr47wZfyFFcHKZRxoe/xO77Sp2SWa8PYRg3WFCXkM7/o="}]}}},"readme":"# promise-to-callback [![Build Status](https://travis-ci.org/stevemao/promise-to-callback.svg?branch=master)](https://travis-ci.org/stevemao/promise-to-callback)\n\n> Convert promise to callback interface\n\nBecause there are many promise implementations and callbacks are better to handle errors.\n\n\n## Install\n\n```\n$ npm install --save promise-to-callback\n```\n\n\n## Usage\n\n```js\nvar promiseToCallback = require('promise-to-callback');\n\npromiseToCallback(promise)(function(err, data) {\n\t...\n});\n```\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n","maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"time":{"modified":"2022-06-24T19:12:20.150Z","created":"2015-09-03T06:41:15.152Z","0.0.0":"2015-09-03T06:41:15.152Z","1.0.0":"2015-09-03T06:44:19.589Z"},"homepage":"https://github.com/stevemao/promise-to-callback#readme","keywords":["promise","convert","callback"],"repository":{"type":"git","url":"git+https://github.com/stevemao/promise-to-callback.git"},"author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"github.com/stevemao"},"bugs":{"url":"https://github.com/stevemao/promise-to-callback/issues"},"license":"MIT","readmeFilename":"readme.md"}