forked from evanw/esbuild-plugin-glslx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
32 lines (32 loc) · 905 Bytes
/
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
{
"name": "@rottencandy/esbuild-plugin-glslx",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@rottencandy/esbuild-plugin-glslx",
"version": "0.0.2",
"license": "MIT",
"dependencies": {
"glslx": "0.2.13"
},
"devDependencies": {}
},
"node_modules/glslx": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/glslx/-/glslx-0.2.13.tgz",
"integrity": "sha512-AjvDqcG3JGHFphnDpPraIiIVuNigblOGofr8EZFGlHUbpCuPzS43H3oqgd3m8h0+8a4Wf59fG5AMC1XirJjXfg==",
"bin": {
"glslx": "glslx"
}
}
},
"dependencies": {
"glslx": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/glslx/-/glslx-0.2.13.tgz",
"integrity": "sha512-AjvDqcG3JGHFphnDpPraIiIVuNigblOGofr8EZFGlHUbpCuPzS43H3oqgd3m8h0+8a4Wf59fG5AMC1XirJjXfg=="
}
}
}