You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.6 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "@vue/compiler-sfc@3.5.13",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_from": "@vue/compiler-sfc@3.5.13",
  9. "_id": "@vue/compiler-sfc@3.5.13",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  12. "_location": "/@vue/compiler-sfc",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@vue/compiler-sfc@3.5.13",
  18. "name": "@vue/compiler-sfc",
  19. "escapedName": "@vue%2fcompiler-sfc",
  20. "scope": "@vue",
  21. "rawSpec": "3.5.13",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.13"
  24. },
  25. "_requiredBy": [
  26. "/@vue/babel-plugin-resolve-type",
  27. "/vue"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  30. "_spec": "3.5.13",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "Evan You"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vuejs/core/issues"
  37. },
  38. "buildOptions": {
  39. "name": "VueCompilerSFC",
  40. "formats": [
  41. "cjs",
  42. "esm-browser"
  43. ],
  44. "prod": false,
  45. "enableNonBrowserBranches": true
  46. },
  47. "dependencies": {
  48. "@babel/parser": "^7.25.3",
  49. "@vue/compiler-core": "3.5.13",
  50. "@vue/compiler-dom": "3.5.13",
  51. "@vue/compiler-ssr": "3.5.13",
  52. "@vue/shared": "3.5.13",
  53. "estree-walker": "^2.0.2",
  54. "magic-string": "^0.30.11",
  55. "postcss": "^8.4.48",
  56. "source-map-js": "^1.2.0"
  57. },
  58. "description": "@vue/compiler-sfc",
  59. "devDependencies": {
  60. "@babel/types": "^7.25.2",
  61. "@vue/consolidate": "^1.0.0",
  62. "hash-sum": "^2.0.0",
  63. "lru-cache": "10.1.0",
  64. "merge-source-map": "^1.1.0",
  65. "minimatch": "~9.0.5",
  66. "postcss-modules": "^6.0.0",
  67. "postcss-selector-parser": "^7.0.0",
  68. "pug": "^3.0.3",
  69. "sass": "^1.80.6"
  70. },
  71. "exports": {
  72. ".": {
  73. "types": "./dist/compiler-sfc.d.ts",
  74. "node": "./dist/compiler-sfc.cjs.js",
  75. "module": "./dist/compiler-sfc.esm-browser.js",
  76. "import": "./dist/compiler-sfc.esm-browser.js",
  77. "require": "./dist/compiler-sfc.cjs.js"
  78. },
  79. "./*": "./*"
  80. },
  81. "files": [
  82. "dist"
  83. ],
  84. "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
  85. "keywords": [
  86. "vue"
  87. ],
  88. "license": "MIT",
  89. "main": "dist/compiler-sfc.cjs.js",
  90. "module": "dist/compiler-sfc.esm-browser.js",
  91. "name": "@vue/compiler-sfc",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/vuejs/core.git",
  95. "directory": "packages/compiler-sfc"
  96. },
  97. "types": "dist/compiler-sfc.d.ts",
  98. "version": "3.5.13"
  99. }