2020-06-30 19:36:15 +00:00
|
|
|
{
|
2022-10-27 15:55:30 +00:00
|
|
|
"private": true,
|
2020-06-30 19:36:15 +00:00
|
|
|
"name": "insomnia-send-request",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2023-07-03 16:51:07 +00:00
|
|
|
"version": "3.18.0-beta.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2020-06-30 19:36:15 +00:00
|
|
|
"main": "dist/index.js",
|
2021-05-12 06:35:00 +00:00
|
|
|
"types": "dist/send-request/index.d.ts",
|
2020-06-30 19:36:15 +00:00
|
|
|
"dependencies": {
|
2023-06-29 16:02:02 +00:00
|
|
|
"@getinsomnia/node-libcurl": "2.3.5-9",
|
2022-06-03 10:44:54 +00:00
|
|
|
"@stoplight/spectral-core": "^1.12.2",
|
|
|
|
"@stoplight/spectral-formats": "^1.2.0",
|
|
|
|
"@stoplight/spectral-rulesets": "^1.9.0",
|
2022-01-20 23:22:55 +00:00
|
|
|
"analytics-node": "^6.0.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"aws4": "^1.10.0",
|
2022-01-12 20:09:10 +00:00
|
|
|
"axios": "^0.21.2",
|
2020-06-30 19:36:15 +00:00
|
|
|
"clone": "^2.1.2",
|
|
|
|
"color": "^3.1.2",
|
|
|
|
"fs-extra": "^9.0.1",
|
2022-03-29 12:05:10 +00:00
|
|
|
"fuzzysort": "^1.2.1",
|
2022-06-23 14:10:00 +00:00
|
|
|
"hawk": "9.0.1",
|
2020-06-30 19:36:15 +00:00
|
|
|
"hkdf": "0.0.2",
|
|
|
|
"html-entities": "^1.3.1",
|
2020-08-20 04:17:52 +00:00
|
|
|
"httpsnippet": "^1.22.0",
|
2023-07-03 16:51:07 +00:00
|
|
|
"insomnia-testing": "^3.18.0-beta.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"isomorphic-git": "^1.5.0",
|
|
|
|
"jshint": "^2.11.1",
|
2022-03-07 13:10:35 +00:00
|
|
|
"jsonlint-mod-fixed": "1.7.7",
|
2021-10-06 22:01:43 +00:00
|
|
|
"jsonpath-plus": "^6.0.1",
|
2022-03-10 20:14:54 +00:00
|
|
|
"marked": "^4.0.12",
|
2022-03-20 15:30:13 +00:00
|
|
|
"mime-types": "^2.1.35",
|
2020-06-30 19:36:15 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
2022-03-23 13:03:07 +00:00
|
|
|
"multiparty": "^4.2.3",
|
2020-06-30 19:36:15 +00:00
|
|
|
"nedb": "^1.8.0",
|
2022-04-01 12:31:20 +00:00
|
|
|
"node-forge": "^1.3.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"nunjucks": "^3.2.1",
|
|
|
|
"oauth-1.0a": "^2.2.6",
|
2023-07-03 16:51:07 +00:00
|
|
|
"openapi-2-kong": "^3.18.0-beta.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"tough-cookie": "^4.0.0",
|
2021-12-01 19:25:13 +00:00
|
|
|
"ts-assert-unreachable": "^0.0.9",
|
2023-06-29 15:25:46 +00:00
|
|
|
"tslib": "2.0.1",
|
2020-06-30 19:36:15 +00:00
|
|
|
"url-join": "^4.0.1",
|
2022-03-17 12:56:11 +00:00
|
|
|
"uuid": "^8.3.2",
|
2020-06-30 19:36:15 +00:00
|
|
|
"yaml": "^1.10.0"
|
|
|
|
}
|
|
|
|
}
|