Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "node-uuid",
3
"repo": "broofa/node-uuid",
4
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
5
"version": "1.4.3",
6
"author": "Robert Kieffer <[email protected]>",
7
"contributors": [
8
{"name": "Christoph Tavan <[email protected]>", "github": "https://github.com/ctavan"}
9
],
10
"keywords": ["uuid", "guid", "rfc4122"],
11
"dependencies": {},
12
"development": {},
13
"main": "uuid.js",
14
"scripts": [
15
"uuid.js"
16
],
17
"license": "MIT"
18
}
19
20