UNPKG

float-regex

Version:

regular expression to match floating point numbers in javascript notation

32 lines (31 loc) 678 B
{ "name": "float-regex", "version": "1.0.0", "description": "regular expression to match floating point numbers in javascript notation", "main": "index.js", "dependencies": {}, "devDependencies": { "tape": "^3.2.0" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/substack/float-regex.git" }, "homepage": "https://github.com/substack/float-regex", "keywords": [ "regex", "regexp", "regular expression", "floating", "point" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }