UNPKG

buffer-split

Version:

split a buffer by another buffer. think String.split()

26 lines (25 loc) 484 B
{ "name": "buffer-split", "description": "split a buffer by another buffer. think String.split()", "version": "1.0.0", "repository": { "url": "git://github.com/soldair/node-buffer-split.git" }, "keywords": [ "buffer", "split", "chunks", "binary" ], "main": "index.js", "scripts": { "test": "node test/*.js" }, "author": "Ryan Day", "dependencies": { "buffer-indexof": "~0.0.0" }, "devDependencies": { "tape": "~1.1.0" } }