{
  "_args": [
    [
      "standard-as-callback@2.0.1",
      "/var/www/html"
    ]
  ],
  "_from": "standard-as-callback@2.0.1",
  "_id": "standard-as-callback@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-NQOxSeB8gOI5WjSaxjBgog2QFw55FV8TkS6Y07BiB3VJ8xNTvUYm0wl0s8ObgQ5NhdpnNfigMIKjgPESzgr4tg==",
  "_location": "/standard-as-callback",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "standard-as-callback@2.0.1",
    "name": "standard-as-callback",
    "escapedName": "standard-as-callback",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/ioredis"
  ],
  "_resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/var/www/html",
  "author": {
    "name": "luin",
    "email": "i@zihua.li"
  },
  "bugs": {
    "url": "https://github.com/luin/asCallback/issues"
  },
  "description": "A performant and standard (Bluebird) library that registers a node-style callback on a promise",
  "devDependencies": {
    "mocha": "^5.2.0",
    "promise-timeout": "^1.3.0",
    "sinon": "^6.0.0",
    "typescript": "^3.3.1"
  },
  "directories": {
    "lib": "built"
  },
  "files": [
    "built/"
  ],
  "homepage": "https://github.com/luin/asCallback#readme",
  "keywords": [
    "ascallback",
    "nodeify",
    "promise",
    "bluebird"
  ],
  "license": "MIT",
  "main": "built/index.js",
  "name": "standard-as-callback",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luin/asCallback.git"
  },
  "scripts": {
    "build": "rm -rf built && tsc",
    "prepublishOnly": "npm run build && npm test",
    "test": "mocha"
  },
  "types": "built/index.d.ts",
  "version": "2.0.1"
}
