pnpm 8.15.1 → 8.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/.modules.yaml +202 -196
- package/dist/node_modules/.pnpm/lock.yaml +78 -7
- package/dist/node_modules/ip-address/LICENSE +19 -0
- package/dist/node_modules/ip-address/dist/address-error.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/address-error.js +14 -0
- package/dist/node_modules/ip-address/dist/address-error.js.map +1 -0
- package/dist/node_modules/ip-address/dist/common.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/common.js +26 -0
- package/dist/node_modules/ip-address/dist/common.js.map +1 -0
- package/dist/node_modules/ip-address/dist/ip-address.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/ip-address.js +35 -0
- package/dist/node_modules/ip-address/dist/ip-address.js.map +1 -0
- package/dist/node_modules/ip-address/dist/ipv4.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/ipv4.js +326 -0
- package/dist/node_modules/ip-address/dist/ipv4.js.map +1 -0
- package/dist/node_modules/ip-address/dist/ipv6.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/ipv6.js +998 -0
- package/dist/node_modules/ip-address/dist/ipv6.js.map +1 -0
- package/dist/node_modules/ip-address/dist/v4/constants.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/v4/constants.js +8 -0
- package/dist/node_modules/ip-address/dist/v4/constants.js.map +1 -0
- package/dist/node_modules/ip-address/dist/v6/constants.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/v6/constants.js +76 -0
- package/dist/node_modules/ip-address/dist/v6/constants.js.map +1 -0
- package/dist/node_modules/ip-address/dist/v6/helpers.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/v6/helpers.js +48 -0
- package/dist/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
- package/dist/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +1 -0
- package/dist/node_modules/ip-address/dist/v6/regular-expressions.js +96 -0
- package/dist/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
- package/dist/node_modules/ip-address/package.json +87 -0
- package/dist/node_modules/jsbn/LICENSE +40 -0
- package/dist/node_modules/jsbn/example.html +11 -0
- package/dist/node_modules/jsbn/example.js +5 -0
- package/dist/node_modules/jsbn/index.js +1361 -0
- package/dist/node_modules/jsbn/package.json +21 -0
- package/dist/node_modules/socks/build/client/socksclient.js +14 -14
- package/dist/node_modules/socks/build/client/socksclient.js.map +1 -1
- package/dist/node_modules/socks/build/common/constants.js +10 -16
- package/dist/node_modules/socks/build/common/constants.js.map +1 -1
- package/dist/node_modules/socks/build/common/helpers.js +35 -1
- package/dist/node_modules/socks/build/common/helpers.js.map +1 -1
- package/dist/node_modules/socks/build/common/receivebuffer.js.map +1 -1
- package/dist/node_modules/socks/build/common/util.js.map +1 -1
- package/dist/node_modules/socks/package.json +11 -11
- package/dist/node_modules/sprintf-js/LICENSE +24 -0
- package/dist/node_modules/sprintf-js/dist/angular-sprintf.min.js +3 -0
- package/dist/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +1 -0
- package/dist/node_modules/sprintf-js/dist/sprintf.min.js +3 -0
- package/dist/node_modules/sprintf-js/dist/sprintf.min.js.map +1 -0
- package/dist/node_modules/sprintf-js/package.json +35 -0
- package/dist/node_modules/sprintf-js/src/angular-sprintf.js +24 -0
- package/dist/node_modules/sprintf-js/src/sprintf.js +231 -0
- package/dist/pnpm.cjs +9636 -12029
- package/dist/worker.js +4 -4
- package/package.json +2 -2
- package/dist/node_modules/ip/lib/ip.js +0 -422
- package/dist/node_modules/ip/package.json +0 -25
|
@@ -1,199 +1,203 @@
|
|
|
1
1
|
hoistPattern:
|
|
2
2
|
- '*'
|
|
3
3
|
hoistedLocations:
|
|
4
|
-
/@gar/promisify
|
|
4
|
+
/@gar/promisify@1.1.3:
|
|
5
5
|
- node_modules/@gar/promisify
|
|
6
|
-
/@npmcli/fs
|
|
6
|
+
/@npmcli/fs@2.1.2:
|
|
7
7
|
- node_modules/@npmcli/fs
|
|
8
|
-
/@npmcli/move-file
|
|
8
|
+
/@npmcli/move-file@2.0.1:
|
|
9
9
|
- node_modules/@npmcli/move-file
|
|
10
|
-
/@tootallnate/once
|
|
10
|
+
/@tootallnate/once@2.0.0:
|
|
11
11
|
- node_modules/@tootallnate/once
|
|
12
|
-
/abbrev
|
|
12
|
+
/abbrev@1.1.1:
|
|
13
13
|
- node_modules/abbrev
|
|
14
|
-
/agent-base
|
|
14
|
+
/agent-base@6.0.2:
|
|
15
15
|
- node_modules/agent-base
|
|
16
|
-
/agentkeepalive
|
|
16
|
+
/agentkeepalive@4.5.0:
|
|
17
17
|
- node_modules/agentkeepalive
|
|
18
|
-
/aggregate-error
|
|
18
|
+
/aggregate-error@3.1.0:
|
|
19
19
|
- node_modules/aggregate-error
|
|
20
|
-
/ansi-regex
|
|
20
|
+
/ansi-regex@5.0.1:
|
|
21
21
|
- node_modules/ansi-regex
|
|
22
|
-
/aproba
|
|
22
|
+
/aproba@2.0.0:
|
|
23
23
|
- node_modules/aproba
|
|
24
|
-
/are-we-there-yet
|
|
24
|
+
/are-we-there-yet@3.0.1:
|
|
25
25
|
- node_modules/are-we-there-yet
|
|
26
|
-
/balanced-match
|
|
26
|
+
/balanced-match@1.0.2:
|
|
27
27
|
- node_modules/balanced-match
|
|
28
|
-
/brace-expansion
|
|
28
|
+
/brace-expansion@1.1.11:
|
|
29
29
|
- node_modules/brace-expansion
|
|
30
|
-
/brace-expansion
|
|
30
|
+
/brace-expansion@2.0.1:
|
|
31
31
|
- node_modules/cacache/node_modules/brace-expansion
|
|
32
|
-
/cacache
|
|
32
|
+
/cacache@16.1.3:
|
|
33
33
|
- node_modules/cacache
|
|
34
|
-
/chownr
|
|
34
|
+
/chownr@2.0.0:
|
|
35
35
|
- node_modules/chownr
|
|
36
|
-
/clean-stack
|
|
36
|
+
/clean-stack@2.2.0:
|
|
37
37
|
- node_modules/clean-stack
|
|
38
|
-
/color-support
|
|
38
|
+
/color-support@1.1.3:
|
|
39
39
|
- node_modules/color-support
|
|
40
|
-
/concat-map
|
|
40
|
+
/concat-map@0.0.1:
|
|
41
41
|
- node_modules/concat-map
|
|
42
|
-
/console-control-strings
|
|
42
|
+
/console-control-strings@1.1.0:
|
|
43
43
|
- node_modules/console-control-strings
|
|
44
|
-
/debug
|
|
44
|
+
/debug@4.3.4:
|
|
45
45
|
- node_modules/debug
|
|
46
|
-
/delegates
|
|
46
|
+
/delegates@1.0.0:
|
|
47
47
|
- node_modules/delegates
|
|
48
|
-
/emoji-regex
|
|
48
|
+
/emoji-regex@8.0.0:
|
|
49
49
|
- node_modules/emoji-regex
|
|
50
|
-
/encoding
|
|
50
|
+
/encoding@0.1.13:
|
|
51
51
|
- node_modules/encoding
|
|
52
|
-
/env-paths
|
|
52
|
+
/env-paths@2.2.1:
|
|
53
53
|
- node_modules/env-paths
|
|
54
|
-
/err-code
|
|
54
|
+
/err-code@2.0.3:
|
|
55
55
|
- node_modules/err-code
|
|
56
|
-
/exponential-backoff
|
|
56
|
+
/exponential-backoff@3.1.1:
|
|
57
57
|
- node_modules/exponential-backoff
|
|
58
|
-
/fs-minipass
|
|
58
|
+
/fs-minipass@2.1.0:
|
|
59
59
|
- node_modules/fs-minipass
|
|
60
|
-
/fs.realpath
|
|
60
|
+
/fs.realpath@1.0.0:
|
|
61
61
|
- node_modules/fs.realpath
|
|
62
|
-
/gauge
|
|
62
|
+
/gauge@4.0.4:
|
|
63
63
|
- node_modules/gauge
|
|
64
|
-
/glob
|
|
64
|
+
/glob@7.2.3:
|
|
65
65
|
- node_modules/glob
|
|
66
|
-
/glob
|
|
66
|
+
/glob@8.1.0:
|
|
67
67
|
- node_modules/cacache/node_modules/glob
|
|
68
|
-
/graceful-fs
|
|
68
|
+
/graceful-fs@4.2.11:
|
|
69
69
|
- node_modules/graceful-fs
|
|
70
|
-
/has-unicode
|
|
70
|
+
/has-unicode@2.0.1:
|
|
71
71
|
- node_modules/has-unicode
|
|
72
|
-
/http-cache-semantics
|
|
72
|
+
/http-cache-semantics@4.1.1:
|
|
73
73
|
- node_modules/http-cache-semantics
|
|
74
|
-
/http-proxy-agent
|
|
74
|
+
/http-proxy-agent@5.0.0:
|
|
75
75
|
- node_modules/http-proxy-agent
|
|
76
|
-
/https-proxy-agent
|
|
76
|
+
/https-proxy-agent@5.0.1:
|
|
77
77
|
- node_modules/https-proxy-agent
|
|
78
|
-
/humanize-ms
|
|
78
|
+
/humanize-ms@1.2.1:
|
|
79
79
|
- node_modules/humanize-ms
|
|
80
|
-
/iconv-lite
|
|
80
|
+
/iconv-lite@0.6.3:
|
|
81
81
|
- node_modules/iconv-lite
|
|
82
|
-
/imurmurhash
|
|
82
|
+
/imurmurhash@0.1.4:
|
|
83
83
|
- node_modules/imurmurhash
|
|
84
|
-
/indent-string
|
|
84
|
+
/indent-string@4.0.0:
|
|
85
85
|
- node_modules/indent-string
|
|
86
|
-
/infer-owner
|
|
86
|
+
/infer-owner@1.0.4:
|
|
87
87
|
- node_modules/infer-owner
|
|
88
|
-
/inflight
|
|
88
|
+
/inflight@1.0.6:
|
|
89
89
|
- node_modules/inflight
|
|
90
|
-
/inherits
|
|
90
|
+
/inherits@2.0.4:
|
|
91
91
|
- node_modules/inherits
|
|
92
|
-
/ip
|
|
93
|
-
- node_modules/ip
|
|
94
|
-
/is-fullwidth-code-point
|
|
92
|
+
/ip-address@9.0.5:
|
|
93
|
+
- node_modules/ip-address
|
|
94
|
+
/is-fullwidth-code-point@3.0.0:
|
|
95
95
|
- node_modules/is-fullwidth-code-point
|
|
96
|
-
/is-lambda
|
|
96
|
+
/is-lambda@1.0.1:
|
|
97
97
|
- node_modules/is-lambda
|
|
98
|
-
/isexe
|
|
98
|
+
/isexe@2.0.0:
|
|
99
99
|
- node_modules/isexe
|
|
100
|
-
/
|
|
100
|
+
/jsbn@1.1.0:
|
|
101
|
+
- node_modules/jsbn
|
|
102
|
+
/lru-cache@6.0.0:
|
|
101
103
|
- node_modules/semver/node_modules/lru-cache
|
|
102
|
-
/lru-cache
|
|
104
|
+
/lru-cache@7.18.3:
|
|
103
105
|
- node_modules/lru-cache
|
|
104
|
-
/make-fetch-happen
|
|
106
|
+
/make-fetch-happen@10.2.1:
|
|
105
107
|
- node_modules/make-fetch-happen
|
|
106
|
-
/minimatch
|
|
108
|
+
/minimatch@3.1.2:
|
|
107
109
|
- node_modules/minimatch
|
|
108
|
-
/minimatch
|
|
110
|
+
/minimatch@5.1.6:
|
|
109
111
|
- node_modules/cacache/node_modules/minimatch
|
|
110
|
-
/minipass-collect
|
|
112
|
+
/minipass-collect@1.0.2:
|
|
111
113
|
- node_modules/minipass-collect
|
|
112
|
-
/minipass-fetch
|
|
114
|
+
/minipass-fetch@2.1.2:
|
|
113
115
|
- node_modules/minipass-fetch
|
|
114
|
-
/minipass-flush
|
|
116
|
+
/minipass-flush@1.0.5:
|
|
115
117
|
- node_modules/minipass-flush
|
|
116
|
-
/minipass-pipeline
|
|
118
|
+
/minipass-pipeline@1.2.4:
|
|
117
119
|
- node_modules/minipass-pipeline
|
|
118
|
-
/minipass-sized
|
|
120
|
+
/minipass-sized@1.0.3:
|
|
119
121
|
- node_modules/minipass-sized
|
|
120
|
-
/minipass
|
|
122
|
+
/minipass@3.3.6:
|
|
121
123
|
- node_modules/minipass
|
|
122
|
-
/minipass
|
|
124
|
+
/minipass@5.0.0:
|
|
123
125
|
- node_modules/tar/node_modules/minipass
|
|
124
|
-
/minizlib
|
|
126
|
+
/minizlib@2.1.2:
|
|
125
127
|
- node_modules/minizlib
|
|
126
|
-
/mkdirp
|
|
128
|
+
/mkdirp@1.0.4:
|
|
127
129
|
- node_modules/mkdirp
|
|
128
|
-
/ms
|
|
130
|
+
/ms@2.1.2:
|
|
129
131
|
- node_modules/debug/node_modules/ms
|
|
130
|
-
/ms
|
|
132
|
+
/ms@2.1.3:
|
|
131
133
|
- node_modules/ms
|
|
132
|
-
/negotiator
|
|
134
|
+
/negotiator@0.6.3:
|
|
133
135
|
- node_modules/negotiator
|
|
134
|
-
/node-gyp
|
|
136
|
+
/node-gyp@9.4.1:
|
|
135
137
|
- node_modules/node-gyp
|
|
136
|
-
/nopt
|
|
138
|
+
/nopt@6.0.0:
|
|
137
139
|
- node_modules/nopt
|
|
138
|
-
/npmlog
|
|
140
|
+
/npmlog@6.0.2:
|
|
139
141
|
- node_modules/npmlog
|
|
140
|
-
/once
|
|
142
|
+
/once@1.4.0:
|
|
141
143
|
- node_modules/once
|
|
142
|
-
/p-map
|
|
144
|
+
/p-map@4.0.0:
|
|
143
145
|
- node_modules/p-map
|
|
144
|
-
/path-is-absolute
|
|
146
|
+
/path-is-absolute@1.0.1:
|
|
145
147
|
- node_modules/path-is-absolute
|
|
146
|
-
/promise-inflight
|
|
148
|
+
/promise-inflight@1.0.1:
|
|
147
149
|
- node_modules/promise-inflight
|
|
148
|
-
/promise-retry
|
|
150
|
+
/promise-retry@2.0.1:
|
|
149
151
|
- node_modules/promise-retry
|
|
150
|
-
/readable-stream
|
|
152
|
+
/readable-stream@3.6.2:
|
|
151
153
|
- node_modules/readable-stream
|
|
152
|
-
/retry
|
|
154
|
+
/retry@0.12.0:
|
|
153
155
|
- node_modules/retry
|
|
154
|
-
/rimraf
|
|
156
|
+
/rimraf@3.0.2:
|
|
155
157
|
- node_modules/rimraf
|
|
156
|
-
/safe-buffer
|
|
158
|
+
/safe-buffer@5.2.1:
|
|
157
159
|
- node_modules/safe-buffer
|
|
158
|
-
/safer-buffer
|
|
160
|
+
/safer-buffer@2.1.2:
|
|
159
161
|
- node_modules/safer-buffer
|
|
160
|
-
/semver
|
|
162
|
+
/semver@7.5.4:
|
|
161
163
|
- node_modules/semver
|
|
162
|
-
/set-blocking
|
|
164
|
+
/set-blocking@2.0.0:
|
|
163
165
|
- node_modules/set-blocking
|
|
164
|
-
/signal-exit
|
|
166
|
+
/signal-exit@3.0.7:
|
|
165
167
|
- node_modules/signal-exit
|
|
166
|
-
/smart-buffer
|
|
168
|
+
/smart-buffer@4.2.0:
|
|
167
169
|
- node_modules/smart-buffer
|
|
168
|
-
/socks-proxy-agent
|
|
170
|
+
/socks-proxy-agent@7.0.0:
|
|
169
171
|
- node_modules/socks-proxy-agent
|
|
170
|
-
/socks
|
|
172
|
+
/socks@2.7.3:
|
|
171
173
|
- node_modules/socks
|
|
172
|
-
/
|
|
174
|
+
/sprintf-js@1.1.3:
|
|
175
|
+
- node_modules/sprintf-js
|
|
176
|
+
/ssri@9.0.1:
|
|
173
177
|
- node_modules/ssri
|
|
174
|
-
/string-width
|
|
178
|
+
/string-width@4.2.3:
|
|
175
179
|
- node_modules/string-width
|
|
176
|
-
/string_decoder
|
|
180
|
+
/string_decoder@1.3.0:
|
|
177
181
|
- node_modules/string_decoder
|
|
178
|
-
/strip-ansi
|
|
182
|
+
/strip-ansi@6.0.1:
|
|
179
183
|
- node_modules/strip-ansi
|
|
180
|
-
/tar
|
|
184
|
+
/tar@6.2.0:
|
|
181
185
|
- node_modules/tar
|
|
182
|
-
/unique-filename
|
|
186
|
+
/unique-filename@2.0.1:
|
|
183
187
|
- node_modules/unique-filename
|
|
184
|
-
/unique-slug
|
|
188
|
+
/unique-slug@3.0.0:
|
|
185
189
|
- node_modules/unique-slug
|
|
186
|
-
/util-deprecate
|
|
190
|
+
/util-deprecate@1.0.2:
|
|
187
191
|
- node_modules/util-deprecate
|
|
188
|
-
/v8-compile-cache
|
|
192
|
+
/v8-compile-cache@2.4.0:
|
|
189
193
|
- node_modules/v8-compile-cache
|
|
190
|
-
/which
|
|
194
|
+
/which@2.0.2:
|
|
191
195
|
- node_modules/which
|
|
192
|
-
/wide-align
|
|
196
|
+
/wide-align@1.1.5:
|
|
193
197
|
- node_modules/wide-align
|
|
194
|
-
/wrappy
|
|
198
|
+
/wrappy@1.0.2:
|
|
195
199
|
- node_modules/wrappy
|
|
196
|
-
/yallist
|
|
200
|
+
/yallist@4.0.0:
|
|
197
201
|
- node_modules/yallist
|
|
198
202
|
included:
|
|
199
203
|
dependencies: true
|
|
@@ -202,105 +206,107 @@ included:
|
|
|
202
206
|
injectedDeps: {}
|
|
203
207
|
layoutVersion: 5
|
|
204
208
|
nodeLinker: hoisted
|
|
205
|
-
packageManager: pnpm@
|
|
209
|
+
packageManager: pnpm@9.0.0-alpha.4
|
|
206
210
|
pendingBuilds:
|
|
207
|
-
- /node-gyp
|
|
208
|
-
- /env-paths
|
|
209
|
-
- /exponential-backoff
|
|
210
|
-
- /glob
|
|
211
|
-
- /graceful-fs
|
|
212
|
-
- /make-fetch-happen
|
|
213
|
-
- /nopt
|
|
214
|
-
- /npmlog
|
|
215
|
-
- /rimraf
|
|
216
|
-
- /semver
|
|
217
|
-
- /lru-cache
|
|
218
|
-
- /tar
|
|
219
|
-
- /minipass
|
|
220
|
-
- /which
|
|
221
|
-
- /fs.realpath
|
|
222
|
-
- /inflight
|
|
223
|
-
- /inherits
|
|
224
|
-
- /minimatch
|
|
225
|
-
- /once
|
|
226
|
-
- /path-is-absolute
|
|
227
|
-
- /agentkeepalive
|
|
228
|
-
- /cacache
|
|
229
|
-
- /glob
|
|
230
|
-
- /minimatch
|
|
231
|
-
- /brace-expansion
|
|
232
|
-
- /http-cache-semantics
|
|
233
|
-
- /http-proxy-agent
|
|
234
|
-
- /https-proxy-agent
|
|
235
|
-
- /is-lambda
|
|
236
|
-
- /lru-cache
|
|
237
|
-
- /minipass
|
|
238
|
-
- /minipass-collect
|
|
239
|
-
- /minipass-fetch
|
|
240
|
-
- /minipass-flush
|
|
241
|
-
- /minipass-pipeline
|
|
242
|
-
- /negotiator
|
|
243
|
-
- /promise-retry
|
|
244
|
-
- /socks-proxy-agent
|
|
245
|
-
- /ssri
|
|
246
|
-
- /abbrev
|
|
247
|
-
- /are-we-there-yet
|
|
248
|
-
- /console-control-strings
|
|
249
|
-
- /gauge
|
|
250
|
-
- /set-blocking
|
|
251
|
-
- /yallist
|
|
252
|
-
- /chownr
|
|
253
|
-
- /fs-minipass
|
|
254
|
-
- /minizlib
|
|
255
|
-
- /mkdirp
|
|
256
|
-
- /isexe
|
|
257
|
-
- /wrappy
|
|
258
|
-
- /brace-expansion
|
|
259
|
-
- /humanize-ms
|
|
260
|
-
- /@npmcli/fs
|
|
261
|
-
- /@npmcli/move-file
|
|
262
|
-
- /infer-owner
|
|
263
|
-
- /p-map
|
|
264
|
-
- /promise-inflight
|
|
265
|
-
- /unique-filename
|
|
266
|
-
- /balanced-match
|
|
267
|
-
- /@tootallnate/once
|
|
268
|
-
- /agent-base
|
|
269
|
-
- /debug
|
|
270
|
-
- /ms
|
|
271
|
-
- /minipass-sized
|
|
272
|
-
- /encoding
|
|
273
|
-
- /err-code
|
|
274
|
-
- /retry
|
|
275
|
-
- /socks
|
|
276
|
-
- /delegates
|
|
277
|
-
- /readable-stream
|
|
278
|
-
- /aproba
|
|
279
|
-
- /color-support
|
|
280
|
-
- /has-unicode
|
|
281
|
-
- /signal-exit
|
|
282
|
-
- /string-width
|
|
283
|
-
- /strip-ansi
|
|
284
|
-
- /wide-align
|
|
285
|
-
- /concat-map
|
|
286
|
-
- /ms
|
|
287
|
-
- /@gar/promisify
|
|
288
|
-
- /aggregate-error
|
|
289
|
-
- /unique-slug
|
|
290
|
-
- /iconv-lite
|
|
291
|
-
- /ip
|
|
292
|
-
- /smart-buffer
|
|
293
|
-
- /string_decoder
|
|
294
|
-
- /util-deprecate
|
|
295
|
-
- /emoji-regex
|
|
296
|
-
- /is-fullwidth-code-point
|
|
297
|
-
- /ansi-regex
|
|
298
|
-
- /clean-stack
|
|
299
|
-
- /indent-string
|
|
300
|
-
- /imurmurhash
|
|
301
|
-
- /safer-buffer
|
|
302
|
-
- /
|
|
303
|
-
|
|
211
|
+
- /node-gyp@9.4.1
|
|
212
|
+
- /env-paths@2.2.1
|
|
213
|
+
- /exponential-backoff@3.1.1
|
|
214
|
+
- /glob@7.2.3
|
|
215
|
+
- /graceful-fs@4.2.11
|
|
216
|
+
- /make-fetch-happen@10.2.1
|
|
217
|
+
- /nopt@6.0.0
|
|
218
|
+
- /npmlog@6.0.2
|
|
219
|
+
- /rimraf@3.0.2
|
|
220
|
+
- /semver@7.5.4
|
|
221
|
+
- /lru-cache@6.0.0
|
|
222
|
+
- /tar@6.2.0
|
|
223
|
+
- /minipass@5.0.0
|
|
224
|
+
- /which@2.0.2
|
|
225
|
+
- /fs.realpath@1.0.0
|
|
226
|
+
- /inflight@1.0.6
|
|
227
|
+
- /inherits@2.0.4
|
|
228
|
+
- /minimatch@3.1.2
|
|
229
|
+
- /once@1.4.0
|
|
230
|
+
- /path-is-absolute@1.0.1
|
|
231
|
+
- /agentkeepalive@4.5.0
|
|
232
|
+
- /cacache@16.1.3
|
|
233
|
+
- /glob@8.1.0
|
|
234
|
+
- /minimatch@5.1.6
|
|
235
|
+
- /brace-expansion@2.0.1
|
|
236
|
+
- /http-cache-semantics@4.1.1
|
|
237
|
+
- /http-proxy-agent@5.0.0
|
|
238
|
+
- /https-proxy-agent@5.0.1
|
|
239
|
+
- /is-lambda@1.0.1
|
|
240
|
+
- /lru-cache@7.18.3
|
|
241
|
+
- /minipass@3.3.6
|
|
242
|
+
- /minipass-collect@1.0.2
|
|
243
|
+
- /minipass-fetch@2.1.2
|
|
244
|
+
- /minipass-flush@1.0.5
|
|
245
|
+
- /minipass-pipeline@1.2.4
|
|
246
|
+
- /negotiator@0.6.3
|
|
247
|
+
- /promise-retry@2.0.1
|
|
248
|
+
- /socks-proxy-agent@7.0.0
|
|
249
|
+
- /ssri@9.0.1
|
|
250
|
+
- /abbrev@1.1.1
|
|
251
|
+
- /are-we-there-yet@3.0.1
|
|
252
|
+
- /console-control-strings@1.1.0
|
|
253
|
+
- /gauge@4.0.4
|
|
254
|
+
- /set-blocking@2.0.0
|
|
255
|
+
- /yallist@4.0.0
|
|
256
|
+
- /chownr@2.0.0
|
|
257
|
+
- /fs-minipass@2.1.0
|
|
258
|
+
- /minizlib@2.1.2
|
|
259
|
+
- /mkdirp@1.0.4
|
|
260
|
+
- /isexe@2.0.0
|
|
261
|
+
- /wrappy@1.0.2
|
|
262
|
+
- /brace-expansion@1.1.11
|
|
263
|
+
- /humanize-ms@1.2.1
|
|
264
|
+
- /@npmcli/fs@2.1.2
|
|
265
|
+
- /@npmcli/move-file@2.0.1
|
|
266
|
+
- /infer-owner@1.0.4
|
|
267
|
+
- /p-map@4.0.0
|
|
268
|
+
- /promise-inflight@1.0.1
|
|
269
|
+
- /unique-filename@2.0.1
|
|
270
|
+
- /balanced-match@1.0.2
|
|
271
|
+
- /@tootallnate/once@2.0.0
|
|
272
|
+
- /agent-base@6.0.2
|
|
273
|
+
- /debug@4.3.4
|
|
274
|
+
- /ms@2.1.2
|
|
275
|
+
- /minipass-sized@1.0.3
|
|
276
|
+
- /encoding@0.1.13
|
|
277
|
+
- /err-code@2.0.3
|
|
278
|
+
- /retry@0.12.0
|
|
279
|
+
- /socks@2.7.3
|
|
280
|
+
- /delegates@1.0.0
|
|
281
|
+
- /readable-stream@3.6.2
|
|
282
|
+
- /aproba@2.0.0
|
|
283
|
+
- /color-support@1.1.3
|
|
284
|
+
- /has-unicode@2.0.1
|
|
285
|
+
- /signal-exit@3.0.7
|
|
286
|
+
- /string-width@4.2.3
|
|
287
|
+
- /strip-ansi@6.0.1
|
|
288
|
+
- /wide-align@1.1.5
|
|
289
|
+
- /concat-map@0.0.1
|
|
290
|
+
- /ms@2.1.3
|
|
291
|
+
- /@gar/promisify@1.1.3
|
|
292
|
+
- /aggregate-error@3.1.0
|
|
293
|
+
- /unique-slug@3.0.0
|
|
294
|
+
- /iconv-lite@0.6.3
|
|
295
|
+
- /ip-address@9.0.5
|
|
296
|
+
- /smart-buffer@4.2.0
|
|
297
|
+
- /string_decoder@1.3.0
|
|
298
|
+
- /util-deprecate@1.0.2
|
|
299
|
+
- /emoji-regex@8.0.0
|
|
300
|
+
- /is-fullwidth-code-point@3.0.0
|
|
301
|
+
- /ansi-regex@5.0.1
|
|
302
|
+
- /clean-stack@2.2.0
|
|
303
|
+
- /indent-string@4.0.0
|
|
304
|
+
- /imurmurhash@0.1.4
|
|
305
|
+
- /safer-buffer@2.1.2
|
|
306
|
+
- /jsbn@1.1.0
|
|
307
|
+
- /sprintf-js@1.1.3
|
|
308
|
+
- /safe-buffer@5.2.1
|
|
309
|
+
prunedAt: Thu, 15 Feb 2024 10:51:27 GMT
|
|
304
310
|
publicHoistPattern:
|
|
305
311
|
- '*eslint*'
|
|
306
312
|
- '*prettier*'
|
|
@@ -4,6 +4,61 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
'@yarnpkg/fslib': 3.0.0-rc.45
|
|
9
|
+
'@yarnpkg/libzip': 3.0.0-rc.45
|
|
10
|
+
clipanion: 3.2.0-rc.6
|
|
11
|
+
debug@<3.1.0: '>=3.1.0'
|
|
12
|
+
glob-parent@<5.1.2: '>=5.1.2'
|
|
13
|
+
hosted-git-info@1: npm:@pnpm/hosted-git-info@1.0.0
|
|
14
|
+
istanbul-reports: npm:@zkochan/istanbul-reports
|
|
15
|
+
js-yaml@^4.0.0: npm:@zkochan/js-yaml@0.0.6
|
|
16
|
+
json5@<2.2.2: '>=2.2.2'
|
|
17
|
+
jsonwebtoken@<=8.5.1: '>=9.0.0'
|
|
18
|
+
nopt@5: npm:@pnpm/nopt@^0.2.1
|
|
19
|
+
verdaccio: 5.20.1
|
|
20
|
+
yaml@<2.2.2: '>=2.2.2'
|
|
21
|
+
semver@<7.5.2: '>=7.5.2'
|
|
22
|
+
'@yarnpkg/core': 4.0.0-rc.45
|
|
23
|
+
'@yarnpkg/extensions': 2.0.0-rc.22
|
|
24
|
+
'@yarnpkg/fslib@^3.0.0-rc.45': 3.0.0-rc.45
|
|
25
|
+
'@yarnpkg/libui@^3.0.0-rc.42': 3.0.0-rc.42
|
|
26
|
+
'@yarnpkg/libzip@^3.0.0-rc.42': 3.0.0-rc.45
|
|
27
|
+
'@yarnpkg/libzip@^3.0.0-rc.45': 3.0.0-rc.45
|
|
28
|
+
'@yarnpkg/nm': 4.0.0-rc.45
|
|
29
|
+
'@yarnpkg/parsers@^3.0.0-rc.45': 3.0.0-rc.45
|
|
30
|
+
'@yarnpkg/plugin-compat@^4.0.0-rc.42': 4.0.0-rc.42
|
|
31
|
+
'@yarnpkg/plugin-compat@^4.0.0-rc.45': 4.0.0-rc.42
|
|
32
|
+
'@yarnpkg/plugin-constraints@^4.0.0-rc.42': 4.0.0-rc.42
|
|
33
|
+
'@yarnpkg/plugin-dlx@^4.0.0-rc.42': 4.0.0-rc.42
|
|
34
|
+
'@yarnpkg/plugin-essentials@^4.0.0-rc.42': 4.0.0-rc.42
|
|
35
|
+
'@yarnpkg/plugin-exec@^3.0.0-rc.42': 3.0.0-rc.42
|
|
36
|
+
'@yarnpkg/plugin-file@^3.0.0-rc.42': 3.0.0-rc.42
|
|
37
|
+
'@yarnpkg/plugin-git@^3.0.0-rc.42': 3.0.0-rc.42
|
|
38
|
+
'@yarnpkg/plugin-github@^3.0.0-rc.42': 3.0.0-rc.42
|
|
39
|
+
'@yarnpkg/plugin-http@^3.0.0-rc.42': 3.0.0-rc.42
|
|
40
|
+
'@yarnpkg/plugin-init@^4.0.0-rc.42': 4.0.0-rc.42
|
|
41
|
+
'@yarnpkg/plugin-interactive-tools@^4.0.0-rc.42': 4.0.0-rc.42
|
|
42
|
+
'@yarnpkg/plugin-link@^3.0.0-rc.42': 3.0.0-rc.42
|
|
43
|
+
'@yarnpkg/plugin-nm@^4.0.0-rc.42': 4.0.0-rc.42
|
|
44
|
+
'@yarnpkg/plugin-npm': 3.0.0-rc.42
|
|
45
|
+
'@yarnpkg/plugin-npm-cli@^4.0.0-rc.42': 4.0.0-rc.42
|
|
46
|
+
'@yarnpkg/plugin-pack': 4.0.0-rc.42
|
|
47
|
+
'@yarnpkg/plugin-patch@^4.0.0-rc.42': 4.0.0-rc.42
|
|
48
|
+
'@yarnpkg/plugin-pnp@^4.0.0-rc.42': 4.0.0-rc.42
|
|
49
|
+
'@yarnpkg/plugin-pnpm@^2.0.0-rc.42': 2.0.0-rc.42
|
|
50
|
+
'@yarnpkg/plugin-stage@^4.0.0-rc.42': 4.0.0-rc.42
|
|
51
|
+
'@yarnpkg/plugin-typescript@^4.0.0-rc.42': 4.0.0-rc.42
|
|
52
|
+
'@yarnpkg/plugin-version@^4.0.0-rc.42': 4.0.0-rc.42
|
|
53
|
+
'@yarnpkg/plugin-workspace-tools@^4.0.0-rc.42': 4.0.0-rc.42
|
|
54
|
+
'@yarnpkg/pnp@^4.0.0-rc.42': 4.0.0-rc.45
|
|
55
|
+
'@yarnpkg/pnp@^4.0.0-rc.45': 4.0.0-rc.45
|
|
56
|
+
'@yarnpkg/shell@^4.0.0-rc.42': 4.0.0-rc.45
|
|
57
|
+
'@yarnpkg/shell@^4.0.0-rc.45': 4.0.0-rc.45
|
|
58
|
+
tough-cookie@<4.1.3: '>=4.1.3'
|
|
59
|
+
ts-api-utils: 1.0.0
|
|
60
|
+
socks: 2.7.3
|
|
61
|
+
|
|
7
62
|
dependencies:
|
|
8
63
|
v8-compile-cache:
|
|
9
64
|
specifier: 2.4.0
|
|
@@ -398,9 +453,13 @@ packages:
|
|
|
398
453
|
dev: false
|
|
399
454
|
optional: true
|
|
400
455
|
|
|
401
|
-
/ip@
|
|
402
|
-
resolution: {integrity: sha512-
|
|
456
|
+
/ip-address@9.0.5:
|
|
457
|
+
resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==}
|
|
458
|
+
engines: {node: '>= 12'}
|
|
403
459
|
requiresBuild: true
|
|
460
|
+
dependencies:
|
|
461
|
+
jsbn: 1.1.0
|
|
462
|
+
sprintf-js: 1.1.3
|
|
404
463
|
dev: false
|
|
405
464
|
optional: true
|
|
406
465
|
|
|
@@ -423,6 +482,12 @@ packages:
|
|
|
423
482
|
dev: false
|
|
424
483
|
optional: true
|
|
425
484
|
|
|
485
|
+
/jsbn@1.1.0:
|
|
486
|
+
resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==}
|
|
487
|
+
requiresBuild: true
|
|
488
|
+
dev: false
|
|
489
|
+
optional: true
|
|
490
|
+
|
|
426
491
|
/lru-cache@6.0.0:
|
|
427
492
|
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
|
428
493
|
engines: {node: '>=10'}
|
|
@@ -750,22 +815,28 @@ packages:
|
|
|
750
815
|
dependencies:
|
|
751
816
|
agent-base: 6.0.2
|
|
752
817
|
debug: 4.3.4
|
|
753
|
-
socks: 2.7.
|
|
818
|
+
socks: 2.7.3
|
|
754
819
|
transitivePeerDependencies:
|
|
755
820
|
- supports-color
|
|
756
821
|
dev: false
|
|
757
822
|
optional: true
|
|
758
823
|
|
|
759
|
-
/socks@2.7.
|
|
760
|
-
resolution: {integrity: sha512-
|
|
761
|
-
engines: {node: '>= 10.
|
|
824
|
+
/socks@2.7.3:
|
|
825
|
+
resolution: {integrity: sha512-vfuYK48HXCTFD03G/1/zkIls3Ebr2YNa4qU9gHDZdblHLiqhJrJGkY3+0Nx0JpN9qBhJbVObc1CNciT1bIZJxw==}
|
|
826
|
+
engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
|
|
762
827
|
requiresBuild: true
|
|
763
828
|
dependencies:
|
|
764
|
-
ip:
|
|
829
|
+
ip-address: 9.0.5
|
|
765
830
|
smart-buffer: 4.2.0
|
|
766
831
|
dev: false
|
|
767
832
|
optional: true
|
|
768
833
|
|
|
834
|
+
/sprintf-js@1.1.3:
|
|
835
|
+
resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==}
|
|
836
|
+
requiresBuild: true
|
|
837
|
+
dev: false
|
|
838
|
+
optional: true
|
|
839
|
+
|
|
769
840
|
/ssri@9.0.1:
|
|
770
841
|
resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==}
|
|
771
842
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Copyright (C) 2011 by Beau Gunderson
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
in the Software without restriction, including without limitation the rights
|
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
furnished to do so, subject to the following conditions:
|
|
9
|
+
|
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
|
11
|
+
all copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-error.d.ts","sourceRoot":"","sources":["../src/address-error.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAa,SAAQ,KAAK;IACrC,YAAY,CAAC,EAAE,MAAM,CAAC;gBAEV,OAAO,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM;CASnD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddressError = void 0;
|
|
4
|
+
class AddressError extends Error {
|
|
5
|
+
constructor(message, parseMessage) {
|
|
6
|
+
super(message);
|
|
7
|
+
this.name = 'AddressError';
|
|
8
|
+
if (parseMessage !== null) {
|
|
9
|
+
this.parseMessage = parseMessage;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.AddressError = AddressError;
|
|
14
|
+
//# sourceMappingURL=address-error.js.map
|