status-lookup
Version:
simple status-int conversion, save memory and disk space
28 lines (27 loc) • 615 B
JSON
{
"name": "status-lookup",
"version": "2.2.0",
"description": "simple status-int conversion, save memory and disk space",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Truth1984/status-lookup.git"
},
"keywords": [
"status",
"lookup",
"compression"
],
"author": "Awada.Z",
"license": "MIT",
"bugs": {
"url": "https://github.com/Truth1984/status-lookup/issues"
},
"homepage": "https://github.com/Truth1984/status-lookup#readme",
"dependencies": {
"big-integer": "^1.6.48"
}
}