UNPKG

@steempro/bytebuffer

Version:

The swiss army knife for binary data in JavaScript.

47 lines (46 loc) 1.01 kB
{ "name": "@steempro/bytebuffer", "version": "6.0.0", "author": "Daniel Wirtz <dcode@dcode.io>", "description": "The swiss army knife for binary data in JavaScript.", "main": "dist/bytebuffer-node.js", "files": [], "repository": { "type": "git", "url": "https://github.com/dcodeIO/bytebuffer.js.git" }, "bugs": { "url": "https://github.com/dcodeIO/bytebuffer.js/issues" }, "keywords": [ "net", "array", "buffer", "arraybuffer", "typed array", "bytebuffer", "json", "websocket", "webrtc" ], "dependencies": { "long": "~3" }, "devDependencies": { "lxiv": "~0.2", "metascript": "~0", "pretty-hrtime": "^1.0.0", "testjs": "~1", "utfx": "^1.0.1" }, "license": "Apache-2.0", "engines": { "node": ">=6" }, "scripts": { "prepublish": "npm test", "test": "node node_modules/testjs/bin/testjs tests/suite.js", "make": "npm run-script build && npm test", "build": "node scripts/build.js" } }