{
	"name": "ccount",
	"versions": {
		"1.0.0": {
			"name": "ccount",
			"version": "1.0.0",
			"description": "Count characters",
			"license": "MIT",
			"keywords": [
				"character",
				"count",
				"char"
			],
			"files": [
				"index.js",
				"LICENSE"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/ccount.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"devDependencies": {
				"browserify": "^10.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.26.0",
				"mdast-github": "^0.3.1",
				"mdast-lint": "^0.4.1",
				"mdast-yaml-config": "^0.2.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- --check-leaks test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . LICENSE --output --quiet",
				"build-bundle": "browserify index.js --bare -s ccount > ccount.js",
				"postbuild-bundle": "esmangle ccount.js > ccount.min.js",
				"build": "npm run build-md && npm run build-bundle"
			},
			"gitHead": "6bcc75876a034221ad7a6487d687259180be7f1c",
			"bugs": {
				"url": "https://github.com/wooorm/ccount/issues"
			},
			"homepage": "https://github.com/wooorm/ccount#readme",
			"_id": "ccount@1.0.0",
			"_shasum": "7e3c6a4f0d8467808095dfc5a1109add2c67beff",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "7e3c6a4f0d8467808095dfc5a1109add2c67beff",
				"tarball": "https://registry.npmjs.org/ccount/-/ccount-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "ccount",
			"version": "1.0.1",
			"description": "Count characters",
			"license": "MIT",
			"keywords": [
				"character",
				"count",
				"char"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/ccount.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/ccount/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 ccount > ccount.js",
				"build-mangle": "esmangle ccount.js > ccount.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": [
					"ccount.js",
					"ccount.min.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"plugins": [
					"comment-config",
					"github",
					"lint",
					"validate-links"
				],
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "5a787f3e93dd18d121b9bd4be6d1da96c8c17187",
			"homepage": "https://github.com/wooorm/ccount#readme",
			"_id": "ccount@1.0.1",
			"_shasum": "665687945168c218ec77ff61a4155ae00227a96c",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "665687945168c218ec77ff61a4155ae00227a96c",
				"tarball": "https://registry.npmjs.org/ccount/-/ccount-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/ccount-1.0.1.tgz_1469303388454_0.4032677055802196"
			},
			"directories": {}
		},
		"1.0.2": {
			"name": "ccount",
			"version": "1.0.2",
			"description": "Count characters",
			"license": "MIT",
			"keywords": [
				"character",
				"count",
				"char"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/ccount.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/ccount/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.0.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 ccount > ccount.js",
				"build-mangle": "esmangle ccount.js > ccount.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": [
					"ccount.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e5ce879c31527ecfb7febc2f0ddc436bcfdd989c",
			"homepage": "https://github.com/wooorm/ccount#readme",
			"_id": "ccount@1.0.2",
			"_shasum": "53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89",
				"tarball": "https://registry.npmjs.org/ccount/-/ccount-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ccount-1.0.2.tgz_1499890236092_0.057149781147018075"
			},
			"directories": {}
		},
		"1.0.3": {
			"name": "ccount",
			"version": "1.0.3",
			"description": "Count characters",
			"license": "MIT",
			"keywords": [
				"character",
				"count",
				"char"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/ccount.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/ccount/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.0",
				"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 ccount > ccount.js",
				"build-mangle": "esmangle ccount.js > ccount.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"
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"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": [
					"ccount.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"gitHead": "985fa57ad871f4324dba476583d1a2189f3c50a9",
			"homepage": "https://github.com/wooorm/ccount#readme",
			"_id": "ccount@1.0.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Jt9tIBkRc9POUof7QA/VwWd+58fKkEEfI+/t1/eOlxKM7ZhrczNzMFefge7Ai+39y1pR/pP6cI19guHy3FSLmw==",
				"shasum": "f1cec43f332e2ea5a569fd46f9f5bde4e6102aff",
				"tarball": "https://registry.npmjs.org/ccount/-/ccount-1.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 4161,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa13ilCRA9TVsSAnZWagAAKYoP/0oA1aGrK+uyl6KO0xbh\n9krNEyP02zbYR3tfSwDO4auZBpkGpkByE+/lAXbbvHk3Ho2Cbx+juFrFKljq\njo4eig6Mo0shDLsKWhP3L8xq2/mANgHLLyLtJF+MpdqDCoY7HMy+9jeSNqlT\nnqlxtpKn57dkNlrRdFTtv4ufypXEyqbikfmD43UwkoDloHHAubERm84GSG+0\njXsu/r6ctqXt+XkImK3bEGlGF8nL1qEDru2BFoYj7BI+jKB5pBo9wsXAA598\ne2/I6J/nlwKvZeUWH4scJaslT27xzYjyH52mG/bS7+lzuWhef5ODJZ0gCHtz\nStZNIjgzGzUqyv5sUvric1VXBhHVFqSnIp4vD7mVq25Hlst87FA2V6/iPSpZ\nlAY8yYYoGl+9COUA9xhNheDQ2CfLxagP2tGOD6nywH95yaX16Bd242lW0Xr0\nAb6+HuA5I/2NqzH+zRJwyf9XbUJj3qlNgVOQMo56qdbzarTF73TJxIWgwP6F\nYQbU0e24MQhNGQjq4LSihyAC046RUuuV39qV2g8RG8pcLiS+GAtAvHy1FyyS\namOQQ3eMObcYYSVe19e3ucdKs0MnjE6ZZeICiMFjjR6pJyQubxX3WEPIfzP+\n6oGLRbaeQzNpiMQWJXkZPcL8dLlBf5LITdbf8oSjc/UPz3m4RGtC1uxW3LLx\nti6r\r\n=mWKC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ccount_1.0.3_1524070565634_0.4829507898069223"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "ccount",
			"version": "1.0.4",
			"description": "Count characters",
			"license": "MIT",
			"keywords": [
				"character",
				"count",
				"char"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/ccount.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/ccount/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.0",
				"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 ccount -o ccount.js",
				"build-mangle": "browserify . -s ccount -p tinyify -o ccount.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"
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"ccount.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"gitHead": "776fdc85c2f2c71decd463b23af6ea4ffb574ce0",
			"homepage": "https://github.com/wooorm/ccount#readme",
			"_id": "ccount@1.0.4",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-fpZ81yYfzentuieinmGnphk0pLkOTMm6MZdVqwd77ROvhko6iujLNGrHH5E7utq3ygWklwfmwuG+A7P+NpqT6w==",
				"shasum": "9cf2de494ca84060a2a8d2854edd6dfb0445f386",
				"tarball": "https://registry.npmjs.org/ccount/-/ccount-1.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 4375,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0oBjCRA9TVsSAnZWagAArsgQAJE5UON96dmJ+g75ktm/\nK8eU3RUP/reTKziZmCgiYCFUqgd3I+vDkuC+PP5E8PTEGpF9x+NpSRwxAprO\nIGhTIVoPcCftkdWmeMC68opMXhP5T9XMvQK8dT1uWCcUP/YWjEKlRdlBx4La\nth2N4BBAOyPwkrWlC4G9tSE1rma8N6/8bKIC1WEw7/48Dl8/ddEE2TSLMOKI\nGhZ1VkdOOizTov2nXoe7TrZ46CORnfd7WcOfaTbhEHlN4syjhrIt+q/eVe1y\nniZe0relVLLOUdoyXl642jLwzdfCNspFytg7Fxi23BJ8jrlkTW8cZuGj/ZnA\n/QuGLLHfQH8A205M3VI1oFrPNwQUDHVdWogK6Czmp8lUzqPt+NwxfbXOvshY\nAXpQ/UWkNVNAbIUnaXL8GgTrxxOgdCqts0tV2dInZU1WOdMiGBiqZdjF7MFX\n6igo15SFfh4QAVxS17FsL06runEiJWFoMqPLHaICDBSonWIJm2tQxCQz5X1z\nVA9CaNma49E7Ypi2DJO3r+cHNo/BvRwGnzjIQLpdcwWI/HhhdEA1OjqftTgf\ncR1Cod2nevfKg9qydHnlYbWR3ByXmOMxiRcVgQQqIvWmSLndtkC/ADPQvPR0\nYvmH6Ac8i8dOG+i3JfJ8OdEUU2X6BAavbBllZVQB519UaLlvgC7K/26+gr57\nyV7u\r\n=eU6V\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/ccount_1.0.4_1557299298993_0.9986468206895174"
			},
			"_hasShrinkwrap": false
		},
		"1.0.5": {
			"name": "ccount",
			"version": "1.0.5",
			"description": "Count characters",
			"license": "MIT",
			"keywords": [
				"character",
				"count",
				"char"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/ccount.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/ccount/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 ccount -o ccount.js",
				"build-mangle": "browserify . -s ccount -p tinyify -o ccount.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"
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"ccount.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"gitHead": "78c7638a83587ccfd9b7b449cf805fe03f1b3f08",
			"homepage": "https://github.com/wooorm/ccount#readme",
			"_id": "ccount@1.0.5",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw==",
				"shasum": "ac82a944905a65ce204eb03023157edf29425c17",
				"tarball": "https://registry.npmjs.org/ccount/-/ccount-1.0.5.tgz",
				"fileCount": 4,
				"unpackedSize": 4444,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLacJCRA9TVsSAnZWagAAijwP/iOHfq8dGhpZNtR13cf5\n8+Y6hniS52WMyojrSwlZVmxU47fWOek8GvgcnACQG1EC9EQNoIFctyX1F2gI\nB62HoVQ0+yEhz7xuNGktlJrMqnfacSMquaZ5IFCaTAS8xgwiXOMDGb/F/UbN\nlRAvU+FESt9kzqli+zQ+JRAm+F6WzgiAbN2LuSiXH9iZbr8wD0NHUJ1m9sXW\n2V9RYMYJc0AXLtQXTbkF4tD3KVjMCZAYv+DaEYKnws2UNwDaZMpD1ouHa5Ao\nWFiaGn56sMkavRFyP1HiSaByRgK6xcDpvr2kyja1qgE5eqVc/YJTFXZ4Vpv9\n0620zbTSJAVpaOZvtAbyTOB9ucAu+UuY+io0NZHhEEKPcbBUmNHeu4zycO1E\nwfvHJRdV+f1vWOHhourdrsHnmp11V7uOI15LHCiVfNYblKXpLIhTBC7AuPOv\nsSnkrl6kGYcrdij8zialeaZnw4qvodzLf4947jwQkFs+zNuIumTWqwzrg6us\nN2NRznuSD7yDBxt+rdKx7LtRh9zTUgCHRImwBKaLkR6U4zV3b8Z5RR2xqVWF\nluENHyX/PnG76RFExvRL9H32jDWfGFf7ARmKnCM62rBG7RFnXR/Sy+3qD8Db\n9+iAsYMDjQHRX68qJhG+FHPiA2dsbJhzi+4f3BmR1BlJwERJEmmR9+sto8lQ\nyE/N\r\n=Q1yK\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/ccount_1.0.5_1580050184684_0.6215211687297721"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-26T14:49:47.090Z",
		"created": "2015-07-12T20:16:17.658Z",
		"1.0.0": "2015-07-12T20:16:17.658Z",
		"1.0.1": "2016-07-23T19:49:50.503Z",
		"1.0.2": "2017-07-12T20:10:37.069Z",
		"1.0.3": "2018-04-18T16:56:05.706Z",
		"1.0.4": "2019-05-08T07:08:19.107Z",
		"1.0.5": "2020-01-26T14:49:44.795Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.5"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"b76e22ab62f3777bd2fbb64c027ff53c\"",
			"fetched": 1600679318456
		}
	},
	"_distfiles": {
		"ccount-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/ccount/-/ccount-1.0.0.tgz",
			"sha": "7e3c6a4f0d8467808095dfc5a1109add2c67beff",
			"registry": "npmjs"
		},
		"ccount-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/ccount/-/ccount-1.0.1.tgz",
			"sha": "665687945168c218ec77ff61a4155ae00227a96c",
			"registry": "npmjs"
		},
		"ccount-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/ccount/-/ccount-1.0.2.tgz",
			"sha": "53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89",
			"registry": "npmjs"
		},
		"ccount-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/ccount/-/ccount-1.0.3.tgz",
			"sha": "f1cec43f332e2ea5a569fd46f9f5bde4e6102aff",
			"registry": "npmjs"
		},
		"ccount-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/ccount/-/ccount-1.0.4.tgz",
			"sha": "9cf2de494ca84060a2a8d2854edd6dfb0445f386",
			"registry": "npmjs"
		},
		"ccount-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/ccount/-/ccount-1.0.5.tgz",
			"sha": "ac82a944905a65ce204eb03023157edf29425c17",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"ccount-1.0.5.tgz": {
			"shasum": "ac82a944905a65ce204eb03023157edf29425c17"
		}
	},
	"_rev": "2-af861041288494ae",
	"_id": "ccount",
	"readme": "# ccount\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nCount characters.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install ccount\n```\n\n## Use\n\n```js\nvar ccount = require('ccount')\n\nccount('foo(bar(baz)', '(') // => 2\nccount('foo(bar(baz)', ')') // => 1\n```\n\n## API\n\n### `ccount(value, character)`\n\nGet the total count of `character` in `value`.\n\n###### Parameters\n\n*   `value` (`string`) — Content, coerced to string\n*   `character` (`string`) — Single character to look for\n\n###### Returns\n\n`number` — Number of times `character` occurred in `value`.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/ccount.svg\n\n[build]: https://travis-ci.org/wooorm/ccount\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/ccount.svg\n\n[coverage]: https://codecov.io/github/wooorm/ccount\n\n[downloads-badge]: https://img.shields.io/npm/dm/ccount.svg\n\n[downloads]: https://www.npmjs.com/package/ccount\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/ccount.svg\n\n[size]: https://bundlephobia.com/result?p=ccount\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com"
}