GoScrobble/web/node_modules/gud/package.json

29 lines
549 B
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"name": "gud",
"version": "1.0.0",
"description": "Create a 'gud nuff' (not cryptographically secure) globally unique id",
"main": "index.js",
"repository": "https://github.com/jamiebuilds/global-unique-id",
"author": "Jamie Kyle <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"
}
}