-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
51 lines (51 loc) · 1.83 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
{
"name": "bulk-email-check",
"version": "1.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz",
"integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==",
"requires": {
"lodash": "^4.17.11"
}
},
"csvsync": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/csvsync/-/csvsync-1.1.0.tgz",
"integrity": "sha512-4CX9FxlHaqnOLOddK0AbcPNXc7D87kqDmT669fWp5bxhSmb0iV9oedlMUjS9Rj4SrycvQB+OU92oLqfWxnZB3g==",
"requires": {
"lodash.isstring": "^4.0.1"
}
},
"email-existence": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/email-existence/-/email-existence-0.1.6.tgz",
"integrity": "sha512-mg7vWBaddlMxBFpNMG4h5CZHdBBjcMkN2mFVwGxglRPdgnAD5ashVwhGbQudL2lrvElWyzpR1M61bsvUuzi8Pg==",
"requires": {
"async": "^2.0.0-rc.6"
}
},
"email-permutator": {
"version": "github:rishankjhavar/email-permutator#2614a60fa71b366e99d2ee6b48fcdc958d38efb1",
"from": "github:rishankjhavar/email-permutator"
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
},
"lodash.isstring": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
"integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE="
}
}
}