{
  "_from": "promisfy",
  "_id": "promisfy@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-9S6NY6pVlmrvQX/KIZn4V8EPcKNAC0l5nEKXTa5K1/uzqnMOn4ivWtQY+IbSE/f9uLUa1T/kbDsASSzi05X3dA==",
  "_location": "/promisfy",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "promisfy",
    "name": "promisfy",
    "escapedName": "promisfy",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/promisfy/-/promisfy-1.2.0.tgz",
  "_shasum": "d34cfec196bddd6a2cfa0bf64eaca53dbc9250a8",
  "_spec": "promisfy",
  "_where": "/var/www/html/api1.turtleking.com",
  "author": {
    "name": "nEk0"
  },
  "bugs": {
    "url": "https://github.com/DanteLee/promisfy/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "transform a node-style asynchronous function to promise-style function, very handy for async/await",
  "homepage": "https://github.com/DanteLee/promisfy#readme",
  "keywords": [
    "promise"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "promisfy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanteLee/promisfy.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.2.0"
}
