root / HServer / 00.Server / 00.Program / node_modules / uuid / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.13 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"uuid@3.2.1",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "uuid@3.2.1", |
9 |
"_id": "uuid@3.2.1", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==", |
12 |
"_location": "/uuid", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "uuid@3.2.1", |
18 |
"name": "uuid", |
19 |
"escapedName": "uuid", |
20 |
"rawSpec": "3.2.1", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "3.2.1" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/ftp-srv"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz", |
28 |
"_spec": "3.2.1", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"bin": {
|
31 |
"uuid": "./bin/uuid" |
32 |
}, |
33 |
"browser": {
|
34 |
"./lib/rng.js": "./lib/rng-browser.js", |
35 |
"./lib/sha1.js": "./lib/sha1-browser.js", |
36 |
"./lib/md5.js": "./lib/md5-browser.js" |
37 |
}, |
38 |
"bugs": {
|
39 |
"url": "https://github.com/kelektiv/node-uuid/issues" |
40 |
}, |
41 |
"contributors": [
|
42 |
{ |
43 |
"name": "Robert Kieffer", |
44 |
"email": "robert@broofa.com" |
45 |
}, |
46 |
{ |
47 |
"name": "Christoph Tavan", |
48 |
"email": "dev@tavan.de" |
49 |
}, |
50 |
{ |
51 |
"name": "AJ ONeal", |
52 |
"email": "coolaj86@gmail.com" |
53 |
}, |
54 |
{ |
55 |
"name": "Vincent Voyer", |
56 |
"email": "vincent@zeroload.net" |
57 |
}, |
58 |
{ |
59 |
"name": "Roman Shtylman", |
60 |
"email": "shtylman@gmail.com" |
61 |
} |
62 |
], |
63 |
"dependencies": {},
|
64 |
"description": "RFC4122 (v1, v4, and v5) UUIDs", |
65 |
"devDependencies": {
|
66 |
"eslint": "4.5.0", |
67 |
"mocha": "3.1.2", |
68 |
"runmd": "1.0.1", |
69 |
"standard-version": "4.2.0" |
70 |
}, |
71 |
"homepage": "https://github.com/kelektiv/node-uuid#readme", |
72 |
"keywords": [
|
73 |
"uuid",
|
74 |
"guid",
|
75 |
"rfc4122"
|
76 |
], |
77 |
"license": "MIT", |
78 |
"name": "uuid", |
79 |
"repository": {
|
80 |
"type": "git", |
81 |
"url": "git+https://github.com/kelektiv/node-uuid.git" |
82 |
}, |
83 |
"scripts": {
|
84 |
"md": "runmd --watch --output=README.md README_js.md", |
85 |
"prepare": "runmd --output=README.md README_js.md", |
86 |
"release": "standard-version", |
87 |
"test": "mocha test/test.js" |
88 |
}, |
89 |
"version": "3.2.1" |
90 |
} |