This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
91 lines (91 loc) · 3.27 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
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@adonisjs/fold": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@adonisjs/fold/-/fold-4.0.4.tgz",
"integrity": "sha512-5q7szfMgbPqYXH4eclQzyIjlDZjkG4X78rMceIqHRB13Igv0HubqbhgHDGRCAWkAk0RV7W+xw58rreJOAINHNw==",
"requires": {
"@adonisjs/generic-exceptions": "1.0.0",
"caller": "1.0.1",
"debug": "2.6.9",
"lodash": "4.17.4",
"require-stack": "1.0.2"
}
},
"@adonisjs/generic-exceptions": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@adonisjs/generic-exceptions/-/generic-exceptions-1.0.0.tgz",
"integrity": "sha512-Ll9uC1g6jg/P63A+8VkHdP8fUXIPqKxx38fW6W/ZfYawMkreQklQX19Kz3XodwDg32Leqv5DXUZ3JN4JG89vig==",
"requires": {
"node-exceptions": "2.0.2",
"upcast": "1.0.4"
}
},
"@types/node": {
"version": "8.0.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.31.tgz",
"integrity": "sha512-R+LdMJHJQwRd/Ca0Nr5KnwbSWHxTD3DWz4ivqoPeNH+YPcuirMWK+Ti9Mx32jOecmPhHOCd+6CefU5e1eVq2Ew=="
},
"acorn": {
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
"integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c="
},
"caller": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/caller/-/caller-1.0.1.tgz",
"integrity": "sha1-uFGGD3Dhlds9J3OVqhp+I+ow7PU="
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"node-exceptions": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/node-exceptions/-/node-exceptions-2.0.2.tgz",
"integrity": "sha512-nILccFLvnaOBoKZZtWfZipn/hlThZOT6UJOLX6SA3yLMYPcvLTIF26PXx73sPnAg45p05iYFYw2jvayNHz4rDA=="
},
"require-stack": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/require-stack/-/require-stack-1.0.2.tgz",
"integrity": "sha1-4A7jSL+Wy1w+LUwntJ5BR24Ill0=",
"requires": {
"syntax-error": "1.3.0"
}
},
"syntax-error": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.3.0.tgz",
"integrity": "sha1-HtkmbE1AvnXcVb+bsct3Biu5bKE=",
"requires": {
"acorn": "4.0.13"
}
},
"typescript": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.5.3.tgz",
"integrity": "sha512-ptLSQs2S4QuS6/OD1eAKG+S5G8QQtrU5RT32JULdZQtM1L3WTi34Wsu48Yndzi8xsObRAB9RPt/KhA9wlpEF6w=="
},
"upcast": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/upcast/-/upcast-1.0.4.tgz",
"integrity": "sha1-3fi0wme26j81N+d+HGWUsv0epA8="
}
}
}