{"_id":"gud","_rev":"273606","name":"gud","description":"Create a 'gud nuff' (not cryptographically secure) globally unique id","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"thejameskyle","email":"me@thejameskyle.com"}],"time":{"modified":"2021-06-03T17:51:12.000Z","created":"2018-02-21T23:25:48.062Z","1.0.0":"2018-02-21T23:25:48.062Z"},"users":{},"author":{"name":"Jamie Kyle","email":"me@thejameskyle.com"},"repository":{"type":"git","url":"git+https://github.com/jamiebuilds/global-unique-id.git"},"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":{"shasum":"a489581b17e6a70beca9abe3ae57de7a499852c0","size":809,"noattachment":false,"key":"/gud/-/gud-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gud/download/gud-1.0.0.tgz"},"maintainers":[{"name":"thejameskyle","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}},"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.\n","_attachments":{},"homepage":"https://github.com/jamiebuilds/global-unique-id#readme","bugs":{"url":"https://github.com/jamiebuilds/global-unique-id/issues"},"license":"MIT"}