-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
119 lines (119 loc) · 2.97 KB
/
package-lock.json
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "console-overlay",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "console-overlay",
"devDependencies": {
"bun-types": "latest",
"csstype": "^3.1.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
},
"node_modules/@types/node": {
"version": "20.10.5",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/node/node_modules/undici-types": {
"version": "5.26.5",
"dev": true,
"license": "MIT"
},
"node_modules/@types/ws": {
"version": "8.5.10",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/bun-types": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.20.tgz",
"integrity": "sha512-MB9OwwwNDdolaPBX9TSEq/9WlexEH1n2d5G/fnre/sz0NAzoxYaOgd3cpxNmNGsExMbgxkccSLNcVPV0rrfunA==",
"dev": true,
"dependencies": {
"@types/node": "*",
"@types/ws": "*",
"undici-types": "^5.26.4"
}
},
"node_modules/csstype": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
"dev": true
},
"node_modules/typescript": {
"version": "5.3.3",
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "5.28.2",
"dev": true,
"license": "MIT"
}
},
"dependencies": {
"@types/node": {
"version": "20.10.5",
"dev": true,
"requires": {
"undici-types": "~5.26.4"
},
"dependencies": {
"undici-types": {
"version": "5.26.5",
"dev": true
}
}
},
"@types/ws": {
"version": "8.5.10",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"bun-types": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.20.tgz",
"integrity": "sha512-MB9OwwwNDdolaPBX9TSEq/9WlexEH1n2d5G/fnre/sz0NAzoxYaOgd3cpxNmNGsExMbgxkccSLNcVPV0rrfunA==",
"dev": true,
"requires": {
"@types/node": "*",
"@types/ws": "*",
"undici-types": "^5.26.4"
}
},
"csstype": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
"dev": true
},
"typescript": {
"version": "5.3.3",
"peer": true
},
"undici-types": {
"version": "5.28.2",
"dev": true
}
}
}