-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 KB
/
package.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
{
"name": "@ffi-libraries/libusb-v1.0.23",
"private": true,
"version": "2.0.1",
"description": "Automatically generated FFI package for libusb v1.0.23: \"A cross-platform library to access USB devices\". Available for linux-x86_64, macos-armv8, macos-x86_64, windows-x86_64.",
"homepage": "https://github.com/node-ffi-libraries/node-ffi-library-libusb-v1.0.23",
"repository": "github:node-ffi-libraries/node-ffi-library-libusb-v1.0.23",
"license": "MIT",
"author": {
"name": "Joel Purra",
"email": "[email protected]",
"url": "https://joelpurra.com/"
},
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0"
},
"main": "index.js",
"keywords": [
"ffi",
"binding",
"foreign function interface",
"napi",
"abi",
"c",
"c++",
"shared library",
"so",
"dll",
"dylib",
"conan.io",
"libusb",
"libusb-v1.0.23",
"conan",
"usb",
"device"
],
"scripts": {
"test": "node \"./tests/load-all.js\""
},
"dependencies": {
"engine-check": "^1.0.1",
"ffi-napi": "^4.0.3",
"ref-array-di": "^1.2.2",
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1",
"ref-union-di": "^1.0.1"
}
}