{ "name": "buffercursor", "version": "0.0.12", "author": "Timothy J Fontaine (http://atxconsulting.com)", "description": "A simple way to traverse a Buffer like a cursor, updating position along the way", "keywords": [ "buffer", "cursor", "stream" ], "homepage": "http://github.com/tjfontaine/node-buffercursor", "bugs": { "url": "http://github.com/tjfontaine/node-buffercursor/issues" }, "repository": { "type": "git", "url": "http://github.com/tjfontaine/node-buffercursor.git" }, "main": "buffercursor.js", "engines": { "node": ">= 0.5.0" }, "dependencies": { "verror": "^1.4.0" } }