ieee-float
Version:
pure javascript IEEE 754 32-bit and 64-bit floating point binary conversion
27 lines (25 loc) • 723 B
JSON
{
"name": "ieee-float",
"version": "0.6.0",
"description": "pure javascript IEEE 754 32-bit and 64-bit floating point binary conversion",
"keywords": [ "ieee", "754", "floating point", "conversion", "read", "write" ],
"main": "index.js",
"author": "Andras",
"repository": "https://github.com/andrasq/node-ieee-float#readme",
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10"
},
"dependencies": {
},
"devDependencies": {
"qnit": "0.19.0",
"qtimeit": "0.21.0"
},
"scripts": {
"test": "qnit -t 30000 test*",
"benchmark": "node benchmark.js",
"coverage": "nyc --reporter lcov --reporter text npm test",
"clean": "rm -rf .nyc_output coverage npm-debug.log"
}
}