-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
41 lines (41 loc) · 1.47 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"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"
}
},
"easymidi": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/easymidi/-/easymidi-2.0.1.tgz",
"integrity": "sha512-M1tMX5/AI3zHb1phzINCLVWfivD2DP+fawMpSUdi69ElyTZ+E4EBeHlwaPMT01uWz8W9ncfvMIb4HP/LUWjBbg==",
"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=="
},
"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.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz",
"integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw=="
}
}
}