mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "insomnia-plugin-cookie-jar",
|
|
"version": "1.0.9",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"insomnia-cookies": {
|
|
"version": "0.0.5",
|
|
"resolved": "https://registry.npmjs.org/insomnia-cookies/-/insomnia-cookies-0.0.5.tgz",
|
|
"integrity": "sha512-2VzgPwIZRuhX2+bope6tL9UkR7Urz9Y6+1I8W54du/UT4fZI7pTbKuXmoJL2kW6c998Ijg0aDBlMR7jSjYwfPQ==",
|
|
"requires": {
|
|
"tough-cookie": "^2.3.3"
|
|
}
|
|
},
|
|
"psl": {
|
|
"version": "1.1.28",
|
|
"resolved": "https://registry.npmjs.org/psl/-/psl-1.1.28.tgz",
|
|
"integrity": "sha512-+AqO1Ae+N/4r7Rvchrdm432afjT9hqJRyBN3DQv9At0tPz4hIFSGKbq64fN9dVoCow4oggIIax5/iONx0r9hZw=="
|
|
},
|
|
"punycode": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
|
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
|
|
},
|
|
"tough-cookie": {
|
|
"version": "2.4.3",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
|
|
"integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
|
|
"requires": {
|
|
"psl": "^1.1.24",
|
|
"punycode": "^1.4.1"
|
|
}
|
|
}
|
|
}
|
|
}
|