{
  "_from": "deasync@0.1.7",
  "_id": "deasync@0.1.7",
  "_inBundle": false,
  "_integrity": "sha1-AvfVzQGEcgy55wg4yGKPwFHBaQY=",
  "_location": "/deasync",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deasync@0.1.7",
    "name": "deasync",
    "escapedName": "deasync",
    "rawSpec": "0.1.7",
    "saveSpec": null,
    "fetchSpec": "0.1.7"
  },
  "_requiredBy": [
    "/furthermore/node-etcd"
  ],
  "_resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.7.tgz",
  "_shasum": "02f7d5cd0184720cb9e70838c8628fc051c16906",
  "_spec": "deasync@0.1.7",
  "_where": "/git/node/kickerd/example/app/node_modules/furthermore/node_modules/node-etcd",
  "author": {
    "name": "Vladimir Kurchatkin",
    "email": "vladimir.kurchatkin@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/abbr/deasync/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Fred Wen",
      "email": "wenfred@gmail.com",
      "url": "https://github.com/abbr"
    }
  ],
  "dependencies": {
    "bindings": "~1.2.1",
    "nan": "^2.0.7"
  },
  "deprecated": false,
  "description": "Turns async function into sync via JavaScript wrapper of Node event loop",
  "engines": {
    "node": ">=0.11.0"
  },
  "homepage": "https://github.com/abbr/deasync",
  "keywords": [
    "async",
    "sync",
    "sleep",
    "async wrapper"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "deasync",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abbr/deasync.git"
  },
  "scripts": {
    "install": "node ./build.js"
  },
  "version": "0.1.7"
}
