-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
42 lines (42 loc) · 1.41 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
{
"name": "SL88",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"typed-bitwig-api": "^17.0.1",
"typescript": "^4.9.3"
}
},
"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.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
"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.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA=="
}
}
}