package.json
2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"_args": [
[
{
"raw": "node-uuid",
"scope": null,
"escapedName": "node-uuid",
"name": "node-uuid",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/fzy/project/koa2_Sequelize_project"
]
],
"_from": "node-uuid@latest",
"_id": "node-uuid@1.4.8",
"_inCache": true,
"_location": "/node-uuid",
"_nodeVersion": "6.9.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/node-uuid-1.4.8.tgz_1490142638297_0.6400028455536813"
},
"_npmUser": {
"name": "broofa",
"email": "robert@broofa.com"
},
"_npmVersion": "4.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "node-uuid",
"scope": null,
"escapedName": "node-uuid",
"name": "node-uuid",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz",
"_shasum": "b040eb0923968afabf8d32fb1f17f1167fdab907",
"_shrinkwrap": null,
"_spec": "node-uuid",
"_where": "/Users/fzy/project/koa2_Sequelize_project",
"author": {
"name": "Robert Kieffer",
"email": "robert@broofa.com"
},
"bin": {
"uuid": "./bin/uuid"
},
"bugs": {
"url": "https://github.com/broofa/node-uuid/issues"
},
"contributors": [
{
"name": "AJ ONeal",
"email": "coolaj86@gmail.com"
},
{
"name": "Christoph Tavan",
"email": "dev@tavan.de"
}
],
"dependencies": {},
"deprecated": "Use uuid module instead",
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"devDependencies": {
"nyc": "^2.2.0"
},
"directories": {},
"dist": {
"shasum": "b040eb0923968afabf8d32fb1f17f1167fdab907",
"tarball": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz"
},
"gitHead": "6f0f31b997cd6bec7919223e8897454350ed820f",
"homepage": "https://github.com/broofa/node-uuid",
"installable": true,
"keywords": [
"guid",
"rfc4122",
"uuid"
],
"lib": ".",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
}
],
"main": "./uuid.js",
"maintainers": [
{
"name": "broofa",
"email": "robert@broofa.com"
}
],
"name": "node-uuid",
"optionalDependencies": {},
"readme": "# node-uuid\n\nDEPRECATED: Use the `uuid` package instead. See\n\n* On NPM: https://www.npmjs.com/package/uuid\n* On Github: https://github.com/kelektiv/node-uuid\n\n(Yes, the github project is still called \"node-uuid\". We merged the two projects. Sorry for the confusion.)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/broofa/node-uuid.git"
},
"scripts": {
"coverage": "nyc npm test && nyc report",
"test": "node test/test.js"
},
"url": "http://github.com/broofa/node-uuid",
"version": "1.4.8"
}