@rclnodejs/ref-struct-di
Version:
Create ABI-compliant "struct" instances on top of Buffers
38 lines (37 loc) • 871 B
JSON
{
"name": "@rclnodejs/ref-struct-di",
"description": "Create ABI-compliant \"struct\" instances on top of Buffers",
"keywords": [
"struct",
"ref",
"abi",
"c",
"c++",
"ffi"
],
"version": "1.1.1",
"author": "Anna Henningsen <anna@addaleax.net>",
"contributors": [
"Nathan Rajlich <nathan@tootallnate.net>"
],
"repository": {
"type": "git",
"url": "git://github.com/rclnodejs/ref-struct-di.git"
},
"main": "./lib/struct.js",
"license": "MIT",
"scripts": {
"test": "node-gyp rebuild --directory test && nyc mocha --expose-gc --reporter spec"
},
"dependencies": {
"debug": "^4.3.1"
},
"devDependencies": {
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"node-gyp-build": "^4.2.1",
"node-addon-api": "^3.0.0",
"@rclnodejs/ref-array-di": "^1.2.2",
"@rclnodejs/ref-napi": "^4.0.0"
}
}