Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "node-uuid",
3
"version": "1.4.3",
4
"homepage": "https://github.com/broofa/node-uuid",
5
"authors": [
6
"Robert Kieffer <[email protected]>"
7
],
8
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
9
"main": "uuid.js",
10
"keywords": [
11
"uuid",
12
"gid",
13
"rfc4122"
14
],
15
"license": "MIT",
16
"ignore": [
17
"**/.*",
18
"node_modules",
19
"bower_components",
20
"test",
21
"tests"
22
]
23
}
24
25