-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
57 lines (57 loc) · 1.88 KB
/
package-lock.json
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
{
"name": "hapify",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"boom": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/boom/-/boom-7.1.1.tgz",
"integrity": "sha512-qwEARHTliqgEQiVkzKkkbLt3q0vRPIW60VRZ8zRnbjsm7INkPe9NxfAYDDYLZOdhxyUHa1gIe639Cx7t6RH/4A==",
"requires": {
"hoek": "5.0.2"
}
},
"hoek": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.2.tgz",
"integrity": "sha512-NA10UYP9ufCtY2qYGkZktcQXwVyYK4zK0gkaFSB96xhtlo6V8tKXdQgx8eHolQTRemaW0uLn8BhjhwqrOU+QLQ=="
},
"isemail": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/isemail/-/isemail-3.0.0.tgz",
"integrity": "sha512-rz0ng/c+fX+zACpLgDB8fnUQ845WSU06f4hlhk4K8TJxmR6f5hyvitu9a9JdMD7aq/P4E0XdG1uaab2OiXgHlA==",
"requires": {
"punycode": "2.1.0"
}
},
"joi": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-13.0.1.tgz",
"integrity": "sha512-ChTMfmbIg5yrN9pUdeaLL8vzylMQhUteXiXa1MWINsMUs3jTQ8I87lUZwR5GdfCLJlpK04U7UgrxgmU8Zp7PhQ==",
"requires": {
"hoek": "5.0.2",
"isemail": "3.0.0",
"topo": "3.0.0"
}
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"punycode": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz",
"integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0="
},
"topo": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/topo/-/topo-3.0.0.tgz",
"integrity": "sha512-Tlu1fGlR90iCdIPURqPiufqAlCZYzLjHYVVbcFWDMcX7+tK8hdZWAfsMrD/pBul9jqHHwFjNdf1WaxA9vTRRhw==",
"requires": {
"hoek": "5.0.2"
}
}
}
}