UNPKG

ref-array-di

Version:

Create C "array" instances on top of Buffers

34 lines (33 loc) 752 B
{ "name": "ref-array-di", "description": "Create C \"array\" instances on top of Buffers", "keywords": [ "array", "ref" ], "version": "1.2.2", "author": "Anna Henningsen <anna@addaleax.net>", "contributors": [ "Nathan Rajlich <nathan@tootallnate.net>" ], "repository": { "type": "git", "url": "git://github.com/node-ffi-napi/ref-array-di.git" }, "main": "./lib/array.js", "license": "MIT", "scripts": { "test": "node-gyp rebuild --directory test && nyc mocha -gc --reporter spec" }, "dependencies": { "array-index": "^1.0.0", "debug": "^3.1.0" }, "devDependencies": { "bindings": "^1.3.0", "mocha": "^5.0.0", "nan": "^2.8.0", "nyc": "^12.0.1", "ref": "^1.3.5" } }