-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
37 lines (37 loc) · 1.28 KB
/
package-lock.json
File metadata and controls
37 lines (37 loc) · 1.28 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
{
"name": "midiconvert",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"csv-parse": {
"version": "0.1.4",
"resolved": "http://registry.npmjs.org/csv-parse/-/csv-parse-0.1.4.tgz",
"integrity": "sha1-9ilPl+hYG8PlR91D250Rl/gzJRg="
},
"midievents": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/midievents/-/midievents-2.0.0.tgz",
"integrity": "sha512-8ABFjr+IKj1ZMAERj0jo99v/ifXU6kCbx9QKj4lM5GccaU81FPk+OVgt3FptGF9zcEsGJY74pl6juRkXDQJs+A=="
},
"midifile": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/midifile/-/midifile-2.0.0.tgz",
"integrity": "sha512-JQw8RzJ3auOKR/fWIgt6gqKXKrPdq/AZjToQroqTjL0heBa7Ra0EvzRf/y/RDAC/UGMs6eIwB7jLS3nc9DHxZQ==",
"requires": {
"midievents": "^2.0.0",
"utf-8": "^2.0.0"
}
},
"node-csv": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/node-csv/-/node-csv-0.1.2.tgz",
"integrity": "sha1-/8ht8l89wHOQIKsVEh4tMDPnRwA="
},
"utf-8": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/utf-8/-/utf-8-2.0.0.tgz",
"integrity": "sha512-DItg/Z20ltBzugPrb8Mx1oN0F8CqN5bD38T57YM/pF/GOzUsNVXiellI0PbJPq3e1Z7BEDNoWP1H1+4n7g54Cg=="
}
}
}