{"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":"anonymous","email":"me@thejameskyle.com"},"dist":{"shasum":"a489581b17e6a70beca9abe3ae57de7a499852c0","size":809,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/gud/-/gud-1.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"me@thejameskyle.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gud_1.0.0_1519255547983_0.009560519492427755"},"_hasShrinkwrap":false,"publish_time":1519255548062,"_cnpm_publish_time":1519255548062,"contributors":[]}},"dist-tags":{"latest":"1.0.0"},"name":"gud","time":{"modified":"2023-07-28T17:57:52.210Z","created":"2022-01-26T13:40:35.804Z","1.0.0":"2018-02-21T23:25:48.062Z"},"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.","users":{}}