package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "util.promisify@1.0.0",
  3. "_id": "util.promisify@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
  6. "_location": "/util.promisify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. "/html-webpack-plugin",
  20. "/svgo"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/util.promisify/-/util.promisify-1.0.0.tgz",
  23. "_shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
  24. "_spec": "util.promisify@1.0.0",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\html-webpack-plugin",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ljharb/util.promisify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "define-properties": "^1.1.2",
  36. "object.getownpropertydescriptors": "^2.0.3"
  37. },
  38. "deprecated": false,
  39. "description": "Polyfill/shim for util.promisify in node versions < v8",
  40. "devDependencies": {
  41. "@es-shims/api": "^1.2.0",
  42. "@ljharb/eslint-config": "^11.0.0",
  43. "eslint": "^3.19.0",
  44. "safe-publish-latest": "^1.1.1"
  45. },
  46. "homepage": "https://github.com/ljharb/util.promisify#readme",
  47. "keywords": [
  48. "promisify",
  49. "promise",
  50. "util",
  51. "polyfill",
  52. "shim",
  53. "util.promisify"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "util.promisify",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/ljharb/util.promisify.git"
  61. },
  62. "scripts": {
  63. "lint": "eslint .",
  64. "prepublish": "safe-publish-latest",
  65. "pretest": "npm run lint",
  66. "test": "npm run tests-only",
  67. "tests-only": "es-shim-api --bound"
  68. },
  69. "version": "1.0.0"
  70. }