random-uuid-v4
Version:
A lightweight version 4 UUID generator.
27 lines (26 loc) • 506 B
JSON
{
"name": "random-uuid-v4",
"version": "0.0.9",
"description": "A lightweight version 4 UUID generator.",
"main": "uuidv4.js",
"scripts": {
"test": "jest"
},
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/leahciMic/uuid-v4"
},
"keywords": [
"uuid",
"guid",
"RFC4122"
],
"author": "Michael Leaney",
"bugs": {
"url": "https://github.com/leahciMic/uuid-v4/issues"
},
"devDependencies": {
"jest": "^24.8.0"
}
}