mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
45861b6393
* Hacked insomnia lib package to get Insomnia's networking in tests * Some small tweaks * Got it mostly working * Tweak * Fix * Fix pkg * Fix some things * Add comment * Comment out log * Some tweaks after doing a self code review * Fix test * Update app name for `insomnia-send-request` * Update package-lock * Update package-locks * Fix tests * Add gitignore * Fix tests hopefully * Fix accidental dep deletions * Fix tests again * Mock for all tests * Update tests again * Don't compile for Electron for tests * Update release scripts to disable tests
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-send-request",
|
|
"version": "2.2.10",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"@stoplight/spectral": "^5.4.0",
|
|
"aws4": "^1.10.0",
|
|
"axios": "^0.19.2",
|
|
"clone": "^2.1.2",
|
|
"color": "^3.1.2",
|
|
"deep-equal": "^2.0.3",
|
|
"electron-context-menu": "^2.0.1",
|
|
"electron-updater": "^4.3.1",
|
|
"font-manager": "^0.3.1",
|
|
"fs-extra": "^9.0.1",
|
|
"fuzzysort": "^1.1.4",
|
|
"hawk": "^7.0.10",
|
|
"hkdf": "0.0.2",
|
|
"html-entities": "^1.3.1",
|
|
"httpsnippet": "^1.20.0",
|
|
"iconv-lite": "^0.6.1",
|
|
"insomnia-importers": "^2.2.10",
|
|
"insomnia-testing": "^2.2.10",
|
|
"isomorphic-git": "^1.5.0",
|
|
"jshint": "^2.11.1",
|
|
"jsonlint": "^1.6.3",
|
|
"jsonpath": "^1.0.2",
|
|
"marked": "^1.1.0",
|
|
"mime-types": "^2.1.27",
|
|
"mkdirp": "^1.0.4",
|
|
"multiparty": "^4.2.1",
|
|
"nedb": "^1.8.0",
|
|
"node-forge": "^0.9.1",
|
|
"node-libcurl": "^2.1.3",
|
|
"nunjucks": "^3.2.1",
|
|
"oauth-1.0a": "^2.2.6",
|
|
"openapi-2-kong": "^2.2.10",
|
|
"papaparse": "^5.2.0",
|
|
"tough-cookie": "^4.0.0",
|
|
"url-join": "^4.0.1",
|
|
"uuid": "^8.2.0",
|
|
"whatwg-fetch": "^3.1.0",
|
|
"yaml": "^1.10.0"
|
|
}
|
|
}
|