package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "util.promisify@1.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "util.promisify@1.0.1",
  10. "_id": "util.promisify@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  13. "_location": "/util.promisify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "util.promisify@1.0.1",
  19. "name": "util.promisify",
  20. "escapedName": "util.promisify",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default/svgo"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false
  41. },
  42. "bugs": {
  43. "url": "https://github.com/ljharb/util.promisify/issues"
  44. },
  45. "dependencies": {
  46. "define-properties": "^1.1.3",
  47. "es-abstract": "^1.17.2",
  48. "has-symbols": "^1.0.1",
  49. "object.getownpropertydescriptors": "^2.1.0"
  50. },
  51. "description": "Polyfill/shim for util.promisify in node versions < v8",
  52. "devDependencies": {
  53. "@es-shims/api": "^2.1.2",
  54. "@ljharb/eslint-config": "^15.1.0",
  55. "auto-changelog": "^1.16.2",
  56. "eslint": "^6.8.0",
  57. "safe-publish-latest": "^1.1.4"
  58. },
  59. "funding": {
  60. "url": "https://github.com/sponsors/ljharb"
  61. },
  62. "homepage": "https://github.com/ljharb/util.promisify#readme",
  63. "keywords": [
  64. "promisify",
  65. "promise",
  66. "util",
  67. "polyfill",
  68. "shim",
  69. "util.promisify"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "util.promisify",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/ljharb/util.promisify.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "posttest": "npx aud",
  81. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  82. "prepublish": "safe-publish-latest",
  83. "pretest": "npm run lint",
  84. "test": "npm run tests-only",
  85. "tests-only": "es-shim-api --bound",
  86. "version": "auto-changelog && git add CHANGELOG.md"
  87. },
  88. "version": "1.0.1"
  89. }