-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
46 lines (46 loc) · 1.5 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
{
"name": "bitwig-serialosc-example",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"typed-bitwig-api": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.9.5"
}
},
"node_modules/typed-bitwig-api": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/typed-bitwig-api/-/typed-bitwig-api-17.0.1.tgz",
"integrity": "sha512-JseWff60xso8dgmH//U6b1P2k5PQHWDInpqE992Y2kIvKbppJgckc1vtHOLSwi1u31tJf5cs3IqMbW70gb4TeA=="
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"typed-bitwig-api": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/typed-bitwig-api/-/typed-bitwig-api-17.0.1.tgz",
"integrity": "sha512-JseWff60xso8dgmH//U6b1P2k5PQHWDInpqE992Y2kIvKbppJgckc1vtHOLSwi1u31tJf5cs3IqMbW70gb4TeA=="
},
"typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true
}
}
}