-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
23 lines (23 loc) · 880 Bytes
/
package-lock.json
File metadata and controls
23 lines (23 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "graphysics",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@hpcc-js/wasm": {
"version": "0.3.14",
"resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-0.3.14.tgz",
"integrity": "sha512-4+Gxy/KrWQcJkr67mPkTz5BgrrbuZJyDJoKGE1RSzsx8dTU+AgyfL/ILLkucyTvmakSNB6tmuvdFM4ua08G14w=="
},
"matter-js": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/matter-js/-/matter-js-0.14.2.tgz",
"integrity": "sha512-3ttVT8cJlQnGRjBa8MyVrGyvGmnmOkZ3YsyemIw+KwEEdVi70mo32FH1Eta2b3GfdDJFbMDRqyMQt4heNKBUEA=="
},
"web-js-utils": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/web-js-utils/-/web-js-utils-2.1.0.tgz",
"integrity": "sha512-eP/H2xFPS6xLRNhuSPQOwPQ8YgNZve0a50JRy4DGR881VrskY10u2ztaG1lUOGiIt5cLmpjPX2lhzJFParcbFA=="
}
}
}