package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "util.promisify@1.0.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "util.promisify@1.0.0",
  10. "_id": "util.promisify@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
  13. "_location": "/util.promisify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "util.promisify@1.0.0",
  19. "name": "util.promisify",
  20. "escapedName": "util.promisify",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/html-webpack-plugin",
  27. "/svgo"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/util.promisify/issues"
  38. },
  39. "dependencies": {
  40. "define-properties": "^1.1.2",
  41. "object.getownpropertydescriptors": "^2.0.3"
  42. },
  43. "description": "Polyfill/shim for util.promisify in node versions < v8",
  44. "devDependencies": {
  45. "@es-shims/api": "^1.2.0",
  46. "@ljharb/eslint-config": "^11.0.0",
  47. "eslint": "^3.19.0",
  48. "safe-publish-latest": "^1.1.1"
  49. },
  50. "homepage": "https://github.com/ljharb/util.promisify#readme",
  51. "keywords": [
  52. "promisify",
  53. "promise",
  54. "util",
  55. "polyfill",
  56. "shim",
  57. "util.promisify"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "util.promisify",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/ljharb/util.promisify.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint .",
  68. "prepublish": "safe-publish-latest",
  69. "pretest": "npm run lint",
  70. "test": "npm run tests-only",
  71. "tests-only": "es-shim-api --bound"
  72. },
  73. "version": "1.0.0"
  74. }