Skip to content

Commit bdc64ad

Browse files
committed
chore: add input 0011
1 parent ecd17ff commit bdc64ad

File tree

12 files changed

+276
-0
lines changed

12 files changed

+276
-0
lines changed

fixtures/input/example/0011.ts

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
export const bunshPackage = {
2+
name: 'bun' as const,
3+
domain: 'bun.sh' as const,
4+
description: 'Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one' as const,
5+
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/bun.sh/package.yml' as const,
6+
homepageUrl: '' as const,
7+
githubUrl: 'https://github.com/pkgxdev/pantry/' as const,
8+
installCommand: 'sh <(curl https://pkgx.sh) +bun.sh -- $SHELL -i' as const,
9+
programs: [
10+
'bun',
11+
'bunx',
12+
] as const,
13+
companions: [] as const,
14+
dependencies: [] as const,
15+
versions: [
16+
'1.2.14',
17+
'1.2.13',
18+
'1.2.12',
19+
'1.2.11',
20+
'1.2.10',
21+
'1.2.9',
22+
'1.2.8',
23+
'1.2.7',
24+
'1.2.6',
25+
'1.2.5',
26+
'1.2.4',
27+
'1.2.3',
28+
'1.2.2',
29+
'1.2.1',
30+
'1.2.0',
31+
'1.1.45',
32+
'1.1.44',
33+
'1.1.43',
34+
'1.1.42',
35+
'1.1.41',
36+
'1.1.40',
37+
'1.1.39',
38+
'1.1.38',
39+
'1.1.37',
40+
'1.1.36',
41+
'1.1.35',
42+
'1.1.34',
43+
'1.1.33',
44+
'1.1.32',
45+
'1.1.31',
46+
'1.1.30',
47+
'1.1.29',
48+
'1.1.28',
49+
'1.1.27',
50+
'1.1.26',
51+
'1.1.25',
52+
'1.1.24',
53+
'1.1.23',
54+
'1.1.22',
55+
'1.1.21',
56+
'1.1.20',
57+
'1.1.19',
58+
'1.1.18',
59+
'1.1.17',
60+
'1.1.16',
61+
'1.1.15',
62+
'1.1.14',
63+
'1.1.13',
64+
'1.1.12',
65+
'1.1.11',
66+
'1.1.10',
67+
'1.1.9',
68+
'1.1.8',
69+
'1.1.7',
70+
'1.1.6',
71+
'1.1.5',
72+
'1.1.4',
73+
'1.1.3',
74+
'1.1.2',
75+
'1.1.1',
76+
'1.1.0',
77+
'1.0.36',
78+
'1.0.35',
79+
'1.0.34',
80+
'1.0.33',
81+
'1.0.32',
82+
'1.0.31',
83+
'1.0.30',
84+
'1.0.29',
85+
'1.0.28',
86+
'1.0.27',
87+
'1.0.26',
88+
'1.0.25',
89+
'1.0.24',
90+
'1.0.23',
91+
'1.0.22',
92+
'1.0.21',
93+
'1.0.20',
94+
'1.0.19',
95+
'1.0.18',
96+
'1.0.17',
97+
'1.0.16',
98+
'1.0.14',
99+
'1.0.13',
100+
'1.0.12',
101+
'1.0.11',
102+
'1.0.10',
103+
'1.0.9',
104+
'1.0.8',
105+
'1.0.7',
106+
'1.0.6',
107+
'1.0.5',
108+
'1.0.4',
109+
'1.0.3',
110+
'1.0.2',
111+
'1.0.1',
112+
'1.0.0',
113+
'0.8.1',
114+
'0.8.0',
115+
'0.7.2',
116+
'0.7.1',
117+
'0.7.0',
118+
'0.6.14',
119+
'0.6.13',
120+
'0.6.12',
121+
'0.6.11',
122+
'0.6.10',
123+
'0.6.8',
124+
'0.6.7',
125+
'0.6.6',
126+
'0.6.5',
127+
'0.6.4',
128+
'0.6.3',
129+
'0.6.2',
130+
'0.6.1',
131+
'0.6.0',
132+
'0.5.9',
133+
'0.5.6',
134+
] as const,
135+
fullPath: 'bun.sh' as const,
136+
aliases: [
137+
'bun',
138+
] as const,
139+
}
140+
141+
export type BunshPackage = typeof bunshPackage
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)