-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
30 lines (30 loc) · 912 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
{
"name": "videodb",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "videodb",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"tabulator-tables": "^6.3.0"
},
"devDependencies": {
"@webgpu/types": "^0.1.53"
}
},
"node_modules/@webgpu/types": {
"version": "0.1.53",
"resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.53.tgz",
"integrity": "sha512-x+BLw/opaz9LiVyrMsP75nO1Rg0QfrACUYIbVSfGwY/w0DiWIPYYrpte6us//KZXinxFAOJl0+C17L1Vi2vmDw==",
"dev": true
},
"node_modules/tabulator-tables": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-6.3.0.tgz",
"integrity": "sha512-gFiivoa03+NCDJ28Na3UU45nJT7sFXBsFCBtMqXz5OpsNTWrmL5ZJYA4oZtDFaVfarPqUHNgwm2PhL6DR7CQxg=="
}
}
}