pnpm 10.32.1 → 10.33.1
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 +86 -86
- package/dist/node_modules/.pnpm/lock.yaml +34 -25
- package/dist/node_modules/.pnpm-workspace-state-v1.json +11 -1
- package/dist/node_modules/brace-expansion/index.js +13 -11
- package/dist/node_modules/brace-expansion/package.json +1 -1
- package/dist/node_modules/minipass-flush/package.json +6 -3
- package/dist/node_modules/picomatch/lib/constants.js +4 -0
- package/dist/node_modules/picomatch/lib/parse.js +301 -0
- package/dist/node_modules/picomatch/lib/picomatch.js +11 -3
- package/dist/node_modules/picomatch/package.json +2 -3
- package/dist/node_modules/tar/dist/commonjs/create.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/create.js +3 -4
- package/dist/node_modules/tar/dist/commonjs/create.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/cwd-error.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/cwd-error.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/extract.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.js +7 -4
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/header.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/header.js +14 -27
- package/dist/node_modules/tar/dist/commonjs/header.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/index.min.js +3 -3
- package/dist/node_modules/tar/dist/commonjs/index.min.js.map +3 -3
- package/dist/node_modules/tar/dist/commonjs/large-numbers.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/large-numbers.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/list.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/list.js +2 -7
- package/dist/node_modules/tar/dist/commonjs/list.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/make-command.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/make-command.js +3 -12
- package/dist/node_modules/tar/dist/commonjs/make-command.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/mkdir.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/mkdir.js +5 -6
- package/dist/node_modules/tar/dist/commonjs/mkdir.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js +1 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/options.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/options.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/pack.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/pack.js +3 -8
- package/dist/node_modules/tar/dist/commonjs/pack.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/parse.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/parse.js +12 -22
- package/dist/node_modules/tar/dist/commonjs/parse.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/path-reservations.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js +2 -2
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/pax.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/pax.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/read-entry.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/read-entry.js +2 -6
- package/dist/node_modules/tar/dist/commonjs/read-entry.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/replace.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/replace.js +5 -10
- package/dist/node_modules/tar/dist/commonjs/replace.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/symlink-error.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/symlink-error.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/unpack.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/unpack.js +38 -63
- package/dist/node_modules/tar/dist/commonjs/unpack.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/warn-method.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/warn-method.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/winchars.js +1 -1
- package/dist/node_modules/tar/dist/commonjs/winchars.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/write-entry.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/write-entry.js +12 -13
- package/dist/node_modules/tar/dist/commonjs/write-entry.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/create.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/create.js +3 -4
- package/dist/node_modules/tar/dist/esm/create.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/cwd-error.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/cwd-error.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/extract.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/get-write-flag.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/get-write-flag.js +7 -4
- package/dist/node_modules/tar/dist/esm/get-write-flag.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/header.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/header.js +14 -27
- package/dist/node_modules/tar/dist/esm/header.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/index.min.js +3 -3
- package/dist/node_modules/tar/dist/esm/index.min.js.map +3 -3
- package/dist/node_modules/tar/dist/esm/large-numbers.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/large-numbers.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/list.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/list.js +2 -7
- package/dist/node_modules/tar/dist/esm/list.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/make-command.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/make-command.js +3 -12
- package/dist/node_modules/tar/dist/esm/make-command.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/mkdir.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/mkdir.js +5 -6
- package/dist/node_modules/tar/dist/esm/mkdir.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js +1 -1
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/options.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/options.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/pack.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/pack.js +4 -9
- package/dist/node_modules/tar/dist/esm/pack.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/parse.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/parse.js +13 -23
- package/dist/node_modules/tar/dist/esm/parse.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/path-reservations.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/path-reservations.js +2 -2
- package/dist/node_modules/tar/dist/esm/path-reservations.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/pax.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/pax.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/read-entry.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/read-entry.js +2 -6
- package/dist/node_modules/tar/dist/esm/read-entry.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/replace.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/replace.js +6 -11
- package/dist/node_modules/tar/dist/esm/replace.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/symlink-error.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/symlink-error.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/unpack.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/unpack.js +38 -63
- package/dist/node_modules/tar/dist/esm/unpack.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/warn-method.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/warn-method.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/winchars.js +1 -1
- package/dist/node_modules/tar/dist/esm/winchars.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/write-entry.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/write-entry.js +14 -15
- package/dist/node_modules/tar/dist/esm/write-entry.js.map +1 -1
- package/dist/node_modules/tar/package.json +9 -4
- package/dist/node_modules/tinyglobby/dist/index.cjs +132 -148
- package/dist/node_modules/tinyglobby/dist/index.d.cts +33 -32
- package/dist/node_modules/tinyglobby/dist/index.d.mts +33 -32
- package/dist/node_modules/tinyglobby/dist/index.mjs +134 -146
- package/dist/node_modules/tinyglobby/package.json +10 -10
- package/dist/pnpm.cjs +1228 -559
- package/dist/worker.js +54 -14
- package/package.json +1 -1
- package/dist/node_modules/minipass-flush/LICENSE +0 -15
|
@@ -16,27 +16,27 @@
|
|
|
16
16
|
"node-gyp@11.5.0": [
|
|
17
17
|
"node_modules/node-gyp"
|
|
18
18
|
],
|
|
19
|
-
"tar@7.5.11": [
|
|
20
|
-
"node_modules/tar"
|
|
21
|
-
],
|
|
22
19
|
"nopt@8.1.0": [
|
|
23
20
|
"node_modules/nopt"
|
|
24
21
|
],
|
|
22
|
+
"tar@7.5.13": [
|
|
23
|
+
"node_modules/tar"
|
|
24
|
+
],
|
|
25
25
|
"env-paths@2.2.1": [
|
|
26
26
|
"node_modules/env-paths"
|
|
27
27
|
],
|
|
28
|
-
"tinyglobby@0.2.15": [
|
|
29
|
-
"node_modules/tinyglobby"
|
|
30
|
-
],
|
|
31
28
|
"proc-log@5.0.0": [
|
|
32
29
|
"node_modules/proc-log"
|
|
33
30
|
],
|
|
34
|
-
"
|
|
35
|
-
"node_modules/
|
|
31
|
+
"tinyglobby@0.2.16": [
|
|
32
|
+
"node_modules/tinyglobby"
|
|
36
33
|
],
|
|
37
34
|
"exponential-backoff@3.1.3": [
|
|
38
35
|
"node_modules/exponential-backoff"
|
|
39
36
|
],
|
|
37
|
+
"which@5.0.0": [
|
|
38
|
+
"node_modules/which"
|
|
39
|
+
],
|
|
40
40
|
"graceful-fs@4.2.11": [
|
|
41
41
|
"node_modules/graceful-fs"
|
|
42
42
|
],
|
|
@@ -46,12 +46,15 @@
|
|
|
46
46
|
"make-fetch-happen@14.0.3": [
|
|
47
47
|
"node_modules/make-fetch-happen"
|
|
48
48
|
],
|
|
49
|
-
"
|
|
50
|
-
"node_modules/
|
|
49
|
+
"abbrev@3.0.1": [
|
|
50
|
+
"node_modules/abbrev"
|
|
51
51
|
],
|
|
52
52
|
"@isaacs/fs-minipass@4.0.1": [
|
|
53
53
|
"node_modules/@isaacs/fs-minipass"
|
|
54
54
|
],
|
|
55
|
+
"chownr@3.0.0": [
|
|
56
|
+
"node_modules/chownr"
|
|
57
|
+
],
|
|
55
58
|
"yallist@5.0.0": [
|
|
56
59
|
"node_modules/yallist"
|
|
57
60
|
],
|
|
@@ -61,24 +64,18 @@
|
|
|
61
64
|
"minipass@7.1.3": [
|
|
62
65
|
"node_modules/minipass"
|
|
63
66
|
],
|
|
64
|
-
"
|
|
65
|
-
"node_modules/
|
|
67
|
+
"picomatch@4.0.4": [
|
|
68
|
+
"node_modules/picomatch"
|
|
66
69
|
],
|
|
67
|
-
"fdir@6.5.0(picomatch@4.0.
|
|
70
|
+
"fdir@6.5.0(picomatch@4.0.4)": [
|
|
68
71
|
"node_modules/fdir"
|
|
69
72
|
],
|
|
70
|
-
"picomatch@4.0.3": [
|
|
71
|
-
"node_modules/picomatch"
|
|
72
|
-
],
|
|
73
73
|
"isexe@3.1.1": [
|
|
74
74
|
"node_modules/isexe"
|
|
75
75
|
],
|
|
76
76
|
"ssri@12.0.0": [
|
|
77
77
|
"node_modules/ssri"
|
|
78
78
|
],
|
|
79
|
-
"negotiator@1.0.0": [
|
|
80
|
-
"node_modules/negotiator"
|
|
81
|
-
],
|
|
82
79
|
"minipass@3.3.6": [
|
|
83
80
|
"node_modules/minipass-flush/node_modules/minipass",
|
|
84
81
|
"node_modules/minipass-pipeline/node_modules/minipass",
|
|
@@ -92,15 +89,18 @@
|
|
|
92
89
|
"promise-retry@2.0.1": [
|
|
93
90
|
"node_modules/promise-retry"
|
|
94
91
|
],
|
|
95
|
-
"cacache@19.0.1": [
|
|
96
|
-
"node_modules/cacache"
|
|
97
|
-
],
|
|
98
92
|
"@npmcli/agent@3.0.0": [
|
|
99
93
|
"node_modules/@npmcli/agent"
|
|
100
94
|
],
|
|
95
|
+
"negotiator@1.0.0": [
|
|
96
|
+
"node_modules/negotiator"
|
|
97
|
+
],
|
|
101
98
|
"minipass-fetch@4.0.1": [
|
|
102
99
|
"node_modules/minipass-fetch"
|
|
103
100
|
],
|
|
101
|
+
"cacache@19.0.1": [
|
|
102
|
+
"node_modules/cacache"
|
|
103
|
+
],
|
|
104
104
|
"http-cache-semantics@4.2.0": [
|
|
105
105
|
"node_modules/http-cache-semantics"
|
|
106
106
|
],
|
|
@@ -110,71 +110,83 @@
|
|
|
110
110
|
"retry@0.12.0": [
|
|
111
111
|
"node_modules/retry"
|
|
112
112
|
],
|
|
113
|
-
"
|
|
114
|
-
"node_modules/
|
|
113
|
+
"agent-base@7.1.4": [
|
|
114
|
+
"node_modules/agent-base"
|
|
115
115
|
],
|
|
116
|
-
"
|
|
117
|
-
"node_modules/
|
|
116
|
+
"http-proxy-agent@7.0.2": [
|
|
117
|
+
"node_modules/http-proxy-agent"
|
|
118
118
|
],
|
|
119
|
-
"
|
|
120
|
-
"node_modules/
|
|
119
|
+
"https-proxy-agent@7.0.6": [
|
|
120
|
+
"node_modules/https-proxy-agent"
|
|
121
|
+
],
|
|
122
|
+
"socks-proxy-agent@8.0.5": [
|
|
123
|
+
"node_modules/socks-proxy-agent"
|
|
124
|
+
],
|
|
125
|
+
"lru-cache@10.4.3": [
|
|
126
|
+
"node_modules/lru-cache"
|
|
127
|
+
],
|
|
128
|
+
"encoding@0.1.13": [
|
|
129
|
+
"node_modules/encoding"
|
|
121
130
|
],
|
|
122
131
|
"minipass-collect@2.0.1": [
|
|
123
132
|
"node_modules/minipass-collect"
|
|
124
133
|
],
|
|
134
|
+
"fs-minipass@3.0.3": [
|
|
135
|
+
"node_modules/fs-minipass"
|
|
136
|
+
],
|
|
125
137
|
"@npmcli/fs@4.0.0": [
|
|
126
138
|
"node_modules/@npmcli/fs"
|
|
127
139
|
],
|
|
140
|
+
"p-map@7.0.4": [
|
|
141
|
+
"node_modules/p-map"
|
|
142
|
+
],
|
|
128
143
|
"glob@10.5.0": [
|
|
129
144
|
"node_modules/glob"
|
|
130
145
|
],
|
|
131
|
-
"
|
|
132
|
-
"node_modules/
|
|
133
|
-
],
|
|
134
|
-
"https-proxy-agent@7.0.6": [
|
|
135
|
-
"node_modules/https-proxy-agent"
|
|
136
|
-
],
|
|
137
|
-
"http-proxy-agent@7.0.2": [
|
|
138
|
-
"node_modules/http-proxy-agent"
|
|
146
|
+
"unique-filename@4.0.0": [
|
|
147
|
+
"node_modules/unique-filename"
|
|
139
148
|
],
|
|
140
|
-
"
|
|
141
|
-
"node_modules/
|
|
149
|
+
"debug@4.4.3": [
|
|
150
|
+
"node_modules/debug"
|
|
142
151
|
],
|
|
143
|
-
"
|
|
144
|
-
"node_modules/
|
|
152
|
+
"socks@2.8.7": [
|
|
153
|
+
"node_modules/socks"
|
|
145
154
|
],
|
|
146
|
-
"
|
|
147
|
-
"node_modules/
|
|
155
|
+
"iconv-lite@0.6.3": [
|
|
156
|
+
"node_modules/iconv-lite"
|
|
148
157
|
],
|
|
149
|
-
"
|
|
150
|
-
"node_modules/
|
|
158
|
+
"package-json-from-dist@1.0.1": [
|
|
159
|
+
"node_modules/package-json-from-dist"
|
|
151
160
|
],
|
|
152
161
|
"foreground-child@3.3.1": [
|
|
153
162
|
"node_modules/foreground-child"
|
|
154
163
|
],
|
|
155
|
-
"path-scurry@1.11.1": [
|
|
156
|
-
"node_modules/path-scurry"
|
|
157
|
-
],
|
|
158
164
|
"jackspeak@3.4.3": [
|
|
159
165
|
"node_modules/jackspeak"
|
|
160
166
|
],
|
|
167
|
+
"path-scurry@1.11.1": [
|
|
168
|
+
"node_modules/path-scurry"
|
|
169
|
+
],
|
|
161
170
|
"minimatch@9.0.9": [
|
|
162
171
|
"node_modules/minimatch"
|
|
163
172
|
],
|
|
164
|
-
"
|
|
165
|
-
"node_modules/
|
|
173
|
+
"unique-slug@5.0.0": [
|
|
174
|
+
"node_modules/unique-slug"
|
|
166
175
|
],
|
|
167
|
-
"
|
|
168
|
-
"node_modules/
|
|
176
|
+
"ms@2.1.3": [
|
|
177
|
+
"node_modules/ms"
|
|
169
178
|
],
|
|
170
|
-
"
|
|
171
|
-
"node_modules/
|
|
179
|
+
"ip-address@10.1.0": [
|
|
180
|
+
"node_modules/ip-address"
|
|
172
181
|
],
|
|
173
|
-
"
|
|
174
|
-
"node_modules/
|
|
182
|
+
"smart-buffer@4.2.0": [
|
|
183
|
+
"node_modules/smart-buffer"
|
|
175
184
|
],
|
|
176
|
-
"
|
|
177
|
-
"node_modules/
|
|
185
|
+
"safer-buffer@2.1.2": [
|
|
186
|
+
"node_modules/safer-buffer"
|
|
187
|
+
],
|
|
188
|
+
"signal-exit@4.1.0": [
|
|
189
|
+
"node_modules/signal-exit"
|
|
178
190
|
],
|
|
179
191
|
"which@2.0.2": [
|
|
180
192
|
"node_modules/cross-spawn/node_modules/which"
|
|
@@ -182,29 +194,17 @@
|
|
|
182
194
|
"isexe@2.0.0": [
|
|
183
195
|
"node_modules/cross-spawn/node_modules/isexe"
|
|
184
196
|
],
|
|
185
|
-
"signal-exit@4.1.0": [
|
|
186
|
-
"node_modules/signal-exit"
|
|
187
|
-
],
|
|
188
197
|
"@isaacs/cliui@8.0.2": [
|
|
189
198
|
"node_modules/@isaacs/cliui"
|
|
190
199
|
],
|
|
191
200
|
"@pkgjs/parseargs@0.11.0": [
|
|
192
201
|
"node_modules/@pkgjs/parseargs"
|
|
193
202
|
],
|
|
194
|
-
"brace-expansion@2.0
|
|
203
|
+
"brace-expansion@2.1.0": [
|
|
195
204
|
"node_modules/brace-expansion"
|
|
196
205
|
],
|
|
197
|
-
"
|
|
198
|
-
"node_modules/
|
|
199
|
-
],
|
|
200
|
-
"smart-buffer@4.2.0": [
|
|
201
|
-
"node_modules/smart-buffer"
|
|
202
|
-
],
|
|
203
|
-
"ip-address@10.1.0": [
|
|
204
|
-
"node_modules/ip-address"
|
|
205
|
-
],
|
|
206
|
-
"safer-buffer@2.1.2": [
|
|
207
|
-
"node_modules/safer-buffer"
|
|
206
|
+
"imurmurhash@0.1.4": [
|
|
207
|
+
"node_modules/imurmurhash"
|
|
208
208
|
],
|
|
209
209
|
"shebang-command@2.0.0": [
|
|
210
210
|
"node_modules/shebang-command"
|
|
@@ -212,14 +212,6 @@
|
|
|
212
212
|
"path-key@3.1.1": [
|
|
213
213
|
"node_modules/path-key"
|
|
214
214
|
],
|
|
215
|
-
"strip-ansi@7.2.0": [
|
|
216
|
-
"node_modules/strip-ansi"
|
|
217
|
-
],
|
|
218
|
-
"ansi-regex@5.0.1": [
|
|
219
|
-
"node_modules/strip-ansi-cjs/node_modules/ansi-regex",
|
|
220
|
-
"node_modules/string-width-cjs/node_modules/ansi-regex",
|
|
221
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex"
|
|
222
|
-
],
|
|
223
215
|
"string-width@5.1.2": [
|
|
224
216
|
"node_modules/string-width"
|
|
225
217
|
],
|
|
@@ -232,6 +224,14 @@
|
|
|
232
224
|
"node_modules/string-width-cjs/node_modules/emoji-regex",
|
|
233
225
|
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex"
|
|
234
226
|
],
|
|
227
|
+
"ansi-regex@5.0.1": [
|
|
228
|
+
"node_modules/string-width-cjs/node_modules/ansi-regex",
|
|
229
|
+
"node_modules/strip-ansi-cjs/node_modules/ansi-regex",
|
|
230
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex"
|
|
231
|
+
],
|
|
232
|
+
"strip-ansi@7.2.0": [
|
|
233
|
+
"node_modules/strip-ansi"
|
|
234
|
+
],
|
|
235
235
|
"wrap-ansi@8.1.0": [
|
|
236
236
|
"node_modules/wrap-ansi"
|
|
237
237
|
],
|
|
@@ -248,9 +248,6 @@
|
|
|
248
248
|
"shebang-regex@3.0.0": [
|
|
249
249
|
"node_modules/shebang-regex"
|
|
250
250
|
],
|
|
251
|
-
"ansi-regex@6.2.2": [
|
|
252
|
-
"node_modules/ansi-regex"
|
|
253
|
-
],
|
|
254
251
|
"eastasianwidth@0.2.0": [
|
|
255
252
|
"node_modules/eastasianwidth"
|
|
256
253
|
],
|
|
@@ -260,6 +257,9 @@
|
|
|
260
257
|
"is-fullwidth-code-point@3.0.0": [
|
|
261
258
|
"node_modules/is-fullwidth-code-point"
|
|
262
259
|
],
|
|
260
|
+
"ansi-regex@6.2.2": [
|
|
261
|
+
"node_modules/ansi-regex"
|
|
262
|
+
],
|
|
263
263
|
"ansi-styles@6.2.3": [
|
|
264
264
|
"node_modules/ansi-styles"
|
|
265
265
|
],
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"color-name@1.1.4": [
|
|
270
270
|
"node_modules/color-name"
|
|
271
271
|
],
|
|
272
|
-
"minipass-flush@1.0.
|
|
272
|
+
"minipass-flush@1.0.7": [
|
|
273
273
|
"node_modules/minipass-flush"
|
|
274
274
|
],
|
|
275
275
|
"minipass-pipeline@1.2.4": [
|
|
@@ -286,10 +286,10 @@
|
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
288
|
"nodeLinker": "hoisted",
|
|
289
|
-
"packageManager": "pnpm@10.
|
|
289
|
+
"packageManager": "pnpm@10.33.0",
|
|
290
290
|
"pendingBuilds": [],
|
|
291
291
|
"publicHoistPattern": [],
|
|
292
|
-
"prunedAt": "Wed,
|
|
292
|
+
"prunedAt": "Wed, 22 Apr 2026 09:31:19 GMT",
|
|
293
293
|
"registries": {
|
|
294
294
|
"default": "https://registry.npmjs.org/",
|
|
295
295
|
"@jsr": "https://npm.jsr.io/"
|
|
@@ -6,6 +6,7 @@ settings:
|
|
|
6
6
|
|
|
7
7
|
overrides:
|
|
8
8
|
'@yarnpkg/fslib@2': '3'
|
|
9
|
+
ajv@>=7.0.0-alpha.0 <8.18.0: '>=8.18.0'
|
|
9
10
|
body-parser@<1.20.3: ^1.20.3
|
|
10
11
|
clipanion: 3.2.0-rc.6
|
|
11
12
|
cookie@<0.7.0: '>=0.7.0'
|
|
@@ -14,6 +15,8 @@ overrides:
|
|
|
14
15
|
express@<4.22.1: ^4.22.1
|
|
15
16
|
follow-redirects@<=1.15.5: '>=1.15.6'
|
|
16
17
|
glob-parent@<5.1.2: '>=5.1.2'
|
|
18
|
+
handlebars@>=4.0.0 <4.7.9: '>=4.7.9'
|
|
19
|
+
handlebars@>=4.0.0 <=4.7.8: '>=4.7.9'
|
|
17
20
|
hosted-git-info@1: npm:@pnpm/hosted-git-info@1.0.0
|
|
18
21
|
http-proxy-middleware@<2.0.7: ^2.0.7
|
|
19
22
|
isexe@3: 3.1.1
|
|
@@ -23,11 +26,17 @@ overrides:
|
|
|
23
26
|
json5@<2.2.2: ^2.2.3
|
|
24
27
|
jsonwebtoken@<=8.5.1: '>=9.0.0'
|
|
25
28
|
jws@<3.2.3: ^3.2.3
|
|
29
|
+
lodash@<=4.17.23: '>=4.18.0'
|
|
30
|
+
lodash@>=4.0.0 <=4.17.22: '>=4.17.23'
|
|
31
|
+
lodash@>=4.0.0 <=4.17.23: '>=4.18.0'
|
|
32
|
+
minimatch@<3.1.4: ^3.1.4
|
|
33
|
+
minimatch@>=9.0.0 <9.0.7: ^9.0.7
|
|
26
34
|
nopt@5: npm:@pnpm/nopt@^0.2.1
|
|
27
35
|
on-headers@<1.1.0: '>=1.1.0'
|
|
28
36
|
path-to-regexp@<0.1.12: ^0.1.12
|
|
29
37
|
path-to-regexp@>=4.0.0 <6.3.0: '>=6.3.0'
|
|
30
38
|
path-to-regexp@>=7.0.0 <8.0.0: '>=8.0.0'
|
|
39
|
+
qs@<6.14.1: '>=6.14.1'
|
|
31
40
|
request: npm:postman-request@2.88.1-postman.40
|
|
32
41
|
semver@<7.5.2: ^7.7.4
|
|
33
42
|
send@<0.19.0: ^0.19.0
|
|
@@ -100,8 +109,8 @@ packages:
|
|
|
100
109
|
balanced-match@1.0.2:
|
|
101
110
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
102
111
|
|
|
103
|
-
brace-expansion@2.0
|
|
104
|
-
resolution: {integrity: sha512-
|
|
112
|
+
brace-expansion@2.1.0:
|
|
113
|
+
resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==}
|
|
105
114
|
|
|
106
115
|
cacache@19.0.1:
|
|
107
116
|
resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==}
|
|
@@ -234,8 +243,8 @@ packages:
|
|
|
234
243
|
resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==}
|
|
235
244
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
236
245
|
|
|
237
|
-
minipass-flush@1.0.
|
|
238
|
-
resolution: {integrity: sha512-
|
|
246
|
+
minipass-flush@1.0.7:
|
|
247
|
+
resolution: {integrity: sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==}
|
|
239
248
|
engines: {node: '>= 8'}
|
|
240
249
|
|
|
241
250
|
minipass-pipeline@1.2.4:
|
|
@@ -290,8 +299,8 @@ packages:
|
|
|
290
299
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
291
300
|
engines: {node: '>=16 || 14 >=14.18'}
|
|
292
301
|
|
|
293
|
-
picomatch@4.0.
|
|
294
|
-
resolution: {integrity: sha512-
|
|
302
|
+
picomatch@4.0.4:
|
|
303
|
+
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
295
304
|
engines: {node: '>=12'}
|
|
296
305
|
|
|
297
306
|
proc-log@5.0.0:
|
|
@@ -358,12 +367,12 @@ packages:
|
|
|
358
367
|
resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
|
|
359
368
|
engines: {node: '>=12'}
|
|
360
369
|
|
|
361
|
-
tar@7.5.
|
|
362
|
-
resolution: {integrity: sha512-
|
|
370
|
+
tar@7.5.13:
|
|
371
|
+
resolution: {integrity: sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==}
|
|
363
372
|
engines: {node: '>=18'}
|
|
364
373
|
|
|
365
|
-
tinyglobby@0.2.
|
|
366
|
-
resolution: {integrity: sha512-
|
|
374
|
+
tinyglobby@0.2.16:
|
|
375
|
+
resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
|
|
367
376
|
engines: {node: '>=12.0.0'}
|
|
368
377
|
|
|
369
378
|
unique-filename@4.0.0:
|
|
@@ -461,7 +470,7 @@ snapshots:
|
|
|
461
470
|
balanced-match@1.0.2:
|
|
462
471
|
optional: true
|
|
463
472
|
|
|
464
|
-
brace-expansion@2.0
|
|
473
|
+
brace-expansion@2.1.0:
|
|
465
474
|
dependencies:
|
|
466
475
|
balanced-match: 1.0.2
|
|
467
476
|
optional: true
|
|
@@ -474,11 +483,11 @@ snapshots:
|
|
|
474
483
|
lru-cache: 10.4.3
|
|
475
484
|
minipass: 7.1.3
|
|
476
485
|
minipass-collect: 2.0.1
|
|
477
|
-
minipass-flush: 1.0.
|
|
486
|
+
minipass-flush: 1.0.7
|
|
478
487
|
minipass-pipeline: 1.2.4
|
|
479
488
|
p-map: 7.0.4
|
|
480
489
|
ssri: 12.0.0
|
|
481
|
-
tar: 7.5.
|
|
490
|
+
tar: 7.5.13
|
|
482
491
|
unique-filename: 4.0.0
|
|
483
492
|
optional: true
|
|
484
493
|
|
|
@@ -528,9 +537,9 @@ snapshots:
|
|
|
528
537
|
exponential-backoff@3.1.3:
|
|
529
538
|
optional: true
|
|
530
539
|
|
|
531
|
-
fdir@6.5.0(picomatch@4.0.
|
|
540
|
+
fdir@6.5.0(picomatch@4.0.4):
|
|
532
541
|
optionalDependencies:
|
|
533
|
-
picomatch: 4.0.
|
|
542
|
+
picomatch: 4.0.4
|
|
534
543
|
optional: true
|
|
535
544
|
|
|
536
545
|
foreground-child@3.3.1:
|
|
@@ -613,7 +622,7 @@ snapshots:
|
|
|
613
622
|
http-cache-semantics: 4.2.0
|
|
614
623
|
minipass: 7.1.3
|
|
615
624
|
minipass-fetch: 4.0.1
|
|
616
|
-
minipass-flush: 1.0.
|
|
625
|
+
minipass-flush: 1.0.7
|
|
617
626
|
minipass-pipeline: 1.2.4
|
|
618
627
|
negotiator: 1.0.0
|
|
619
628
|
proc-log: 5.0.0
|
|
@@ -625,7 +634,7 @@ snapshots:
|
|
|
625
634
|
|
|
626
635
|
minimatch@9.0.9:
|
|
627
636
|
dependencies:
|
|
628
|
-
brace-expansion: 2.0
|
|
637
|
+
brace-expansion: 2.1.0
|
|
629
638
|
optional: true
|
|
630
639
|
|
|
631
640
|
minipass-collect@2.0.1:
|
|
@@ -642,7 +651,7 @@ snapshots:
|
|
|
642
651
|
encoding: 0.1.13
|
|
643
652
|
optional: true
|
|
644
653
|
|
|
645
|
-
minipass-flush@1.0.
|
|
654
|
+
minipass-flush@1.0.7:
|
|
646
655
|
dependencies:
|
|
647
656
|
minipass: 3.3.6
|
|
648
657
|
optional: true
|
|
@@ -685,8 +694,8 @@ snapshots:
|
|
|
685
694
|
nopt: 8.1.0
|
|
686
695
|
proc-log: 5.0.0
|
|
687
696
|
semver: 7.7.4
|
|
688
|
-
tar: 7.5.
|
|
689
|
-
tinyglobby: 0.2.
|
|
697
|
+
tar: 7.5.13
|
|
698
|
+
tinyglobby: 0.2.16
|
|
690
699
|
which: 5.0.0
|
|
691
700
|
transitivePeerDependencies:
|
|
692
701
|
- supports-color
|
|
@@ -712,7 +721,7 @@ snapshots:
|
|
|
712
721
|
minipass: 7.1.3
|
|
713
722
|
optional: true
|
|
714
723
|
|
|
715
|
-
picomatch@4.0.
|
|
724
|
+
picomatch@4.0.4:
|
|
716
725
|
optional: true
|
|
717
726
|
|
|
718
727
|
proc-log@5.0.0:
|
|
@@ -791,7 +800,7 @@ snapshots:
|
|
|
791
800
|
ansi-regex: 6.2.2
|
|
792
801
|
optional: true
|
|
793
802
|
|
|
794
|
-
tar@7.5.
|
|
803
|
+
tar@7.5.13:
|
|
795
804
|
dependencies:
|
|
796
805
|
'@isaacs/fs-minipass': 4.0.1
|
|
797
806
|
chownr: 3.0.0
|
|
@@ -800,10 +809,10 @@ snapshots:
|
|
|
800
809
|
yallist: 5.0.0
|
|
801
810
|
optional: true
|
|
802
811
|
|
|
803
|
-
tinyglobby@0.2.
|
|
812
|
+
tinyglobby@0.2.16:
|
|
804
813
|
dependencies:
|
|
805
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
806
|
-
picomatch: 4.0.
|
|
814
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
815
|
+
picomatch: 4.0.4
|
|
807
816
|
optional: true
|
|
808
817
|
|
|
809
818
|
unique-filename@4.0.0:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastValidatedTimestamp":
|
|
2
|
+
"lastValidatedTimestamp": 1776850279834,
|
|
3
3
|
"projects": {},
|
|
4
4
|
"pnpmfiles": [],
|
|
5
5
|
"settings": {
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"dedupeDirectDeps": false,
|
|
8
8
|
"dedupeInjectedDeps": true,
|
|
9
9
|
"dedupePeerDependents": true,
|
|
10
|
+
"dedupePeers": false,
|
|
10
11
|
"dev": true,
|
|
11
12
|
"excludeLinksFromLockfile": false,
|
|
12
13
|
"hoistPattern": [
|
|
@@ -19,6 +20,7 @@
|
|
|
19
20
|
"optional": true,
|
|
20
21
|
"overrides": {
|
|
21
22
|
"@yarnpkg/fslib@2": "3",
|
|
23
|
+
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
|
|
22
24
|
"body-parser@<1.20.3": "^1.20.3",
|
|
23
25
|
"clipanion": "3.2.0-rc.6",
|
|
24
26
|
"cookie@<0.7.0": ">=0.7.0",
|
|
@@ -27,6 +29,8 @@
|
|
|
27
29
|
"express@<4.22.1": "^4.22.1",
|
|
28
30
|
"follow-redirects@<=1.15.5": ">=1.15.6",
|
|
29
31
|
"glob-parent@<5.1.2": ">=5.1.2",
|
|
32
|
+
"handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
|
|
33
|
+
"handlebars@>=4.0.0 <=4.7.8": ">=4.7.9",
|
|
30
34
|
"hosted-git-info@1": "npm:@pnpm/hosted-git-info@1.0.0",
|
|
31
35
|
"http-proxy-middleware@<2.0.7": "^2.0.7",
|
|
32
36
|
"isexe@3": "3.1.1",
|
|
@@ -36,11 +40,17 @@
|
|
|
36
40
|
"json5@<2.2.2": "^2.2.3",
|
|
37
41
|
"jsonwebtoken@<=8.5.1": ">=9.0.0",
|
|
38
42
|
"jws@<3.2.3": "^3.2.3",
|
|
43
|
+
"lodash@<=4.17.23": ">=4.18.0",
|
|
44
|
+
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
|
|
45
|
+
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
|
|
46
|
+
"minimatch@<3.1.4": "^3.1.4",
|
|
47
|
+
"minimatch@>=9.0.0 <9.0.7": "^9.0.7",
|
|
39
48
|
"nopt@5": "npm:@pnpm/nopt@^0.2.1",
|
|
40
49
|
"on-headers@<1.1.0": ">=1.1.0",
|
|
41
50
|
"path-to-regexp@<0.1.12": "^0.1.12",
|
|
42
51
|
"path-to-regexp@>=4.0.0 <6.3.0": ">=6.3.0",
|
|
43
52
|
"path-to-regexp@>=7.0.0 <8.0.0": ">=8.0.0",
|
|
53
|
+
"qs@<6.14.1": ">=6.14.1",
|
|
44
54
|
"request": "npm:postman-request@2.88.1-postman.40",
|
|
45
55
|
"semver@<7.5.2": "^7.7.4",
|
|
46
56
|
"send@<0.19.0": "^0.19.0",
|
|
@@ -61,10 +61,13 @@ function parseCommaParts(str) {
|
|
|
61
61
|
return parts;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
function expandTop(str) {
|
|
64
|
+
function expandTop(str, options) {
|
|
65
65
|
if (!str)
|
|
66
66
|
return [];
|
|
67
67
|
|
|
68
|
+
options = options || {};
|
|
69
|
+
var max = options.max == null ? Infinity : options.max;
|
|
70
|
+
|
|
68
71
|
// I don't know why Bash 4.3 does this, but it does.
|
|
69
72
|
// Anything starting with {} will have the first two bytes preserved
|
|
70
73
|
// but *only* at the top level, so {},a}b will not expand to anything,
|
|
@@ -75,7 +78,7 @@ function expandTop(str) {
|
|
|
75
78
|
str = '\\{\\}' + str.substr(2);
|
|
76
79
|
}
|
|
77
80
|
|
|
78
|
-
return expand(escapeBraces(str), true).map(unescapeBraces);
|
|
81
|
+
return expand(escapeBraces(str), max, true).map(unescapeBraces);
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
function embrace(str) {
|
|
@@ -92,7 +95,7 @@ function gte(i, y) {
|
|
|
92
95
|
return i >= y;
|
|
93
96
|
}
|
|
94
97
|
|
|
95
|
-
function expand(str, isTop) {
|
|
98
|
+
function expand(str, max, isTop) {
|
|
96
99
|
var expansions = [];
|
|
97
100
|
|
|
98
101
|
var m = balanced('{', '}', str);
|
|
@@ -101,11 +104,11 @@ function expand(str, isTop) {
|
|
|
101
104
|
// no need to expand pre, since it is guaranteed to be free of brace-sets
|
|
102
105
|
var pre = m.pre;
|
|
103
106
|
var post = m.post.length
|
|
104
|
-
? expand(m.post, false)
|
|
107
|
+
? expand(m.post, max, false)
|
|
105
108
|
: [''];
|
|
106
109
|
|
|
107
110
|
if (/\$$/.test(m.pre)) {
|
|
108
|
-
for (var k = 0; k < post.length; k++) {
|
|
111
|
+
for (var k = 0; k < post.length && k < max; k++) {
|
|
109
112
|
var expansion = pre+ '{' + m.body + '}' + post[k];
|
|
110
113
|
expansions.push(expansion);
|
|
111
114
|
}
|
|
@@ -118,7 +121,7 @@ function expand(str, isTop) {
|
|
|
118
121
|
// {a},b}
|
|
119
122
|
if (m.post.match(/,(?!,).*\}/)) {
|
|
120
123
|
str = m.pre + '{' + m.body + escClose + m.post;
|
|
121
|
-
return expand(str);
|
|
124
|
+
return expand(str, max, true);
|
|
122
125
|
}
|
|
123
126
|
return [str];
|
|
124
127
|
}
|
|
@@ -130,7 +133,7 @@ function expand(str, isTop) {
|
|
|
130
133
|
n = parseCommaParts(m.body);
|
|
131
134
|
if (n.length === 1) {
|
|
132
135
|
// x{{a,b}}y ==> x{a}y x{b}y
|
|
133
|
-
n = expand(n[0], false).map(embrace);
|
|
136
|
+
n = expand(n[0], max, false).map(embrace);
|
|
134
137
|
if (n.length === 1) {
|
|
135
138
|
return post.map(function(p) {
|
|
136
139
|
return m.pre + n[0] + p;
|
|
@@ -148,7 +151,7 @@ function expand(str, isTop) {
|
|
|
148
151
|
var y = numeric(n[1]);
|
|
149
152
|
var width = Math.max(n[0].length, n[1].length)
|
|
150
153
|
var incr = n.length == 3
|
|
151
|
-
? Math.abs(numeric(n[2]))
|
|
154
|
+
? Math.max(Math.abs(numeric(n[2])), 1)
|
|
152
155
|
: 1;
|
|
153
156
|
var test = lte;
|
|
154
157
|
var reverse = y < x;
|
|
@@ -185,12 +188,12 @@ function expand(str, isTop) {
|
|
|
185
188
|
N = [];
|
|
186
189
|
|
|
187
190
|
for (var j = 0; j < n.length; j++) {
|
|
188
|
-
N.push.apply(N, expand(n[j], false));
|
|
191
|
+
N.push.apply(N, expand(n[j], max, false));
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
|
|
192
195
|
for (var j = 0; j < N.length; j++) {
|
|
193
|
-
for (var k = 0; k < post.length; k++) {
|
|
196
|
+
for (var k = 0; k < post.length && expansions.length < max; k++) {
|
|
194
197
|
var expansion = pre + N[j] + post[k];
|
|
195
198
|
if (!isTop || isSequence || expansion)
|
|
196
199
|
expansions.push(expansion);
|
|
@@ -200,4 +203,3 @@ function expand(str, isTop) {
|
|
|
200
203
|
|
|
201
204
|
return expansions;
|
|
202
205
|
}
|
|
203
|
-
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minipass-flush",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"tag": "v1-legacy"
|
|
6
|
+
},
|
|
4
7
|
"description": "A Minipass stream that calls a flush function before emitting 'end'",
|
|
5
8
|
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
|
|
6
|
-
"license": "
|
|
9
|
+
"license": "BlueOak-1.0.0",
|
|
7
10
|
"scripts": {
|
|
8
11
|
"test": "tap",
|
|
9
12
|
"snap": "tap",
|
|
@@ -15,7 +18,7 @@
|
|
|
15
18
|
"check-coverage": true
|
|
16
19
|
},
|
|
17
20
|
"devDependencies": {
|
|
18
|
-
"tap": "^
|
|
21
|
+
"tap": "^15.1.6"
|
|
19
22
|
},
|
|
20
23
|
"dependencies": {
|
|
21
24
|
"minipass": "^3.0.0"
|