package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "util.promisify@1.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "util.promisify@1.1.1",
  10. "_id": "util.promisify@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/s3UsZUrIfa6xDhr7zZhnE9SLQ5RIXyYfiVnMMyMDzOc8WhWN4Nbh36H842OyurKbCDAesZOJaVyvmSl6fhGQw==",
  13. "_location": "/util.promisify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "util.promisify@1.1.1",
  19. "name": "util.promisify",
  20. "escapedName": "util.promisify",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/realpath-native"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  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. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/util.promisify/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.0",
  48. "define-properties": "^1.1.3",
  49. "for-each": "^0.3.3",
  50. "has-symbols": "^1.0.1",
  51. "object.getownpropertydescriptors": "^2.1.1"
  52. },
  53. "description": "Polyfill/shim for util.promisify in node versions < v8",
  54. "devDependencies": {
  55. "@es-shims/api": "^2.1.2",
  56. "@ljharb/eslint-config": "^17.3.0",
  57. "aud": "^1.1.3",
  58. "auto-changelog": "^2.2.1",
  59. "eslint": "^7.17.0",
  60. "nyc": "^10.3.2",
  61. "safe-publish-latest": "^1.1.4",
  62. "tape": "^5.1.1"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/ljharb/util.promisify#readme",
  68. "keywords": [
  69. "promisify",
  70. "promise",
  71. "util",
  72. "polyfill",
  73. "shim",
  74. "util.promisify"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "util.promisify",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/ljharb/util.promisify.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "postlint": "es-shim-api --bound",
  86. "posttest": "aud --production",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepublish": "safe-publish-latest",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only",
  91. "tests-only": "nyc tape 'test/**/*.js'",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "version": "1.1.1"
  95. }