-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
83 lines (83 loc) · 2.74 KB
/
Copy pathpackage-lock.json
File metadata and controls
83 lines (83 loc) · 2.74 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "p5-holoplay",
"version": "0.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "p5-holoplay",
"version": "0.3.4",
"license": "ISC",
"dependencies": {
"holoplay-core": "^0.0.8",
"p5": "^1.4.2"
}
},
"node_modules/cbor-js": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/cbor-js/-/cbor-js-0.1.0.tgz",
"integrity": "sha512-7sQ/TvDZPl7csT1Sif9G0+MA0I0JOVah8+wWlJVQdVEgIbCzlN/ab3x+uvMNsc34TUvO6osQTAmB2ls80JX6tw=="
},
"node_modules/holoplay-core": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/holoplay-core/-/holoplay-core-0.0.8.tgz",
"integrity": "sha512-fErVQ6dB8onRRKPQGxBT6VOCTIFjnoOu8U2+TBxNJLGgVEeOR6hr4yYEMHSSSOFUjyFLpWXWfEkFt34vOS+VFA==",
"dependencies": {
"cbor-js": "^0.1.0",
"ws": "^7.2.0"
}
},
"node_modules/p5": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/p5/-/p5-1.4.2.tgz",
"integrity": "sha512-J5zqZ/l1NIbJSuNr/FH9nDYgBRg7/NubStNPnx1fQCMSAgxI6peKDHs9i5iaG9EuwbJzjuG6/5bX/D0lqqrP9A=="
},
"node_modules/ws": {
"version": "7.5.9",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
"engines": {
"node": ">=8.3.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
},
"dependencies": {
"cbor-js": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/cbor-js/-/cbor-js-0.1.0.tgz",
"integrity": "sha512-7sQ/TvDZPl7csT1Sif9G0+MA0I0JOVah8+wWlJVQdVEgIbCzlN/ab3x+uvMNsc34TUvO6osQTAmB2ls80JX6tw=="
},
"holoplay-core": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/holoplay-core/-/holoplay-core-0.0.8.tgz",
"integrity": "sha512-fErVQ6dB8onRRKPQGxBT6VOCTIFjnoOu8U2+TBxNJLGgVEeOR6hr4yYEMHSSSOFUjyFLpWXWfEkFt34vOS+VFA==",
"requires": {
"cbor-js": "^0.1.0",
"ws": "^7.2.0"
}
},
"p5": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/p5/-/p5-1.4.2.tgz",
"integrity": "sha512-J5zqZ/l1NIbJSuNr/FH9nDYgBRg7/NubStNPnx1fQCMSAgxI6peKDHs9i5iaG9EuwbJzjuG6/5bX/D0lqqrP9A=="
},
"ws": {
"version": "7.5.9",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
"requires": {}
}
}
}