-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage-lock.json
More file actions
170 lines (170 loc) · 5.64 KB
/
package-lock.json
File metadata and controls
170 lines (170 loc) · 5.64 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "stream-json",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "stream-json",
"version": "2.1.0",
"license": "BSD-3-Clause",
"dependencies": {
"stream-chain": "^3.6.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"nano-benchmark": "^1.0.15",
"prettier": "^3.8.1",
"tape-six": "^1.7.13",
"tape-six-proc": "^1.2.8",
"typescript": "^6.0.2"
},
"funding": {
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/@types/node": {
"version": "25.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.18.0"
}
},
"node_modules/commander": {
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
"integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"node_modules/console-toolkit": {
"version": "1.2.15",
"resolved": "https://registry.npmjs.org/console-toolkit/-/console-toolkit-1.2.15.tgz",
"integrity": "sha512-IH6sv4YVjeN4eEc5Yel1Y25rm71UHq4XwoSLkFukcR7GMFk2fgapXPj5XJRpZ4TQlsQaELeaMZEgmUvI8xTu6g==",
"dev": true,
"license": "BSD-3-Clause",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/dollar-shell": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/dollar-shell/-/dollar-shell-1.1.13.tgz",
"integrity": "sha512-KZQ17uOuwUvvH91WH2HlsQAv92chage0KenWyDOPUwQMDuxi3655UDNF4K5Gc67DyOs6OtKv8f7G52keoEwaaQ==",
"dev": true,
"license": "BSD-3-Clause",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/nano-benchmark": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/nano-benchmark/-/nano-benchmark-1.0.15.tgz",
"integrity": "sha512-N4+svtQddH5sZviRw2MDnaOmmhdl1z7t69UuAFcbrnsCBq/846XFwUMM2AqyhhDtms+kqOhznn1tSxoHok0E9w==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"commander": "^14.0.3",
"console-toolkit": "^1.2.15"
},
"bin": {
"nano-bench": "bin/nano-bench.js",
"nano-watch": "bin/nano-watch.js"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/prettier": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/stream-chain": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-3.6.1.tgz",
"integrity": "sha512-M4BQpNPI71uumkVXjl4y+mIormQXdo4R0pSR23mcLbn6D+kpvu7Kx2g1hf0jRB76Zb1IT1M06OIGghMTAtZdyQ==",
"license": "BSD-3-Clause",
"funding": {
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/tape-six": {
"version": "1.7.13",
"resolved": "https://registry.npmjs.org/tape-six/-/tape-six-1.7.13.tgz",
"integrity": "sha512-OQcWWBsk4qX8p1LkB5MmPWnkr5Iv8cG8bnQ97da+KBHyJLljW0CihfTTHQAFK052ChGneTgCC5M7IW0A+kNICQ==",
"dev": true,
"license": "BSD-3-Clause",
"bin": {
"tape6": "bin/tape6.js",
"tape6-bun": "bin/tape6-bun.js",
"tape6-deno": "bin/tape6-deno.js",
"tape6-node": "bin/tape6-node.js",
"tape6-runner": "bin/tape6-runner.js",
"tape6-seq": "bin/tape6-seq.js",
"tape6-server": "bin/tape6-server.js"
},
"funding": {
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/tape-six-proc": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/tape-six-proc/-/tape-six-proc-1.2.8.tgz",
"integrity": "sha512-3X5+RrlHMdat3QDUMeVeRdny/zqkd4Fm9l/e6oFlYWOPwMzoSz8ShS7EIoaJUaeTOoEPAcPN5rmfEgskZI4X9A==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"dollar-shell": "^1.1.13",
"tape-six": "^1.7.13"
},
"bin": {
"tape6-proc": "bin/tape6-proc.js"
},
"funding": {
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/typescript": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"dev": true,
"license": "MIT"
}
}
}