package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/svg-sprite-loader/html-webpack-plugin",
  21. "/svgo"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/util.promisify/-/util.promisify-1.0.0.tgz",
  24. "_shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
  25. "_spec": "util.promisify@1.0.0",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\html-webpack-plugin",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ljharb/util.promisify/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "define-properties": "^1.1.2",
  37. "object.getownpropertydescriptors": "^2.0.3"
  38. },
  39. "deprecated": false,
  40. "description": "Polyfill/shim for util.promisify in node versions < v8",
  41. "devDependencies": {
  42. "@es-shims/api": "^1.2.0",
  43. "@ljharb/eslint-config": "^11.0.0",
  44. "eslint": "^3.19.0",
  45. "safe-publish-latest": "^1.1.1"
  46. },
  47. "homepage": "https://github.com/ljharb/util.promisify#readme",
  48. "keywords": [
  49. "promisify",
  50. "promise",
  51. "util",
  52. "polyfill",
  53. "shim",
  54. "util.promisify"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "util.promisify",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/ljharb/util.promisify.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint .",
  65. "prepublish": "safe-publish-latest",
  66. "pretest": "npm run lint",
  67. "test": "npm run tests-only",
  68. "tests-only": "es-shim-api --bound"
  69. },
  70. "version": "1.0.0"
  71. }