{
	"name": "is-alphanumerical",
	"versions": {
		"1.0.0": {
			"name": "is-alphanumerical",
			"version": "1.0.0",
			"description": "Check if a character is alphanumerical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical",
				"numerical",
				"alphanumerical"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphanumerical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphanumerical/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": {
				"is-alphabetical": "^1.0.0",
				"is-decimal": "^1.0.0"
			},
			"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 isAlphanumerical > is-alphanumerical.js",
				"build-mangle": "esmangle < is-alphanumerical.js > is-alphanumerical.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-alphanumerical.js",
					"is-alphanumerical.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": "94c7f06476ad0e5d4a6ea6ebc970ddbd4759da21",
			"homepage": "https://github.com/wooorm/is-alphanumerical#readme",
			"_id": "is-alphanumerical@1.0.0",
			"_shasum": "e06492e719c1bf15dec239e4f1af5f67b4d6e7bf",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "e06492e719c1bf15dec239e4f1af5f67b4d6e7bf",
				"tarball": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/is-alphanumerical-1.0.0.tgz_1468317330202_0.4452017794828862"
			},
			"directories": {}
		},
		"1.0.1": {
			"name": "is-alphanumerical",
			"version": "1.0.1",
			"description": "Check if a character is alphanumerical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical",
				"numerical",
				"alphanumerical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphanumerical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphanumerical/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": {
				"is-alphabetical": "^1.0.0",
				"is-decimal": "^1.0.0"
			},
			"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 isAlphanumerical > is-alphanumerical.js",
				"build-mangle": "esmangle < is-alphanumerical.js > is-alphanumerical.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-alphanumerical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "78a0e9c1cd6aaf1d6989b5e69e05ef4cde0740d6",
			"homepage": "https://github.com/wooorm/is-alphanumerical#readme",
			"_id": "is-alphanumerical@1.0.1",
			"_shasum": "dfb4aa4d1085e33bdb61c2dee9c80e9c6c19f53b",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "dfb4aa4d1085e33bdb61c2dee9c80e9c6c19f53b",
				"tarball": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-alphanumerical-1.0.1.tgz_1500395287531_0.3017278367187828"
			},
			"directories": {}
		},
		"1.0.2": {
			"name": "is-alphanumerical",
			"version": "1.0.2",
			"description": "Check if a character is alphanumerical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical",
				"numerical",
				"alphanumerical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphanumerical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphanumerical/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": {
				"is-alphabetical": "^1.0.0",
				"is-decimal": "^1.0.0"
			},
			"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 isAlphanumerical > is-alphanumerical.js",
				"build-mangle": "esmangle < is-alphanumerical.js > is-alphanumerical.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-alphanumerical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d9dad34524d564f0f01af25579909bdacb0b6417",
			"homepage": "https://github.com/wooorm/is-alphanumerical#readme",
			"_id": "is-alphanumerical@1.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pyfU/0kHdISIgslFfZN9nfY1Gk3MquQgUm1mJTjdkEPpkAKNWuBTSqFwewOpR7N351VkErCiyV71zX7mlQQqsg==",
				"shasum": "1138e9ae5040158dc6ff76b820acd6b7a181fd40",
				"tarball": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 4790,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2w3zCRA9TVsSAnZWagAA4b8QAIY7IKxuw7vGYNVg5l5N\nxPekrV1SS7Osu0mP1k2EK5GXjqga6PARa2iAuvFVz6G1Nmv/cobeWmSAkf9A\nyszQg5M6PDoHQxC3JQ+rmf6cX7RujwO3Y2oGk4kWyiwUVEA/i1qgB0lJoO6e\n4gK5t+poDoN/jAKuBtrXnwKANn7t9KnVA64YwGFDF22G8lb8m4LBtO/7MchJ\nvmIXbvIXe5ii0wjeMj9rPbXAApk/qmgmllVVvZ/Wp9zgsxkwaK08/gvXJUC9\nT4PMxXBgNEAc9OxiCriiBK1ZHExRApcdnNlsvoO8BbqyZZZN4IzfLVcIpUtm\n7lwW0BCu88/rkUbqS/zswEZixTpDyDr3leZTWqPqHvQVmMqHcyGe8ECM1ire\nWQEgA84M5ZWF7uz27RRz6exK54hEC5jO8z4uOObjLy5JXzF9T+mpN5aoiCIJ\ndijeZVOonmg6S461aj/+HsUClH62B7Ybjkf9Kz3tVLHG+etd4eDwDV8ToqKT\nO8ZGc3yGuPKjRrc9H24jXA+1qU8U6pA2ic91t7+ckYad2jORduc1eH+6FGmU\nDnfKLotIhZEmFEcPygIoaQduqjUjmH0KXki5catbml8TCClVL5C5JsrC4jRm\nmGA9iopfwd9f2BhNfssMmL5Fr9t81ucPxmHt1zxqWxKDQSM0d3RCT4riD7ig\nh06u\r\n=Wp7M\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-alphanumerical_1.0.2_1524305395242_0.6608513839320351"
			},
			"_hasShrinkwrap": false
		},
		"1.0.3": {
			"name": "is-alphanumerical",
			"version": "1.0.3",
			"description": "Check if a character is alphanumerical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical",
				"numerical",
				"alphanumerical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphanumerical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphanumerical/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": {
				"is-alphabetical": "^1.0.0",
				"is-decimal": "^1.0.0"
			},
			"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 isAlphanumerical -o is-alphanumerical.js",
				"build-mangle": "browserify . -s isAlphanumerical -p tinyify -o is-alphanumerical.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-alphanumerical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "03305a8c85aab69652490dd39352ba22c21aef7e",
			"homepage": "https://github.com/wooorm/is-alphanumerical#readme",
			"_id": "is-alphanumerical@1.0.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-A1IGAPO5AW9vSh7omxIlOGwIqEvpW/TA+DksVOPM5ODuxKlZS09+TEM1E3275lJqO2oJ38vDpeAL3DCIiHE6eA==",
				"shasum": "57ae21c374277b3defe0274c640a5704b8f6657c",
				"tarball": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 5042,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1culCRA9TVsSAnZWagAAGCkP/1XG/ZdKqh8q6RJpz4Oa\n8xEwgYvn3XY4Q3GXe4qf6EVcq+uQfjzwM6l7xlREQVExpxcz/Ogca/owj+8K\nKkgkU2nPilUXDNprHDkEWEKj4gSxIh8p1q6XFjwdmIVLpPqQyaCi6tRV1hDx\nNv0KSebQMy0QRHp0M/BIhpH1muCfrl9muYNkY3T5LXdDXP77bWGbH9MQPdV2\nNoluN9Y2DLOL2IE/K4JuFFmyFZ3k1dy4kTGvK+h8EoKC2uxsK+KL1e+Uo1kz\niecaKyWD07pNmsMYaI+l7Xy7qsXvlzY4Y8sW7hsD93HmeZnKmBho9Tui3fMU\nUlcxQsXy2yS+24zzrqmWgbyr5xYAkWeoEMuWh1o7tvHby8CFRuxAVPMzrXBi\nNlb5ONiidUxpiy2o4eHoQ5xM62Ydw3Yvk8yKh5XNAnszJ4CMao2TCvztm+QM\nGKew2+PPQXs2UHobQeKgA81Bx9ChJNE1YfktEjgOyaf/tReIhAVUckwrA5Yo\naO3kOds/fi7nEGXhgtsAwfWsoi/0zStYuHETI+DEU+eKnaS5dTf3cQAJSilG\nE4KV3tvi7XZ1bMFtOOvkt3NJWCkUV/RstFIcbaLFvm7ZwcJruALk8KUn6x+k\nU0TLPTxBYMoTPlPYms+sTZA369LazNcfYjQakpF3Tbag9jHJUXMAaTY8/n1d\nMfx9\r\n=JSxu\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-alphanumerical_1.0.3_1557515172799_0.005812267513387814"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "is-alphanumerical",
			"version": "1.0.4",
			"description": "Check if a character is alphanumerical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical",
				"numerical",
				"alphanumerical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphanumerical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphanumerical/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": {
				"is-alphabetical": "^1.0.0",
				"is-decimal": "^1.0.0"
			},
			"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 isAlphanumerical -o is-alphanumerical.js",
				"build-mangle": "browserify . -s isAlphanumerical -p tinyify -o is-alphanumerical.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-alphanumerical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "76c8c4d9baec221aa7b358df1afd2a78dda0d46b",
			"homepage": "https://github.com/wooorm/is-alphanumerical#readme",
			"_id": "is-alphanumerical@1.0.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
				"shasum": "7eb9a2431f855f6b1ef1a78e326df515696c4dbf",
				"tarball": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 5114,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLB/wCRA9TVsSAnZWagAApNQP/ig66cYkFMugRjDc7y/t\nx1oyV90yNRvrjEKrXJIVXMEIJudwLxQcRi71p9iRDcHgiDeESzVxKAvoxnos\njS4uaa2NtYHiTzhGRffOnYtcKbH8fRjf5UfDbnSdwyMDe3G2BOuezy2Qyx4w\nDvqjMhi6KRKNuZzBEw1D4bgQ8jSJVYdb7eCapZVaiNnBUkV9LwCpcTdcB9qq\nL/UvQBBBc1rWP1b7ALDTVcg9MknytLAtk8sozJcc2EOOUJG3gdTrkGUDDd6t\nBuHgSLJjhxQaewZiK3qibOhUcWMI7D/wfLboTfRx7Ls99oRPxvNgG+f8FXBf\nnMNnrYmnp5fLdQ4ZZ6NZDxwKOYhNZZS9+aj8l/g+7CCp1iRDrPCesifeQupd\njfJs+x09YKN+Djtj1/MnBh7/1HYD0Fs8bWzrKIXlD++d8VGVd54zkGJwD6Pw\ndYBZ/ZlkIKlY4XXk1uKTr5sl+pYW7fS7fh3NN4kArJD+oWm3UvDqDrcEnl52\nSuZ0sdZeLHa8/oqlPU1E3NxJF+LSYecCGYQmMAHdYtxOW0V13XkQyKuMi+TI\nxZZ6s0xcjhRd6hujPObam6JbOt/QCr9pjV4dKht5v7iaHEcsjP/8rBMJINR3\nTvjoS8jIs2RKZMDpM7Ezfl1pHUtD0VZ/Ll1JrCeu9ScVefE7fOu4JgtTKzKo\n/tr2\r\n=E9YX\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-alphanumerical_1.0.4_1579950063936_0.0694673006865556"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-25T11:01:06.450Z",
		"created": "2016-07-12T09:55:32.978Z",
		"1.0.0": "2016-07-12T09:55:32.978Z",
		"1.0.1": "2017-07-18T16:28:08.445Z",
		"1.0.2": "2018-04-21T10:09:55.359Z",
		"1.0.3": "2019-05-10T19:06:13.268Z",
		"1.0.4": "2020-01-25T11:01:04.115Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"a48a317e68a67682f030db7be306a4ae\"",
			"fetched": 1600679321502
		}
	},
	"_distfiles": {
		"is-alphanumerical-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.0.tgz",
			"sha": "e06492e719c1bf15dec239e4f1af5f67b4d6e7bf",
			"registry": "npmjs"
		},
		"is-alphanumerical-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.1.tgz",
			"sha": "dfb4aa4d1085e33bdb61c2dee9c80e9c6c19f53b",
			"registry": "npmjs"
		},
		"is-alphanumerical-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.2.tgz",
			"sha": "1138e9ae5040158dc6ff76b820acd6b7a181fd40",
			"registry": "npmjs"
		},
		"is-alphanumerical-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.3.tgz",
			"sha": "57ae21c374277b3defe0274c640a5704b8f6657c",
			"registry": "npmjs"
		},
		"is-alphanumerical-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
			"sha": "7eb9a2431f855f6b1ef1a78e326df515696c4dbf",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"is-alphanumerical-1.0.4.tgz": {
			"shasum": "7eb9a2431f855f6b1ef1a78e326df515696c4dbf"
		}
	},
	"_rev": "2-5ac2af3853c420cd",
	"_id": "is-alphanumerical",
	"readme": "# is-alphanumerical\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 alphanumerical (`[a-zA-Z0-9]`).\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install is-alphanumerical\n```\n\n## Use\n\n```js\nvar alphanumerical = require('is-alphanumerical')\n\nalphanumerical('a') // => true\nalphanumerical('Z') // => true\nalphanumerical('0') // => true\nalphanumerical(' ') // => false\nalphanumerical('💩') // => false\n```\n\n## API\n\n### `alphanumerical(character)`\n\nCheck whether the given character code (`number`), or the character code at the\nfirst position (`string`), is alphanumerical.\n\n## Related\n\n*   [`is-alphabetical`](https://github.com/wooorm/is-alphabetical)\n*   [`is-decimal`](https://github.com/wooorm/is-decimal)\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-alphanumerical.svg\n\n[build]: https://travis-ci.org/wooorm/is-alphanumerical\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/is-alphanumerical.svg\n\n[coverage]: https://codecov.io/github/wooorm/is-alphanumerical\n\n[downloads-badge]: https://img.shields.io/npm/dm/is-alphanumerical.svg\n\n[downloads]: https://www.npmjs.com/package/is-alphanumerical\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/is-alphanumerical.svg\n\n[size]: https://bundlephobia.com/result?p=is-alphanumerical\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com"
}