This repository was archived by the owner on Jul 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
72 lines (72 loc) · 2.29 KB
/
Copy pathpackage-lock.json
File metadata and controls
72 lines (72 loc) · 2.29 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
{
"name": "leapmotion-experiments",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"commander": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-0.6.1.tgz",
"integrity": "sha1-+mihT2qUXVTbvlDYzbMyDp47GgY="
},
"cylon": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/cylon/-/cylon-1.3.0.tgz",
"integrity": "sha1-DatVs532BuwY+UBPNTQ3dMCFz8s="
},
"cylon-leapmotion": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/cylon-leapmotion/-/cylon-leapmotion-0.21.0.tgz",
"integrity": "sha1-Mi7ZoxyK681VQpR0HwElLl7utkc=",
"requires": {
"cylon": "^1.3.0",
"leapjs": "^0.6.4"
}
},
"gl-matrix": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-2.2.1.tgz",
"integrity": "sha1-AVvc1VtsYyhgmAsTsxKWYorhDM4="
},
"leapjs": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/leapjs/-/leapjs-0.6.4.tgz",
"integrity": "sha1-kFiLDynB05JEuXoU122qQCfHito=",
"requires": {
"gl-matrix": "2.2.1",
"underscore": "1.4.4",
"ws": "0.4.25"
}
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"options": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
"integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8="
},
"tinycolor": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz",
"integrity": "sha1-MgtaUtg6u1l42Bo+iH1K77FaYWQ="
},
"underscore": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz",
"integrity": "sha1-YaajIBBiKvoHljvzJSA88SI51gQ="
},
"ws": {
"version": "0.4.25",
"resolved": "https://registry.npmjs.org/ws/-/ws-0.4.25.tgz",
"integrity": "sha1-PcoG/t3CWUSveA17Ados9j2nrMg=",
"requires": {
"commander": "~0.6.1",
"options": "^0.0.6",
"tinycolor": "0.x"
}
}
}
}