forked from kleurbleur/midi-artnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
139 lines (139 loc) · 4.88 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "midiartnettest",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"animation-loops": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/animation-loops/-/animation-loops-2.0.4.tgz",
"integrity": "sha1-qaDxlFDnAGaGKjfTfIM1SKlmF7M=",
"requires": {
"bindpolyfill": "0.0.0",
"raf": "2.0.1"
}
},
"animation-timer": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/animation-timer/-/animation-timer-1.0.12.tgz",
"integrity": "sha1-s9JeY2TmcMdA3XKM6whL8on366w=",
"requires": {
"animation-loops": "2.0.4",
"bindpolyfill": "0.0.0",
"foreach": "~2.0.4",
"gm-is": "~1.2.4",
"gm-parse-duration": "~1.0.6"
}
},
"array-move": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/array-move/-/array-move-2.1.0.tgz",
"integrity": "sha512-BXEIud+F7/ech2HcSfo+6bpgSCRlNnVTqQhGKdMov9iJkHq+vu9IP9qRXDpZvQpc1WWpDLiEfjs6Lfvvac+fDA=="
},
"artnet": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/artnet/-/artnet-1.4.0.tgz",
"integrity": "sha1-jwDYllrNwzBIbOOfzBI8eeL/fEU="
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"bindpolyfill": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/bindpolyfill/-/bindpolyfill-0.0.0.tgz",
"integrity": "sha1-s5wa5aUBbctYEqwWTpvHaYq5ROM="
},
"color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"requires": {
"color-name": "~1.1.4"
}
},
"color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
},
"easymidi": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/easymidi/-/easymidi-1.0.2.tgz",
"integrity": "sha512-Ox1KlDIZw7Y1647FOWxCx9mfhQnqNrV07XRY0X5jqJ5JmjhlzCEyADXpXKMqVoPDctpvenCgNFiXg66mxU54sA==",
"requires": {
"midi": "^1.0.0"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
},
"foreach": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
"integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k="
},
"functional-easing": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/functional-easing/-/functional-easing-1.0.10.tgz",
"integrity": "sha1-1PM//zkugoePxwiWjSVkEArnAPA=",
"requires": {
"gm-is": "~1.2.2"
}
},
"gm-is": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/gm-is/-/gm-is-1.2.4.tgz",
"integrity": "sha1-7B/UqGT/j9bsHp9EQllQ8uBbBGQ=",
"requires": {
"foreach": "~2.0.4"
}
},
"gm-parse-duration": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/gm-parse-duration/-/gm-parse-duration-1.0.6.tgz",
"integrity": "sha1-GOSDRO6OALugHTZeyUUgs7OO17Y=",
"requires": {
"gm-is": "~1.2.2"
}
},
"lerp": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/lerp/-/lerp-1.0.3.tgz",
"integrity": "sha1-oYyJaPkXiW3hXM/MKNVaa3Med24="
},
"midi": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/midi/-/midi-1.0.0.tgz",
"integrity": "sha512-BL2xedtLEy2ExJujuvQQNs5Gz1aXv7/wpq3KKZ7FmmTvVfR3eC+OgiwtC+4+9IinsXfQnTNSOBrG2PAjMHi0ZQ==",
"requires": {
"bindings": "~1.5.0",
"nan": "^2.3.3"
}
},
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"performance-now": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.1.4.tgz",
"integrity": "sha1-NgtkLwc/+MKmk7PDjXzLwXtTGDs="
},
"raf": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/raf/-/raf-2.0.1.tgz",
"integrity": "sha1-yAZn9lLhOeAqh9rzn6cITAAohto=",
"requires": {
"performance-now": "~0.1.3"
}
}
}
}