-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
52 lines (52 loc) · 1.55 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
{
"name": "api-ai-botkit-facebook",
"version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"aguid": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/aguid/-/aguid-2.0.0.tgz",
"integrity": "sha1-ZLwmSHDe3w65xyvdtT5bMNMrwik=",
"requires": {
"uuid": "3.2.1"
}
},
"apiai": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/apiai/-/apiai-4.0.3.tgz",
"integrity": "sha1-LRqjutH9lBjeqtpQk2noTgEe+vg="
},
"co": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz",
"integrity": "sha1-TqVOpaCJOBUxheFSEMaNkJK8G3g="
},
"html-entities": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
"integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8="
},
"uuid": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
"integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA=="
},
"ware": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/ware/-/ware-1.3.0.tgz",
"integrity": "sha1-0bFPOdLiy0q4xAmPdW/ksWTkc9Q=",
"requires": {
"wrap-fn": "0.1.5"
}
},
"wrap-fn": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/wrap-fn/-/wrap-fn-0.1.5.tgz",
"integrity": "sha1-8htuQQFv9KfjFyDbxjoJAWvfmEU=",
"requires": {
"co": "3.1.0"
}
}
}
}