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",
|
2024-06-04 15:03:04 +00:00
|
|
|
"version": "9.3.0-alpha.2",
|
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": {
|
2024-05-22 14:59:43 +00:00
|
|
|
"@getinsomnia/node-libcurl": "2.4.29-5",
|
2024-04-05 16:46:06 +00:00
|
|
|
"@segment/analytics-node": "2.1.0",
|
2024-01-29 12:49:40 +00:00
|
|
|
"@stoplight/spectral-core": "^1.18.3",
|
|
|
|
"@stoplight/spectral-formats": "^1.6.0",
|
|
|
|
"@stoplight/spectral-rulesets": "^1.18.1",
|
2023-07-12 10:14:18 +00:00
|
|
|
"aws4": "^1.12.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"clone": "^2.1.2",
|
2024-04-05 16:46:06 +00:00
|
|
|
"color": "^4.2.3",
|
2022-03-29 12:05:10 +00:00
|
|
|
"fuzzysort": "^1.2.1",
|
2024-04-04 12:48:56 +00:00
|
|
|
"hawk": "9.0.2",
|
2020-06-30 19:36:15 +00:00
|
|
|
"hkdf": "0.0.2",
|
2024-04-04 12:48:56 +00:00
|
|
|
"html-entities": "^2.5.2",
|
2023-08-15 11:26:55 +00:00
|
|
|
"httpsnippet": "^2.0.0",
|
2024-04-05 15:42:41 +00:00
|
|
|
"isomorphic-git": "^1.25.7",
|
2023-07-12 10:14:18 +00:00
|
|
|
"jshint": "^2.13.6",
|
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",
|
2023-07-12 10:14:18 +00:00
|
|
|
"marked": "^5.1.1",
|
2022-03-20 15:30:13 +00:00
|
|
|
"mime-types": "^2.1.35",
|
2022-03-23 13:03:07 +00:00
|
|
|
"multiparty": "^4.2.3",
|
2024-04-04 12:48:56 +00:00
|
|
|
"@seald-io/nedb": "^4.0.4",
|
2023-07-12 10:14:18 +00:00
|
|
|
"node-forge": "^1.3.1",
|
|
|
|
"nunjucks": "^3.2.4",
|
2020-06-30 19:36:15 +00:00
|
|
|
"oauth-1.0a": "^2.2.6",
|
2023-07-12 10:14:18 +00:00
|
|
|
"tough-cookie": "^4.1.3",
|
2024-04-05 15:22:10 +00:00
|
|
|
"uuid": "^9.0.1",
|
2024-04-04 12:48:56 +00:00
|
|
|
"yaml": "^1.6.0"
|
2023-08-09 22:14:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {},
|
|
|
|
"description": ""
|
2020-06-30 19:36:15 +00:00
|
|
|
}
|