-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
83 lines (83 loc) · 2.91 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
{
"name": "weather_app_nodejs",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"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=="
}
}
}