package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "@vue/compiler-sfc@3.0.6",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/compiler-sfc@3.0.6",
  10. "_id": "@vue/compiler-sfc@3.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OUX3OpPVKGh5nx4zKnW7iEmXask=",
  13. "_location": "/@vue/compiler-sfc",
  14. "_phantomChildren": {
  15. "colorette": "1.2.1",
  16. "nanoid": "3.1.20",
  17. "source-map": "0.6.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "@vue/compiler-sfc@3.0.6",
  23. "name": "@vue/compiler-sfc",
  24. "escapedName": "@vue%2fcompiler-sfc",
  25. "scope": "@vue",
  26. "rawSpec": "3.0.6",
  27. "saveSpec": null,
  28. "fetchSpec": "3.0.6"
  29. },
  30. "_requiredBy": [
  31. "#DEV:/"
  32. ],
  33. "_resolved": "http://192.168.250.101:4873/@vue%2fcompiler-sfc/-/compiler-sfc-3.0.6.tgz",
  34. "_spec": "3.0.6",
  35. "_where": "J:\\Github\\CURD-TS",
  36. "author": {
  37. "name": "Evan You"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/vuejs/vue-next/issues"
  41. },
  42. "buildOptions": {
  43. "name": "VueCompilerSFC",
  44. "formats": [
  45. "cjs",
  46. "global"
  47. ],
  48. "prod": false,
  49. "enableNonBrowserBranches": true
  50. },
  51. "dependencies": {
  52. "@babel/parser": "^7.12.0",
  53. "@babel/types": "^7.12.0",
  54. "@vue/compiler-core": "3.0.6",
  55. "@vue/compiler-dom": "3.0.6",
  56. "@vue/compiler-ssr": "3.0.6",
  57. "@vue/shared": "3.0.6",
  58. "consolidate": "^0.16.0",
  59. "estree-walker": "^2.0.1",
  60. "hash-sum": "^2.0.0",
  61. "lru-cache": "^5.1.1",
  62. "magic-string": "^0.25.7",
  63. "merge-source-map": "^1.1.0",
  64. "postcss": "^8.1.10",
  65. "postcss-modules": "^4.0.0",
  66. "postcss-selector-parser": "^6.0.4",
  67. "source-map": "^0.6.1"
  68. },
  69. "description": "@vue/compiler-sfc",
  70. "devDependencies": {
  71. "@types/consolidate": "^0.14.0",
  72. "@types/lru-cache": "^5.1.0",
  73. "pug": "^2.0.4",
  74. "sass": "^1.26.9"
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc#readme",
  80. "keywords": [
  81. "vue"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/compiler-sfc.cjs.js",
  85. "name": "@vue/compiler-sfc",
  86. "peerDependencies": {
  87. "vue": "3.0.6"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/vuejs/vue-next.git",
  92. "directory": "packages/compiler-sfc"
  93. },
  94. "types": "dist/compiler-sfc.d.ts",
  95. "version": "3.0.6"
  96. }