mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
1f05683fad
* bump node, electron, libcurl * bump electron-builder * stub performance, because inso imports react * bump @types/node * match up builder versions * Disable consent prompts for oidc server * bump electron and libcurl to latest * waitForCookies for oauth tests * Bump NodeJS to 16.13.0 * removes node 14 hack for BufferEncoding * Replace oidc-provider html interaction pages with a simple html form * make document cookie wait explicit Co-authored-by: David Marby <david@dmarby.se>
32 lines
788 B
JSON
32 lines
788 B
JSON
{
|
|
"name": "insomnia-plugin-now",
|
|
"version": "2.5.1",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "insomnia-plugin-now",
|
|
"version": "2.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.21.0"
|
|
}
|
|
},
|
|
"node_modules/moment": {
|
|
"version": "2.21.0",
|
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz",
|
|
"integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"moment": {
|
|
"version": "2.21.0",
|
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz",
|
|
"integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ=="
|
|
}
|
|
}
|
|
}
|