{
  "_from": "micro-promisify@~0.1",
  "_id": "micro-promisify@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-Bx2lkLSVZWDe30qucERynBookC0=",
  "_location": "/micro-promisify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "micro-promisify@~0.1",
    "name": "micro-promisify",
    "escapedName": "micro-promisify",
    "rawSpec": "~0.1",
    "saveSpec": null,
    "fetchSpec": "~0.1"
  },
  "_requiredBy": [
    "/brunch",
    "/deppack",
    "/deps-install",
    "/init-skeleton"
  ],
  "_resolved": "https://registry.npmjs.org/micro-promisify/-/micro-promisify-0.1.1.tgz",
  "_shasum": "071da590b4956560dedf4aae7044729c1a28902d",
  "_spec": "micro-promisify@~0.1",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend/node_modules/brunch",
  "author": {
    "name": "Paul Miller",
    "url": "http://paulmillr.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/micro-promisify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Convert callback-based function into promise. Simple, 10LOC, no deps.",
  "devDependencies": {
    "ava": "^0.13.0"
  },
  "homepage": "https://github.com/paulmillr/micro-promisify#readme",
  "keywords": [
    "promise",
    "promisify",
    "es6",
    "es2015",
    "micro",
    "simple"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "micro-promisify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/micro-promisify.git"
  },
  "scripts": {
    "test": "ava"
  },
  "version": "0.1.1"
}
