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-09-25 10:24:17 +00:00
|
|
|
"version": "8.0.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-07-04 20:55:47 +00:00
|
|
|
"@getinsomnia/node-libcurl": "2.3.6-18",
|
2023-07-11 15:25:28 +00:00
|
|
|
"@segment/analytics-node": "1.0.0",
|
2023-07-12 10:14:18 +00:00
|
|
|
"@stoplight/spectral-core": "^1.18.2",
|
|
|
|
"@stoplight/spectral-formats": "^1.5.0",
|
|
|
|
"@stoplight/spectral-rulesets": "^1.16.0",
|
|
|
|
"aws4": "^1.12.0",
|
2023-07-10 15:14:00 +00:00
|
|
|
"axios": "^1.4.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"clone": "^2.1.2",
|
|
|
|
"color": "^3.1.2",
|
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",
|
2023-07-12 10:14:18 +00:00
|
|
|
"html-entities": "^2.4.0",
|
2023-08-15 11:26:55 +00:00
|
|
|
"httpsnippet": "^2.0.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"isomorphic-git": "^1.5.0",
|
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",
|
2020-06-30 19:36:15 +00:00
|
|
|
"nedb": "^1.8.0",
|
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",
|
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",
|
2023-07-12 10:14:18 +00:00
|
|
|
"yaml": "^2.3.1"
|
2023-08-09 22:14:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {},
|
|
|
|
"description": ""
|
2020-06-30 19:36:15 +00:00
|
|
|
}
|