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
| {
| "_args": [
| [
| "@vue/shared@3.4.21",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "@vue/shared@3.4.21",
| "_id": "@vue/shared@3.4.21",
| "_inBundle": false,
| "_integrity": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==",
| "_location": "/@vue/shared",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@vue/shared@3.4.21",
| "name": "@vue/shared",
| "escapedName": "@vue%2fshared",
| "scope": "@vue",
| "rawSpec": "3.4.21",
| "saveSpec": null,
| "fetchSpec": "3.4.21"
| },
| "_requiredBy": [
| "/",
| "/@vue/compiler-core",
| "/@vue/compiler-dom",
| "/@vue/compiler-sfc",
| "/@vue/compiler-ssr"
| ],
| "_resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-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": {
| "formats": [
| "esm-bundler",
| "cjs"
| ]
| },
| "description": "internal utils shared across @vue packages",
| "exports": {
| ".": {
| "types": "./dist/shared.d.ts",
| "node": {
| "production": "./dist/shared.cjs.prod.js",
| "development": "./dist/shared.cjs.js",
| "default": "./index.js"
| },
| "module": "./dist/shared.esm-bundler.js",
| "import": "./dist/shared.esm-bundler.js",
| "require": "./index.js"
| },
| "./*": "./*"
| },
| "files": [
| "index.js",
| "dist"
| ],
| "homepage": "https://github.com/vuejs/core/tree/main/packages/shared#readme",
| "keywords": [
| "vue"
| ],
| "license": "MIT",
| "main": "index.js",
| "module": "dist/shared.esm-bundler.js",
| "name": "@vue/shared",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/vuejs/core.git",
| "directory": "packages/shared"
| },
| "sideEffects": false,
| "types": "dist/shared.d.ts",
| "version": "3.4.21"
| }
|
|