package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "util.promisify@^1.0.0",
  3. "_id": "util.promisify@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/s3UsZUrIfa6xDhr7zZhnE9SLQ5RIXyYfiVnMMyMDzOc8WhWN4Nbh36H842OyurKbCDAesZOJaVyvmSl6fhGQw==",
  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.npmjs.org/util.promisify/-/util.promisify-1.1.1.tgz",
  22. "_shasum": "77832f57ced2c9478174149cae9b96e9918cd54b",
  23. "_spec": "util.promisify@^1.0.0",
  24. "_where": "E:\\workspace\\cfd-front-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.0",
  43. "define-properties": "^1.1.3",
  44. "for-each": "^0.3.3",
  45. "has-symbols": "^1.0.1",
  46. "object.getownpropertydescriptors": "^2.1.1"
  47. },
  48. "deprecated": false,
  49. "description": "Polyfill/shim for util.promisify in node versions < v8",
  50. "devDependencies": {
  51. "@es-shims/api": "^2.1.2",
  52. "@ljharb/eslint-config": "^17.3.0",
  53. "aud": "^1.1.3",
  54. "auto-changelog": "^2.2.1",
  55. "eslint": "^7.17.0",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.1.1"
  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. "postlint": "es-shim-api --bound",
  82. "posttest": "aud --production",
  83. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  84. "prepublish": "safe-publish-latest",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only",
  87. "tests-only": "nyc tape 'test/**/*.js'",
  88. "version": "auto-changelog && git add CHANGELOG.md"
  89. },
  90. "version": "1.1.1"
  91. }