UNPKG

@stdlib/regexp-decimal-number

Version:

Return a regular expression to match a decimal number.

76 lines (75 loc) 1.64 kB
{ "name": "@stdlib/regexp-decimal-number", "version": "0.2.1", "description": "Return a regular expression to match a decimal number.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/regexp-decimal-number.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-has-own-property": "^0.2.1", "@stdlib/assert-is-boolean": "^0.2.1", "@stdlib/assert-is-plain-object": "^0.2.1", "@stdlib/assert-is-string": "^0.2.1", "@stdlib/string-format": "^0.2.1", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "regex", "regexp", "re", "regular", "expression", "match", "capture", "number", "num", "decimal", "float", "double" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }