UNPKG

si

Version:

SI and IEC compatible large number parser/formatter module for node.js

32 lines (31 loc) 885 B
{ "name": "si", "version": "2.0.0", "description": "SI and IEC compatible large number parser/formatter module for node.js", "author": "Michal Czapracki", "contributors": [], "homepage": "https://github.com/MichalCz/node-si", "licenses":[{ "type":"MIT", "url":"https://github.com/MichalCz/node-si/blob/master/LICENSE" }], "keywords" : [ "time", "days", "cron", "interval", "hours", "minutes", "kilo", "mega", "giga", "tera", "peta", "exa", "IEC", "SI", "human readable", "large numbers" ], "engines": { "node": ">= 0.2.0" }, "bugs": { "url": "http://github.com/MichalCz/node-si/issues" }, "directories": { "lib": "./lib" }, "repository": { "type": "git", "url" : "git://github.com/MichalCz/node-si.git" }, "main": "./main.js" }