-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
40 lines (40 loc) · 1.52 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "insomnia-plugin-request-with-decode",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"insomnia-cookies": {
"version": "2.2.10",
"resolved": "https://registry.npmjs.org/insomnia-cookies/-/insomnia-cookies-2.2.10.tgz",
"integrity": "sha512-sDOpkcWBNI4LuJB3yAkBzEkDdLro6k5OzA5LsPqwAp+eO7xPz0v8u+/cn+4gqOpiZRB+wesc2QL3LPnFIm3X9g==",
"requires": {
"tough-cookie": "^2.3.3"
}
},
"insomnia-url": {
"version": "2.2.10",
"resolved": "https://registry.npmjs.org/insomnia-url/-/insomnia-url-2.2.10.tgz",
"integrity": "sha512-QWQ6rrlnRrPObWovRb0kYINQpW2rkfIqNvCH1hRTXc+vXMDTko+GTX9GnnEkfXWAo2DdIypTi0DbInLjwwyhbA=="
},
"psl": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
"integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
},
"punycode": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"tough-cookie": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
"integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
"requires": {
"psl": "^1.1.28",
"punycode": "^2.1.1"
}
}
}
}