add package-lock.json

This commit is contained in:
jkhsjdhjs 2019-11-29 01:55:47 +01:00
parent 58f6c9af6a
commit 4d45de85d0
Signed by: jkhsjdhjs
GPG Key ID: BAC6ADBAB7D576CC

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "flumm-fetch-cookies",
"version": "1.3.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"flumm-fetch": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/flumm-fetch/-/flumm-fetch-1.0.0.tgz",
"integrity": "sha512-EiNhNfDO0NqRBjoZYX2TNJOQcRhqJaXRL6VxD/uW2v1jhvykMOrUy7LAEoFfq1m2PxdXIYui1aakI9F+4s5tsg=="
}
}
}