{
	"name": "is-decimal",
	"versions": {
		"1.0.0": {
			"name": "is-decimal",
			"version": "1.0.0",
			"description": "Check if a character is decimal",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"decimal"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-decimal.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-decimal/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^7.0.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s isDecimal > is-decimal.js",
				"build-mangle": "esmangle < is-decimal.js > is-decimal.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"ignores": [
					"is-decimal.js",
					"is-decimal.min.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"output": true,
				"plugins": [
					"comment-config",
					"github",
					"lint",
					"validate-links"
				],
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "6f8e012e4ff8c78ad60625a6d3d8463795318f8b",
			"homepage": "https://github.com/wooorm/is-decimal#readme",
			"_id": "is-decimal@1.0.0",
			"_shasum": "940579b6ea63c628080a69e62bda88c8470b4fe0",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "940579b6ea63c628080a69e62bda88c8470b4fe0",
				"tarball": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/is-decimal-1.0.0.tgz_1468270298791_0.2623138800263405"
			},
			"directories": {}
		},
		"1.0.1": {
			"name": "is-decimal",
			"version": "1.0.1",
			"description": "Check if a character is decimal",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"decimal"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-decimal.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-decimal/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^14.1.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s isDecimal > is-decimal.js",
				"build-mangle": "esmangle < is-decimal.js > is-decimal.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignores": [
					"is-decimal.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "0e2c01cc754137b418d8388ce5d6f88f5b1b5346",
			"homepage": "https://github.com/wooorm/is-decimal#readme",
			"_id": "is-decimal@1.0.1",
			"_shasum": "f5fb6a94996ad9e8e3761fbfbd091f1fca8c4e82",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f5fb6a94996ad9e8e3761fbfbd091f1fca8c4e82",
				"tarball": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-decimal-1.0.1.tgz_1500395638078_0.13804630190134048"
			},
			"directories": {}
		},
		"1.0.2": {
			"name": "is-decimal",
			"version": "1.0.2",
			"description": "Check if a character is decimal",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"decimal"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-decimal.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-decimal/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.20.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s isDecimal > is-decimal.js",
				"build-mangle": "esmangle < is-decimal.js > is-decimal.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"no-var": "off",
					"prefer-arrow-callback": "off"
				},
				"ignores": [
					"is-decimal.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "9fbc31667b24164fcd0955696574df80ee75b97c",
			"homepage": "https://github.com/wooorm/is-decimal#readme",
			"_id": "is-decimal@1.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-TRzl7mOCchnhchN+f3ICUCzYvL9ul7R+TYOsZ8xia++knyZAJfv/uA1FvQXsAnYIl1T3B2X5E/J7Wb1QXiIBXg==",
				"shasum": "894662d6a8709d307f3a276ca4339c8fa5dff0ff",
				"tarball": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 4383,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2wz9CRA9TVsSAnZWagAAOdAP/Rs0rI6UidmKVRerHHNk\n8ZwopW67kHZ/o2mb0YB0C5KQAYEI5OoaZpZBqibmVyg7S3cphs93Q5ohC8zY\noGxmamlYHNLgZ1PhT+o8ArtfykbWe/PGZmBQI6qFPNQfzxDr3XIzoydf3lHQ\nkKYinmkFXLbuRnEoLImLOVeUhy22GZadCrv9aqIMKK7rMpn827iehuREfy3Y\nyMqgz1sc0Pqv1jCVliYX/b801+RI6/OHhnSlIKGBOO2OA4+qfQd1nPdn3u5c\nc0gUdGsNm++ekwmwgN/jIkk2afc0QKJGHZFZhRTXIChLf2K3pvsjXiGyjgao\nFF1JsQG7RyQ02OuOrS2qjjH9x0SnIKccO4eLeSIp5rzQOIrKF5NTwjWWMduj\n9nR9E2N79ndstmZ3NvzPtbxVMcLLY05KY6dmtTXTWJXxIq9JerZAE6v9Jy5J\n24gfbrwgLO8GtY4Zs4GqjNBSyuPZdeGiFtV9q05XXhAwAulmgJizVCxnLIYI\nmrqNE5RiZHq32moRIDWC2HwZBqYGfupcTXRZU4sEjPDaZNGZISp53JhxbcPi\nlqdJZLsXeKF82MYus+vaJGCUKmm1nB/MptkZhR/Y0x1WLjOlNJXIh2UxZqm6\nPPH5m/Q4ZNlfuYZOiAmfM/v/DiMLoVSCdWI5bIrwS51ADvZRsfSXcR9CQzHY\nkZ4+\r\n=mOlo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-decimal_1.0.2_1524305148015_0.9889593723389443"
			},
			"_hasShrinkwrap": false
		},
		"1.0.3": {
			"name": "is-decimal",
			"version": "1.0.3",
			"description": "Check if a character is decimal",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"decimal"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-decimal.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-decimal/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.5.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s isDecimal -o is-decimal.js",
				"build-mangle": "browserify . -s isDecimal -p tinyifgy -o is-decimal.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"is-decimal.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e8105aeb590288aec11fcbcebad7f8e8130340af",
			"homepage": "https://github.com/wooorm/is-decimal#readme",
			"_id": "is-decimal@1.0.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-bvLSwoDg2q6Gf+E2LEPiklHZxxiSi3XAh4Mav65mKqTfCO1HM3uBs24TjEH8iJX3bbDdLXKJXBTmGzuTUuAEjQ==",
				"shasum": "381068759b9dc807d8c0dc0bfbae2b68e1da48b7",
				"tarball": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 4608,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1cqFCRA9TVsSAnZWagAAKm8P/R0+pFj8RjSDRnuiNfDq\nS9xa7uFKOtrDTwsyyWckWttFO+EYxShtSJSD4wvoJvvfCHPQlW4T/AUIEKdl\nTv2KnAPsU8Z7rqpOnxLxVbFh0R2ec4BS3qoJ/2H95xgIenLGQlAnHjsS9muJ\nPj9LKnx5cupIxixTWpvgH3fqoAICkxcqDI+h/e69QHf8lVxFlUvH6Bl8/caa\nYmewpjwtEe9GUzq4lBk3OX/mv2ggOAXLbdWUbW6XTv+mJDB0kNz45EwUYvWD\nwX78wWzTkCnJyJ7sPBGv39k8mxH97SMzMY9aQBfaBQeUTlo8kKSK+jbW++1/\n36D9FxQ0A51NTjNuE6OyRelZgLNapTYL0md2bf1bolFyr0KwWG+zpOM5+uEf\nq0f5IdM6wwdvCBKjJh5v1CEK1iKIFJtKnOBYMzDyMbXCQ3ZfktdD0p5cIYY2\nCqrz7LZMULBxtpLZW4JU23miOsqc40gBH4YVeUsq7BII5rufqzSTnwtYagee\njVQon2lOPFMjOpFxaMfrZBbkruK9yOpT84ZfA99i/kpoK6rngJ7I5hn41L+I\nuXJxQPfXzTBc8M+URRCtF6HuLkrCFyKk56hAFXqdLOBhJ1z0YEqG2Z//FWEX\notjysVL7atj9atp7/us6L730LUIpBwAK4+Fefcz11e6hklLz7ELU86/zEUIk\n3kvI\r\n=DR/b\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-decimal_1.0.3_1557514884963_0.9489409614929885"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "is-decimal",
			"version": "1.0.4",
			"description": "Check if a character is decimal",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"decimal"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-decimal.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-decimal/issues"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/wooorm"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s isDecimal -o is-decimal.js",
				"build-mangle": "browserify . -s isDecimal -p tinyify -o is-decimal.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"is-decimal.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "eccc588e219ad3067099fc5f5f2e3950eccdc41e",
			"homepage": "https://github.com/wooorm/is-decimal#readme",
			"_id": "is-decimal@1.0.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
				"shasum": "65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5",
				"tarball": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 4679,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLCJgCRA9TVsSAnZWagAAeSkP/jaW4VZSmlCXqI529KT7\nYE4/7hkFuQrzvDn0Fotj4CVXpAM1oTWrkNK4+jFuNzNMBjjbTOUtTEANRN64\nAkAsNkkzIJaxc0ZieZ5b6Y/rkD0AITBpgdIoB1hTdCepUPrhGMqLDSv+UJob\nZm6csYP1W8Ch7dcrp6l2OqfA5la1rfmrvP7O5pNJKUeftLYYnvQrtWw9y/4M\nqPWa0J8IAB59KudhU7hqKQwORgKR+iwnJhXaia45TLkda6McNPqlhU8VeJ3L\nUMkzCienw9Iv/v9UZMKt93aKkjF9CGdVOZ6fERgrHKf+Yjaza7De6pNqvVrC\n6Jx/tvPyVpRKwM/o3vuj+yrKbMhqGBiNwJDPkbJes+oyKKzlkY1aiLVqU/ff\nfHrtLUWTAqr8yVSHbSgcuwPCLaxxnmJB378Dl4WhYQEexgAVV5pxcY5Sa63s\nXaX/LgcsRIsuSdt+u3U4f3dn4dQ2EP/Y7rnGppqZB92awFlWnfIq8PcGJkcF\nJRXivg1tzCFcxi9kryKjSttC1O6+duptglEFR0HUmwgCa0nf6pujYK7UEKlK\nQm3V4TpeLAI6rkH50jNQvO2n59sCOBm7oZ6HscP/sSE0k80RZbh5U8ZI7Aut\niaQdTlwRZkxqQI5jBOqcXkQTqhvxNa9ivoqOmU8Sw+pxICPnEZ3cFDn28JI1\n5zQU\r\n=Ige8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-decimal_1.0.4_1579950687725_0.5718438670819332"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-25T11:11:30.302Z",
		"created": "2016-07-11T20:51:41.787Z",
		"1.0.0": "2016-07-11T20:51:41.787Z",
		"1.0.1": "2017-07-18T16:33:58.952Z",
		"1.0.2": "2018-04-21T10:05:48.081Z",
		"1.0.3": "2019-05-10T19:01:25.139Z",
		"1.0.4": "2020-01-25T11:11:27.822Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e88fd77251a8f4abc8520b3b1772684e\"",
			"fetched": 1600679318530
		}
	},
	"_distfiles": {
		"is-decimal-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.0.tgz",
			"sha": "940579b6ea63c628080a69e62bda88c8470b4fe0",
			"registry": "npmjs"
		},
		"is-decimal-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.1.tgz",
			"sha": "f5fb6a94996ad9e8e3761fbfbd091f1fca8c4e82",
			"registry": "npmjs"
		},
		"is-decimal-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.2.tgz",
			"sha": "894662d6a8709d307f3a276ca4339c8fa5dff0ff",
			"registry": "npmjs"
		},
		"is-decimal-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.3.tgz",
			"sha": "381068759b9dc807d8c0dc0bfbae2b68e1da48b7",
			"registry": "npmjs"
		},
		"is-decimal-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
			"sha": "65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"is-decimal-1.0.4.tgz": {
			"shasum": "65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
		}
	},
	"_rev": "2-362ac7ae8043e279",
	"_id": "is-decimal",
	"readme": "# is-decimal\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nCheck if a character is decimal.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install is-decimal\n```\n\n## Use\n\n```js\nvar decimal = require('is-decimal')\n\ndecimal('0') // => true\ndecimal('9') // => true\ndecimal('a') // => false\ndecimal('💩') // => false\n```\n\n## API\n\n### `decimal(character|code)`\n\nCheck whether the given character code (`number`), or the character code at the\nfirst position (`string`), is decimal.\n\n## Related\n\n*   [`is-alphabetical`](https://github.com/wooorm/is-alphabetical)\n*   [`is-hexadecimal`](https://github.com/wooorm/is-hexadecimal)\n*   [`is-whitespace-character`](https://github.com/wooorm/is-whitespace-character)\n*   [`is-word-character`](https://github.com/wooorm/is-word-character)\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/is-decimal.svg\n\n[build]: https://travis-ci.org/wooorm/is-decimal\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/is-decimal.svg\n\n[coverage]: https://codecov.io/github/wooorm/is-decimal\n\n[downloads-badge]: https://img.shields.io/npm/dm/is-decimal.svg\n\n[downloads]: https://www.npmjs.com/package/is-decimal\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/is-decimal.svg\n\n[size]: https://bundlephobia.com/result?p=is-decimal\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com"
}