{
  "manifest": {
    "name": "util.promisify",
    "version": "1.0.1",
    "description": "Polyfill/shim for util.promisify in node versions < v8",
    "main": "index.js",
    "dependencies": {
      "define-properties": "^1.1.3",
      "es-abstract": "^1.17.2",
      "has-symbols": "^1.0.1",
      "object.getownpropertydescriptors": "^2.1.0"
    },
    "devDependencies": {
      "@es-shims/api": "^2.1.2",
      "@ljharb/eslint-config": "^15.1.0",
      "auto-changelog": "^1.16.2",
      "eslint": "^6.8.0",
      "safe-publish-latest": "^1.1.4"
    },
    "scripts": {
      "prepublish": "safe-publish-latest",
      "lint": "eslint .",
      "pretest": "npm run lint",
      "tests-only": "es-shim-api --bound",
      "test": "npm run tests-only",
      "posttest": "npx aud",
      "version": "auto-changelog && git add CHANGELOG.md",
      "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/ljharb/util.promisify.git"
    },
    "keywords": [
      "promisify",
      "promise",
      "util",
      "polyfill",
      "shim",
      "util.promisify"
    ],
    "author": {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com"
    },
    "funding": {
      "url": "https://github.com/sponsors/ljharb"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/ljharb/util.promisify/issues"
    },
    "homepage": "https://github.com/ljharb/util.promisify#readme",
    "auto-changelog": {
      "output": "CHANGELOG.md",
      "template": "keepachangelog",
      "unreleased": false,
      "commitLimit": false,
      "backfillLimit": false
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-util-promisify-1.0.1-6baf7774b80eeb0f7520d8b81d07982a59abbaee-integrity/node_modules/util.promisify/package.json",
    "readmeFilename": "README.md",
    "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\n## Usage\n\n**Direct**\n```js\nconst promisify = require('util.promisify');\n// Use `promisify` just like the built-in method on `util`\n```\n\n**Shim**\n```js\nrequire('util.promisify/shim')();\n// `util.promisify` is now defined\nconst util = require('util');\n// Use `util.promisify`\n```\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\n## Promisifying modules\n\nIf you want to promisify a whole module, like the `fs` module, you can use [`util.promisify-all`](https://www.npmjs.com/package/util.promisify-all).\n",
    "licenseText": "MIT License\n\nCopyright (c) 2017 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz",
    "hash": "6baf7774b80eeb0f7520d8b81d07982a59abbaee",
    "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
    "registry": "npm",
    "packageName": "util.promisify",
    "cacheIntegrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== sha1-a693dLgO6w91INi4HQeYKlmruu4="
  },
  "registry": "npm",
  "hash": "6baf7774b80eeb0f7520d8b81d07982a59abbaee"
}