{
	"name": "is-alphabetical",
	"versions": {
		"1.0.0": {
			"name": "is-alphabetical",
			"version": "1.0.0",
			"description": "Check if a character is alphabetical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphabetical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphabetical/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 isAlphabetical > is-alphabetical.js",
				"build-mangle": "esmangle < is-alphabetical.js > is-alphabetical.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-alphabetical.js",
					"is-alphabetical.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": "b4ca77b7acee5239c6a2eaa067840bbc9e325c15",
			"homepage": "https://github.com/wooorm/is-alphabetical#readme",
			"_id": "is-alphabetical@1.0.0",
			"_shasum": "e2544c13058255f2144cb757066cd3342a1c8c46",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "e2544c13058255f2144cb757066cd3342a1c8c46",
				"tarball": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/is-alphabetical-1.0.0.tgz_1468271239488_0.1301835619378835"
			},
			"directories": {}
		},
		"1.0.1": {
			"name": "is-alphabetical",
			"version": "1.0.1",
			"description": "Check if a character is alphabetical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphabetical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphabetical/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 isAlphabetical > is-alphabetical.js",
				"build-mangle": "esmangle < is-alphabetical.js > is-alphabetical.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,
				"rules": {
					"capitalized-comments": "off"
				},
				"ignores": [
					"is-alphabetical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "ed70e5f614952a997fb2c8a7f802a7f009ae5eb0",
			"homepage": "https://github.com/wooorm/is-alphabetical#readme",
			"_id": "is-alphabetical@1.0.1",
			"_shasum": "c77079cc91d4efac775be1034bf2d243f95e6f08",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "c77079cc91d4efac775be1034bf2d243f95e6f08",
				"tarball": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-alphabetical-1.0.1.tgz_1500394892864_0.18568843067623675"
			},
			"directories": {}
		},
		"1.0.2": {
			"name": "is-alphabetical",
			"version": "1.0.2",
			"description": "Check if a character is alphabetical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphabetical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphabetical/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 isAlphabetical > is-alphabetical.js",
				"build-mangle": "esmangle < is-alphabetical.js > is-alphabetical.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",
					"capitalized-comments": "off"
				},
				"ignores": [
					"is-alphabetical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "78cd49de6ae2c05afc0351bafe5f55e92c672e76",
			"homepage": "https://github.com/wooorm/is-alphabetical#readme",
			"_id": "is-alphabetical@1.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-V0xN4BYezDHcBSKb1QHUFMlR4as/XEuCZBzMJUU4n7+Cbt33SmUnSol+pnXFvLxSHNq2CemUXNdaXV6Flg7+xg==",
				"shasum": "1fa6e49213cb7885b75d15862fb3f3d96c884f41",
				"tarball": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 4678,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2wqGCRA9TVsSAnZWagAAACEQAKT/f2ViOP4zIX5L6SvE\nj/WsM2H/ixyrl4gDGJzYuOqwiJA9hdRspzXH97K6rYMWiHtEUBul5UjSqqm4\nYBLFishDJXL7S+eyR93eiyMFoSBCJh2Befkn4arTmaUsJ0ShGupWG8zeVJqL\nkFcx+TrNaPT0oe+a2PQJk6nVKnEfRM0o91hJZTMJqUrH6RGldD/Bbd5t+xr0\n4YgqDlSQftiaKmAcT2GAHkXKosdqyq3X4CYnYP73lW0+7NuLxYtViaU3EFaP\nbCkoGI/s5s8ITxYZLPZuj/Cf/BQrypKdus1OMndxLfyQkR/FMWjl6m4NUo1Z\n5CI1nx+cCYQT/AwuV3+MxvpksM8twahJqV9XPFe9sGrCCPkVcDSyvhYfs5k8\nOIsVUVWLdsYq+YZt/p5lnwIxkZGga/7SQ+I/sre4UOguj+huWMpqobis2ruO\nuLcjQ8WsZrlJlBRekLkoeIm9dDTN58a1hoJ/hGu7GpuMX/KICS7au544Sv+f\n55CD3SEzTtcD9XaRvlfpFJd6xJCTxaDGt8D7bWzanp1YdEsnxOb8kObDfwyX\n+sAsRugeofOLPTO99gKg7xEc3gPNkeIb2mVo+G1bXFlTA3MPpa0G0E/Zwkf9\naVaG6eZMb3m+2Vi0ewCNFBM7mjJNddOi6T3k2dTtlRz3D3jTUHzwrBmH7od8\nnHtv\r\n=lyNL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-alphabetical_1.0.2_1524304517358_0.6817343416662849"
			},
			"_hasShrinkwrap": false
		},
		"1.0.3": {
			"name": "is-alphabetical",
			"version": "1.0.3",
			"description": "Check if a character is alphabetical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphabetical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphabetical/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 isAlphabetical -o is-alphabetical.js",
				"build-mangle": "browserify -s isAlphabetical -p tinyify -o is-alphabetical.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": {
					"capitalized-comments": "off"
				},
				"ignores": [
					"is-alphabetical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "987c23a98e7e2b3f5ddff9f34d0d97579566f7d8",
			"homepage": "https://github.com/wooorm/is-alphabetical#readme",
			"_id": "is-alphabetical@1.0.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-eEMa6MKpHFzw38eKm56iNNi6GJ7lf6aLLio7Kr23sJPAECscgRtZvOBYybejWDQ2bM949Y++61PY+udzj5QMLA==",
				"shasum": "eb04cc47219a8895d8450ace4715abff2258a1f8",
				"tarball": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 4939,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1ck7CRA9TVsSAnZWagAAvQ0P/i4sX5x3KiU9pPRDCjKI\nlzbaGVfYkaFdnOIOsSdD86AzPjzzWRO25l6ASFaKpb6l+UCYNBl3TsChZG76\ns4pplC07KKey9qli9+1ik+I4f8g2eLD28bDVq7M+GEQrQbdr68UwgFe+0Ew2\n4Wtgru1790wP79Od3Z3Ytf4lxikjAxGbrh8b10sGjm1knjru20fCrPz0Z/Ja\nuWyLYj0T4+WyaWYQgoH7jbtRnMBtnisoGSjrPce21EriOqG++WFi+E7sBpHa\nPqbRjP1qCloDro0y8EMCPCj93Bj5XpLA9YQYlMde91YBegSjocfUt88I0KgW\nlTi0VO2QuA4Umf9gAcGeasuPwA/Uv5a8+NlIf03GUQa39QTd/d8B+7GsS8l4\nxCvltK+ELxTp/AZJjO0mCSnCz90/zhWY2QgflLMKN8yT+4lok8hkrNfGUBof\nwnZxPEk+pmelsZDjWIGqJpjP8Ms6RKdfu+g0MqcpY8J8EMFX1p0NGFQKAzVA\nzjqWqx9gv/tqCrEl4tQE3XR3uRR+qo4WI0SeBbVzrfqgC8FLOh+Ch57D9QnN\nVYbShWpcbkPhhsKk3OWUn8wFM6TAw+wULRcx5FFu6aRgO9BVeWP3O/NqNssf\n0azgn9fzT1t+JVWfzmLzsSIbvW8Nk0BJe+/wLrvfaxT9NFDG0qcMYq+tUv9S\ncYOt\r\n=XewM\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-alphabetical_1.0.3_1557514555066_0.8903921107339305"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "is-alphabetical",
			"version": "1.0.4",
			"description": "Check if a character is alphabetical",
			"license": "MIT",
			"keywords": [
				"string",
				"character",
				"char",
				"code",
				"alphabetical"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/is-alphabetical.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/is-alphabetical/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 isAlphabetical -o is-alphabetical.js",
				"build-mangle": "browserify -s isAlphabetical -p tinyify -o is-alphabetical.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": {
					"capitalized-comments": "off"
				},
				"ignores": [
					"is-alphabetical.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "a2b5486bec2543d16782b2d56f79e70bd1075c51",
			"homepage": "https://github.com/wooorm/is-alphabetical#readme",
			"_id": "is-alphabetical@1.0.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
				"shasum": "9e7d6b94916be22153745d184c298cbf986a686d",
				"tarball": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 5011,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLCDpCRA9TVsSAnZWagAAr+gP/jNNM7zRyRutWIQ63W4h\n+WURn9ur3FA6M9+8vnyryHOpPEHsnwEvEoM52VgF6uqQX2k04kEhSAqBPwCF\nSus/vfqGYw7qXb8nTaa+t+9+dyGx9IIVD67frfvz9WPO6hkENdviekjR/kAb\nGzceqVZkWvPCQp5/PPR8h0M0efwLX/JXpDNbjUXWW2KWn/ceg1TVzCbRBcvI\nAmaU091z/RTle6UDUo9LPJ2iDJhPQAzk4erXkB7CGy01ACKMkkh9ok486xHK\n1aj9DaCHhNjKYt4Q2k4DYwZmtXXZFpjfXM91pGknfAVcRwZRR4ehWUUh+pac\nmp3UOyCyTbJjTfzOOUrLlesG7Q/+vVM7rIhfoh8xceForU7iHzWFZfBxpFf8\nii5ytNDzo1yPAmvG9Bu+3tYo+rrlFTrH8TSGvJqWKdxkYxsIcU1NTb52xXOp\nHP1YpwfJYpBIBKxtofDrGey5b8e4MFWjc+k7kvBU0hFsweKaUpueDVd/WRDf\nri0kqtajNC8wjXdgVvHFUEi+KOngrMt2vWiuXfwyJWG4NJ+mpTPJ2Xz5lCly\n5UqYp8BlUGeYpo1UKcoOTHgd4+BwthsKGlyrXTh3252JyPt3Iwopdqdlgfxi\nC8O91zYuK3bNrLkSd0NRvMfqou+jXVhwf9K8QnPugaBDk6tk36OHfHy2uHr0\nRWp8\r\n=1nmP\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-alphabetical_1.0.4_1579950312355_0.680179417898906"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-25T11:05:15.092Z",
		"created": "2016-07-11T21:07:22.411Z",
		"1.0.0": "2016-07-11T21:07:22.411Z",
		"1.0.1": "2017-07-18T16:21:33.826Z",
		"1.0.2": "2018-04-21T09:55:17.472Z",
		"1.0.3": "2019-05-10T18:55:55.215Z",
		"1.0.4": "2020-01-25T11:05:12.634Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5d679cdb0c2154464f20cacb7a65b5cd\"",
			"fetched": 1600679318531
		}
	},
	"_distfiles": {
		"is-alphabetical-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.0.tgz",
			"sha": "e2544c13058255f2144cb757066cd3342a1c8c46",
			"registry": "npmjs"
		},
		"is-alphabetical-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.1.tgz",
			"sha": "c77079cc91d4efac775be1034bf2d243f95e6f08",
			"registry": "npmjs"
		},
		"is-alphabetical-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.2.tgz",
			"sha": "1fa6e49213cb7885b75d15862fb3f3d96c884f41",
			"registry": "npmjs"
		},
		"is-alphabetical-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.3.tgz",
			"sha": "eb04cc47219a8895d8450ace4715abff2258a1f8",
			"registry": "npmjs"
		},
		"is-alphabetical-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
			"sha": "9e7d6b94916be22153745d184c298cbf986a686d",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"is-alphabetical-1.0.4.tgz": {
			"shasum": "9e7d6b94916be22153745d184c298cbf986a686d"
		}
	},
	"_rev": "2-50ec64f165ecc2d4",
	"_id": "is-alphabetical",
	"readme": "# is-alphabetical\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 alphabetical.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install is-alphabetical\n```\n\n## Use\n\n```js\nvar alphabetical = require('is-alphabetical')\n\nalphabetical('a') // => true\nalphabetical('B') // => true\nalphabetical('0') // => false\nalphabetical('💩') // => false\n```\n\n## API\n\n### `alphabetical(character|code)`\n\nCheck whether the given character code (`number`), or the character code at the\nfirst position (`string`), is alphabetical.\n\n## Related\n\n*   [`is-decimal`](https://github.com/wooorm/is-decimal)\n*   [`is-hexadecimal`](https://github.com/wooorm/is-hexadecimal)\n*   [`is-alphanumerical`](https://github.com/wooorm/is-alphanumerical)\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-alphabetical.svg\n\n[build]: https://travis-ci.org/wooorm/is-alphabetical\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/is-alphabetical.svg\n\n[coverage]: https://codecov.io/github/wooorm/is-alphabetical\n\n[downloads-badge]: https://img.shields.io/npm/dm/is-alphabetical.svg\n\n[downloads]: https://www.npmjs.com/package/is-alphabetical\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/is-alphabetical.svg\n\n[size]: https://bundlephobia.com/result?p=is-alphabetical\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com"
}