{
	"name": "promise-to-callback",
	"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"
			},
			"directories": {},
			"contributors": []
		},
		"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"
			},
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2015-09-03T06:44:19.589Z",
		"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"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"9851471e8b8d4b09d65e6d9eb347d654\"",
			"fetched": 1602009401527
		}
	},
	"_distfiles": {
		"promise-to-callback-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/promise-to-callback/-/promise-to-callback-0.0.0.tgz",
			"sha": "d8067558139e994a7c21868b62a2b167a6088869",
			"registry": "npmjs"
		},
		"promise-to-callback-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/promise-to-callback/-/promise-to-callback-1.0.0.tgz",
			"sha": "5d2a749010bfb67d963598fcd3960746a68feef7",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"promise-to-callback-1.0.0.tgz": {
			"shasum": "5d2a749010bfb67d963598fcd3960746a68feef7"
		}
	},
	"_rev": "22-0520b5418018121a",
	"_id": "promise-to-callback",
	"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)"
}