mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
22 lines
568 B
JSON
22 lines
568 B
JSON
{
|
|
"name": "insomnia-cookies",
|
|
"version": "2.3.0-beta.2",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"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": {
|
|
"punycode": "^1.4.1"
|
|
}
|
|
}
|
|
}
|
|
}
|