UNPKG

bufferview

Version:
30 lines (29 loc) 658 B
{ "name": "bufferview", "version": "2.0.0", "author": "Daniel Wirtz <dcode@dcode.io>", "description": "A DataView for node Buffers.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/dcodeIO/node-BufferView.git" }, "bugs": { "url": "https://github.com/dcodeIO/node-BufferView/issues" }, "keywords": [ "net", "array", "buffer", "arraybuffer", "typed array", "bytebuffer" ], "license": "Apache-2.0", "scripts": { "test": "node tests" }, "devDependencies": { "tape": "^4.9.0" } }