pnpm 10.29.2 → 10.29.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/README.md +31 -2
- package/dist/node_modules/.modules.yaml +301 -207
- package/dist/node_modules/.pnpm-workspace-state-v1.json +1 -1
- package/dist/node_modules/cross-spawn/node_modules/isexe/package.json +31 -0
- package/dist/node_modules/{node-gyp/node_modules/isexe → cross-spawn/node_modules/which}/LICENSE +1 -1
- package/dist/node_modules/cross-spawn/node_modules/which/package.json +43 -0
- package/dist/node_modules/isexe/LICENSE +1 -1
- package/dist/node_modules/isexe/package.json +79 -14
- package/dist/node_modules/which/package.json +29 -20
- package/dist/pnpm.cjs +319 -257
- package/package.json +2 -1
- package/dist/node_modules/node-gyp/node_modules/isexe/package.json +0 -96
- package/dist/node_modules/node-gyp/node_modules/which/package.json +0 -52
- /package/dist/node_modules/{node-gyp/node_modules/which → cross-spawn/node_modules/isexe}/LICENSE +0 -0
- /package/dist/node_modules/{isexe → cross-spawn/node_modules/isexe}/index.js +0 -0
- /package/dist/node_modules/{isexe → cross-spawn/node_modules/isexe}/mode.js +0 -0
- /package/dist/node_modules/{isexe → cross-spawn/node_modules/isexe}/windows.js +0 -0
- /package/dist/node_modules/{which → cross-spawn/node_modules/which}/bin/node-which +0 -0
- /package/dist/node_modules/{which → cross-spawn/node_modules/which}/which.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/index.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/index.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/index.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/options.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/options.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/options.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/package.json +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/posix.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/posix.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/posix.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/win32.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/win32.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/cjs/win32.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/index.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/index.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/index.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/options.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/options.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/options.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/package.json +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/posix.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/posix.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/posix.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/win32.d.ts.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/win32.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/isexe → isexe}/dist/mjs/win32.js.map +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/which → which}/bin/which.js +0 -0
- /package/dist/node_modules/{node-gyp/node_modules/which → which}/lib/index.js +0 -0
package/README.md
CHANGED
|
@@ -49,6 +49,15 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
49
49
|
<table>
|
|
50
50
|
<tbody>
|
|
51
51
|
<tr>
|
|
52
|
+
<td align="center" valign="middle">
|
|
53
|
+
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
54
|
+
<picture>
|
|
55
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/sanity.svg" />
|
|
56
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/sanity_light.svg" />
|
|
57
|
+
<img src="https://pnpm.io/img/users/sanity.svg" width="120" alt="Sanity" />
|
|
58
|
+
</picture>
|
|
59
|
+
</a>
|
|
60
|
+
</td>
|
|
52
61
|
<td align="center" valign="middle">
|
|
53
62
|
<a href="https://discord.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
54
63
|
<picture>
|
|
@@ -58,6 +67,22 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
58
67
|
</picture>
|
|
59
68
|
</a>
|
|
60
69
|
</td>
|
|
70
|
+
<td align="center" valign="middle">
|
|
71
|
+
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
72
|
+
<img src="https://pnpm.io/img/users/vitejs.svg" width="42" alt="Vite">
|
|
73
|
+
</a>
|
|
74
|
+
</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr>
|
|
77
|
+
<td align="center" valign="middle">
|
|
78
|
+
<a href="https://serpapi.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
79
|
+
<picture>
|
|
80
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/serpapi_dark.svg" />
|
|
81
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/serpapi_light.svg" />
|
|
82
|
+
<img src="https://pnpm.io/img/users/serpapi_dark.svg" width="160" alt="SerpApi" />
|
|
83
|
+
</picture>
|
|
84
|
+
</a>
|
|
85
|
+
</td>
|
|
61
86
|
<td align="center" valign="middle">
|
|
62
87
|
<a href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
63
88
|
<picture>
|
|
@@ -88,8 +113,12 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
88
113
|
</a>
|
|
89
114
|
</td>
|
|
90
115
|
<td align="center" valign="middle">
|
|
91
|
-
<a href="https://
|
|
92
|
-
<
|
|
116
|
+
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
117
|
+
<picture>
|
|
118
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg" />
|
|
119
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg" />
|
|
120
|
+
<img src="https://pnpm.io/img/users/nx.svg" width="50" alt="Nx" />
|
|
121
|
+
</picture>
|
|
93
122
|
</a>
|
|
94
123
|
</td>
|
|
95
124
|
</tr>
|
|
@@ -1,207 +1,301 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
1
|
+
{
|
|
2
|
+
"hoistPattern": [
|
|
3
|
+
"*"
|
|
4
|
+
],
|
|
5
|
+
"included": {
|
|
6
|
+
"dependencies": true,
|
|
7
|
+
"devDependencies": true,
|
|
8
|
+
"optionalDependencies": true
|
|
9
|
+
},
|
|
10
|
+
"injectedDeps": {},
|
|
11
|
+
"layoutVersion": 5,
|
|
12
|
+
"hoistedLocations": {
|
|
13
|
+
"v8-compile-cache@2.4.0": [
|
|
14
|
+
"node_modules/v8-compile-cache"
|
|
15
|
+
],
|
|
16
|
+
"node-gyp@11.5.0": [
|
|
17
|
+
"node_modules/node-gyp"
|
|
18
|
+
],
|
|
19
|
+
"nopt@8.1.0": [
|
|
20
|
+
"node_modules/nopt"
|
|
21
|
+
],
|
|
22
|
+
"tinyglobby@0.2.15": [
|
|
23
|
+
"node_modules/tinyglobby"
|
|
24
|
+
],
|
|
25
|
+
"proc-log@5.0.0": [
|
|
26
|
+
"node_modules/proc-log"
|
|
27
|
+
],
|
|
28
|
+
"env-paths@2.2.1": [
|
|
29
|
+
"node_modules/env-paths"
|
|
30
|
+
],
|
|
31
|
+
"tar@7.5.7": [
|
|
32
|
+
"node_modules/tar"
|
|
33
|
+
],
|
|
34
|
+
"exponential-backoff@3.1.3": [
|
|
35
|
+
"node_modules/exponential-backoff"
|
|
36
|
+
],
|
|
37
|
+
"which@5.0.0": [
|
|
38
|
+
"node_modules/which"
|
|
39
|
+
],
|
|
40
|
+
"graceful-fs@4.2.11": [
|
|
41
|
+
"node_modules/graceful-fs"
|
|
42
|
+
],
|
|
43
|
+
"semver@7.7.4": [
|
|
44
|
+
"node_modules/semver"
|
|
45
|
+
],
|
|
46
|
+
"make-fetch-happen@14.0.3": [
|
|
47
|
+
"node_modules/make-fetch-happen"
|
|
48
|
+
],
|
|
49
|
+
"abbrev@3.0.1": [
|
|
50
|
+
"node_modules/abbrev"
|
|
51
|
+
],
|
|
52
|
+
"fdir@6.5.0(picomatch@4.0.3)": [
|
|
53
|
+
"node_modules/fdir"
|
|
54
|
+
],
|
|
55
|
+
"picomatch@4.0.3": [
|
|
56
|
+
"node_modules/picomatch"
|
|
57
|
+
],
|
|
58
|
+
"yallist@5.0.0": [
|
|
59
|
+
"node_modules/yallist"
|
|
60
|
+
],
|
|
61
|
+
"chownr@3.0.0": [
|
|
62
|
+
"node_modules/chownr"
|
|
63
|
+
],
|
|
64
|
+
"@isaacs/fs-minipass@4.0.1": [
|
|
65
|
+
"node_modules/@isaacs/fs-minipass"
|
|
66
|
+
],
|
|
67
|
+
"minizlib@3.1.0": [
|
|
68
|
+
"node_modules/minizlib"
|
|
69
|
+
],
|
|
70
|
+
"minipass@7.1.2": [
|
|
71
|
+
"node_modules/minipass"
|
|
72
|
+
],
|
|
73
|
+
"isexe@3.1.1": [
|
|
74
|
+
"node_modules/isexe"
|
|
75
|
+
],
|
|
76
|
+
"ssri@12.0.0": [
|
|
77
|
+
"node_modules/ssri"
|
|
78
|
+
],
|
|
79
|
+
"negotiator@1.0.0": [
|
|
80
|
+
"node_modules/negotiator"
|
|
81
|
+
],
|
|
82
|
+
"minipass@3.3.6": [
|
|
83
|
+
"node_modules/minipass-flush/node_modules/minipass",
|
|
84
|
+
"node_modules/minipass-pipeline/node_modules/minipass",
|
|
85
|
+
"node_modules/minipass-sized/node_modules/minipass"
|
|
86
|
+
],
|
|
87
|
+
"yallist@4.0.0": [
|
|
88
|
+
"node_modules/minipass-flush/node_modules/yallist",
|
|
89
|
+
"node_modules/minipass-pipeline/node_modules/yallist",
|
|
90
|
+
"node_modules/minipass-sized/node_modules/yallist"
|
|
91
|
+
],
|
|
92
|
+
"promise-retry@2.0.1": [
|
|
93
|
+
"node_modules/promise-retry"
|
|
94
|
+
],
|
|
95
|
+
"cacache@19.0.1": [
|
|
96
|
+
"node_modules/cacache"
|
|
97
|
+
],
|
|
98
|
+
"@npmcli/agent@3.0.0": [
|
|
99
|
+
"node_modules/@npmcli/agent"
|
|
100
|
+
],
|
|
101
|
+
"http-cache-semantics@4.2.0": [
|
|
102
|
+
"node_modules/http-cache-semantics"
|
|
103
|
+
],
|
|
104
|
+
"minipass-fetch@4.0.1": [
|
|
105
|
+
"node_modules/minipass-fetch"
|
|
106
|
+
],
|
|
107
|
+
"retry@0.12.0": [
|
|
108
|
+
"node_modules/retry"
|
|
109
|
+
],
|
|
110
|
+
"err-code@2.0.3": [
|
|
111
|
+
"node_modules/err-code"
|
|
112
|
+
],
|
|
113
|
+
"fs-minipass@3.0.3": [
|
|
114
|
+
"node_modules/fs-minipass"
|
|
115
|
+
],
|
|
116
|
+
"minipass-collect@2.0.1": [
|
|
117
|
+
"node_modules/minipass-collect"
|
|
118
|
+
],
|
|
119
|
+
"unique-filename@4.0.0": [
|
|
120
|
+
"node_modules/unique-filename"
|
|
121
|
+
],
|
|
122
|
+
"p-map@7.0.4": [
|
|
123
|
+
"node_modules/p-map"
|
|
124
|
+
],
|
|
125
|
+
"@npmcli/fs@4.0.0": [
|
|
126
|
+
"node_modules/@npmcli/fs"
|
|
127
|
+
],
|
|
128
|
+
"glob@10.5.0": [
|
|
129
|
+
"node_modules/glob"
|
|
130
|
+
],
|
|
131
|
+
"lru-cache@10.4.3": [
|
|
132
|
+
"node_modules/lru-cache"
|
|
133
|
+
],
|
|
134
|
+
"agent-base@7.1.4": [
|
|
135
|
+
"node_modules/agent-base"
|
|
136
|
+
],
|
|
137
|
+
"socks-proxy-agent@8.0.5": [
|
|
138
|
+
"node_modules/socks-proxy-agent"
|
|
139
|
+
],
|
|
140
|
+
"http-proxy-agent@7.0.2": [
|
|
141
|
+
"node_modules/http-proxy-agent"
|
|
142
|
+
],
|
|
143
|
+
"https-proxy-agent@7.0.6": [
|
|
144
|
+
"node_modules/https-proxy-agent"
|
|
145
|
+
],
|
|
146
|
+
"encoding@0.1.13": [
|
|
147
|
+
"node_modules/encoding"
|
|
148
|
+
],
|
|
149
|
+
"unique-slug@5.0.0": [
|
|
150
|
+
"node_modules/unique-slug"
|
|
151
|
+
],
|
|
152
|
+
"foreground-child@3.3.1": [
|
|
153
|
+
"node_modules/foreground-child"
|
|
154
|
+
],
|
|
155
|
+
"package-json-from-dist@1.0.1": [
|
|
156
|
+
"node_modules/package-json-from-dist"
|
|
157
|
+
],
|
|
158
|
+
"jackspeak@3.4.3": [
|
|
159
|
+
"node_modules/jackspeak"
|
|
160
|
+
],
|
|
161
|
+
"path-scurry@1.11.1": [
|
|
162
|
+
"node_modules/path-scurry"
|
|
163
|
+
],
|
|
164
|
+
"minimatch@9.0.5": [
|
|
165
|
+
"node_modules/minimatch"
|
|
166
|
+
],
|
|
167
|
+
"socks@2.8.7": [
|
|
168
|
+
"node_modules/socks"
|
|
169
|
+
],
|
|
170
|
+
"debug@4.4.3": [
|
|
171
|
+
"node_modules/debug"
|
|
172
|
+
],
|
|
173
|
+
"iconv-lite@0.6.3": [
|
|
174
|
+
"node_modules/iconv-lite"
|
|
175
|
+
],
|
|
176
|
+
"imurmurhash@0.1.4": [
|
|
177
|
+
"node_modules/imurmurhash"
|
|
178
|
+
],
|
|
179
|
+
"signal-exit@4.1.0": [
|
|
180
|
+
"node_modules/signal-exit"
|
|
181
|
+
],
|
|
182
|
+
"which@2.0.2": [
|
|
183
|
+
"node_modules/cross-spawn/node_modules/which"
|
|
184
|
+
],
|
|
185
|
+
"isexe@2.0.0": [
|
|
186
|
+
"node_modules/cross-spawn/node_modules/isexe"
|
|
187
|
+
],
|
|
188
|
+
"@isaacs/cliui@8.0.2": [
|
|
189
|
+
"node_modules/@isaacs/cliui"
|
|
190
|
+
],
|
|
191
|
+
"@pkgjs/parseargs@0.11.0": [
|
|
192
|
+
"node_modules/@pkgjs/parseargs"
|
|
193
|
+
],
|
|
194
|
+
"brace-expansion@2.0.2": [
|
|
195
|
+
"node_modules/brace-expansion"
|
|
196
|
+
],
|
|
197
|
+
"ip-address@10.1.0": [
|
|
198
|
+
"node_modules/ip-address"
|
|
199
|
+
],
|
|
200
|
+
"smart-buffer@4.2.0": [
|
|
201
|
+
"node_modules/smart-buffer"
|
|
202
|
+
],
|
|
203
|
+
"ms@2.1.3": [
|
|
204
|
+
"node_modules/ms"
|
|
205
|
+
],
|
|
206
|
+
"safer-buffer@2.1.2": [
|
|
207
|
+
"node_modules/safer-buffer"
|
|
208
|
+
],
|
|
209
|
+
"shebang-command@2.0.0": [
|
|
210
|
+
"node_modules/shebang-command"
|
|
211
|
+
],
|
|
212
|
+
"path-key@3.1.1": [
|
|
213
|
+
"node_modules/path-key"
|
|
214
|
+
],
|
|
215
|
+
"string-width@5.1.2": [
|
|
216
|
+
"node_modules/string-width"
|
|
217
|
+
],
|
|
218
|
+
"strip-ansi@6.0.1": [
|
|
219
|
+
"node_modules/string-width-cjs/node_modules/strip-ansi",
|
|
220
|
+
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi",
|
|
221
|
+
"node_modules/strip-ansi-cjs"
|
|
222
|
+
],
|
|
223
|
+
"emoji-regex@8.0.0": [
|
|
224
|
+
"node_modules/string-width-cjs/node_modules/emoji-regex",
|
|
225
|
+
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex"
|
|
226
|
+
],
|
|
227
|
+
"ansi-regex@5.0.1": [
|
|
228
|
+
"node_modules/string-width-cjs/node_modules/ansi-regex",
|
|
229
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex",
|
|
230
|
+
"node_modules/strip-ansi-cjs/node_modules/ansi-regex"
|
|
231
|
+
],
|
|
232
|
+
"wrap-ansi@8.1.0": [
|
|
233
|
+
"node_modules/wrap-ansi"
|
|
234
|
+
],
|
|
235
|
+
"string-width@4.2.3": [
|
|
236
|
+
"node_modules/wrap-ansi-cjs/node_modules/string-width",
|
|
237
|
+
"node_modules/string-width-cjs"
|
|
238
|
+
],
|
|
239
|
+
"ansi-styles@4.3.0": [
|
|
240
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles"
|
|
241
|
+
],
|
|
242
|
+
"strip-ansi@7.1.2": [
|
|
243
|
+
"node_modules/strip-ansi"
|
|
244
|
+
],
|
|
245
|
+
"balanced-match@1.0.2": [
|
|
246
|
+
"node_modules/balanced-match"
|
|
247
|
+
],
|
|
248
|
+
"shebang-regex@3.0.0": [
|
|
249
|
+
"node_modules/shebang-regex"
|
|
250
|
+
],
|
|
251
|
+
"eastasianwidth@0.2.0": [
|
|
252
|
+
"node_modules/eastasianwidth"
|
|
253
|
+
],
|
|
254
|
+
"emoji-regex@9.2.2": [
|
|
255
|
+
"node_modules/emoji-regex"
|
|
256
|
+
],
|
|
257
|
+
"is-fullwidth-code-point@3.0.0": [
|
|
258
|
+
"node_modules/is-fullwidth-code-point"
|
|
259
|
+
],
|
|
260
|
+
"ansi-styles@6.2.3": [
|
|
261
|
+
"node_modules/ansi-styles"
|
|
262
|
+
],
|
|
263
|
+
"color-convert@2.0.1": [
|
|
264
|
+
"node_modules/color-convert"
|
|
265
|
+
],
|
|
266
|
+
"ansi-regex@6.2.2": [
|
|
267
|
+
"node_modules/ansi-regex"
|
|
268
|
+
],
|
|
269
|
+
"color-name@1.1.4": [
|
|
270
|
+
"node_modules/color-name"
|
|
271
|
+
],
|
|
272
|
+
"minipass-flush@1.0.5": [
|
|
273
|
+
"node_modules/minipass-flush"
|
|
274
|
+
],
|
|
275
|
+
"minipass-pipeline@1.2.4": [
|
|
276
|
+
"node_modules/minipass-pipeline"
|
|
277
|
+
],
|
|
278
|
+
"minipass-sized@1.0.3": [
|
|
279
|
+
"node_modules/minipass-sized"
|
|
280
|
+
],
|
|
281
|
+
"cross-spawn@7.0.6": [
|
|
282
|
+
"node_modules/cross-spawn"
|
|
283
|
+
],
|
|
284
|
+
"wrap-ansi@7.0.0": [
|
|
285
|
+
"node_modules/wrap-ansi-cjs"
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
"nodeLinker": "hoisted",
|
|
289
|
+
"packageManager": "pnpm@10.29.2",
|
|
290
|
+
"pendingBuilds": [],
|
|
291
|
+
"publicHoistPattern": [],
|
|
292
|
+
"prunedAt": "Wed, 11 Feb 2026 12:19:12 GMT",
|
|
293
|
+
"registries": {
|
|
294
|
+
"default": "https://registry.npmjs.org/",
|
|
295
|
+
"@jsr": "https://npm.jsr.io/"
|
|
296
|
+
},
|
|
297
|
+
"skipped": [],
|
|
298
|
+
"storeDir": "/home/runner/setup-pnpm/node_modules/.bin/store/v10",
|
|
299
|
+
"virtualStoreDir": ".pnpm",
|
|
300
|
+
"virtualStoreDirMaxLength": 120
|
|
301
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "isexe",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Minimal module to check if a file is executable.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"directories": {
|
|
7
|
+
"test": "test"
|
|
8
|
+
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"mkdirp": "^0.5.1",
|
|
11
|
+
"rimraf": "^2.5.0",
|
|
12
|
+
"tap": "^10.3.0"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"test": "tap test/*.js --100",
|
|
16
|
+
"preversion": "npm test",
|
|
17
|
+
"postversion": "npm publish",
|
|
18
|
+
"postpublish": "git push origin --all; git push origin --tags"
|
|
19
|
+
},
|
|
20
|
+
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
21
|
+
"license": "ISC",
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/isaacs/isexe.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [],
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/isaacs/isexe/issues"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/isaacs/isexe#readme"
|
|
31
|
+
}
|
package/dist/node_modules/{node-gyp/node_modules/isexe → cross-spawn/node_modules/which}/LICENSE
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The ISC License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4
4
|
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
6
|
purpose with or without fee is hereby granted, provided that the above
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
|
3
|
+
"name": "which",
|
|
4
|
+
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
|
|
5
|
+
"version": "2.0.2",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git://github.com/isaacs/node-which.git"
|
|
9
|
+
},
|
|
10
|
+
"main": "which.js",
|
|
11
|
+
"bin": {
|
|
12
|
+
"node-which": "./bin/node-which"
|
|
13
|
+
},
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"isexe": "^2.0.0"
|
|
17
|
+
},
|
|
18
|
+
"devDependencies": {
|
|
19
|
+
"mkdirp": "^0.5.0",
|
|
20
|
+
"rimraf": "^2.6.2",
|
|
21
|
+
"tap": "^14.6.9"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "tap",
|
|
25
|
+
"preversion": "npm test",
|
|
26
|
+
"postversion": "npm publish",
|
|
27
|
+
"prepublish": "npm run changelog",
|
|
28
|
+
"prechangelog": "bash gen-changelog.sh",
|
|
29
|
+
"changelog": "git add CHANGELOG.md",
|
|
30
|
+
"postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
|
|
31
|
+
"postpublish": "git push origin --follow-tags"
|
|
32
|
+
},
|
|
33
|
+
"files": [
|
|
34
|
+
"which.js",
|
|
35
|
+
"bin/node-which"
|
|
36
|
+
],
|
|
37
|
+
"tap": {
|
|
38
|
+
"check-coverage": true
|
|
39
|
+
},
|
|
40
|
+
"engines": {
|
|
41
|
+
"node": ">= 8"
|
|
42
|
+
}
|
|
43
|
+
}
|