package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "util.promisify@^1.0.0",
  3. "_id": "util.promisify@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GIEaZ6o86fj09Wtf0VfZ5XP7tmd4t3jM5aZCgmBi231D0DB1AEBa3Aa6MP48DMsAIi96WkpWLimIWVwOjbDMOw==",
  6. "_location": "/util.promisify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "util.promisify@^1.0.0",
  12. "name": "util.promisify",
  13. "escapedName": "util.promisify",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/realpath-native"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/util.promisify/-/util.promisify-1.1.3.tgz",
  22. "_shasum": "3d77cf56628b4aad743e5acde8e5c44cea7dbf1c",
  23. "_spec": "util.promisify@^1.0.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\realpath-native",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/util.promisify/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.8",
  43. "call-bound": "^1.0.3",
  44. "define-data-property": "^1.1.4",
  45. "define-properties": "^1.2.1",
  46. "es-errors": "^1.3.0",
  47. "es-object-atoms": "^1.0.0",
  48. "for-each": "^0.3.3",
  49. "get-intrinsic": "^1.2.6",
  50. "has-proto": "^1.2.0",
  51. "has-symbols": "^1.1.0",
  52. "object.getownpropertydescriptors": "^2.1.8",
  53. "safe-array-concat": "^1.1.3"
  54. },
  55. "deprecated": false,
  56. "description": "Polyfill/shim for util.promisify in node versions < v8",
  57. "devDependencies": {
  58. "@es-shims/api": "^2.5.1",
  59. "@ljharb/eslint-config": "^21.1.1",
  60. "auto-changelog": "^2.5.0",
  61. "encoding": "^0.1.13",
  62. "eslint": "=8.8.0",
  63. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.9.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.8"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "homepage": "https://github.com/ljharb/util.promisify#readme",
  76. "keywords": [
  77. "promisify",
  78. "promise",
  79. "util",
  80. "polyfill",
  81. "shim",
  82. "util.promisify"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "util.promisify",
  87. "publishConfig": {
  88. "ignore": [
  89. ".github/workflows"
  90. ]
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ljharb/util.promisify.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint --ext=js,mjs.",
  98. "postlint": "es-shim-api --bound",
  99. "posttest": "npx npm@'>= 10.2' audit --production",
  100. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  101. "prepack": "npmignore --auto --commentLines=autogenerated",
  102. "prepublish": "not-in-publish || npm run prepublishOnly",
  103. "prepublishOnly": "safe-publish-latest",
  104. "pretest": "npm run lint",
  105. "test": "npm run tests-only",
  106. "tests-only": "nyc tape 'test/**/*.js'",
  107. "version": "auto-changelog && git add CHANGELOG.md"
  108. },
  109. "version": "1.1.3"
  110. }