UNPKG

varstruct

Version:

encode/decode variable binary structures

39 lines (38 loc) 960 B
{ "name": "varstruct", "version": "6.1.3", "description": "encode/decode variable binary structures", "homepage": "https://github.com/varstruct/varstruct", "bugs": { "url": "https://github.com/varstruct/varstruct/issues" }, "license": "MIT", "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", "files": [ "lib" ], "main": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/varstruct/varstruct.git" }, "scripts": { "coverage": "nyc --check-coverage --branches 95 --functions 100 tape test/*.js test/**/*.js", "standard": "standard", "test": "npm run standard && npm run unit", "unit": "tape test/*.js" }, "dependencies": { "int53": "^0.2.4", "safe-buffer": "^5.1.1" }, "devDependencies": { "nyc": "^10.1.2", "standard": "*", "tape": "^4.5.1", "varuint-bitcoin": "^1.0.1" }, "engines": { "node": ">=10.0.0" } }