27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"name": "buffercursor",
|
|
"version": "0.0.12",
|
|
"author": "Timothy J Fontaine <tjfontaine@gmail.com> (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"
|
|
}
|
|
}
|