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