-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
56 lines (56 loc) · 1.66 KB
/
Copy pathpackage-lock.json
File metadata and controls
56 lines (56 loc) · 1.66 KB
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
{
"name": "codex-micro-scroll-bridge",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codex-micro-scroll-bridge",
"license": "MIT",
"dependencies": {
"node-hid": "^3.2.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/node-addon-api": {
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.0.tgz",
"integrity": "sha512-ekZMeaaIzSQTSpr7X2X3iJM7lTzgnx8ahAG9pJfT/7+14mlEM8ZYQ9cgCDvSSRbReFK0oHli3WrZdCiRsgAT9Q==",
"license": "MIT",
"engines": {
"node": "^18 || ^20 || >= 21"
}
},
"node_modules/node-hid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/node-hid/-/node-hid-3.4.0.tgz",
"integrity": "sha512-Br7EO3bJARAJBdtcsGzF/Vs5TjfbkaMdglqLQ+Rk9GOGgVqv5DxYUVH5znLerJU+OfBWw8sd552Ujcprz1bG9g==",
"hasInstallScript": true,
"license": "(MIT OR X11)",
"dependencies": {
"node-addon-api": "^8.9.0",
"pkg-prebuilds": "^1.1.0"
},
"bin": {
"hid-showdevices": "src/show-devices.js"
},
"engines": {
"node": ">=10.16"
}
},
"node_modules/pkg-prebuilds": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/pkg-prebuilds/-/pkg-prebuilds-1.1.0.tgz",
"integrity": "sha512-jyai+KTQ2OwbN6iRYw88XbYOMgtpoSYJpjYebx7d9ihqz3txNi3ucsBt3va0iVWe6svSlaqpijMHFF/eJCMZzg==",
"license": "MIT",
"bin": {
"pkg-prebuilds-copy": "bin/copy.mjs",
"pkg-prebuilds-verify": "bin/verify.mjs"
},
"engines": {
"node": ">= 14.15.0"
}
}
}
}