-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
205 lines (205 loc) · 6.43 KB
/
package-lock.json
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
{
"name": "spicy-lint",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "spicy-lint",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@ast-grep/cli": "^0.30.0",
"tree-sitter-spicy": "github:bbannier/tree-sitter-spicy"
}
},
"node_modules/@ast-grep/cli": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli/-/cli-0.30.0.tgz",
"integrity": "sha512-ehi+3L+axebYI2zHdDx+0CuWRBmHOZkOUEjnI/ReOwxdN6qNyraFMfN3WnPml8lkzNdZLY15brBAl7kHnD6Tdw==",
"hasInstallScript": true,
"dependencies": {
"detect-libc": "2.0.3"
},
"bin": {
"ast-grep": "ast-grep",
"sg": "sg"
},
"engines": {
"node": ">= 12.0.0"
},
"optionalDependencies": {
"@ast-grep/cli-darwin-arm64": "0.30.0",
"@ast-grep/cli-darwin-x64": "0.30.0",
"@ast-grep/cli-linux-arm64-gnu": "0.30.0",
"@ast-grep/cli-linux-x64-gnu": "0.30.0",
"@ast-grep/cli-win32-arm64-msvc": "0.30.0",
"@ast-grep/cli-win32-ia32-msvc": "0.30.0",
"@ast-grep/cli-win32-x64-msvc": "0.30.0"
}
},
"node_modules/@ast-grep/cli-darwin-arm64": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli-darwin-arm64/-/cli-darwin-arm64-0.30.0.tgz",
"integrity": "sha512-31O46exozWYctY2YbDqhzwiyuQtEn19WLN5jGpi2cPkfG1juLBBxznY9xn1sAEN4HsbU8dD/XsrzwSZKf0i5Dg==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/cli-darwin-x64": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli-darwin-x64/-/cli-darwin-x64-0.30.0.tgz",
"integrity": "sha512-9mnQGi9dK27OEG4CeoYoKaywWwELncSkRHj3yDE8CmS1ZAiAWMf95SEu4xx7Z0vn6b4JVN1wCNfKpSHbtcpVPA==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/cli-linux-arm64-gnu": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-0.30.0.tgz",
"integrity": "sha512-fyUIeoHJCjkMl9DU7MvOOFh9smRalsgT7V2NBPIMTV3FRQtvTsmY94SQPSEG9knND4MsKOPKxlROKVZIz7Q4oA==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/cli-linux-x64-gnu": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli-linux-x64-gnu/-/cli-linux-x64-gnu-0.30.0.tgz",
"integrity": "sha512-osKN+bM7mNK6b7dXzcRvWJZ4iYrlLzTO8AyDCkfkj3I53Ew3Z1BmzY9eO2pG5VFm2jktxRCfRc9uo2pVKeaVmw==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/cli-win32-arm64-msvc": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-0.30.0.tgz",
"integrity": "sha512-/fnZXDDipk7lfmytrFBqUrX504dW1PXF/UNpEJETHutjmohoPdSLJ/K3JgJWTz8hJv8hq2cUd8q5iXcPcic7wg==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/cli-win32-ia32-msvc": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-0.30.0.tgz",
"integrity": "sha512-SadZRHGOrPgTaV4Y+qb/f0g+SA6pMq90PeOv3FlNz8srfqo3MNHFtckoVIXW8aXsgWnEPtbqUozUgO/U8LaoJQ==",
"cpu": [
"ia32"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/cli-win32-x64-msvc": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/@ast-grep/cli-win32-x64-msvc/-/cli-win32-x64-msvc-0.30.0.tgz",
"integrity": "sha512-4iP5m1jEQPYXrDmd03UYVnLXVkahQiorAWAP2hnyCC2SdGHGYXddP+h0xZRHw7WmZkFrw/K8/4V/e8mPCkOalQ==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/detect-libc": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
"engines": {
"node": ">=8"
}
},
"node_modules/node-addon-api": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.0.0.tgz",
"integrity": "sha512-ipO7rsHEBqa9STO5C5T10fj732ml+5kLN1cAG8/jdHd56ldQeGj3Q7+scUS+VHK/qy1zLEwC4wMK5+yM0btPvw==",
"license": "MIT",
"engines": {
"node": "^18 || ^20 || >= 21"
}
},
"node_modules/node-gyp-build": {
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz",
"integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==",
"license": "MIT",
"bin": {
"node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js",
"node-gyp-build-test": "build-test.js"
}
},
"node_modules/tree-sitter": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.21.1.tgz",
"integrity": "sha512-7dxoA6kYvtgWw80265MyqJlkRl4yawIjO7S5MigytjELkX43fV2WsAXzsNfO7sBpPPCF5Gp0+XzHk0DwLCq3xQ==",
"hasInstallScript": true,
"license": "MIT",
"peer": true,
"dependencies": {
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0"
}
},
"node_modules/tree-sitter-spicy": {
"version": "0.0.1",
"resolved": "git+ssh://[email protected]/bbannier/tree-sitter-spicy.git#9db4b94c30c34d0cea3e742f303633ff94966cde",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0"
},
"peerDependencies": {
"tree-sitter": "^0.21.0"
},
"peerDependenciesMeta": {
"tree_sitter": {
"optional": true
}
}
}
}
}