This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
49
50
51
52
53
54
55
56
{
"name": "@lwahonen/ffi-napi",
"version": "4.0.13",
"license": "MIT",
"author": "LWAhonen@github",
"contributors": [
"Rick Branson <[email protected]>",
"Nathan Rajlich <[email protected]>",
"Gabor Mezo <[email protected]>",
"Anna Henningsen <[email protected]>"
],
"description": "A foreign function interface (FFI) for Node.js, N-API style, with \"v8::ArrayBuffer::GetBackingStore\" patch",
"keywords": [
"foreign",
"function",
"interface",
"ffi",
"libffi",
"binding",
"c",
"napi",
"stable"
],
"homepage": "http://github.com/node-ffi-napi/node-ffi-napi",
"engines": {
"node": ">=12.22.12"
},
"main": "./lib/ffi",
"dependencies": {
"debug": "^4.1.1",
"get-uv-event-loop-napi-h": "^1.0.5",
"node-addon-api": "^3.2.1",
"@lwahonen/ref-napi": "^4.0.8",
"ref-struct-di": "^1.1.0",
"node-gyp-build": "^4.5.0"
},
"devDependencies": {
"prebuildify": "^5.0.1",
"fs-extra": "^9.0.0",
"mocha": "^8.4.0",
"nyc": "^15.0.0",
"prebuildify-ci": "^1.0.5",
"ref-array-di": "^1.2.1"
},
"scripts": {
"install": "node-gyp-build",
"prebuild": "prebuildify -t 12.22.12 -t 13.14.0 -t 14.18.3 -t 14.20.1 -t 14.21.2 -t 15.14.0 -t 16.19.0 -t 17.9.1 -t 18.12.1 -t 19.3.0 --napi --tag-armv --tag-uv --tag-libc"
},
"repository": {
"type": "git",
"url": "http://github.com/lwahonen/node-ffi-napi.git"
},
"bugs": {
"url": "http://github.com/node-ffi-napi/node-ffi-napi/issues"
}
}