forked from YassienW/kik-node-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
85 lines (85 loc) · 3.19 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
{
"name": "kik-node-api",
"version": "0.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"big-integer": {
"version": "1.6.40",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.40.tgz",
"integrity": "sha512-CjhtJp0BViLzP1ZkEnoywjgtFQXS2pomKjAJtIISTCnuHILkLcAXLdFLG/nxsHc4s9kJfc+82Xpg8WNyhfACzQ=="
},
"binascii": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/binascii/-/binascii-0.0.2.tgz",
"integrity": "sha1-p/iogB28z4sXVrdD2qD+6eLZ4O4="
},
"crypto-js": {
"version": "3.1.9-1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.9-1.tgz",
"integrity": "sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg="
},
"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"
}
},
"growl": {
"version": "1.10.5",
"resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz",
"integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA=="
},
"hex2dec": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/hex2dec/-/hex2dec-1.1.1.tgz",
"integrity": "sha512-E1nK1KCHaX9NvY3wkCMpZxj3oGokO5fgjcKUBaOgSkkvNogm8ngb8isKtzlxnLT37/JXLODVYXz9ti99Bxz8gg=="
},
"htmlparser": {
"version": "1.7.7",
"resolved": "https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.7.tgz",
"integrity": "sha1-GeezmX/2+6yZrlp9J2ZInv5+LQ4="
},
"jssoup": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/jssoup/-/jssoup-0.0.10.tgz",
"integrity": "sha512-t7V4AX16R3NZKFgBdNT4BsrFome790p3Ado1cqWJ+gr9yNAoR50cw68EH7e5kaxqMGucjXjBvYwP1fY/RpKplQ==",
"requires": {
"debug": "^2.6.9",
"growl": "^1.10.5",
"htmlparser": "^1.7.7",
"lodash": "^4.17.5"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"sax": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"uuid": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
},
"xml-js": {
"version": "1.6.8",
"resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.8.tgz",
"integrity": "sha512-kUv/geyN80d+s1T68uBfjoz+PjNUjwwf5AWWRwKRqqQaGozpMVsFsKYnenPsxlbN/VL7f0ia8NfLLPCDwX+95Q==",
"requires": {
"sax": "^1.2.4"
}
}
}
}