{
  "_args": [
    [
      {
        "raw": "util.promisify@1.0.0",
        "scope": null,
        "escapedName": "util.promisify",
        "name": "util.promisify",
        "rawSpec": "1.0.0",
        "spec": "1.0.0",
        "type": "version"
      },
      "/home/zkochan/src/pnpm/packages/pnpm"
    ]
  ],
  "_from": "util.promisify@1.0.0",
  "_id": "util.promisify@1.0.0",
  "_inCache": true,
  "_location": "/util.promisify",
  "_nodeVersion": "8.0.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/util.promisify-1.0.0.tgz_1496178719180_0.9498088317923248"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "5.0.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "util.promisify@1.0.0",
    "scope": null,
    "escapedName": "util.promisify",
    "name": "util.promisify",
    "rawSpec": "1.0.0",
    "spec": "1.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/",
    "/@pnpm/local-resolver",
    "/@pnpm/package-requester",
    "/@pnpm/read-package-json",
    "/@pnpm/utils",
    "/package-store",
    "/pnpm-shrinkwrap",
    "/rename-overwrite",
    "/supi"
  ],
  "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
  "_shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
  "_shrinkwrap": null,
  "_spec": "util.promisify@1.0.0",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ljharb/util.promisify/issues"
  },
  "dependencies": {
    "define-properties": "^1.1.2",
    "object.getownpropertydescriptors": "^2.0.3"
  },
  "description": "Polyfill/shim for util.promisify in node versions < v8",
  "devDependencies": {
    "@es-shims/api": "^1.2.0",
    "@ljharb/eslint-config": "^11.0.0",
    "eslint": "^3.19.0",
    "safe-publish-latest": "^1.1.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
    "shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
    "tarball": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz"
  },
  "gitHead": "5d74d95951d5396e5a31c74607028d4470276091",
  "homepage": "https://github.com/ljharb/util.promisify#readme",
  "keywords": [
    "promisify",
    "promise",
    "util",
    "polyfill",
    "shim",
    "util.promisify"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "util.promisify",
  "optionalDependencies": {},
  "readme": "# util.promisify\nPolyfill for util.promisify in node versions &lt; v8\n\nnode v8.0.0 added support for a built-in `util.promisify`: https://github.com/nodejs/node/pull/12442/\n\nThis package provides the built-in `util.promisify` in node v8.0.0 and later, and a replacement in other environments.\n\nNote: this package requires a native ES5 environment, and for `Promise` to be globally available. It will throw upon requiring it if these are not present.\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/util.promisify.git"
  },
  "scripts": {
    "lint": "eslint .",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "es-shim-api --bound"
  },
  "version": "1.0.0"
}
