parseint-loudfail
Version:
If this parseInt() encounters an invalid digit, it fails loudly instead of returning a partially parsed number.
28 lines (21 loc) • 822 B
JSON
{ "name": "parseint-loudfail",
"version": "1.0.4",
"description": "If this parseInt() encounters an invalid digit, it fails loudly instead of returning a partially parsed number.",
"keywords": [ "parseInt", "parse", "integer", "fail", "loud" ],
"author": "M.K. (https://github.com/mk-pmb)",
"homepage": "https://github.com/mk-pmb/parseint-loudfail-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mk-pmb/parseint-loudfail-js.git"
},
"bugs": {
"url": "https://github.com/mk-pmb/parseint-loudfail-js/issues"
},
"private": false, "license": "ISC",
"main": "pi.js",
"scripts": { "test": "nodejs test/usage.js" },
"directories": { "test": "test" },
"dependencies": {},
"devDependencies": {},
"npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}