UNPKG

parse-num

Version:

Parse, clean, remove formatting (unformat) numbers in strings.

38 lines (37 loc) 770 B
{ "name": "parse-num", "version": "1.0.0", "description": "Parse, clean, remove formatting (unformat) numbers in strings.", "main": "index.js", "scripts": { "test": "standard && ava --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/exodusmovement/parse-num.git" }, "keywords": [ "parse", "clean", "unformat", "numbers", "format", "number", "string", "money", "currency" ], "author": "JP Richardson", "license": "MIT", "bugs": { "url": "https://github.com/exodusmovement/parse-num/issues" }, "files": [ "index.js" ], "homepage": "https://github.com/exodusmovement/parse-num#readme", "devDependencies": { "ava": "0.12.x", "standard": "6.x" } }