-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
80 lines (80 loc) · 3.19 KB
/
Copy pathpackage-lock.json
File metadata and controls
80 lines (80 loc) · 3.19 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
73
74
75
76
77
78
79
80
{
"name": "spectrogram",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "spectrogram",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@jasonfleischer/log": "^1.0.0",
"@jasonfleischer/piano": "^1.0.0",
"@jasonfleischer/spectrogram": "^1.0.1"
}
},
"node_modules/@jasonfleischer/log": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@jasonfleischer/log/-/log-1.0.8.tgz",
"integrity": "sha512-P+CKYOlwVISgn0GMHBW7udf1spZ5Ins6YBDJO/Lu6LdEZj2WPawyv6t3SudstjNimHX6yKav+RLsc88pSVzehQ==",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/jasonfleischer"
}
},
"node_modules/@jasonfleischer/music-model-kit": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@jasonfleischer/music-model-kit/-/music-model-kit-1.0.15.tgz",
"integrity": "sha512-idEXiyeRTfZ+g6GfZOEooivFRN+N6cKXMLoLDX9du/6Qj3qu8PwWBb+0V/5kWU8KuoTWvhihZVP/87amhul8Ug=="
},
"node_modules/@jasonfleischer/piano": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@jasonfleischer/piano/-/piano-1.0.15.tgz",
"integrity": "sha512-VZNHGaMC7FuOjEOMBDia81fZliDs0r69/NUt7iymZAv88L9HIPkGEbPO543jo9drEfpRgN+xOHzOblsif8+uXA==",
"dependencies": {
"@jasonfleischer/log": "^1.0.1",
"@jasonfleischer/music-model-kit": "^1.0.12"
},
"funding": {
"type": "individual",
"url": "https://ko-fi.com/jasonfleischer"
}
},
"node_modules/@jasonfleischer/spectrogram": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@jasonfleischer/spectrogram/-/spectrogram-1.0.1.tgz",
"integrity": "sha512-IHzEJkUzVEWtmTWed7qIaDOA07P7ERoCfVRNwpdXdnCakS3BlNJRqmay++I8bU4auGFCSLqR4pdlvnSNUGlikA==",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/jasonfleischer"
}
}
},
"dependencies": {
"@jasonfleischer/log": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@jasonfleischer/log/-/log-1.0.8.tgz",
"integrity": "sha512-P+CKYOlwVISgn0GMHBW7udf1spZ5Ins6YBDJO/Lu6LdEZj2WPawyv6t3SudstjNimHX6yKav+RLsc88pSVzehQ=="
},
"@jasonfleischer/music-model-kit": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@jasonfleischer/music-model-kit/-/music-model-kit-1.0.15.tgz",
"integrity": "sha512-idEXiyeRTfZ+g6GfZOEooivFRN+N6cKXMLoLDX9du/6Qj3qu8PwWBb+0V/5kWU8KuoTWvhihZVP/87amhul8Ug=="
},
"@jasonfleischer/piano": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@jasonfleischer/piano/-/piano-1.0.15.tgz",
"integrity": "sha512-VZNHGaMC7FuOjEOMBDia81fZliDs0r69/NUt7iymZAv88L9HIPkGEbPO543jo9drEfpRgN+xOHzOblsif8+uXA==",
"requires": {
"@jasonfleischer/log": "^1.0.1",
"@jasonfleischer/music-model-kit": "^1.0.12"
}
},
"@jasonfleischer/spectrogram": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@jasonfleischer/spectrogram/-/spectrogram-1.0.1.tgz",
"integrity": "sha512-IHzEJkUzVEWtmTWed7qIaDOA07P7ERoCfVRNwpdXdnCakS3BlNJRqmay++I8bU4auGFCSLqR4pdlvnSNUGlikA=="
}
}
}