nf3 0.3.9 → 0.3.11

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 (54) hide show
  1. package/LICENSE +7 -1
  2. package/dist/THIRD-PARTY-LICENSES.md +253 -0
  3. package/dist/_chunks/libs/exsolve.d.mts +1 -0
  4. package/dist/_chunks/libs/exsolve.mjs +212 -212
  5. package/dist/_chunks/libs/pathe.mjs +25 -24
  6. package/dist/_chunks/libs/pkg-types.d.mts +1 -1
  7. package/dist/_chunks/trace.mjs +6 -0
  8. package/dist/db.mjs +12 -45
  9. package/dist/index.mjs +1 -0
  10. package/dist/node_modules/@vercel/nft/out/analyze.js +1 -1
  11. package/dist/node_modules/@vercel/nft/out/node-file-trace.js +1 -1
  12. package/dist/node_modules/@vercel/nft/package.json +1 -1
  13. package/dist/node_modules/acorn/dist/acorn.js +6 -6
  14. package/dist/node_modules/acorn/package.json +1 -1
  15. package/dist/node_modules/consola/dist/basic.cjs +1 -1
  16. package/dist/node_modules/consola/dist/core.cjs +2 -2
  17. package/dist/node_modules/consola/dist/shared/consola.DCGIlDNP.cjs +7 -7
  18. package/dist/node_modules/glob/dist/commonjs/index.min.js +3 -0
  19. package/dist/node_modules/glob/package.json +13 -3
  20. package/dist/plugin.mjs +3 -1
  21. package/package.json +11 -11
  22. package/dist/node_modules/@isaacs/balanced-match/dist/commonjs/index.js +0 -1
  23. package/dist/node_modules/@isaacs/balanced-match/dist/commonjs/package.json +0 -3
  24. package/dist/node_modules/@isaacs/balanced-match/package.json +0 -19
  25. package/dist/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js +0 -1
  26. package/dist/node_modules/@isaacs/brace-expansion/dist/commonjs/package.json +0 -3
  27. package/dist/node_modules/@isaacs/brace-expansion/package.json +0 -19
  28. package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +0 -1
  29. package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +0 -3
  30. package/dist/node_modules/@isaacs/fs-minipass/package.json +0 -19
  31. package/dist/node_modules/glob/dist/commonjs/glob.js +0 -1
  32. package/dist/node_modules/glob/dist/commonjs/has-magic.js +0 -1
  33. package/dist/node_modules/glob/dist/commonjs/ignore.js +0 -1
  34. package/dist/node_modules/glob/dist/commonjs/index.js +0 -1
  35. package/dist/node_modules/glob/dist/commonjs/pattern.js +0 -1
  36. package/dist/node_modules/glob/dist/commonjs/processor.js +0 -1
  37. package/dist/node_modules/glob/dist/commonjs/walker.js +0 -1
  38. package/dist/node_modules/lru-cache/dist/commonjs/index.js +0 -1
  39. package/dist/node_modules/lru-cache/dist/commonjs/package.json +0 -3
  40. package/dist/node_modules/lru-cache/package.json +0 -28
  41. package/dist/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -1
  42. package/dist/node_modules/minimatch/dist/commonjs/ast.js +0 -1
  43. package/dist/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -1
  44. package/dist/node_modules/minimatch/dist/commonjs/escape.js +0 -1
  45. package/dist/node_modules/minimatch/dist/commonjs/index.js +0 -3
  46. package/dist/node_modules/minimatch/dist/commonjs/package.json +0 -3
  47. package/dist/node_modules/minimatch/dist/commonjs/unescape.js +0 -1
  48. package/dist/node_modules/minimatch/package.json +0 -19
  49. package/dist/node_modules/minipass/dist/commonjs/index.js +0 -1
  50. package/dist/node_modules/minipass/dist/commonjs/package.json +0 -3
  51. package/dist/node_modules/minipass/package.json +0 -19
  52. package/dist/node_modules/path-scurry/dist/commonjs/index.js +0 -1
  53. package/dist/node_modules/path-scurry/dist/commonjs/package.json +0 -3
  54. package/dist/node_modules/path-scurry/package.json +0 -19
package/LICENSE CHANGED
@@ -20,7 +20,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
22
 
23
- ---
23
+ ----------------------------------------------------------------------------
24
+
25
+ This software includes bundled third-party dependencies. The licenses and
26
+ copyright notices for these dependencies are available in
27
+ `dist/THIRD-PARTY-LICENSES.md` within the distributed package.
28
+
29
+ ----------------------------------------------------------------------------
24
30
 
25
31
  Bundled with @vercel/nft (https://github.com/vercel/nft)
26
32
 
@@ -0,0 +1,253 @@
1
+ # Licenses of Bundled Dependencies
2
+
3
+ The published artifact additionally contains code with the following licenses:
4
+ MIT
5
+
6
+ # Bundled Dependencies
7
+
8
+ ## exsolve
9
+
10
+ License: MIT
11
+ Repository: https://github.com/unjs/exsolve
12
+
13
+ > MIT License
14
+ >
15
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
16
+ >
17
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18
+ > of this software and associated documentation files (the "Software"), to deal
19
+ > in the Software without restriction, including without limitation the rights
20
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21
+ > copies of the Software, and to permit persons to whom the Software is
22
+ > furnished to do so, subject to the following conditions:
23
+ >
24
+ > The above copyright notice and this permission notice shall be included in all
25
+ > copies or substantial portions of the Software.
26
+ >
27
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33
+ > SOFTWARE.
34
+ >
35
+ > ---
36
+ >
37
+ > This is a derivative work based on:
38
+ > <https://github.com/unjs/mlly>.
39
+ >
40
+ > ---
41
+ >
42
+ > This is a derivative work based on:
43
+ > <https://github.com/wooorm/import-meta-resolve>.
44
+ >
45
+ > Which is licensed:
46
+ >
47
+ > """
48
+ > (The MIT License)
49
+ >
50
+ > Copyright (c) 2021 Titus Wormer <mailto:tituswormer@gmail.com>
51
+ >
52
+ > Permission is hereby granted, free of charge, to any person obtaining
53
+ > a copy of this software and associated documentation files (the
54
+ > 'Software'), to deal in the Software without restriction, including
55
+ > without limitation the rights to use, copy, modify, merge, publish,
56
+ > distribute, sublicense, and/or sell copies of the Software, and to
57
+ > permit persons to whom the Software is furnished to do so, subject to
58
+ > the following conditions:
59
+ >
60
+ > The above copyright notice and this permission notice shall be
61
+ > included in all copies or substantial portions of the Software.
62
+ >
63
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
64
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
65
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
66
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
67
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
68
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
69
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
70
+ > """
71
+ >
72
+ > ---
73
+ >
74
+ > This is a derivative work based on:
75
+ > <https://github.com/nodejs/node>.
76
+ >
77
+ > Which is licensed:
78
+ >
79
+ > """
80
+ > Copyright Node.js contributors. All rights reserved.
81
+ >
82
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
83
+ > of this software and associated documentation files (the "Software"), to
84
+ > deal in the Software without restriction, including without limitation the
85
+ > rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
86
+ > sell copies of the Software, and to permit persons to whom the Software is
87
+ > furnished to do so, subject to the following conditions:
88
+ >
89
+ > The above copyright notice and this permission notice shall be included in
90
+ > all copies or substantial portions of the Software.
91
+ >
92
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
93
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
94
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
95
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
96
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
97
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
98
+ > IN THE SOFTWARE.
99
+ > """
100
+ >
101
+ > This license applies to parts of Node.js originating from the
102
+ > https://github.com/joyent/node repository:
103
+ >
104
+ > """
105
+ > Copyright Joyent, Inc. and other Node contributors. All rights reserved.
106
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
107
+ > of this software and associated documentation files (the "Software"), to
108
+ > deal in the Software without restriction, including without limitation the
109
+ > rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
110
+ > sell copies of the Software, and to permit persons to whom the Software is
111
+ > furnished to do so, subject to the following conditions:
112
+ >
113
+ > The above copyright notice and this permission notice shall be included in
114
+ > all copies or substantial portions of the Software.
115
+ >
116
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
117
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
118
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
119
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
120
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
121
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
122
+ > IN THE SOFTWARE.
123
+ > """
124
+
125
+ ---------------------------------------
126
+
127
+ ## pathe
128
+
129
+ License: MIT
130
+ Repository: https://github.com/unjs/pathe
131
+
132
+ > MIT License
133
+ >
134
+ > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
135
+ >
136
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
137
+ > of this software and associated documentation files (the "Software"), to deal
138
+ > in the Software without restriction, including without limitation the rights
139
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
140
+ > copies of the Software, and to permit persons to whom the Software is
141
+ > furnished to do so, subject to the following conditions:
142
+ >
143
+ > The above copyright notice and this permission notice shall be included in all
144
+ > copies or substantial portions of the Software.
145
+ >
146
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
148
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
149
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
150
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
151
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
152
+ > SOFTWARE.
153
+ >
154
+ > ---
155
+ >
156
+ > Copyright Joyent, Inc. and other Node contributors.
157
+ >
158
+ > Permission is hereby granted, free of charge, to any person obtaining a
159
+ > copy of this software and associated documentation files (the
160
+ > "Software"), to deal in the Software without restriction, including
161
+ > without limitation the rights to use, copy, modify, merge, publish,
162
+ > distribute, sublicense, and/or sell copies of the Software, and to permit
163
+ > persons to whom the Software is furnished to do so, subject to the
164
+ > following conditions:
165
+ >
166
+ > The above copyright notice and this permission notice shall be included
167
+ > in all copies or substantial portions of the Software.
168
+ >
169
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
170
+ > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
171
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
172
+ > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
173
+ > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
174
+ > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
175
+ > USE OR OTHER DEALINGS IN THE SOFTWARE.
176
+ >
177
+ > ---
178
+ >
179
+ > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
180
+ >
181
+ > The MIT License (MIT)
182
+ >
183
+ > Copyright (c) 2023-present Fabio Spampinato
184
+ >
185
+ > Permission is hereby granted, free of charge, to any person obtaining a
186
+ > copy of this software and associated documentation files (the "Software"),
187
+ > to deal in the Software without restriction, including without limitation
188
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
189
+ > and/or sell copies of the Software, and to permit persons to whom the
190
+ > Software is furnished to do so, subject to the following conditions:
191
+ >
192
+ > The above copyright notice and this permission notice shall be included in
193
+ > all copies or substantial portions of the Software.
194
+ >
195
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
196
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
198
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
199
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
200
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
201
+ > DEALINGS IN THE SOFTWARE.
202
+
203
+ ---------------------------------------
204
+
205
+ ## pkg-types
206
+
207
+ License: MIT
208
+ Repository: https://github.com/unjs/pkg-types
209
+
210
+ > MIT License
211
+ >
212
+ > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
213
+ >
214
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
215
+ > of this software and associated documentation files (the "Software"), to deal
216
+ > in the Software without restriction, including without limitation the rights
217
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
218
+ > copies of the Software, and to permit persons to whom the Software is
219
+ > furnished to do so, subject to the following conditions:
220
+ >
221
+ > The above copyright notice and this permission notice shall be included in all
222
+ > copies or substantial portions of the Software.
223
+ >
224
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
225
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
226
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
227
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
228
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
229
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
230
+ > SOFTWARE.
231
+ >
232
+ > --------------------------------------------------------------------------------
233
+ >
234
+ > Copyright Joyent, Inc. and other Node contributors.
235
+ >
236
+ > Permission is hereby granted, free of charge, to any person obtaining a
237
+ > copy of this software and associated documentation files (the
238
+ > "Software"), to deal in the Software without restriction, including
239
+ > without limitation the rights to use, copy, modify, merge, publish,
240
+ > distribute, sublicense, and/or sell copies of the Software, and to permit
241
+ > persons to whom the Software is furnished to do so, subject to the
242
+ > following conditions:
243
+ >
244
+ > The above copyright notice and this permission notice shall be included
245
+ > in all copies or substantial portions of the Software.
246
+ >
247
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
248
+ > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
249
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
250
+ > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
251
+ > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
252
+ > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
253
+ > USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1 @@
1
+ export{};