Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "node-uuid",
3
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
4
"url": "http://github.com/broofa/node-uuid",
5
"keywords": [
6
"uuid",
7
"guid",
8
"rfc4122"
9
],
10
"author": {
11
"name": "Robert Kieffer",
12
"email": "[email protected]"
13
},
14
"contributors": [
15
{
16
"name": "Christoph Tavan",
17
"email": "[email protected]"
18
}
19
],
20
"bin": {
21
"uuid": "./bin/uuid"
22
},
23
"scripts": {
24
"test": "node test/test.js"
25
},
26
"lib": ".",
27
"main": "./uuid.js",
28
"repository": {
29
"type": "git",
30
"url": "https://github.com/broofa/node-uuid.git"
31
},
32
"version": "1.4.3",
33
"licenses": [
34
{
35
"type": "MIT",
36
"url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
37
}
38
],
39
"gitHead": "886463c660a095dfebfa69603921a8d156fdb12c",
40
"bugs": {
41
"url": "https://github.com/broofa/node-uuid/issues"
42
},
43
"homepage": "https://github.com/broofa/node-uuid",
44
"_id": "[email protected]",
45
"_shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
46
"_from": "node-uuid@>=1.4.0 <1.5.0",
47
"_npmVersion": "1.4.28",
48
"_npmUser": {
49
"name": "broofa",
50
"email": "[email protected]"
51
},
52
"maintainers": [
53
{
54
"name": "broofa",
55
"email": "[email protected]"
56
}
57
],
58
"dist": {
59
"shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
60
"tarball": "http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"
61
},
62
"directories": {},
63
"_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"
64
}
65
66