forked from scholar-labs/sast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
195 lines (195 loc) · 6.02 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
{
"name": "sast",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@ast-grep/napi": "^0.27.1",
"js-yaml": "^4.1.0"
}
},
"node_modules/@ast-grep/napi": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi/-/napi-0.27.1.tgz",
"integrity": "sha512-zmUOJ+ViUbqd1z/watSAec9h8qaWjFXKXg1ifOcmvrHsByJFTL9DWfIdrNVlaDPDWHcYdb3iPTeFzwXdg3cwtw==",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"optionalDependencies": {
"@ast-grep/napi-darwin-arm64": "0.27.1",
"@ast-grep/napi-darwin-x64": "0.27.1",
"@ast-grep/napi-linux-arm64-gnu": "0.27.1",
"@ast-grep/napi-linux-arm64-musl": "0.27.1",
"@ast-grep/napi-linux-x64-gnu": "0.27.1",
"@ast-grep/napi-linux-x64-musl": "0.27.1",
"@ast-grep/napi-win32-arm64-msvc": "0.27.1",
"@ast-grep/napi-win32-ia32-msvc": "0.27.1",
"@ast-grep/napi-win32-x64-msvc": "0.27.1"
}
},
"node_modules/@ast-grep/napi-darwin-arm64": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-darwin-arm64/-/napi-darwin-arm64-0.27.1.tgz",
"integrity": "sha512-zguPfCTnPIMTjkIyYoChgXnUpoYjeElyksesAHhFAtbYUQK+A3wRS1BGb1KteRQYq2rNeRRiEDSBUDdkxbcSbA==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-darwin-x64": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-darwin-x64/-/napi-darwin-x64-0.27.1.tgz",
"integrity": "sha512-sVhcGjz2XTz1n8kRYu6tY2Sm9m6AHRr7AF11jM536FnLZYvJ5HIbsT19E5ofz8Gc16x/REOe1FTxgJ0LtAbIQw==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-linux-arm64-gnu": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-linux-arm64-gnu/-/napi-linux-arm64-gnu-0.27.1.tgz",
"integrity": "sha512-GlLtN9AaichpY8qsbX0UR7pq9Ow1UQ7DPEqsLuTqkMGMWb78ZoZk2fOQ8aIMsH6nV9HEboH9CX0k5O1bnp3SDQ==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-linux-arm64-musl": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-linux-arm64-musl/-/napi-linux-arm64-musl-0.27.1.tgz",
"integrity": "sha512-IHNLqeS/Xhflnl+39+OwPU75AxsM3l8b7+sPhFDt2eGFhAzgq8/UR/mtJ7SfIUXRoyCcNqbsLRFlXESnDt5JXg==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-linux-x64-gnu": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-linux-x64-gnu/-/napi-linux-x64-gnu-0.27.1.tgz",
"integrity": "sha512-YE/iYeIjBIih42Msi2daOdgNWoa9rITTZGMvzcHizWaFX4hWNeE1j4Oo8pwgjOMgdPRc6dV698OGR642naPDFw==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-linux-x64-musl": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-linux-x64-musl/-/napi-linux-x64-musl-0.27.1.tgz",
"integrity": "sha512-q8klHZncFDV/a18jDPoCCUJdid+mQ583C8tWiAjOWSiITZpQAR0pfMhwu4TMhIkDmNaVRryqDm4fWNaxtsEpSQ==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-win32-arm64-msvc": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-win32-arm64-msvc/-/napi-win32-arm64-msvc-0.27.1.tgz",
"integrity": "sha512-pqSo03JnL+ONLMoYPtFOKRhKe1CrEmm7mjusAyAT8gZ25rTzFEvpDS9pMNpeXt3wnmUeyEYNuB1U2x0qHXo1qQ==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-win32-ia32-msvc": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-win32-ia32-msvc/-/napi-win32-ia32-msvc-0.27.1.tgz",
"integrity": "sha512-710Jtkr75etK54XL9suzyGT+bKhQZhxm5TPVvPwoF0pRAyuAnU9PHimpSU0LnisteVIKgOk4EOBieZON0YuJBg==",
"cpu": [
"ia32"
],
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@ast-grep/napi-win32-x64-msvc": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@ast-grep/napi-win32-x64-msvc/-/napi-win32-x64-msvc-0.27.1.tgz",
"integrity": "sha512-yh2N58ifVWQtrek6sP1zr6+qfh+uguoy1DS1+3ZCdrAjflOBBm6pcwCw8bNoRkEckxpkx88JzEAov9BkNH766Q==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
"license": "Python-2.0"
},
"node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
}
}
}