package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "util.promisify@1.0.1",
  5. "E:\\item\\newItem\\admin"
  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. "/realpath-native",
  27. "/svgo"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/util.promisify/issues"
  45. },
  46. "dependencies": {
  47. "define-properties": "^1.1.3",
  48. "es-abstract": "^1.17.2",
  49. "has-symbols": "^1.0.1",
  50. "object.getownpropertydescriptors": "^2.1.0"
  51. },
  52. "description": "Polyfill/shim for util.promisify in node versions < v8",
  53. "devDependencies": {
  54. "@es-shims/api": "^2.1.2",
  55. "@ljharb/eslint-config": "^15.1.0",
  56. "auto-changelog": "^1.16.2",
  57. "eslint": "^6.8.0",
  58. "safe-publish-latest": "^1.1.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/ljharb/util.promisify#readme",
  64. "keywords": [
  65. "promisify",
  66. "promise",
  67. "util",
  68. "polyfill",
  69. "shim",
  70. "util.promisify"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "util.promisify",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/ljharb/util.promisify.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint .",
  81. "posttest": "npx aud",
  82. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  83. "prepublish": "safe-publish-latest",
  84. "pretest": "npm run lint",
  85. "test": "npm run tests-only",
  86. "tests-only": "es-shim-api --bound",
  87. "version": "auto-changelog && git add CHANGELOG.md"
  88. },
  89. "version": "1.0.1"
  90. }