vibecop 0.1.1 → 0.1.2

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 (86) hide show
  1. package/package.json +2 -2
  2. package/dist/action/action/diff.d.ts +0 -26
  3. package/dist/action/action/diff.d.ts.map +0 -1
  4. package/dist/action/action/filter.d.ts +0 -17
  5. package/dist/action/action/filter.d.ts.map +0 -1
  6. package/dist/action/action/main.d.ts +0 -2
  7. package/dist/action/action/main.d.ts.map +0 -1
  8. package/dist/action/action/review.d.ts +0 -34
  9. package/dist/action/action/review.d.ts.map +0 -1
  10. package/dist/action/action/summary.d.ts +0 -9
  11. package/dist/action/action/summary.d.ts.map +0 -1
  12. package/dist/action/ast-grep-napi.linux-x64-gnu.node +0 -0
  13. package/dist/action/ast-grep-napi.linux-x64-musl.node +0 -0
  14. package/dist/action/cli.d.ts +0 -2
  15. package/dist/action/cli.d.ts.map +0 -1
  16. package/dist/action/config.d.ts +0 -12
  17. package/dist/action/config.d.ts.map +0 -1
  18. package/dist/action/detectors/dangerous-inner-html.d.ts +0 -3
  19. package/dist/action/detectors/dangerous-inner-html.d.ts.map +0 -1
  20. package/dist/action/detectors/dead-code-path.d.ts +0 -3
  21. package/dist/action/detectors/dead-code-path.d.ts.map +0 -1
  22. package/dist/action/detectors/debug-console-in-prod.d.ts +0 -3
  23. package/dist/action/detectors/debug-console-in-prod.d.ts.map +0 -1
  24. package/dist/action/detectors/double-type-assertion.d.ts +0 -3
  25. package/dist/action/detectors/double-type-assertion.d.ts.map +0 -1
  26. package/dist/action/detectors/empty-error-handler.d.ts +0 -3
  27. package/dist/action/detectors/empty-error-handler.d.ts.map +0 -1
  28. package/dist/action/detectors/excessive-any.d.ts +0 -3
  29. package/dist/action/detectors/excessive-any.d.ts.map +0 -1
  30. package/dist/action/detectors/excessive-comment-ratio.d.ts +0 -3
  31. package/dist/action/detectors/excessive-comment-ratio.d.ts.map +0 -1
  32. package/dist/action/detectors/god-component.d.ts +0 -3
  33. package/dist/action/detectors/god-component.d.ts.map +0 -1
  34. package/dist/action/detectors/god-function.d.ts +0 -3
  35. package/dist/action/detectors/god-function.d.ts.map +0 -1
  36. package/dist/action/detectors/index.d.ts +0 -26
  37. package/dist/action/detectors/index.d.ts.map +0 -1
  38. package/dist/action/detectors/insecure-defaults.d.ts +0 -3
  39. package/dist/action/detectors/insecure-defaults.d.ts.map +0 -1
  40. package/dist/action/detectors/mixed-concerns.d.ts +0 -3
  41. package/dist/action/detectors/mixed-concerns.d.ts.map +0 -1
  42. package/dist/action/detectors/n-plus-one-query.d.ts +0 -3
  43. package/dist/action/detectors/n-plus-one-query.d.ts.map +0 -1
  44. package/dist/action/detectors/over-defensive-coding.d.ts +0 -3
  45. package/dist/action/detectors/over-defensive-coding.d.ts.map +0 -1
  46. package/dist/action/detectors/over-mocking.d.ts +0 -3
  47. package/dist/action/detectors/over-mocking.d.ts.map +0 -1
  48. package/dist/action/detectors/placeholder-in-production.d.ts +0 -3
  49. package/dist/action/detectors/placeholder-in-production.d.ts.map +0 -1
  50. package/dist/action/detectors/sql-injection.d.ts +0 -3
  51. package/dist/action/detectors/sql-injection.d.ts.map +0 -1
  52. package/dist/action/detectors/todo-in-production.d.ts +0 -3
  53. package/dist/action/detectors/todo-in-production.d.ts.map +0 -1
  54. package/dist/action/detectors/token-in-localstorage.d.ts +0 -3
  55. package/dist/action/detectors/token-in-localstorage.d.ts.map +0 -1
  56. package/dist/action/detectors/trivial-assertion.d.ts +0 -3
  57. package/dist/action/detectors/trivial-assertion.d.ts.map +0 -1
  58. package/dist/action/detectors/unbounded-query.d.ts +0 -3
  59. package/dist/action/detectors/unbounded-query.d.ts.map +0 -1
  60. package/dist/action/detectors/unchecked-db-result.d.ts +0 -3
  61. package/dist/action/detectors/unchecked-db-result.d.ts.map +0 -1
  62. package/dist/action/detectors/undeclared-import.d.ts +0 -3
  63. package/dist/action/detectors/undeclared-import.d.ts.map +0 -1
  64. package/dist/action/engine.d.ts +0 -21
  65. package/dist/action/engine.d.ts.map +0 -1
  66. package/dist/action/formatters/github.d.ts +0 -12
  67. package/dist/action/formatters/github.d.ts.map +0 -1
  68. package/dist/action/formatters/html.d.ts +0 -9
  69. package/dist/action/formatters/html.d.ts.map +0 -1
  70. package/dist/action/formatters/index.d.ts +0 -18
  71. package/dist/action/formatters/index.d.ts.map +0 -1
  72. package/dist/action/formatters/json.d.ts +0 -14
  73. package/dist/action/formatters/json.d.ts.map +0 -1
  74. package/dist/action/formatters/sarif.d.ts +0 -11
  75. package/dist/action/formatters/sarif.d.ts.map +0 -1
  76. package/dist/action/formatters/text.d.ts +0 -13
  77. package/dist/action/formatters/text.d.ts.map +0 -1
  78. package/dist/action/index.js +0 -54611
  79. package/dist/action/index.js.map +0 -1
  80. package/dist/action/licenses.txt +0 -644
  81. package/dist/action/package.json +0 -3
  82. package/dist/action/project.d.ts +0 -8
  83. package/dist/action/project.d.ts.map +0 -1
  84. package/dist/action/sourcemap-register.cjs +0 -1
  85. package/dist/action/types.d.ts +0 -86
  86. package/dist/action/types.d.ts.map +0 -1
@@ -1,644 +0,0 @@
1
- @actions/core
2
- MIT
3
- The MIT License (MIT)
4
-
5
- Copyright 2019 GitHub
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8
-
9
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
-
11
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12
-
13
- @actions/exec
14
- MIT
15
- The MIT License (MIT)
16
-
17
- Copyright 2019 GitHub
18
-
19
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
20
-
21
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
22
-
23
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
-
25
- @actions/github
26
- MIT
27
- The MIT License (MIT)
28
-
29
- Copyright 2019 GitHub
30
-
31
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
32
-
33
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
34
-
35
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
-
37
- @actions/http-client
38
- MIT
39
- Actions Http Client for Node.js
40
-
41
- Copyright (c) GitHub, Inc.
42
-
43
- All rights reserved.
44
-
45
- MIT License
46
-
47
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
48
- associated documentation files (the "Software"), to deal in the Software without restriction,
49
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
50
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
51
- subject to the following conditions:
52
-
53
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
54
-
55
- THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
56
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
57
- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
58
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60
-
61
-
62
- @actions/io
63
- MIT
64
- The MIT License (MIT)
65
-
66
- Copyright 2019 GitHub
67
-
68
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
69
-
70
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
71
-
72
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
73
-
74
- @ast-grep/napi
75
- MIT
76
- MIT License
77
-
78
- Copyright (c) 2020 N-API for Rust
79
-
80
- Permission is hereby granted, free of charge, to any person obtaining a copy
81
- of this software and associated documentation files (the "Software"), to deal
82
- in the Software without restriction, including without limitation the rights
83
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
84
- copies of the Software, and to permit persons to whom the Software is
85
- furnished to do so, subject to the following conditions:
86
-
87
- The above copyright notice and this permission notice shall be included in all
88
- copies or substantial portions of the Software.
89
-
90
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
91
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
92
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
93
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
94
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
95
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
96
- SOFTWARE.
97
-
98
-
99
- @ast-grep/napi-linux-x64-gnu
100
- MIT
101
-
102
- @ast-grep/napi-linux-x64-musl
103
- MIT
104
-
105
- @octokit/auth-token
106
- MIT
107
- The MIT License
108
-
109
- Copyright (c) 2019 Octokit contributors
110
-
111
- Permission is hereby granted, free of charge, to any person obtaining a copy
112
- of this software and associated documentation files (the "Software"), to deal
113
- in the Software without restriction, including without limitation the rights
114
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
115
- copies of the Software, and to permit persons to whom the Software is
116
- furnished to do so, subject to the following conditions:
117
-
118
- The above copyright notice and this permission notice shall be included in
119
- all copies or substantial portions of the Software.
120
-
121
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
122
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
123
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
124
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
125
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
126
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
127
- THE SOFTWARE.
128
-
129
-
130
- @octokit/core
131
- MIT
132
- The MIT License
133
-
134
- Copyright (c) 2019 Octokit contributors
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
144
- all 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
152
- THE SOFTWARE.
153
-
154
-
155
- @octokit/endpoint
156
- MIT
157
- The MIT License
158
-
159
- Copyright (c) 2018 Octokit contributors
160
-
161
- Permission is hereby granted, free of charge, to any person obtaining a copy
162
- of this software and associated documentation files (the "Software"), to deal
163
- in the Software without restriction, including without limitation the rights
164
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
165
- copies of the Software, and to permit persons to whom the Software is
166
- furnished to do so, subject to the following conditions:
167
-
168
- The above copyright notice and this permission notice shall be included in
169
- all copies or substantial portions of the Software.
170
-
171
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
172
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
174
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
175
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
176
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
177
- THE SOFTWARE.
178
-
179
-
180
- @octokit/graphql
181
- MIT
182
- The MIT License
183
-
184
- Copyright (c) 2018 Octokit contributors
185
-
186
- Permission is hereby granted, free of charge, to any person obtaining a copy
187
- of this software and associated documentation files (the "Software"), to deal
188
- in the Software without restriction, including without limitation the rights
189
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
190
- copies of the Software, and to permit persons to whom the Software is
191
- furnished to do so, subject to the following conditions:
192
-
193
- The above copyright notice and this permission notice shall be included in
194
- all copies or substantial portions of the Software.
195
-
196
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
197
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
198
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
199
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
200
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
201
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
202
- THE SOFTWARE.
203
-
204
-
205
- @octokit/plugin-paginate-rest
206
- MIT
207
- MIT License Copyright (c) 2019 Octokit contributors
208
-
209
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
210
-
211
- The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
212
-
213
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
214
-
215
-
216
- @octokit/plugin-rest-endpoint-methods
217
- MIT
218
- MIT License Copyright (c) 2019 Octokit contributors
219
-
220
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
221
-
222
- The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
223
-
224
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
225
-
226
-
227
- @octokit/request
228
- MIT
229
- The MIT License
230
-
231
- Copyright (c) 2018 Octokit contributors
232
-
233
- Permission is hereby granted, free of charge, to any person obtaining a copy
234
- of this software and associated documentation files (the "Software"), to deal
235
- in the Software without restriction, including without limitation the rights
236
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
237
- copies of the Software, and to permit persons to whom the Software is
238
- furnished to do so, subject to the following conditions:
239
-
240
- The above copyright notice and this permission notice shall be included in
241
- all copies or substantial portions of the Software.
242
-
243
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
244
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
245
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
246
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
247
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
248
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
249
- THE SOFTWARE.
250
-
251
-
252
- @octokit/request-error
253
- MIT
254
- The MIT License
255
-
256
- Copyright (c) 2019 Octokit contributors
257
-
258
- Permission is hereby granted, free of charge, to any person obtaining a copy
259
- of this software and associated documentation files (the "Software"), to deal
260
- in the Software without restriction, including without limitation the rights
261
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
262
- copies of the Software, and to permit persons to whom the Software is
263
- furnished to do so, subject to the following conditions:
264
-
265
- The above copyright notice and this permission notice shall be included in
266
- all copies or substantial portions of the Software.
267
-
268
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
269
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
270
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
271
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
272
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
273
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
274
- THE SOFTWARE.
275
-
276
-
277
- @vercel/ncc
278
- MIT
279
- Copyright 2018 ZEIT, Inc.
280
-
281
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
282
-
283
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
284
-
285
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
286
-
287
- before-after-hook
288
- Apache-2.0
289
- Apache License
290
- Version 2.0, January 2004
291
- http://www.apache.org/licenses/
292
-
293
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
294
-
295
- 1. Definitions.
296
-
297
- "License" shall mean the terms and conditions for use, reproduction,
298
- and distribution as defined by Sections 1 through 9 of this document.
299
-
300
- "Licensor" shall mean the copyright owner or entity authorized by
301
- the copyright owner that is granting the License.
302
-
303
- "Legal Entity" shall mean the union of the acting entity and all
304
- other entities that control, are controlled by, or are under common
305
- control with that entity. For the purposes of this definition,
306
- "control" means (i) the power, direct or indirect, to cause the
307
- direction or management of such entity, whether by contract or
308
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
309
- outstanding shares, or (iii) beneficial ownership of such entity.
310
-
311
- "You" (or "Your") shall mean an individual or Legal Entity
312
- exercising permissions granted by this License.
313
-
314
- "Source" form shall mean the preferred form for making modifications,
315
- including but not limited to software source code, documentation
316
- source, and configuration files.
317
-
318
- "Object" form shall mean any form resulting from mechanical
319
- transformation or translation of a Source form, including but
320
- not limited to compiled object code, generated documentation,
321
- and conversions to other media types.
322
-
323
- "Work" shall mean the work of authorship, whether in Source or
324
- Object form, made available under the License, as indicated by a
325
- copyright notice that is included in or attached to the work
326
- (an example is provided in the Appendix below).
327
-
328
- "Derivative Works" shall mean any work, whether in Source or Object
329
- form, that is based on (or derived from) the Work and for which the
330
- editorial revisions, annotations, elaborations, or other modifications
331
- represent, as a whole, an original work of authorship. For the purposes
332
- of this License, Derivative Works shall not include works that remain
333
- separable from, or merely link (or bind by name) to the interfaces of,
334
- the Work and Derivative Works thereof.
335
-
336
- "Contribution" shall mean any work of authorship, including
337
- the original version of the Work and any modifications or additions
338
- to that Work or Derivative Works thereof, that is intentionally
339
- submitted to Licensor for inclusion in the Work by the copyright owner
340
- or by an individual or Legal Entity authorized to submit on behalf of
341
- the copyright owner. For the purposes of this definition, "submitted"
342
- means any form of electronic, verbal, or written communication sent
343
- to the Licensor or its representatives, including but not limited to
344
- communication on electronic mailing lists, source code control systems,
345
- and issue tracking systems that are managed by, or on behalf of, the
346
- Licensor for the purpose of discussing and improving the Work, but
347
- excluding communication that is conspicuously marked or otherwise
348
- designated in writing by the copyright owner as "Not a Contribution."
349
-
350
- "Contributor" shall mean Licensor and any individual or Legal Entity
351
- on behalf of whom a Contribution has been received by Licensor and
352
- subsequently incorporated within the Work.
353
-
354
- 2. Grant of Copyright License. Subject to the terms and conditions of
355
- this License, each Contributor hereby grants to You a perpetual,
356
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
357
- copyright license to reproduce, prepare Derivative Works of,
358
- publicly display, publicly perform, sublicense, and distribute the
359
- Work and such Derivative Works in Source or Object form.
360
-
361
- 3. Grant of Patent License. Subject to the terms and conditions of
362
- this License, each Contributor hereby grants to You a perpetual,
363
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
364
- (except as stated in this section) patent license to make, have made,
365
- use, offer to sell, sell, import, and otherwise transfer the Work,
366
- where such license applies only to those patent claims licensable
367
- by such Contributor that are necessarily infringed by their
368
- Contribution(s) alone or by combination of their Contribution(s)
369
- with the Work to which such Contribution(s) was submitted. If You
370
- institute patent litigation against any entity (including a
371
- cross-claim or counterclaim in a lawsuit) alleging that the Work
372
- or a Contribution incorporated within the Work constitutes direct
373
- or contributory patent infringement, then any patent licenses
374
- granted to You under this License for that Work shall terminate
375
- as of the date such litigation is filed.
376
-
377
- 4. Redistribution. You may reproduce and distribute copies of the
378
- Work or Derivative Works thereof in any medium, with or without
379
- modifications, and in Source or Object form, provided that You
380
- meet the following conditions:
381
-
382
- (a) You must give any other recipients of the Work or
383
- Derivative Works a copy of this License; and
384
-
385
- (b) You must cause any modified files to carry prominent notices
386
- stating that You changed the files; and
387
-
388
- (c) You must retain, in the Source form of any Derivative Works
389
- that You distribute, all copyright, patent, trademark, and
390
- attribution notices from the Source form of the Work,
391
- excluding those notices that do not pertain to any part of
392
- the Derivative Works; and
393
-
394
- (d) If the Work includes a "NOTICE" text file as part of its
395
- distribution, then any Derivative Works that You distribute must
396
- include a readable copy of the attribution notices contained
397
- within such NOTICE file, excluding those notices that do not
398
- pertain to any part of the Derivative Works, in at least one
399
- of the following places: within a NOTICE text file distributed
400
- as part of the Derivative Works; within the Source form or
401
- documentation, if provided along with the Derivative Works; or,
402
- within a display generated by the Derivative Works, if and
403
- wherever such third-party notices normally appear. The contents
404
- of the NOTICE file are for informational purposes only and
405
- do not modify the License. You may add Your own attribution
406
- notices within Derivative Works that You distribute, alongside
407
- or as an addendum to the NOTICE text from the Work, provided
408
- that such additional attribution notices cannot be construed
409
- as modifying the License.
410
-
411
- You may add Your own copyright statement to Your modifications and
412
- may provide additional or different license terms and conditions
413
- for use, reproduction, or distribution of Your modifications, or
414
- for any such Derivative Works as a whole, provided Your use,
415
- reproduction, and distribution of the Work otherwise complies with
416
- the conditions stated in this License.
417
-
418
- 5. Submission of Contributions. Unless You explicitly state otherwise,
419
- any Contribution intentionally submitted for inclusion in the Work
420
- by You to the Licensor shall be under the terms and conditions of
421
- this License, without any additional terms or conditions.
422
- Notwithstanding the above, nothing herein shall supersede or modify
423
- the terms of any separate license agreement you may have executed
424
- with Licensor regarding such Contributions.
425
-
426
- 6. Trademarks. This License does not grant permission to use the trade
427
- names, trademarks, service marks, or product names of the Licensor,
428
- except as required for reasonable and customary use in describing the
429
- origin of the Work and reproducing the content of the NOTICE file.
430
-
431
- 7. Disclaimer of Warranty. Unless required by applicable law or
432
- agreed to in writing, Licensor provides the Work (and each
433
- Contributor provides its Contributions) on an "AS IS" BASIS,
434
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
435
- implied, including, without limitation, any warranties or conditions
436
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
437
- PARTICULAR PURPOSE. You are solely responsible for determining the
438
- appropriateness of using or redistributing the Work and assume any
439
- risks associated with Your exercise of permissions under this License.
440
-
441
- 8. Limitation of Liability. In no event and under no legal theory,
442
- whether in tort (including negligence), contract, or otherwise,
443
- unless required by applicable law (such as deliberate and grossly
444
- negligent acts) or agreed to in writing, shall any Contributor be
445
- liable to You for damages, including any direct, indirect, special,
446
- incidental, or consequential damages of any character arising as a
447
- result of this License or out of the use or inability to use the
448
- Work (including but not limited to damages for loss of goodwill,
449
- work stoppage, computer failure or malfunction, or any and all
450
- other commercial damages or losses), even if such Contributor
451
- has been advised of the possibility of such damages.
452
-
453
- 9. Accepting Warranty or Additional Liability. While redistributing
454
- the Work or Derivative Works thereof, You may choose to offer,
455
- and charge a fee for, acceptance of support, warranty, indemnity,
456
- or other liability obligations and/or rights consistent with this
457
- License. However, in accepting such obligations, You may act only
458
- on Your own behalf and on Your sole responsibility, not on behalf
459
- of any other Contributor, and only if You agree to indemnify,
460
- defend, and hold each Contributor harmless for any liability
461
- incurred by, or claims asserted against, such Contributor by reason
462
- of your accepting any such warranty or additional liability.
463
-
464
- END OF TERMS AND CONDITIONS
465
-
466
- APPENDIX: How to apply the Apache License to your work.
467
-
468
- To apply the Apache License to your work, attach the following
469
- boilerplate notice, with the fields enclosed by brackets "{}"
470
- replaced with your own identifying information. (Don't include
471
- the brackets!) The text should be enclosed in the appropriate
472
- comment syntax for the file format. We also recommend that a
473
- file or class name and description of purpose be included on the
474
- same "printed page" as the copyright notice for easier
475
- identification within third-party archives.
476
-
477
- Copyright 2018 Gregor Martynus and other contributors.
478
-
479
- Licensed under the Apache License, Version 2.0 (the "License");
480
- you may not use this file except in compliance with the License.
481
- You may obtain a copy of the License at
482
-
483
- http://www.apache.org/licenses/LICENSE-2.0
484
-
485
- Unless required by applicable law or agreed to in writing, software
486
- distributed under the License is distributed on an "AS IS" BASIS,
487
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
488
- See the License for the specific language governing permissions and
489
- limitations under the License.
490
-
491
-
492
- fast-content-type-parse
493
- MIT
494
- MIT License
495
-
496
- Copyright (c) 2023 The Fastify Team
497
-
498
- The Fastify team members are listed at https://github.com/fastify/fastify#team
499
- and in the README file.
500
-
501
- Permission is hereby granted, free of charge, to any person obtaining a copy
502
- of this software and associated documentation files (the "Software"), to deal
503
- in the Software without restriction, including without limitation the rights
504
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
505
- copies of the Software, and to permit persons to whom the Software is
506
- furnished to do so, subject to the following conditions:
507
-
508
- The above copyright notice and this permission notice shall be included in all
509
- copies or substantial portions of the Software.
510
-
511
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
512
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
513
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
514
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
515
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
516
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
517
- SOFTWARE.
518
-
519
- json-with-bigint
520
- MIT
521
- MIT License
522
-
523
- Copyright (c) 2023 Ivan Korolenko
524
-
525
- Permission is hereby granted, free of charge, to any person obtaining a copy
526
- of this software and associated documentation files (the "Software"), to deal
527
- in the Software without restriction, including without limitation the rights
528
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
529
- copies of the Software, and to permit persons to whom the Software is
530
- furnished to do so, subject to the following conditions:
531
-
532
- The above copyright notice and this permission notice shall be included in all
533
- copies or substantial portions of the Software.
534
-
535
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
536
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
537
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
538
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
539
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
540
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
541
- SOFTWARE.
542
-
543
-
544
- tunnel
545
- MIT
546
- The MIT License (MIT)
547
-
548
- Copyright (c) 2012 Koichi Kobayashi
549
-
550
- Permission is hereby granted, free of charge, to any person obtaining a copy
551
- of this software and associated documentation files (the "Software"), to deal
552
- in the Software without restriction, including without limitation the rights
553
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
554
- copies of the Software, and to permit persons to whom the Software is
555
- furnished to do so, subject to the following conditions:
556
-
557
- The above copyright notice and this permission notice shall be included in
558
- all copies or substantial portions of the Software.
559
-
560
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
561
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
562
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
563
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
564
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
565
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
566
- THE SOFTWARE.
567
-
568
-
569
- undici
570
- MIT
571
- MIT License
572
-
573
- Copyright (c) Matteo Collina and Undici contributors
574
-
575
- Permission is hereby granted, free of charge, to any person obtaining a copy
576
- of this software and associated documentation files (the "Software"), to deal
577
- in the Software without restriction, including without limitation the rights
578
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
579
- copies of the Software, and to permit persons to whom the Software is
580
- furnished to do so, subject to the following conditions:
581
-
582
- The above copyright notice and this permission notice shall be included in all
583
- copies or substantial portions of the Software.
584
-
585
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
586
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
587
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
588
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
589
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
590
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
591
- SOFTWARE.
592
-
593
-
594
- universal-user-agent
595
- ISC
596
- # [ISC License](https://spdx.org/licenses/ISC)
597
-
598
- Copyright (c) 2018-2021, Gregor Martynus (https://github.com/gr2m)
599
-
600
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
601
-
602
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
603
-
604
-
605
- yaml
606
- ISC
607
- Copyright Eemeli Aro <eemeli@gmail.com>
608
-
609
- Permission to use, copy, modify, and/or distribute this software for any purpose
610
- with or without fee is hereby granted, provided that the above copyright notice
611
- and this permission notice appear in all copies.
612
-
613
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
614
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
615
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
616
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
617
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
618
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
619
- THIS SOFTWARE.
620
-
621
-
622
- zod
623
- MIT
624
- MIT License
625
-
626
- Copyright (c) 2025 Colin McDonnell
627
-
628
- Permission is hereby granted, free of charge, to any person obtaining a copy
629
- of this software and associated documentation files (the "Software"), to deal
630
- in the Software without restriction, including without limitation the rights
631
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
632
- copies of the Software, and to permit persons to whom the Software is
633
- furnished to do so, subject to the following conditions:
634
-
635
- The above copyright notice and this permission notice shall be included in all
636
- copies or substantial portions of the Software.
637
-
638
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
639
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
640
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
641
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
642
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
643
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
644
- SOFTWARE.
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -1,8 +0,0 @@
1
- import type { ProjectInfo } from "./types.js";
2
- /**
3
- * Load project information by parsing manifest files.
4
- *
5
- * Walks up directories from `scanRoot` to find the nearest manifest.
6
- * Parses package.json, lock files, requirements.txt, and pyproject.toml.
7
- */
8
- export declare function loadProjectInfo(scanRoot: string): ProjectInfo;
@@ -1 +0,0 @@
1
- {"version":3,"file":"","sourceRoot":"","sources":["file:///home/runner/work/vibecop/vibecop/src/project.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE9C;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,CAkB7D"}