-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
78 lines (78 loc) · 2.62 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
{
"name": "tsl-apple-iokit",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"dev": true,
"packages": {
"": {
"name": "tsl-apple-iokit",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "~18.6.0",
"@typescriptlibs/tst": "^0.1.0",
"husky": "~8.0.3",
"tsl-apple-iokit": "./",
"typescript": "~5.2.2"
},
"engines": {
"node": ">=18.6.0"
}
},
"node_modules/@types/node": {
"version": "18.6.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.5.tgz",
"integrity": "sha512-Xjt5ZGUa5WusGZJ4WJPbOT8QOqp6nDynVFRKcUt32bOgvXEoc6o085WNkYTMO7ifAj2isEfQQ2cseE+wT6jsRw==",
"dev": true
},
"node_modules/@typescriptlibs/tst": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@typescriptlibs/tst/-/tst-0.1.0.tgz",
"integrity": "sha512-3rmk4ztNZCseO+1V6wOW7SOWVvvk2HV3M4bcwXZgiOoSvz27r9mXuZ4/a/3PdVauXffBjESMOOBwB3kSYZ/fvw==",
"dev": true,
"bin": {
"tst": "bin/tst.mjs"
},
"engines": {
"node": ">=10.17.0"
},
"peerDependencies": {
"@types/node": ">=10.17.0",
"typescript": ">=1.6.0"
}
},
"node_modules/husky": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/tsl-apple-iokit": {
"resolved": "",
"link": true
},
"node_modules/typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}