pnpm 10.9.0 → 10.11.0
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 +16 -21
- package/dist/node_modules/.pnpm/lock.yaml +14 -44
- package/dist/node_modules/.pnpm-workspace-state.json +1 -1
- package/dist/node_modules/http-cache-semantics/index.js +300 -46
- package/dist/node_modules/http-cache-semantics/package.json +8 -4
- package/dist/node_modules/isexe/LICENSE +1 -1
- package/dist/node_modules/isexe/package.json +14 -79
- package/dist/node_modules/node-gyp/.release-please-manifest.json +1 -1
- package/dist/node_modules/node-gyp/gyp/.release-please-manifest.json +1 -1
- package/dist/node_modules/node-gyp/gyp/gyp_main.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +2 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +2 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +1 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +15 -14
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/common.py +5 -3
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +11 -13
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +3 -3
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +2 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +3 -4
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +21 -20
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +0 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +2 -3
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +1 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +3 -4
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +1 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +22 -22
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +89 -84
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +2 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +12 -10
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +2 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +6 -6
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +2 -3
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/input.py +24 -23
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +1 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +8 -4
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +3 -3
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +7 -5
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +1 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +1 -2
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +15 -13
- package/dist/node_modules/node-gyp/gyp/pyproject.toml +6 -2
- package/dist/node_modules/node-gyp/lib/build.js +4 -7
- package/dist/node_modules/node-gyp/lib/clean.js +1 -1
- package/dist/node_modules/node-gyp/lib/install.js +1 -1
- package/dist/node_modules/node-gyp/lib/remove.js +1 -1
- package/dist/node_modules/{cross-spawn/node_modules/which → node-gyp/node_modules/isexe}/LICENSE +1 -1
- package/dist/node_modules/node-gyp/node_modules/isexe/package.json +96 -0
- package/dist/node_modules/node-gyp/node_modules/which/package.json +52 -0
- package/dist/node_modules/node-gyp/package.json +2 -2
- package/dist/node_modules/node-gyp/src/win_delay_load_hook.cc +1 -1
- package/dist/node_modules/semver/bin/semver.js +2 -0
- package/dist/node_modules/semver/classes/comparator.js +2 -0
- package/dist/node_modules/semver/classes/index.js +2 -0
- package/dist/node_modules/semver/classes/range.js +2 -0
- package/dist/node_modules/semver/classes/semver.js +4 -3
- package/dist/node_modules/semver/functions/clean.js +2 -0
- package/dist/node_modules/semver/functions/cmp.js +2 -0
- package/dist/node_modules/semver/functions/coerce.js +2 -0
- package/dist/node_modules/semver/functions/compare-build.js +2 -0
- package/dist/node_modules/semver/functions/compare-loose.js +2 -0
- package/dist/node_modules/semver/functions/compare.js +2 -0
- package/dist/node_modules/semver/functions/diff.js +2 -0
- package/dist/node_modules/semver/functions/eq.js +2 -0
- package/dist/node_modules/semver/functions/gt.js +2 -0
- package/dist/node_modules/semver/functions/gte.js +2 -0
- package/dist/node_modules/semver/functions/inc.js +2 -0
- package/dist/node_modules/semver/functions/lt.js +2 -0
- package/dist/node_modules/semver/functions/lte.js +2 -0
- package/dist/node_modules/semver/functions/major.js +2 -0
- package/dist/node_modules/semver/functions/minor.js +2 -0
- package/dist/node_modules/semver/functions/neq.js +2 -0
- package/dist/node_modules/semver/functions/parse.js +2 -0
- package/dist/node_modules/semver/functions/patch.js +2 -0
- package/dist/node_modules/semver/functions/prerelease.js +2 -0
- package/dist/node_modules/semver/functions/rcompare.js +2 -0
- package/dist/node_modules/semver/functions/rsort.js +2 -0
- package/dist/node_modules/semver/functions/satisfies.js +2 -0
- package/dist/node_modules/semver/functions/sort.js +2 -0
- package/dist/node_modules/semver/functions/valid.js +2 -0
- package/dist/node_modules/semver/index.js +2 -0
- package/dist/node_modules/semver/internal/constants.js +2 -0
- package/dist/node_modules/semver/internal/debug.js +2 -0
- package/dist/node_modules/semver/internal/identifiers.js +2 -0
- package/dist/node_modules/semver/internal/lrucache.js +2 -0
- package/dist/node_modules/semver/internal/parse-options.js +2 -0
- package/dist/node_modules/semver/internal/re.js +8 -4
- package/dist/node_modules/semver/package.json +3 -3
- package/dist/node_modules/semver/preload.js +2 -0
- package/dist/node_modules/semver/ranges/gtr.js +2 -0
- package/dist/node_modules/semver/ranges/intersects.js +2 -0
- package/dist/node_modules/semver/ranges/ltr.js +2 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js +2 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js +2 -0
- package/dist/node_modules/semver/ranges/min-version.js +2 -0
- package/dist/node_modules/semver/ranges/outside.js +2 -0
- package/dist/node_modules/semver/ranges/simplify.js +2 -0
- package/dist/node_modules/semver/ranges/subset.js +2 -0
- package/dist/node_modules/semver/ranges/to-comparators.js +2 -0
- package/dist/node_modules/semver/ranges/valid.js +2 -0
- package/dist/node_modules/which/package.json +20 -29
- package/dist/pnpm.cjs +6138 -5826
- package/package.json +1 -1
- package/dist/node_modules/cross-spawn/node_modules/isexe/package.json +0 -31
- package/dist/node_modules/cross-spawn/node_modules/which/package.json +0 -43
- package/dist/node_modules/fdir/LICENSE +0 -7
- package/dist/node_modules/fdir/dist/api/async.js +0 -19
- package/dist/node_modules/fdir/dist/api/counter.js +0 -27
- package/dist/node_modules/fdir/dist/api/functions/get-array.js +0 -13
- package/dist/node_modules/fdir/dist/api/functions/group-files.js +0 -11
- package/dist/node_modules/fdir/dist/api/functions/invoke-callback.js +0 -57
- package/dist/node_modules/fdir/dist/api/functions/is-recursive-symlink.js +0 -35
- package/dist/node_modules/fdir/dist/api/functions/join-path.js +0 -36
- package/dist/node_modules/fdir/dist/api/functions/push-directory.js +0 -37
- package/dist/node_modules/fdir/dist/api/functions/push-file.js +0 -33
- package/dist/node_modules/fdir/dist/api/functions/resolve-symlink.js +0 -67
- package/dist/node_modules/fdir/dist/api/functions/walk-directory.js +0 -40
- package/dist/node_modules/fdir/dist/api/queue.js +0 -23
- package/dist/node_modules/fdir/dist/api/sync.js +0 -9
- package/dist/node_modules/fdir/dist/api/walker.js +0 -125
- package/dist/node_modules/fdir/dist/builder/api-builder.js +0 -23
- package/dist/node_modules/fdir/dist/builder/index.js +0 -136
- package/dist/node_modules/fdir/dist/index.js +0 -20
- package/dist/node_modules/fdir/dist/optimizer.js +0 -54
- package/dist/node_modules/fdir/dist/types.js +0 -2
- package/dist/node_modules/fdir/dist/utils.js +0 -36
- package/dist/node_modules/fdir/package.json +0 -90
- package/dist/node_modules/picomatch/LICENSE +0 -21
- package/dist/node_modules/picomatch/index.js +0 -17
- package/dist/node_modules/picomatch/lib/constants.js +0 -179
- package/dist/node_modules/picomatch/lib/parse.js +0 -1085
- package/dist/node_modules/picomatch/lib/picomatch.js +0 -341
- package/dist/node_modules/picomatch/lib/scan.js +0 -391
- package/dist/node_modules/picomatch/lib/utils.js +0 -72
- package/dist/node_modules/picomatch/package.json +0 -83
- package/dist/node_modules/picomatch/posix.js +0 -3
- package/dist/node_modules/tinyglobby/LICENSE +0 -21
- package/dist/node_modules/tinyglobby/dist/index.d.mts +0 -26
- package/dist/node_modules/tinyglobby/dist/index.js +0 -333
- package/dist/node_modules/tinyglobby/dist/index.mjs +0 -294
- package/dist/node_modules/tinyglobby/package.json +0 -65
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/index.js +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/mode.js +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/windows.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.js.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.js.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/package.json +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.js.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.js.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.js.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.js.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/package.json +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.js.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.d.ts.map +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.js +0 -0
- /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.js.map +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → node-gyp/node_modules/which}/LICENSE +0 -0
- /package/dist/node_modules/{which → node-gyp/node_modules/which}/bin/which.js +0 -0
- /package/dist/node_modules/{which → node-gyp/node_modules/which}/lib/index.js +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/which → which}/bin/node-which +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/which → which}/which.js +0 -0
|
@@ -16,9 +16,9 @@ hoistedLocations:
|
|
|
16
16
|
agent-base@7.1.3:
|
|
17
17
|
- node_modules/agent-base
|
|
18
18
|
ansi-regex@5.0.1:
|
|
19
|
-
- node_modules/wrap-ansi-cjs/node_modules/ansi-regex
|
|
20
|
-
- node_modules/string-width-cjs/node_modules/ansi-regex
|
|
21
19
|
- node_modules/strip-ansi-cjs/node_modules/ansi-regex
|
|
20
|
+
- node_modules/string-width-cjs/node_modules/ansi-regex
|
|
21
|
+
- node_modules/wrap-ansi-cjs/node_modules/ansi-regex
|
|
22
22
|
ansi-regex@6.1.0:
|
|
23
23
|
- node_modules/ansi-regex
|
|
24
24
|
ansi-styles@4.3.0:
|
|
@@ -44,8 +44,8 @@ hoistedLocations:
|
|
|
44
44
|
eastasianwidth@0.2.0:
|
|
45
45
|
- node_modules/eastasianwidth
|
|
46
46
|
emoji-regex@8.0.0:
|
|
47
|
-
- node_modules/wrap-ansi-cjs/node_modules/emoji-regex
|
|
48
47
|
- node_modules/string-width-cjs/node_modules/emoji-regex
|
|
48
|
+
- node_modules/wrap-ansi-cjs/node_modules/emoji-regex
|
|
49
49
|
emoji-regex@9.2.2:
|
|
50
50
|
- node_modules/emoji-regex
|
|
51
51
|
encoding@0.1.13:
|
|
@@ -56,8 +56,6 @@ hoistedLocations:
|
|
|
56
56
|
- node_modules/err-code
|
|
57
57
|
exponential-backoff@3.1.2:
|
|
58
58
|
- node_modules/exponential-backoff
|
|
59
|
-
fdir@6.4.4(picomatch@4.0.2):
|
|
60
|
-
- node_modules/fdir
|
|
61
59
|
foreground-child@3.3.1:
|
|
62
60
|
- node_modules/foreground-child
|
|
63
61
|
fs-minipass@3.0.3:
|
|
@@ -66,7 +64,7 @@ hoistedLocations:
|
|
|
66
64
|
- node_modules/glob
|
|
67
65
|
graceful-fs@4.2.11:
|
|
68
66
|
- node_modules/graceful-fs
|
|
69
|
-
http-cache-semantics@4.
|
|
67
|
+
http-cache-semantics@4.2.0:
|
|
70
68
|
- node_modules/http-cache-semantics
|
|
71
69
|
http-proxy-agent@7.0.2:
|
|
72
70
|
- node_modules/http-proxy-agent
|
|
@@ -81,9 +79,9 @@ hoistedLocations:
|
|
|
81
79
|
is-fullwidth-code-point@3.0.0:
|
|
82
80
|
- node_modules/is-fullwidth-code-point
|
|
83
81
|
isexe@2.0.0:
|
|
84
|
-
- node_modules/cross-spawn/node_modules/isexe
|
|
85
|
-
isexe@3.1.1:
|
|
86
82
|
- node_modules/isexe
|
|
83
|
+
isexe@3.1.1:
|
|
84
|
+
- node_modules/node-gyp/node_modules/isexe
|
|
87
85
|
jackspeak@3.4.3:
|
|
88
86
|
- node_modules/jackspeak
|
|
89
87
|
jsbn@1.1.0:
|
|
@@ -105,8 +103,8 @@ hoistedLocations:
|
|
|
105
103
|
minipass-sized@1.0.3:
|
|
106
104
|
- node_modules/minipass-sized
|
|
107
105
|
minipass@3.3.6:
|
|
108
|
-
- node_modules/minipass-flush/node_modules/minipass
|
|
109
106
|
- node_modules/minipass-pipeline/node_modules/minipass
|
|
107
|
+
- node_modules/minipass-flush/node_modules/minipass
|
|
110
108
|
- node_modules/minipass-sized/node_modules/minipass
|
|
111
109
|
minipass@7.1.2:
|
|
112
110
|
- node_modules/minipass
|
|
@@ -118,7 +116,7 @@ hoistedLocations:
|
|
|
118
116
|
- node_modules/ms
|
|
119
117
|
negotiator@1.0.0:
|
|
120
118
|
- node_modules/negotiator
|
|
121
|
-
node-gyp@11.
|
|
119
|
+
node-gyp@11.1.0:
|
|
122
120
|
- node_modules/node-gyp
|
|
123
121
|
nopt@8.1.0:
|
|
124
122
|
- node_modules/nopt
|
|
@@ -130,8 +128,6 @@ hoistedLocations:
|
|
|
130
128
|
- node_modules/path-key
|
|
131
129
|
path-scurry@1.11.1:
|
|
132
130
|
- node_modules/path-scurry
|
|
133
|
-
picomatch@4.0.2:
|
|
134
|
-
- node_modules/picomatch
|
|
135
131
|
proc-log@5.0.0:
|
|
136
132
|
- node_modules/proc-log
|
|
137
133
|
promise-retry@2.0.1:
|
|
@@ -140,7 +136,7 @@ hoistedLocations:
|
|
|
140
136
|
- node_modules/retry
|
|
141
137
|
safer-buffer@2.1.2:
|
|
142
138
|
- node_modules/safer-buffer
|
|
143
|
-
semver@7.7.
|
|
139
|
+
semver@7.7.2:
|
|
144
140
|
- node_modules/semver
|
|
145
141
|
shebang-command@2.0.0:
|
|
146
142
|
- node_modules/shebang-command
|
|
@@ -164,15 +160,13 @@ hoistedLocations:
|
|
|
164
160
|
string-width@5.1.2:
|
|
165
161
|
- node_modules/string-width
|
|
166
162
|
strip-ansi@6.0.1:
|
|
167
|
-
- node_modules/wrap-ansi-cjs/node_modules/strip-ansi
|
|
168
163
|
- node_modules/string-width-cjs/node_modules/strip-ansi
|
|
164
|
+
- node_modules/wrap-ansi-cjs/node_modules/strip-ansi
|
|
169
165
|
- node_modules/strip-ansi-cjs
|
|
170
166
|
strip-ansi@7.1.0:
|
|
171
167
|
- node_modules/strip-ansi
|
|
172
168
|
tar@7.4.3:
|
|
173
169
|
- node_modules/tar
|
|
174
|
-
tinyglobby@0.2.13:
|
|
175
|
-
- node_modules/tinyglobby
|
|
176
170
|
unique-filename@4.0.0:
|
|
177
171
|
- node_modules/unique-filename
|
|
178
172
|
unique-slug@5.0.0:
|
|
@@ -180,16 +174,16 @@ hoistedLocations:
|
|
|
180
174
|
v8-compile-cache@2.4.0:
|
|
181
175
|
- node_modules/v8-compile-cache
|
|
182
176
|
which@2.0.2:
|
|
183
|
-
- node_modules/cross-spawn/node_modules/which
|
|
184
|
-
which@5.0.0:
|
|
185
177
|
- node_modules/which
|
|
178
|
+
which@5.0.0:
|
|
179
|
+
- node_modules/node-gyp/node_modules/which
|
|
186
180
|
wrap-ansi@7.0.0:
|
|
187
181
|
- node_modules/wrap-ansi-cjs
|
|
188
182
|
wrap-ansi@8.1.0:
|
|
189
183
|
- node_modules/wrap-ansi
|
|
190
184
|
yallist@4.0.0:
|
|
191
|
-
- node_modules/minipass-flush/node_modules/yallist
|
|
192
185
|
- node_modules/minipass-pipeline/node_modules/yallist
|
|
186
|
+
- node_modules/minipass-flush/node_modules/yallist
|
|
193
187
|
- node_modules/minipass-sized/node_modules/yallist
|
|
194
188
|
yallist@5.0.0:
|
|
195
189
|
- node_modules/yallist
|
|
@@ -200,11 +194,12 @@ included:
|
|
|
200
194
|
injectedDeps: {}
|
|
201
195
|
layoutVersion: 5
|
|
202
196
|
nodeLinker: hoisted
|
|
203
|
-
packageManager: pnpm@10.
|
|
197
|
+
packageManager: pnpm@10.9.0
|
|
204
198
|
pendingBuilds: []
|
|
205
|
-
prunedAt:
|
|
199
|
+
prunedAt: Tue, 13 May 2025 14:23:29 GMT
|
|
206
200
|
publicHoistPattern: []
|
|
207
201
|
registries:
|
|
202
|
+
'@jsr': https://npm.jsr.io/
|
|
208
203
|
default: https://registry.npmjs.org/
|
|
209
204
|
skipped: []
|
|
210
205
|
storeDir: /home/runner/setup-pnpm/node_modules/.bin/store/v10
|
|
@@ -43,7 +43,7 @@ importers:
|
|
|
43
43
|
optionalDependencies:
|
|
44
44
|
node-gyp:
|
|
45
45
|
specifier: ^11.1.0
|
|
46
|
-
version: 11.
|
|
46
|
+
version: 11.1.0
|
|
47
47
|
|
|
48
48
|
packages:
|
|
49
49
|
|
|
@@ -147,14 +147,6 @@ packages:
|
|
|
147
147
|
exponential-backoff@3.1.2:
|
|
148
148
|
resolution: {integrity: sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==}
|
|
149
149
|
|
|
150
|
-
fdir@6.4.4:
|
|
151
|
-
resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==}
|
|
152
|
-
peerDependencies:
|
|
153
|
-
picomatch: ^3 || ^4
|
|
154
|
-
peerDependenciesMeta:
|
|
155
|
-
picomatch:
|
|
156
|
-
optional: true
|
|
157
|
-
|
|
158
150
|
foreground-child@3.3.1:
|
|
159
151
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
160
152
|
engines: {node: '>=14'}
|
|
@@ -170,8 +162,8 @@ packages:
|
|
|
170
162
|
graceful-fs@4.2.11:
|
|
171
163
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
172
164
|
|
|
173
|
-
http-cache-semantics@4.
|
|
174
|
-
resolution: {integrity: sha512-
|
|
165
|
+
http-cache-semantics@4.2.0:
|
|
166
|
+
resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==}
|
|
175
167
|
|
|
176
168
|
http-proxy-agent@7.0.2:
|
|
177
169
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
@@ -265,8 +257,8 @@ packages:
|
|
|
265
257
|
resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
|
|
266
258
|
engines: {node: '>= 0.6'}
|
|
267
259
|
|
|
268
|
-
node-gyp@11.
|
|
269
|
-
resolution: {integrity: sha512
|
|
260
|
+
node-gyp@11.1.0:
|
|
261
|
+
resolution: {integrity: sha512-/+7TuHKnBpnMvUQnsYEb0JOozDZqarQbfNuSGLXIjhStMT0fbw7IdSqWgopOP5xhRZE+lsbIvAHcekddruPZgQ==}
|
|
270
262
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
271
263
|
hasBin: true
|
|
272
264
|
|
|
@@ -290,10 +282,6 @@ packages:
|
|
|
290
282
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
291
283
|
engines: {node: '>=16 || 14 >=14.18'}
|
|
292
284
|
|
|
293
|
-
picomatch@4.0.2:
|
|
294
|
-
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
|
|
295
|
-
engines: {node: '>=12'}
|
|
296
|
-
|
|
297
285
|
proc-log@5.0.0:
|
|
298
286
|
resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==}
|
|
299
287
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
@@ -309,8 +297,8 @@ packages:
|
|
|
309
297
|
safer-buffer@2.1.2:
|
|
310
298
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
311
299
|
|
|
312
|
-
semver@7.7.
|
|
313
|
-
resolution: {integrity: sha512-
|
|
300
|
+
semver@7.7.2:
|
|
301
|
+
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
|
|
314
302
|
engines: {node: '>=10'}
|
|
315
303
|
hasBin: true
|
|
316
304
|
|
|
@@ -365,10 +353,6 @@ packages:
|
|
|
365
353
|
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
|
|
366
354
|
engines: {node: '>=18'}
|
|
367
355
|
|
|
368
|
-
tinyglobby@0.2.13:
|
|
369
|
-
resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
|
|
370
|
-
engines: {node: '>=12.0.0'}
|
|
371
|
-
|
|
372
356
|
unique-filename@4.0.0:
|
|
373
357
|
resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==}
|
|
374
358
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
@@ -435,7 +419,7 @@ snapshots:
|
|
|
435
419
|
|
|
436
420
|
'@npmcli/fs@4.0.0':
|
|
437
421
|
dependencies:
|
|
438
|
-
semver: 7.7.
|
|
422
|
+
semver: 7.7.2
|
|
439
423
|
optional: true
|
|
440
424
|
|
|
441
425
|
'@pkgjs/parseargs@0.11.0':
|
|
@@ -531,11 +515,6 @@ snapshots:
|
|
|
531
515
|
exponential-backoff@3.1.2:
|
|
532
516
|
optional: true
|
|
533
517
|
|
|
534
|
-
fdir@6.4.4(picomatch@4.0.2):
|
|
535
|
-
optionalDependencies:
|
|
536
|
-
picomatch: 4.0.2
|
|
537
|
-
optional: true
|
|
538
|
-
|
|
539
518
|
foreground-child@3.3.1:
|
|
540
519
|
dependencies:
|
|
541
520
|
cross-spawn: 7.0.6
|
|
@@ -560,7 +539,7 @@ snapshots:
|
|
|
560
539
|
graceful-fs@4.2.11:
|
|
561
540
|
optional: true
|
|
562
541
|
|
|
563
|
-
http-cache-semantics@4.
|
|
542
|
+
http-cache-semantics@4.2.0:
|
|
564
543
|
optional: true
|
|
565
544
|
|
|
566
545
|
http-proxy-agent@7.0.2:
|
|
@@ -619,7 +598,7 @@ snapshots:
|
|
|
619
598
|
dependencies:
|
|
620
599
|
'@npmcli/agent': 3.0.0
|
|
621
600
|
cacache: 19.0.1
|
|
622
|
-
http-cache-semantics: 4.
|
|
601
|
+
http-cache-semantics: 4.2.0
|
|
623
602
|
minipass: 7.1.2
|
|
624
603
|
minipass-fetch: 4.0.1
|
|
625
604
|
minipass-flush: 1.0.5
|
|
@@ -688,17 +667,17 @@ snapshots:
|
|
|
688
667
|
negotiator@1.0.0:
|
|
689
668
|
optional: true
|
|
690
669
|
|
|
691
|
-
node-gyp@11.
|
|
670
|
+
node-gyp@11.1.0:
|
|
692
671
|
dependencies:
|
|
693
672
|
env-paths: 2.2.1
|
|
694
673
|
exponential-backoff: 3.1.2
|
|
674
|
+
glob: 10.4.5
|
|
695
675
|
graceful-fs: 4.2.11
|
|
696
676
|
make-fetch-happen: 14.0.3
|
|
697
677
|
nopt: 8.1.0
|
|
698
678
|
proc-log: 5.0.0
|
|
699
|
-
semver: 7.7.
|
|
679
|
+
semver: 7.7.2
|
|
700
680
|
tar: 7.4.3
|
|
701
|
-
tinyglobby: 0.2.13
|
|
702
681
|
which: 5.0.0
|
|
703
682
|
transitivePeerDependencies:
|
|
704
683
|
- supports-color
|
|
@@ -724,9 +703,6 @@ snapshots:
|
|
|
724
703
|
minipass: 7.1.2
|
|
725
704
|
optional: true
|
|
726
705
|
|
|
727
|
-
picomatch@4.0.2:
|
|
728
|
-
optional: true
|
|
729
|
-
|
|
730
706
|
proc-log@5.0.0:
|
|
731
707
|
optional: true
|
|
732
708
|
|
|
@@ -742,7 +718,7 @@ snapshots:
|
|
|
742
718
|
safer-buffer@2.1.2:
|
|
743
719
|
optional: true
|
|
744
720
|
|
|
745
|
-
semver@7.7.
|
|
721
|
+
semver@7.7.2:
|
|
746
722
|
optional: true
|
|
747
723
|
|
|
748
724
|
shebang-command@2.0.0:
|
|
@@ -816,12 +792,6 @@ snapshots:
|
|
|
816
792
|
yallist: 5.0.0
|
|
817
793
|
optional: true
|
|
818
794
|
|
|
819
|
-
tinyglobby@0.2.13:
|
|
820
|
-
dependencies:
|
|
821
|
-
fdir: 6.4.4(picomatch@4.0.2)
|
|
822
|
-
picomatch: 4.0.2
|
|
823
|
-
optional: true
|
|
824
|
-
|
|
825
795
|
unique-filename@4.0.0:
|
|
826
796
|
dependencies:
|
|
827
797
|
unique-slug: 5.0.0
|