UNPKG

@rclnodejs/ref-napi

Version:

Turn Buffer instances into "pointers"

58 lines (57 loc) 1.23 kB
{ "name": "@rclnodejs/ref-napi", "description": "Turn Buffer instances into \"pointers\"", "engines": { "node": ">= 10.0" }, "keywords": [ "native", "buffer", "extensions", "c++", "pointer", "reference", "dereference", "type", "int", "long", "float", "double", "byte", "64", "napi" ], "version": "4.0.0", "license": "MIT", "author": "Anna Henningsen <anna@addaleax.net>", "repository": { "type": "git", "url": "git://github.com/rclnodejs/ref-napi.git" }, "main": "./lib/ref.js", "scripts": { "docs": "node docs/compile", "test": "nyc mocha --expose-gc", "install": "node-gyp rebuild" }, "dependencies": { "debug": "^4.3.1", "node-addon-api": "^4.2.0", "node-gyp-build": "^4.3.0", "get-symbol-from-current-process-h": "^1.0.2" }, "devDependencies": { "dox": "0.9.0", "get-symbol-from-current-process-h": "^1.0.2", "highlight.js": "^10.0.0", "marked": "^1.0.0", "mocha": "^8.4.0", "node-addon-api": "^3.0.0", "node-gyp-build": "^4.2.1", "nyc": "^15.0.0", "prebuildify": "^4.1.2", "prebuildify-ci": "^1.0.5", "pug": "^3.0.2", "weak-napi": "^2.0.0" } }