UNPKG

@teradataprebuilt/fastcall-linux-node-v59

Version:

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

46 lines (45 loc) 1.41 kB
{ "name": "@teradataprebuilt/fastcall-linux-node-v59", "version": "0.2.6", "description": "fastcall - Very fast, asynchronous, dyncall based foreign function interface library for Node.js", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/unbornchikken/fastcall.git" }, "dependencies": { "babel-polyfill": "^6.16.0", "bindings": "1", "bluebird": "3", "cmake-js": "3", "lodash": "4.17.11", "minimist": "^1.2.0", "nan": "^2.4.0", "debug": "^2.2.0" }, "scripts": { "test": "mocha -gc", "babel": "babel lib -d es5/lib --source-maps&&babel test -d es5/test --source-maps&&babel benchmarks -d es5/benchmarks --source-maps", "publish-fastcall": "run-script-os", "publish-fastcall:win32": "gulp publish-fastcall --os=win32", "publish-fastcall:darwin": "gulp publish-fastcall --os=darwin", "publish-fastcall:linux": "gulp publish-fastcall --os=linux" }, "main": "lib/", "devDependencies": { "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.18.0", "babel-preset-es2015-without-strict": "0.0.4", "ffi": "^2.1.0", "mocha": "3", "rimraf": "^2.5.4", "run-script-os": "^1.0.3", "fastcall": "^0.2.6", "gulp": "3.9.1", "require-dir": "0.3.2", "run-sequence": "^1.2.2", "gulp-gunzip": "^1.1.0", "gulp-untar": "^0.0.8", "prebuild": "^8.1.2" } }