package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "@vue/cli-shared-utils@^5.0.8",
  3. "_id": "@vue/cli-shared-utils@5.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==",
  6. "_location": "/@vue/cli-shared-utils",
  7. "_phantomChildren": {
  8. "@babel/helper-validator-identifier": "7.22.5",
  9. "@types/normalize-package-data": "2.4.1",
  10. "bl": "4.1.0",
  11. "end-of-stream": "1.4.4",
  12. "error-ex": "1.3.2",
  13. "escape-string-regexp": "1.0.5",
  14. "is-interactive": "1.0.0",
  15. "is-stream": "1.1.0",
  16. "is-unicode-supported": "0.1.0",
  17. "json-parse-even-better-errors": "2.3.1",
  18. "lines-and-columns": "1.2.4",
  19. "nice-try": "1.0.5",
  20. "normalize-package-data": "2.5.0",
  21. "npm-run-path": "2.0.2",
  22. "once": "1.4.0",
  23. "p-finally": "1.0.0",
  24. "path-key": "2.0.1",
  25. "shebang-command": "1.2.0",
  26. "signal-exit": "3.0.7",
  27. "strip-eof": "1.0.0",
  28. "type-fest": "0.6.0",
  29. "wcwidth": "1.0.1",
  30. "which": "1.3.1"
  31. },
  32. "_requested": {
  33. "type": "range",
  34. "registry": true,
  35. "raw": "@vue/cli-shared-utils@^5.0.8",
  36. "name": "@vue/cli-shared-utils",
  37. "escapedName": "@vue%2fcli-shared-utils",
  38. "scope": "@vue",
  39. "rawSpec": "^5.0.8",
  40. "saveSpec": null,
  41. "fetchSpec": "^5.0.8"
  42. },
  43. "_requiredBy": [
  44. "/@vue/cli-plugin-router",
  45. "/@vue/cli-service"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz",
  48. "_shasum": "75fc96528eba2b1c7e33cb7e989a984ddef99c8a",
  49. "_spec": "@vue/cli-shared-utils@^5.0.8",
  50. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service",
  51. "author": {
  52. "name": "Evan You"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/vuejs/vue-cli/issues"
  56. },
  57. "bundleDependencies": false,
  58. "dependencies": {
  59. "@achrinza/node-ipc": "^9.2.5",
  60. "chalk": "^4.1.2",
  61. "execa": "^1.0.0",
  62. "joi": "^17.4.0",
  63. "launch-editor": "^2.2.1",
  64. "lru-cache": "^6.0.0",
  65. "node-fetch": "^2.6.7",
  66. "open": "^8.0.2",
  67. "ora": "^5.3.0",
  68. "read-pkg": "^5.1.1",
  69. "semver": "^7.3.4",
  70. "strip-ansi": "^6.0.0"
  71. },
  72. "deprecated": false,
  73. "description": "shared utilities for vue-cli packages",
  74. "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
  75. "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-shared-utils#readme",
  76. "keywords": [
  77. "vue",
  78. "cli",
  79. "cli-shared-utils"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "@vue/cli-shared-utils",
  84. "publishConfig": {
  85. "access": "public"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/vuejs/vue-cli.git",
  90. "directory": "packages/@vue/cli-shared-utils"
  91. },
  92. "version": "5.0.8"
  93. }