forked from rkh/atom-sonic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
94 lines (94 loc) · 3.34 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
89
90
91
92
93
94
{
"name": "sb-atom-sonic-pi",
"version": "0.2.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sb-atom-sonic-pi",
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@sunderb/sonic-pi-js-api": "^0.0.2"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
}
},
"node_modules/@sunderb/sonic-pi-js-api": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@sunderb/sonic-pi-js-api/-/sonic-pi-js-api-0.0.2.tgz",
"integrity": "sha512-HbAg2geG6GuIf4X/CmHj1dRV0hy3rve+6+7lFDdoQS/oqxio/+c6qCKGpqmBMXe3Y9fpXlD9jgitYRkQ+9O38Q==",
"dependencies": {
"node-osc": "^1.2.0"
}
},
"node_modules/binpack": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/binpack/-/binpack-0.1.0.tgz",
"integrity": "sha512-KcSrsGiIKgklTWweVb9XnZPWO1/rGSsK3fwR7VnbDPbLKPlkvSKd/ZrJ1W712r6HzH5u0fa/AZCftATO09x8Aw=="
},
"node_modules/jspack": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/jspack/-/jspack-0.0.4.tgz",
"integrity": "sha512-DC/lSTXYDDdYWzyY/9A1kMzp6Ov9mCRhZQ1cGg4te2w3y4/aKZTSspvbYN4LUsvSzMCb/H8z4TV9mYYW/bs3PQ=="
},
"node_modules/node-osc": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/node-osc/-/node-osc-1.2.0.tgz",
"integrity": "sha512-NiJ0CgAIo+lcyqMhOzEr/gXKKlFp0sENL7WComzshMn6qBKmrbqCUrX7cyYKg7riSzrPtpJHh6cYe15AE5aBjw==",
"dependencies": {
"jspack": "0.0.4",
"osc-min": "^0.2.0"
}
},
"node_modules/osc-min": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/osc-min/-/osc-min-0.2.0.tgz",
"integrity": "sha512-vLs1wttfCmShttjEfZ5k+9pLS8yxesnDT6VnyJbV57+3oGFvPh/tLmr+TpJiBtacLSvu/9Q+HWnKoH9bcbAFkg==",
"dependencies": {
"binpack": "~0"
},
"engines": {
"node": ">=0.10.0"
}
}
},
"dependencies": {
"@sunderb/sonic-pi-js-api": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@sunderb/sonic-pi-js-api/-/sonic-pi-js-api-0.0.2.tgz",
"integrity": "sha512-HbAg2geG6GuIf4X/CmHj1dRV0hy3rve+6+7lFDdoQS/oqxio/+c6qCKGpqmBMXe3Y9fpXlD9jgitYRkQ+9O38Q==",
"requires": {
"node-osc": "^1.2.0"
}
},
"binpack": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/binpack/-/binpack-0.1.0.tgz",
"integrity": "sha512-KcSrsGiIKgklTWweVb9XnZPWO1/rGSsK3fwR7VnbDPbLKPlkvSKd/ZrJ1W712r6HzH5u0fa/AZCftATO09x8Aw=="
},
"jspack": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/jspack/-/jspack-0.0.4.tgz",
"integrity": "sha512-DC/lSTXYDDdYWzyY/9A1kMzp6Ov9mCRhZQ1cGg4te2w3y4/aKZTSspvbYN4LUsvSzMCb/H8z4TV9mYYW/bs3PQ=="
},
"node-osc": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/node-osc/-/node-osc-1.2.0.tgz",
"integrity": "sha512-NiJ0CgAIo+lcyqMhOzEr/gXKKlFp0sENL7WComzshMn6qBKmrbqCUrX7cyYKg7riSzrPtpJHh6cYe15AE5aBjw==",
"requires": {
"jspack": "0.0.4",
"osc-min": "^0.2.0"
}
},
"osc-min": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/osc-min/-/osc-min-0.2.0.tgz",
"integrity": "sha512-vLs1wttfCmShttjEfZ5k+9pLS8yxesnDT6VnyJbV57+3oGFvPh/tLmr+TpJiBtacLSvu/9Q+HWnKoH9bcbAFkg==",
"requires": {
"binpack": "~0"
}
}
}
}