developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

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"
}
}