package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "util.promisify@1.0.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/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": "sha1-a693dLgO6w91INi4HQeYKlmruu4=",
  13. "_location": "/util.promisify",
  14. "_phantomChildren": {
  15. "es-to-primitive": "1.2.1",
  16. "function-bind": "1.1.1",
  17. "has": "1.0.3",
  18. "has-symbols": "1.0.1",
  19. "is-callable": "1.2.2",
  20. "is-regex": "1.1.1",
  21. "object-inspect": "1.8.0",
  22. "object-keys": "1.1.1",
  23. "object.assign": "4.1.1",
  24. "string.prototype.trimend": "1.0.2",
  25. "string.prototype.trimstart": "1.0.2"
  26. },
  27. "_requested": {
  28. "type": "version",
  29. "registry": true,
  30. "raw": "util.promisify@1.0.1",
  31. "name": "util.promisify",
  32. "escapedName": "util.promisify",
  33. "rawSpec": "1.0.1",
  34. "saveSpec": null,
  35. "fetchSpec": "1.0.1"
  36. },
  37. "_requiredBy": [
  38. "/svgo"
  39. ],
  40. "_resolved": "https://registry.npm.taobao.org/util.promisify/download/util.promisify-1.0.1.tgz",
  41. "_spec": "1.0.1",
  42. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  43. "author": {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com"
  46. },
  47. "auto-changelog": {
  48. "output": "CHANGELOG.md",
  49. "template": "keepachangelog",
  50. "unreleased": false,
  51. "commitLimit": false,
  52. "backfillLimit": false
  53. },
  54. "bugs": {
  55. "url": "https://github.com/ljharb/util.promisify/issues"
  56. },
  57. "dependencies": {
  58. "define-properties": "^1.1.3",
  59. "es-abstract": "^1.17.2",
  60. "has-symbols": "^1.0.1",
  61. "object.getownpropertydescriptors": "^2.1.0"
  62. },
  63. "description": "Polyfill/shim for util.promisify in node versions < v8",
  64. "devDependencies": {
  65. "@es-shims/api": "^2.1.2",
  66. "@ljharb/eslint-config": "^15.1.0",
  67. "auto-changelog": "^1.16.2",
  68. "eslint": "^6.8.0",
  69. "safe-publish-latest": "^1.1.4"
  70. },
  71. "funding": {
  72. "url": "https://github.com/sponsors/ljharb"
  73. },
  74. "homepage": "https://github.com/ljharb/util.promisify#readme",
  75. "keywords": [
  76. "promisify",
  77. "promise",
  78. "util",
  79. "polyfill",
  80. "shim",
  81. "util.promisify"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "util.promisify",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/ljharb/util.promisify.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "posttest": "npx aud",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prepublish": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "es-shim-api --bound",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "version": "1.0.1"
  101. }