-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
168 lines (168 loc) · 6.03 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "wheaterappnodejs",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "wheaterappnodejs",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"requests": "^0.3.0"
}
},
"node_modules/axo": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/axo/-/axo-0.0.2.tgz",
"integrity": "sha1-STVfu+qzhEm8ppahqsxGml7p/Uc="
},
"node_modules/eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
},
"node_modules/extendible": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/extendible/-/extendible-0.1.1.tgz",
"integrity": "sha1-4qN+2HEp+0+VM+io11BiMKU5yQU="
},
"node_modules/failure": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/failure/-/failure-1.1.1.tgz",
"integrity": "sha1-qOg9OxYC0kaL/2rU2QceAQO4Goc="
},
"node_modules/hang": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/hang/-/hang-1.0.0.tgz",
"integrity": "sha1-ZwUIeYRENeAq4ECcT0VTxkOOHXE="
},
"node_modules/loads": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/loads/-/loads-0.0.4.tgz",
"integrity": "sha1-l/MBY5fnDd/0gLgexjjO6iKgqZw=",
"dependencies": {
"failure": "1.1.x",
"one-time": "0.0.x",
"xhr-response": "1.0.x",
"xhr-status": "1.0.x"
}
},
"node_modules/node-http-xhr": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/node-http-xhr/-/node-http-xhr-1.3.4.tgz",
"integrity": "sha512-0bA08/2RKWxw6pMkOVd3KP+0F5+ifQLMMTDxrCgxlgkoU1N8DhCbCSAYEqpgaVYM2smvbVVewiXjW+8AyoLfxQ=="
},
"node_modules/one-time": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/one-time/-/one-time-0.0.4.tgz",
"integrity": "sha1-+M33eISCb+Tf+T46nMN7HkSAdC4="
},
"node_modules/requests": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/requests/-/requests-0.3.0.tgz",
"integrity": "sha512-1B6nkiHjC1O1cSgFhEwkc+xd8vuj04h7xSmCg5yI8nmhCIKbPkX47od8erQ2pokBt5qxUO7dwP4jplXD6k6ISA==",
"dependencies": {
"axo": "0.0.x",
"eventemitter3": "~4.0.0",
"extendible": "0.1.x",
"hang": "1.0.x",
"loads": "0.0.x",
"node-http-xhr": "~1.3.0",
"xhr-send": "1.0.x"
}
},
"node_modules/xhr-response": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/xhr-response/-/xhr-response-1.0.1.tgz",
"integrity": "sha1-r/46CFRLpyGG5NxSzQImZx2Gc/4="
},
"node_modules/xhr-send": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/xhr-send/-/xhr-send-1.0.0.tgz",
"integrity": "sha1-GkDHPl2yAo7gj+kPXD1tx/eWqFQ="
},
"node_modules/xhr-status": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/xhr-status/-/xhr-status-1.0.1.tgz",
"integrity": "sha512-VF0WSqtmkf56OmF26LCWsWvRb1a+WYGdHDoQnPPCVUQTM8CVUAOBcUDsm7nP7SQcgEEdrvF4DmhEADuXdGieyw=="
}
},
"dependencies": {
"axo": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/axo/-/axo-0.0.2.tgz",
"integrity": "sha1-STVfu+qzhEm8ppahqsxGml7p/Uc="
},
"eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
},
"extendible": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/extendible/-/extendible-0.1.1.tgz",
"integrity": "sha1-4qN+2HEp+0+VM+io11BiMKU5yQU="
},
"failure": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/failure/-/failure-1.1.1.tgz",
"integrity": "sha1-qOg9OxYC0kaL/2rU2QceAQO4Goc="
},
"hang": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/hang/-/hang-1.0.0.tgz",
"integrity": "sha1-ZwUIeYRENeAq4ECcT0VTxkOOHXE="
},
"loads": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/loads/-/loads-0.0.4.tgz",
"integrity": "sha1-l/MBY5fnDd/0gLgexjjO6iKgqZw=",
"requires": {
"failure": "1.1.x",
"one-time": "0.0.x",
"xhr-response": "1.0.x",
"xhr-status": "1.0.x"
}
},
"node-http-xhr": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/node-http-xhr/-/node-http-xhr-1.3.4.tgz",
"integrity": "sha512-0bA08/2RKWxw6pMkOVd3KP+0F5+ifQLMMTDxrCgxlgkoU1N8DhCbCSAYEqpgaVYM2smvbVVewiXjW+8AyoLfxQ=="
},
"one-time": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/one-time/-/one-time-0.0.4.tgz",
"integrity": "sha1-+M33eISCb+Tf+T46nMN7HkSAdC4="
},
"requests": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/requests/-/requests-0.3.0.tgz",
"integrity": "sha512-1B6nkiHjC1O1cSgFhEwkc+xd8vuj04h7xSmCg5yI8nmhCIKbPkX47od8erQ2pokBt5qxUO7dwP4jplXD6k6ISA==",
"requires": {
"axo": "0.0.x",
"eventemitter3": "~4.0.0",
"extendible": "0.1.x",
"hang": "1.0.x",
"loads": "0.0.x",
"node-http-xhr": "~1.3.0",
"xhr-send": "1.0.x"
}
},
"xhr-response": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/xhr-response/-/xhr-response-1.0.1.tgz",
"integrity": "sha1-r/46CFRLpyGG5NxSzQImZx2Gc/4="
},
"xhr-send": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/xhr-send/-/xhr-send-1.0.0.tgz",
"integrity": "sha1-GkDHPl2yAo7gj+kPXD1tx/eWqFQ="
},
"xhr-status": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/xhr-status/-/xhr-status-1.0.1.tgz",
"integrity": "sha512-VF0WSqtmkf56OmF26LCWsWvRb1a+WYGdHDoQnPPCVUQTM8CVUAOBcUDsm7nP7SQcgEEdrvF4DmhEADuXdGieyw=="
}
}
}