UNPKG

@teradataprebuilt/fastcall-linux-node-v59

Version:

fastcall - Very fast, asynchronous, dyncall based foreign function interface library for Node.js

30 lines (29 loc) 646 B
{ "name": "ref-array", "description": "Create C \"array\" instances on top of Buffers", "keywords": [ "array", "ref" ], "version": "1.2.0", "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref-array.git" }, "main": "./lib/array.js", "license": "MIT", "scripts": { "test": "node-gyp rebuild --directory test && mocha -gc --reporter spec" }, "dependencies": { "array-index": "1", "debug": "2", "ref": "1" }, "devDependencies": { "bindings": "1", "mocha": "3", "nan": "2" } }