-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1.08 KB
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 1.08 KB
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
{
"name": "lively",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"hasInstallScript": true,
"dependencies": {
"@socketry/live": "^0.16.2",
"@socketry/live-audio": "^0.5.0"
}
},
"node_modules/@socketry/live": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/@socketry/live/-/live-0.16.2.tgz",
"integrity": "sha512-9CWC16u4q2vZvoYDuAbydANaVFeUVv5j02NsLGiR8J3FR1Hadp7tu8W2aZEIrdVmgjsfFb5VoF/vBZ0gRAZNQw==",
"license": "MIT",
"dependencies": {
"morphdom": "^2.7"
}
},
"node_modules/@socketry/live-audio": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@socketry/live-audio/-/live-audio-0.5.1.tgz",
"integrity": "sha512-HpekezNPHAMUIKHj5ahGtoeNtBuIGhna0hBUcLuNy8MDp13iNWaS0UY8G6Bq1Luu6C7gCHSie3Y4OHJ8lyM18w==",
"license": "MIT"
},
"node_modules/morphdom": {
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.8.tgz",
"integrity": "sha512-D/fR4xgGUyVRbdMGU6Nejea1RFzYxYtyurG4Fbv2Fi/daKlWKuXGLOdXtl+3eIwL110cI2hz1ZojGICjjFLgTg==",
"license": "MIT"
}
}
}