-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage-lock.json
More file actions
74 lines (74 loc) · 2.58 KB
/
package-lock.json
File metadata and controls
74 lines (74 loc) · 2.58 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
{
"name": "nodeactyl",
"version": "3.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"axios": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz",
"integrity": "sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==",
"requires": {
"follow-redirects": "^1.14.4"
}
},
"colorx": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/colorx/-/colorx-0.0.7.tgz",
"integrity": "sha1-JJf+AOJHu4BVm4uAQzrmzSgNtnI="
},
"commander": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="
},
"follow-redirects": {
"version": "1.14.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
"integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g=="
},
"jsdocs": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/jsdocs/-/jsdocs-1.0.0.tgz",
"integrity": "sha512-6GmPLgjwy1aDNohUauo/ALWuGGYZ7snhLpVj5n55nJMdULnWjlwJ0Zk0hmq0P94cU7P8mEDBGiMav9GEehXPrQ==",
"requires": {
"colorx": "*",
"commander": "*",
"marked": "*",
"minitpl": "0.0.3",
"mkdirp": "0.5.0",
"xutil": "0.0.9"
},
"dependencies": {
"minimist": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
},
"mkdirp": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz",
"integrity": "sha1-HXMHam35hs2TROFecfzAWkyavxI=",
"requires": {
"minimist": "0.0.8"
}
}
}
},
"marked": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz",
"integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA=="
},
"minitpl": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/minitpl/-/minitpl-0.0.3.tgz",
"integrity": "sha1-fGA8GiR0ehRMg8mo0Vw/7lY/a/E="
},
"xutil": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/xutil/-/xutil-0.0.9.tgz",
"integrity": "sha1-78/l6NxEeK1tRjwj8MTAgSQJc+w="
}
}
}