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

46 lines
1.2 KiB
JSON
Raw Normal View History

{
"private": true,
"name": "insomnia-send-request",
"license": "Apache-2.0",
2023-04-25 14:05:37 +00:00
"version": "3.14.0",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
"dependencies": {
"@getinsomnia/node-libcurl": "2.3.5-6",
"@stoplight/spectral-core": "^1.12.2",
"@stoplight/spectral-formats": "^1.2.0",
"@stoplight/spectral-rulesets": "^1.9.0",
"analytics-node": "^6.0.0",
"aws4": "^1.10.0",
"axios": "^0.21.2",
"clone": "^2.1.2",
"color": "^3.1.2",
"fs-extra": "^9.0.1",
"fuzzysort": "^1.2.1",
"hawk": "9.0.1",
"hkdf": "0.0.2",
"html-entities": "^1.3.1",
"httpsnippet": "^1.22.0",
2023-04-25 14:05:37 +00:00
"insomnia-testing": "^3.14.0",
"isomorphic-git": "^1.5.0",
"jshint": "^2.11.1",
"jsonlint-mod-fixed": "1.7.7",
"jsonpath-plus": "^6.0.1",
"marked": "^4.0.12",
"mime-types": "^2.1.35",
"mkdirp": "^1.0.4",
2022-03-23 13:03:07 +00:00
"multiparty": "^4.2.3",
"nedb": "^1.8.0",
2022-04-01 12:31:20 +00:00
"node-forge": "^1.3.0",
"nunjucks": "^3.2.1",
"oauth-1.0a": "^2.2.6",
2023-04-25 14:05:37 +00:00
"openapi-2-kong": "^3.14.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",
2022-03-17 12:56:11 +00:00
"uuid": "^8.3.2",
"yaml": "^1.10.0"
}
}