mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "insomnia-plugin-request",
|
|
"version": "1.0.3",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"insomnia-cookies": {
|
|
"version": "0.0.3",
|
|
"resolved": "https://registry.npmjs.org/insomnia-cookies/-/insomnia-cookies-0.0.3.tgz",
|
|
"integrity": "sha512-w15mXZd9aoYVxhtKgeZEfLREzn26Ggq1Y5CSazjcib/FQyyovd7O473/YVz9eQaQwgsUgOfmUAg2ofQTVIQ58A==",
|
|
"requires": {
|
|
"tough-cookie": "2.3.3"
|
|
}
|
|
},
|
|
"insomnia-url": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/insomnia-url/-/insomnia-url-0.1.1.tgz",
|
|
"integrity": "sha512-wkrtC4M/9m0Rwi04eDv/DxJvo8dPwbfdTxucfahK/bNGUza9h7JdVHWgJNviEiQ6u4y08ne13tT+SnqSbe7pDA=="
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|