insomnia/packages/insomnia-cookies/package-lock.json

20 lines
508 B
JSON
Raw Normal View History

{
2018-07-11 23:07:20 +00:00
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"punycode": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
},
"tough-cookie": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz",
"integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
"requires": {
2018-07-16 12:52:10 +00:00
"punycode": "1.4.1"
2018-07-11 23:07:20 +00:00
}
}
}
}