qunpack
Version:
unpack binary strings like perl and php
20 lines (19 loc) • 545 B
JSON
{
"name": "qunpack",
"version": "0.5.2",
"description": "unpack binary strings like perl and php",
"keywords": [ "unpack", "binary", "php", "perl" ],
"main": "unpack.js",
"author": "Andras",
"repository": "https://github.com/andrasq/node-qunpack",
"license": "Apache-2.0",
"devDependencies": {
"qnit": "0.19.0"
},
"scripts": {
"test": "qnit test-*",
"benchmark": "node benchmark.js",
"coverage": "nyc --reporter lcov --reporter text npm test",
"clean": "rm -rf .nyc_output coverage npm-debug.log"
}
}