UNPKG

bufferfromfile

Version:

The module in JavaScript provides convenient means for using files as standard ArrayBuffer making mmap behind the scene.

80 lines (79 loc) 2.2 kB
{ "name": "bufferfromfile", "version": "0.4.377", "engine": "node >= 6.0.0", "enabled": true, "license": "MIT", "description": "The module in JavaScript provides convenient means for using files as standard ArrayBuffer making mmap behind the scene.", "author": "Kostiantyn Wandalen <wandalen@obox.systems>", "contributors": [ { "name": "Kostiantyn Wandalen", "email": "wandalen@obox.systems" }, { "name": "Volodymyr M.", "email": "volodymyr.migdal@gmail.com" } ], "files": [ "cpp", "js", "binding.gyp", "Makefile", ".im.will.yml", ".ex.will.yml", "step", "proto/wtools/amid/bufferFromFile", "proto/node_modules" ], "main": "proto/wtools/amid/bufferFromFile/Main.ss", "scripts": { "install": "node step/Install.ss", "node-pre-gyp-install": "node-pre-gyp install --update-binary --fallback-to-build", "node-pre-gyp-build": "node-pre-gyp configure && node-pre-gyp rebuild", "node-pre-gyp-package": "node-pre-gyp package", "node-pre-gyp-github-release": "node-pre-gyp-github publish --release", "test": "wtest .run proto rapidity:-3", "make_doc": "./doc.sh", "clean": "rm -rf build node_modules binding", "quick-test": "node proto/wtools/amid/bufferFromFile/QuickTest.ss" }, "binary": { "module_name": "bufferfromfile", "module_path": "./binding/", "host": "https://github.com/Wandalen/BufferFromFile/releases/download/", "remote_path": "{version}" }, "repository": { "type": "git", "url": "https://github.com/Wandalen/BufferFromFile.git" }, "bugs": { "url": "https://github.com/Wandalen/BufferFromFile/issues" }, "dependencies": { "wbasenodejscpp": "latest", "node-gyp": "9.0.0", "@mapbox/node-pre-gyp": "1.0.9" }, "devDependencies": { "wTools": "latest", "wTesting": "latest", "wprocess": "latest", "node-pre-gyp-github": "1.4.4", "eslint": "7.32.0" }, "gypfile": false, "keywords": [ "wTools", "ArrayBuffer", "Buffer from file", "ArrayBuffer from file", "TypedBuffer from file", "Nodejs buffer from file", "mmap", "mmap file", "zero copy" ] }