{
	"name": "gud",
	"versions": {
		"1.0.0": {
			"name": "gud",
			"version": "1.0.0",
			"description": "Create a 'gud nuff' (not cryptographically secure) globally unique id",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jamiebuilds/global-unique-id.git"
			},
			"author": {
				"name": "Jamie Kyle",
				"email": "me@thejameskyle.com"
			},
			"license": "MIT",
			"keywords": [
				"global",
				"unique",
				"id",
				"identifier",
				"number",
				"uuid",
				"uid"
			],
			"files": [
				"index.js"
			],
			"scripts": {
				"test": "ava"
			},
			"devDependencies": {
				"ava": "^0.25.0",
				"flow-bin": "^0.66.0"
			},
			"gitHead": "51f5b138b22c1af5db764289805d38847691dc79",
			"bugs": {
				"url": "https://github.com/jamiebuilds/global-unique-id/issues"
			},
			"homepage": "https://github.com/jamiebuilds/global-unique-id#readme",
			"_id": "gud@1.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "thejameskyle",
				"email": "me@thejameskyle.com"
			},
			"dist": {
				"integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==",
				"shasum": "a489581b17e6a70beca9abe3ae57de7a499852c0",
				"tarball": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz",
				"fileCount": 3,
				"unpackedSize": 1160
			},
			"maintainers": [
				{
					"name": "thejameskyle",
					"email": "me@thejameskyle.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gud_1.0.0_1519255547983_0.009560519492427755"
			},
			"contributors": []
		}
	},
	"time": {
		"created": "2018-02-21T23:25:47.983Z",
		"1.0.0": "2018-02-21T23:25:48.062Z",
		"modified": "2018-02-21T23:25:48.857Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"a8031ce235f4e2001ab25c4d34470eb9\"",
			"fetched": 1593324455954
		}
	},
	"_distfiles": {
		"gud-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz",
			"sha": "a489581b17e6a70beca9abe3ae57de7a499852c0",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"gud-1.0.0.tgz": {
			"shasum": "a489581b17e6a70beca9abe3ae57de7a499852c0"
		}
	},
	"_rev": "2-a54d7c65421264bc",
	"_id": "gud",
	"readme": "# gud\n\n> Create a 'gud nuff' (not cryptographically secure) globally unique id\n\n## Install\n\n```\nyarn add gud\n```\n\n## Usage\n\n```js\nconst gud = require('gud');\n\nconsole.log(gud()); // 1\nconsole.log(gud()); // 2\n```\n\nThis is ever so slightly better than using something like `_.uniqueId` because\nit will work across multiple copies of the same module.\n\nDo not use this in place of actual UUIDs, security folks will hate me.\n\nThis will not be unique across processes/workers."
}