-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
88 lines (88 loc) · 3.22 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
{
"name": "src",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@tonaljs/tonal": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@tonaljs/tonal/-/tonal-3.2.2.tgz",
"integrity": "sha512-j03zV3gScWyN9uMFlNSB/oQSXYLYrzH2vgkLBo311+dW2t3ChXIqftTI99Z17eEiv2SphU15iQRIoX7xVum4WQ=="
},
"accidental-value": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/accidental-value/-/accidental-value-1.0.0.tgz",
"integrity": "sha1-nQh1Oozl+KfgtJFXnvXB4BiJ6A8="
},
"daccord": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/daccord/-/daccord-1.1.0.tgz",
"integrity": "sha1-NvDzmrH1dfdwndl9Nv/m2It40bQ="
},
"helmholtz": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/helmholtz/-/helmholtz-2.0.2.tgz",
"integrity": "sha1-VGMGIb2HV1sMK9kUcIenmo/jCBE=",
"requires": {
"accidental-value": "^1.0.0",
"notecoord": "^1.0.1"
}
},
"interval-coords": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/interval-coords/-/interval-coords-1.1.1.tgz",
"integrity": "sha1-SoOkAhRtlaTbBiwSm3nLNKfs3ck="
},
"midi-freq": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/midi-freq/-/midi-freq-1.0.1.tgz",
"integrity": "sha1-xGAVaNLZpIJqgFLfaGr0vCKn3gc="
},
"notecoord": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/notecoord/-/notecoord-1.1.0.tgz",
"integrity": "sha1-icQqt7tXlqKfPH+t6YJcUJ2PHtE="
},
"pitch-fq": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/pitch-fq/-/pitch-fq-1.0.0.tgz",
"integrity": "sha1-ZRs+iFL2W5VV86KPeulvEeNTNBY="
},
"piu": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/piu/-/piu-1.0.0.tgz",
"integrity": "sha1-e18AnSUL896d31fgb6zkdeE63EA="
},
"pizzicato": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/pizzicato/-/pizzicato-0.6.4.tgz",
"integrity": "sha512-1Y4UGnhdBvCoeRTt4Cor/zPRsH/pEAGsBESy0zeR8mH2i2piJRQLEEctkzUJGo6h64GiepZy+LFaJ/a3riR+WA=="
},
"scientific-notation": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/scientific-notation/-/scientific-notation-1.0.2.tgz",
"integrity": "sha1-zOo5VP4ql502QcljrNmeVzNjkYI=",
"requires": {
"accidental-value": "^1.0.0",
"notecoord": "^1.0.1"
}
},
"teoria": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/teoria/-/teoria-2.5.0.tgz",
"integrity": "sha512-LdnDG2PKkYAdBWGBgqZS3POuwq3Kzwj4PBR4PzEsEQ8T/tGqwEoa++SLDxSx7mvsfYA2VirfJWSXhMcpuhquaQ==",
"requires": {
"daccord": "^1.0.1",
"helmholtz": "^2.0.1",
"interval-coords": "^1.1.1",
"pitch-fq": "^1.0.0",
"scientific-notation": "^1.0.2"
}
},
"tone": {
"version": "13.8.25",
"resolved": "https://registry.npmjs.org/tone/-/tone-13.8.25.tgz",
"integrity": "sha512-8QqmLn+/R+Urib/78zf93+NqFLddXS777kQO7+EbJHwqy+nmug+SJFRp2KIytT0LQY2sJBiopNb2ceHA8uQQJg=="
}
}
}