package-lock.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "name": "magic-erp-ui",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "vue-print-nb": "^1.7.5"
  9. }
  10. },
  11. "node_modules/@babel/helper-string-parser": {
  12. "version": "7.25.9",
  13. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  14. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  15. "engines": {
  16. "node": ">=6.9.0"
  17. }
  18. },
  19. "node_modules/@babel/helper-validator-identifier": {
  20. "version": "7.25.9",
  21. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  22. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  23. "engines": {
  24. "node": ">=6.9.0"
  25. }
  26. },
  27. "node_modules/@babel/parser": {
  28. "version": "7.26.2",
  29. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.2.tgz",
  30. "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
  31. "dependencies": {
  32. "@babel/types": "^7.26.0"
  33. },
  34. "bin": {
  35. "parser": "bin/babel-parser.js"
  36. },
  37. "engines": {
  38. "node": ">=6.0.0"
  39. }
  40. },
  41. "node_modules/@babel/types": {
  42. "version": "7.26.0",
  43. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.0.tgz",
  44. "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
  45. "dependencies": {
  46. "@babel/helper-string-parser": "^7.25.9",
  47. "@babel/helper-validator-identifier": "^7.25.9"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. }
  52. },
  53. "node_modules/@vue/compiler-sfc": {
  54. "version": "2.7.16",
  55. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz",
  56. "integrity": "sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==",
  57. "dependencies": {
  58. "@babel/parser": "^7.23.5",
  59. "postcss": "^8.4.14",
  60. "source-map": "^0.6.1"
  61. },
  62. "optionalDependencies": {
  63. "prettier": "^1.18.2 || ^2.0.0"
  64. }
  65. },
  66. "node_modules/csstype": {
  67. "version": "3.1.3",
  68. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  69. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  70. },
  71. "node_modules/nanoid": {
  72. "version": "3.3.7",
  73. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
  74. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  75. "funding": [
  76. {
  77. "type": "github",
  78. "url": "https://github.com/sponsors/ai"
  79. }
  80. ],
  81. "bin": {
  82. "nanoid": "bin/nanoid.cjs"
  83. },
  84. "engines": {
  85. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  86. }
  87. },
  88. "node_modules/picocolors": {
  89. "version": "1.1.1",
  90. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  91. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
  92. },
  93. "node_modules/postcss": {
  94. "version": "8.4.47",
  95. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz",
  96. "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
  97. "funding": [
  98. {
  99. "type": "opencollective",
  100. "url": "https://opencollective.com/postcss/"
  101. },
  102. {
  103. "type": "tidelift",
  104. "url": "https://tidelift.com/funding/github/npm/postcss"
  105. },
  106. {
  107. "type": "github",
  108. "url": "https://github.com/sponsors/ai"
  109. }
  110. ],
  111. "dependencies": {
  112. "nanoid": "^3.3.7",
  113. "picocolors": "^1.1.0",
  114. "source-map-js": "^1.2.1"
  115. },
  116. "engines": {
  117. "node": "^10 || ^12 || >=14"
  118. }
  119. },
  120. "node_modules/prettier": {
  121. "version": "2.8.8",
  122. "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz",
  123. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  124. "optional": true,
  125. "bin": {
  126. "prettier": "bin-prettier.js"
  127. },
  128. "engines": {
  129. "node": ">=10.13.0"
  130. },
  131. "funding": {
  132. "url": "https://github.com/prettier/prettier?sponsor=1"
  133. }
  134. },
  135. "node_modules/source-map": {
  136. "version": "0.6.1",
  137. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  138. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  139. "engines": {
  140. "node": ">=0.10.0"
  141. }
  142. },
  143. "node_modules/source-map-js": {
  144. "version": "1.2.1",
  145. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  146. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  147. "engines": {
  148. "node": ">=0.10.0"
  149. }
  150. },
  151. "node_modules/vue": {
  152. "version": "2.7.16",
  153. "resolved": "https://registry.npmmirror.com/vue/-/vue-2.7.16.tgz",
  154. "integrity": "sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==",
  155. "deprecated": "Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.",
  156. "dependencies": {
  157. "@vue/compiler-sfc": "2.7.16",
  158. "csstype": "^3.1.0"
  159. }
  160. },
  161. "node_modules/vue-print-nb": {
  162. "version": "1.7.5",
  163. "resolved": "https://registry.npmmirror.com/vue-print-nb/-/vue-print-nb-1.7.5.tgz",
  164. "integrity": "sha512-iNbNyUVRWz0Ha1UTiCKxMPtHLUDGgNI8e8xmD3xqm9RlXIUeX9bT7DgNAfY8vPzqyFRHqGjxLI1rycKH366ziQ==",
  165. "dependencies": {
  166. "vue": "^2.6.11"
  167. }
  168. }
  169. }
  170. }