-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
25 lines (25 loc) · 929 Bytes
/
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
{
"name": "hexo-tag-abcjs",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"abcjs": {
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/abcjs/-/abcjs-5.9.1.tgz",
"integrity": "sha512-Px7qNnUIfWZFxydyG6jnZRzG83VAj20YVwSKPSTqVkhD1d5mtrSXS2jPWv2ADcEKf6JIZLgWK0MfscH9OO0jRw==",
"requires": {
"midi": "git+https://github.com/paulrosen/MIDI.js.git#e593ffef81a0350f99448e3ab8111957145ff6b2"
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"midi": {
"version": "git+https://github.com/paulrosen/MIDI.js.git#e593ffef81a0350f99448e3ab8111957145ff6b2",
"from": "git+https://github.com/paulrosen/MIDI.js.git#abcjs"
}
}
}