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.
Files changed (58) hide show
  1. package/dist/node_modules/.modules.yaml +202 -196
  2. package/dist/node_modules/.pnpm/lock.yaml +78 -7
  3. package/dist/node_modules/ip-address/LICENSE +19 -0
  4. package/dist/node_modules/ip-address/dist/address-error.d.ts.map +1 -0
  5. package/dist/node_modules/ip-address/dist/address-error.js +14 -0
  6. package/dist/node_modules/ip-address/dist/address-error.js.map +1 -0
  7. package/dist/node_modules/ip-address/dist/common.d.ts.map +1 -0
  8. package/dist/node_modules/ip-address/dist/common.js +26 -0
  9. package/dist/node_modules/ip-address/dist/common.js.map +1 -0
  10. package/dist/node_modules/ip-address/dist/ip-address.d.ts.map +1 -0
  11. package/dist/node_modules/ip-address/dist/ip-address.js +35 -0
  12. package/dist/node_modules/ip-address/dist/ip-address.js.map +1 -0
  13. package/dist/node_modules/ip-address/dist/ipv4.d.ts.map +1 -0
  14. package/dist/node_modules/ip-address/dist/ipv4.js +326 -0
  15. package/dist/node_modules/ip-address/dist/ipv4.js.map +1 -0
  16. package/dist/node_modules/ip-address/dist/ipv6.d.ts.map +1 -0
  17. package/dist/node_modules/ip-address/dist/ipv6.js +998 -0
  18. package/dist/node_modules/ip-address/dist/ipv6.js.map +1 -0
  19. package/dist/node_modules/ip-address/dist/v4/constants.d.ts.map +1 -0
  20. package/dist/node_modules/ip-address/dist/v4/constants.js +8 -0
  21. package/dist/node_modules/ip-address/dist/v4/constants.js.map +1 -0
  22. package/dist/node_modules/ip-address/dist/v6/constants.d.ts.map +1 -0
  23. package/dist/node_modules/ip-address/dist/v6/constants.js +76 -0
  24. package/dist/node_modules/ip-address/dist/v6/constants.js.map +1 -0
  25. package/dist/node_modules/ip-address/dist/v6/helpers.d.ts.map +1 -0
  26. package/dist/node_modules/ip-address/dist/v6/helpers.js +48 -0
  27. package/dist/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
  28. package/dist/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +1 -0
  29. package/dist/node_modules/ip-address/dist/v6/regular-expressions.js +96 -0
  30. package/dist/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
  31. package/dist/node_modules/ip-address/package.json +87 -0
  32. package/dist/node_modules/jsbn/LICENSE +40 -0
  33. package/dist/node_modules/jsbn/example.html +11 -0
  34. package/dist/node_modules/jsbn/example.js +5 -0
  35. package/dist/node_modules/jsbn/index.js +1361 -0
  36. package/dist/node_modules/jsbn/package.json +21 -0
  37. package/dist/node_modules/socks/build/client/socksclient.js +14 -14
  38. package/dist/node_modules/socks/build/client/socksclient.js.map +1 -1
  39. package/dist/node_modules/socks/build/common/constants.js +10 -16
  40. package/dist/node_modules/socks/build/common/constants.js.map +1 -1
  41. package/dist/node_modules/socks/build/common/helpers.js +35 -1
  42. package/dist/node_modules/socks/build/common/helpers.js.map +1 -1
  43. package/dist/node_modules/socks/build/common/receivebuffer.js.map +1 -1
  44. package/dist/node_modules/socks/build/common/util.js.map +1 -1
  45. package/dist/node_modules/socks/package.json +11 -11
  46. package/dist/node_modules/sprintf-js/LICENSE +24 -0
  47. package/dist/node_modules/sprintf-js/dist/angular-sprintf.min.js +3 -0
  48. package/dist/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +1 -0
  49. package/dist/node_modules/sprintf-js/dist/sprintf.min.js +3 -0
  50. package/dist/node_modules/sprintf-js/dist/sprintf.min.js.map +1 -0
  51. package/dist/node_modules/sprintf-js/package.json +35 -0
  52. package/dist/node_modules/sprintf-js/src/angular-sprintf.js +24 -0
  53. package/dist/node_modules/sprintf-js/src/sprintf.js +231 -0
  54. package/dist/pnpm.cjs +9636 -12029
  55. package/dist/worker.js +4 -4
  56. package/package.json +2 -2
  57. package/dist/node_modules/ip/lib/ip.js +0 -422
  58. package/dist/node_modules/ip/package.json +0 -25
@@ -1,199 +1,203 @@
1
1
  hoistPattern:
2
2
  - '*'
3
3
  hoistedLocations:
4
- /@gar/promisify/1.1.3:
4
+ /@gar/promisify@1.1.3:
5
5
  - node_modules/@gar/promisify
6
- /@npmcli/fs/2.1.2:
6
+ /@npmcli/fs@2.1.2:
7
7
  - node_modules/@npmcli/fs
8
- /@npmcli/move-file/2.0.1:
8
+ /@npmcli/move-file@2.0.1:
9
9
  - node_modules/@npmcli/move-file
10
- /@tootallnate/once/2.0.0:
10
+ /@tootallnate/once@2.0.0:
11
11
  - node_modules/@tootallnate/once
12
- /abbrev/1.1.1:
12
+ /abbrev@1.1.1:
13
13
  - node_modules/abbrev
14
- /agent-base/6.0.2:
14
+ /agent-base@6.0.2:
15
15
  - node_modules/agent-base
16
- /agentkeepalive/4.5.0:
16
+ /agentkeepalive@4.5.0:
17
17
  - node_modules/agentkeepalive
18
- /aggregate-error/3.1.0:
18
+ /aggregate-error@3.1.0:
19
19
  - node_modules/aggregate-error
20
- /ansi-regex/5.0.1:
20
+ /ansi-regex@5.0.1:
21
21
  - node_modules/ansi-regex
22
- /aproba/2.0.0:
22
+ /aproba@2.0.0:
23
23
  - node_modules/aproba
24
- /are-we-there-yet/3.0.1:
24
+ /are-we-there-yet@3.0.1:
25
25
  - node_modules/are-we-there-yet
26
- /balanced-match/1.0.2:
26
+ /balanced-match@1.0.2:
27
27
  - node_modules/balanced-match
28
- /brace-expansion/1.1.11:
28
+ /brace-expansion@1.1.11:
29
29
  - node_modules/brace-expansion
30
- /brace-expansion/2.0.1:
30
+ /brace-expansion@2.0.1:
31
31
  - node_modules/cacache/node_modules/brace-expansion
32
- /cacache/16.1.3:
32
+ /cacache@16.1.3:
33
33
  - node_modules/cacache
34
- /chownr/2.0.0:
34
+ /chownr@2.0.0:
35
35
  - node_modules/chownr
36
- /clean-stack/2.2.0:
36
+ /clean-stack@2.2.0:
37
37
  - node_modules/clean-stack
38
- /color-support/1.1.3:
38
+ /color-support@1.1.3:
39
39
  - node_modules/color-support
40
- /concat-map/0.0.1:
40
+ /concat-map@0.0.1:
41
41
  - node_modules/concat-map
42
- /console-control-strings/1.1.0:
42
+ /console-control-strings@1.1.0:
43
43
  - node_modules/console-control-strings
44
- /debug/4.3.4:
44
+ /debug@4.3.4:
45
45
  - node_modules/debug
46
- /delegates/1.0.0:
46
+ /delegates@1.0.0:
47
47
  - node_modules/delegates
48
- /emoji-regex/8.0.0:
48
+ /emoji-regex@8.0.0:
49
49
  - node_modules/emoji-regex
50
- /encoding/0.1.13:
50
+ /encoding@0.1.13:
51
51
  - node_modules/encoding
52
- /env-paths/2.2.1:
52
+ /env-paths@2.2.1:
53
53
  - node_modules/env-paths
54
- /err-code/2.0.3:
54
+ /err-code@2.0.3:
55
55
  - node_modules/err-code
56
- /exponential-backoff/3.1.1:
56
+ /exponential-backoff@3.1.1:
57
57
  - node_modules/exponential-backoff
58
- /fs-minipass/2.1.0:
58
+ /fs-minipass@2.1.0:
59
59
  - node_modules/fs-minipass
60
- /fs.realpath/1.0.0:
60
+ /fs.realpath@1.0.0:
61
61
  - node_modules/fs.realpath
62
- /gauge/4.0.4:
62
+ /gauge@4.0.4:
63
63
  - node_modules/gauge
64
- /glob/7.2.3:
64
+ /glob@7.2.3:
65
65
  - node_modules/glob
66
- /glob/8.1.0:
66
+ /glob@8.1.0:
67
67
  - node_modules/cacache/node_modules/glob
68
- /graceful-fs/4.2.11:
68
+ /graceful-fs@4.2.11:
69
69
  - node_modules/graceful-fs
70
- /has-unicode/2.0.1:
70
+ /has-unicode@2.0.1:
71
71
  - node_modules/has-unicode
72
- /http-cache-semantics/4.1.1:
72
+ /http-cache-semantics@4.1.1:
73
73
  - node_modules/http-cache-semantics
74
- /http-proxy-agent/5.0.0:
74
+ /http-proxy-agent@5.0.0:
75
75
  - node_modules/http-proxy-agent
76
- /https-proxy-agent/5.0.1:
76
+ /https-proxy-agent@5.0.1:
77
77
  - node_modules/https-proxy-agent
78
- /humanize-ms/1.2.1:
78
+ /humanize-ms@1.2.1:
79
79
  - node_modules/humanize-ms
80
- /iconv-lite/0.6.3:
80
+ /iconv-lite@0.6.3:
81
81
  - node_modules/iconv-lite
82
- /imurmurhash/0.1.4:
82
+ /imurmurhash@0.1.4:
83
83
  - node_modules/imurmurhash
84
- /indent-string/4.0.0:
84
+ /indent-string@4.0.0:
85
85
  - node_modules/indent-string
86
- /infer-owner/1.0.4:
86
+ /infer-owner@1.0.4:
87
87
  - node_modules/infer-owner
88
- /inflight/1.0.6:
88
+ /inflight@1.0.6:
89
89
  - node_modules/inflight
90
- /inherits/2.0.4:
90
+ /inherits@2.0.4:
91
91
  - node_modules/inherits
92
- /ip/2.0.0:
93
- - node_modules/ip
94
- /is-fullwidth-code-point/3.0.0:
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/1.0.1:
96
+ /is-lambda@1.0.1:
97
97
  - node_modules/is-lambda
98
- /isexe/2.0.0:
98
+ /isexe@2.0.0:
99
99
  - node_modules/isexe
100
- /lru-cache/6.0.0:
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/7.18.3:
104
+ /lru-cache@7.18.3:
103
105
  - node_modules/lru-cache
104
- /make-fetch-happen/10.2.1:
106
+ /make-fetch-happen@10.2.1:
105
107
  - node_modules/make-fetch-happen
106
- /minimatch/3.1.2:
108
+ /minimatch@3.1.2:
107
109
  - node_modules/minimatch
108
- /minimatch/5.1.6:
110
+ /minimatch@5.1.6:
109
111
  - node_modules/cacache/node_modules/minimatch
110
- /minipass-collect/1.0.2:
112
+ /minipass-collect@1.0.2:
111
113
  - node_modules/minipass-collect
112
- /minipass-fetch/2.1.2:
114
+ /minipass-fetch@2.1.2:
113
115
  - node_modules/minipass-fetch
114
- /minipass-flush/1.0.5:
116
+ /minipass-flush@1.0.5:
115
117
  - node_modules/minipass-flush
116
- /minipass-pipeline/1.2.4:
118
+ /minipass-pipeline@1.2.4:
117
119
  - node_modules/minipass-pipeline
118
- /minipass-sized/1.0.3:
120
+ /minipass-sized@1.0.3:
119
121
  - node_modules/minipass-sized
120
- /minipass/3.3.6:
122
+ /minipass@3.3.6:
121
123
  - node_modules/minipass
122
- /minipass/5.0.0:
124
+ /minipass@5.0.0:
123
125
  - node_modules/tar/node_modules/minipass
124
- /minizlib/2.1.2:
126
+ /minizlib@2.1.2:
125
127
  - node_modules/minizlib
126
- /mkdirp/1.0.4:
128
+ /mkdirp@1.0.4:
127
129
  - node_modules/mkdirp
128
- /ms/2.1.2:
130
+ /ms@2.1.2:
129
131
  - node_modules/debug/node_modules/ms
130
- /ms/2.1.3:
132
+ /ms@2.1.3:
131
133
  - node_modules/ms
132
- /negotiator/0.6.3:
134
+ /negotiator@0.6.3:
133
135
  - node_modules/negotiator
134
- /node-gyp/9.4.1:
136
+ /node-gyp@9.4.1:
135
137
  - node_modules/node-gyp
136
- /nopt/6.0.0:
138
+ /nopt@6.0.0:
137
139
  - node_modules/nopt
138
- /npmlog/6.0.2:
140
+ /npmlog@6.0.2:
139
141
  - node_modules/npmlog
140
- /once/1.4.0:
142
+ /once@1.4.0:
141
143
  - node_modules/once
142
- /p-map/4.0.0:
144
+ /p-map@4.0.0:
143
145
  - node_modules/p-map
144
- /path-is-absolute/1.0.1:
146
+ /path-is-absolute@1.0.1:
145
147
  - node_modules/path-is-absolute
146
- /promise-inflight/1.0.1:
148
+ /promise-inflight@1.0.1:
147
149
  - node_modules/promise-inflight
148
- /promise-retry/2.0.1:
150
+ /promise-retry@2.0.1:
149
151
  - node_modules/promise-retry
150
- /readable-stream/3.6.2:
152
+ /readable-stream@3.6.2:
151
153
  - node_modules/readable-stream
152
- /retry/0.12.0:
154
+ /retry@0.12.0:
153
155
  - node_modules/retry
154
- /rimraf/3.0.2:
156
+ /rimraf@3.0.2:
155
157
  - node_modules/rimraf
156
- /safe-buffer/5.2.1:
158
+ /safe-buffer@5.2.1:
157
159
  - node_modules/safe-buffer
158
- /safer-buffer/2.1.2:
160
+ /safer-buffer@2.1.2:
159
161
  - node_modules/safer-buffer
160
- /semver/7.5.4:
162
+ /semver@7.5.4:
161
163
  - node_modules/semver
162
- /set-blocking/2.0.0:
164
+ /set-blocking@2.0.0:
163
165
  - node_modules/set-blocking
164
- /signal-exit/3.0.7:
166
+ /signal-exit@3.0.7:
165
167
  - node_modules/signal-exit
166
- /smart-buffer/4.2.0:
168
+ /smart-buffer@4.2.0:
167
169
  - node_modules/smart-buffer
168
- /socks-proxy-agent/7.0.0:
170
+ /socks-proxy-agent@7.0.0:
169
171
  - node_modules/socks-proxy-agent
170
- /socks/2.7.1:
172
+ /socks@2.7.3:
171
173
  - node_modules/socks
172
- /ssri/9.0.1:
174
+ /sprintf-js@1.1.3:
175
+ - node_modules/sprintf-js
176
+ /ssri@9.0.1:
173
177
  - node_modules/ssri
174
- /string-width/4.2.3:
178
+ /string-width@4.2.3:
175
179
  - node_modules/string-width
176
- /string_decoder/1.3.0:
180
+ /string_decoder@1.3.0:
177
181
  - node_modules/string_decoder
178
- /strip-ansi/6.0.1:
182
+ /strip-ansi@6.0.1:
179
183
  - node_modules/strip-ansi
180
- /tar/6.2.0:
184
+ /tar@6.2.0:
181
185
  - node_modules/tar
182
- /unique-filename/2.0.1:
186
+ /unique-filename@2.0.1:
183
187
  - node_modules/unique-filename
184
- /unique-slug/3.0.0:
188
+ /unique-slug@3.0.0:
185
189
  - node_modules/unique-slug
186
- /util-deprecate/1.0.2:
190
+ /util-deprecate@1.0.2:
187
191
  - node_modules/util-deprecate
188
- /v8-compile-cache/2.4.0:
192
+ /v8-compile-cache@2.4.0:
189
193
  - node_modules/v8-compile-cache
190
- /which/2.0.2:
194
+ /which@2.0.2:
191
195
  - node_modules/which
192
- /wide-align/1.1.5:
196
+ /wide-align@1.1.5:
193
197
  - node_modules/wide-align
194
- /wrappy/1.0.2:
198
+ /wrappy@1.0.2:
195
199
  - node_modules/wrappy
196
- /yallist/4.0.0:
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@8.15.0
209
+ packageManager: pnpm@9.0.0-alpha.4
206
210
  pendingBuilds:
207
- - /node-gyp/9.4.1
208
- - /env-paths/2.2.1
209
- - /exponential-backoff/3.1.1
210
- - /glob/7.2.3
211
- - /graceful-fs/4.2.11
212
- - /make-fetch-happen/10.2.1
213
- - /nopt/6.0.0
214
- - /npmlog/6.0.2
215
- - /rimraf/3.0.2
216
- - /semver/7.5.4
217
- - /lru-cache/6.0.0
218
- - /tar/6.2.0
219
- - /minipass/5.0.0
220
- - /which/2.0.2
221
- - /fs.realpath/1.0.0
222
- - /inflight/1.0.6
223
- - /inherits/2.0.4
224
- - /minimatch/3.1.2
225
- - /once/1.4.0
226
- - /path-is-absolute/1.0.1
227
- - /agentkeepalive/4.5.0
228
- - /cacache/16.1.3
229
- - /glob/8.1.0
230
- - /minimatch/5.1.6
231
- - /brace-expansion/2.0.1
232
- - /http-cache-semantics/4.1.1
233
- - /http-proxy-agent/5.0.0
234
- - /https-proxy-agent/5.0.1
235
- - /is-lambda/1.0.1
236
- - /lru-cache/7.18.3
237
- - /minipass/3.3.6
238
- - /minipass-collect/1.0.2
239
- - /minipass-fetch/2.1.2
240
- - /minipass-flush/1.0.5
241
- - /minipass-pipeline/1.2.4
242
- - /negotiator/0.6.3
243
- - /promise-retry/2.0.1
244
- - /socks-proxy-agent/7.0.0
245
- - /ssri/9.0.1
246
- - /abbrev/1.1.1
247
- - /are-we-there-yet/3.0.1
248
- - /console-control-strings/1.1.0
249
- - /gauge/4.0.4
250
- - /set-blocking/2.0.0
251
- - /yallist/4.0.0
252
- - /chownr/2.0.0
253
- - /fs-minipass/2.1.0
254
- - /minizlib/2.1.2
255
- - /mkdirp/1.0.4
256
- - /isexe/2.0.0
257
- - /wrappy/1.0.2
258
- - /brace-expansion/1.1.11
259
- - /humanize-ms/1.2.1
260
- - /@npmcli/fs/2.1.2
261
- - /@npmcli/move-file/2.0.1
262
- - /infer-owner/1.0.4
263
- - /p-map/4.0.0
264
- - /promise-inflight/1.0.1
265
- - /unique-filename/2.0.1
266
- - /balanced-match/1.0.2
267
- - /@tootallnate/once/2.0.0
268
- - /agent-base/6.0.2
269
- - /debug/4.3.4
270
- - /ms/2.1.2
271
- - /minipass-sized/1.0.3
272
- - /encoding/0.1.13
273
- - /err-code/2.0.3
274
- - /retry/0.12.0
275
- - /socks/2.7.1
276
- - /delegates/1.0.0
277
- - /readable-stream/3.6.2
278
- - /aproba/2.0.0
279
- - /color-support/1.1.3
280
- - /has-unicode/2.0.1
281
- - /signal-exit/3.0.7
282
- - /string-width/4.2.3
283
- - /strip-ansi/6.0.1
284
- - /wide-align/1.1.5
285
- - /concat-map/0.0.1
286
- - /ms/2.1.3
287
- - /@gar/promisify/1.1.3
288
- - /aggregate-error/3.1.0
289
- - /unique-slug/3.0.0
290
- - /iconv-lite/0.6.3
291
- - /ip/2.0.0
292
- - /smart-buffer/4.2.0
293
- - /string_decoder/1.3.0
294
- - /util-deprecate/1.0.2
295
- - /emoji-regex/8.0.0
296
- - /is-fullwidth-code-point/3.0.0
297
- - /ansi-regex/5.0.1
298
- - /clean-stack/2.2.0
299
- - /indent-string/4.0.0
300
- - /imurmurhash/0.1.4
301
- - /safer-buffer/2.1.2
302
- - /safe-buffer/5.2.1
303
- prunedAt: Mon, 29 Jan 2024 19:50:19 GMT
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@2.0.0:
402
- resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==}
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.1
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.1:
760
- resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==}
761
- engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
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: 2.0.0
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