| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "util.promisify@~1.0.0", |
| 3 | "_id": "util.promisify@1.0.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", |
| 6 | "_location": "/util.promisify", |
| 7 | "_phantomChildren": { |
| 8 | "es-to-primitive": "1.2.1", |
| 9 | "function-bind": "1.1.1", |
| 10 | "has": "1.0.3", |
| 11 | "has-symbols": "1.0.1", |
| 12 | "is-callable": "1.2.2", |
| 13 | "is-regex": "1.1.1", |
| 14 | "object-inspect": "1.8.0", |
| 15 | "object-keys": "1.1.1", |
| 16 | "object.assign": "4.1.2", |
| 17 | "string.prototype.trimend": "1.0.3", |
| 18 | "string.prototype.trimstart": "1.0.3" |
| 19 | }, |
| 20 | "_requested": { |
| 21 | "type": "range", |
| 22 | "registry": true, |
| 23 | "raw": "util.promisify@~1.0.0", |
| 24 | "name": "util.promisify", |
| 25 | "escapedName": "util.promisify", |
| 26 | "rawSpec": "~1.0.0", |
| 27 | "saveSpec": null, |
| 28 | "fetchSpec": "~1.0.0" |
| 29 | }, |
| 30 | "_requiredBy": [ |
| 31 | "/svgo" |
| 32 | ], |
| 33 | "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", |
| 34 | "_shasum": "6baf7774b80eeb0f7520d8b81d07982a59abbaee", |
| 35 | "_spec": "util.promisify@~1.0.0", |
| 36 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\svgo", |
| 37 | "author": { |
| 38 | "name": "Jordan Harband", |
| 39 | "email": "ljharb@gmail.com" |
| 40 | }, |
| 41 | "auto-changelog": { |
| 42 | "output": "CHANGELOG.md", |
| 43 | "template": "keepachangelog", |
| 44 | "unreleased": false, |
| 45 | "commitLimit": false, |
| 46 | "backfillLimit": false |
| 47 | }, |
| 48 | "bugs": { |
| 49 | "url": "https://github.com/ljharb/util.promisify/issues" |
| 50 | }, |
| 51 | "bundleDependencies": false, |
| 52 | "dependencies": { |
| 53 | "define-properties": "^1.1.3", |
| 54 | "es-abstract": "^1.17.2", |
| 55 | "has-symbols": "^1.0.1", |
| 56 | "object.getownpropertydescriptors": "^2.1.0" |
| 57 | }, |
| 58 | "deprecated": false, |
| 59 | "description": "Polyfill/shim for util.promisify in node versions < v8", |
| 60 | "devDependencies": { |
| 61 | "@es-shims/api": "^2.1.2", |
| 62 | "@ljharb/eslint-config": "^15.1.0", |
| 63 | "auto-changelog": "^1.16.2", |
| 64 | "eslint": "^6.8.0", |
| 65 | "safe-publish-latest": "^1.1.4" |
| 66 | }, |
| 67 | "funding": { |
| 68 | "url": "https://github.com/sponsors/ljharb" |
| 69 | }, |
| 70 | "homepage": "https://github.com/ljharb/util.promisify#readme", |
| 71 | "keywords": [ |
| 72 | "promisify", |
| 73 | "promise", |
| 74 | "util", |
| 75 | "polyfill", |
| 76 | "shim", |
| 77 | "util.promisify" |
| 78 | ], |
| 79 | "license": "MIT", |
| 80 | "main": "index.js", |
| 81 | "name": "util.promisify", |
| 82 | "repository": { |
| 83 | "type": "git", |
| 84 | "url": "git+https://github.com/ljharb/util.promisify.git" |
| 85 | }, |
| 86 | "scripts": { |
| 87 | "lint": "eslint .", |
| 88 | "posttest": "npx aud", |
| 89 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", |
| 90 | "prepublish": "safe-publish-latest", |
| 91 | "pretest": "npm run lint", |
| 92 | "test": "npm run tests-only", |
| 93 | "tests-only": "es-shim-api --bound", |
| 94 | "version": "auto-changelog && git add CHANGELOG.md" |
| 95 | }, |
| 96 | "version": "1.0.1" |
| 97 | } |