-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
69 lines (69 loc) · 2.07 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
{
"name": "DiffusionParLeSon",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"clear": "^0.1.0",
"node-osc": "^8.0.11",
"ws": "^8.13.0"
}
},
"node_modules/binpack": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/binpack/-/binpack-0.1.0.tgz",
"integrity": "sha512-KcSrsGiIKgklTWweVb9XnZPWO1/rGSsK3fwR7VnbDPbLKPlkvSKd/ZrJ1W712r6HzH5u0fa/AZCftATO09x8Aw=="
},
"node_modules/clear": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/clear/-/clear-0.1.0.tgz",
"integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==",
"engines": {
"node": "*"
}
},
"node_modules/node-osc": {
"version": "8.0.11",
"resolved": "https://registry.npmjs.org/node-osc/-/node-osc-8.0.11.tgz",
"integrity": "sha512-5MOIusbe6MsOQ+vDcYPhqlrri0QOBbEWPcAo7nTJAPmISX8Vb+AipxLHsk1a49mLjMpidf2aVG1Pr0A2/rptfw==",
"dependencies": {
"osc-min": "^1.1.1"
},
"engines": {
"node": "^14.18 || ^16.13 || >=18"
}
},
"node_modules/osc-min": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/osc-min/-/osc-min-1.1.2.tgz",
"integrity": "sha512-8DbiO8ME85R75stgNVCZtHxB9MNBBNcyy+isNBXrsFeinXGjwNAauvKVmGlfRas5VJWC/mhzIx7spR2gFvWxvg==",
"dependencies": {
"binpack": "~0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}