-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
28 lines (28 loc) · 942 Bytes
/
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
{
"name": "drop-phishing",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"dev-util": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/dev-util/-/dev-util-0.0.3.tgz",
"integrity": "sha1-mS2ynmsU3JxBiyPcK0lliiD43yo="
},
"faker": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/faker/-/faker-4.1.0.tgz",
"integrity": "sha1-HkW7vsxndLPBlfrSg1EJxtdIzD8="
},
"node-fetch": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
"integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
},
"strict-uri-encode": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
"integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY="
}
}
}