{
  "_args": [
    [
      "with-callback@1.0.2",
      "/app"
    ]
  ],
  "_from": "with-callback@1.0.2",
  "_id": "with-callback@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-oJYpuakgAo1yFAT7Q1vc/1yRvCE=",
  "_location": "/with-callback",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "with-callback@1.0.2",
    "name": "with-callback",
    "escapedName": "with-callback",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/promisify-call"
  ],
  "_resolved": "https://registry.npmjs.org/with-callback/-/with-callback-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/app",
  "author": {
    "name": "David Brockman Smoliansky"
  },
  "bugs": {
    "url": "https://github.com/dbrockman/with-callback/issues"
  },
  "description": "A small helper function to bridge the gap when returning a promise from a function that takes a callback",
  "devDependencies": {
    "jest": "^16.0.2",
    "semantic-release": "^4.3.5"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/dbrockman/with-callback#readme",
  "jest": {
    "testEnvironment": "node"
  },
  "license": "MIT",
  "main": "index.js",
  "name": "with-callback",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dbrockman/with-callback.git"
  },
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "jest",
    "test-cov": "nyc ava --reporter=text --reporter=html"
  },
  "version": "1.0.2"
}
