insomnia/packages/insomnia-send-request/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "insomnia-send-request",
"license": "Apache-2.0",
2021-12-08 21:19:11 +00:00
"version": "2.4.1",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
"dependencies": {
"@hapi/hawk": "^8.0.0",
"@stoplight/spectral": "^5.9.0",
2021-02-26 19:57:19 +00:00
"analytics-node": "^4.0.1",
"aws4": "^1.10.0",
2021-02-16 15:45:21 +00:00
"axios": "^0.21.1",
"clone": "^2.1.2",
"color": "^3.1.2",
"fs-extra": "^9.0.1",
"fuzzysort": "^1.1.4",
"hkdf": "0.0.2",
"html-entities": "^1.3.1",
"httpsnippet": "^1.22.0",
2021-12-08 21:19:11 +00:00
"insomnia-common": "2.4.1",
"insomnia-config": "2.4.1",
"insomnia-importers": "2.4.1",
"insomnia-testing": "2.4.1",
"isomorphic-git": "^1.5.0",
"jshint": "^2.11.1",
"jsonlint": "^1.6.3",
"jsonpath-plus": "^6.0.1",
"marked": "^1.1.0",
"mime-types": "^2.1.27",
"mkdirp": "^1.0.4",
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^0.10.0",
2021-06-07 16:15:59 +00:00
"node-libcurl": "2.3.3",
"nunjucks": "^3.2.1",
"oauth-1.0a": "^2.2.6",
2021-12-08 21:19:11 +00:00
"openapi-2-kong": "2.4.1",
"ramda": "^0.27.1",
"ramda-adjunct": "^2.33.0",
"tough-cookie": "^4.0.0",
2021-12-01 19:25:13 +00:00
"ts-assert-unreachable": "^0.0.9",
"url-join": "^4.0.1",
"uuid": "^8.2.0",
"whatwg-fetch": "^3.1.0",
"yaml": "^1.10.0"
}
}