insomnia/packages/insomnia-send-request/package.json
Jack Kavanagh 8db34fd7ce
Bump/security (#6139)
* xmldom and protobuf

* bumps

* lock files

* bumps

* remove mkdirp

* fix test

* fix test

* set yaml version

* github flake

* send request bumps

* remove fs-extra

* lockfiles

* update playwright

* fix plugin install

* remove console logs

* fix fetch

* suppress fetch errors

* add typings to insomnia fetch

* remove console logs
2023-07-12 12:14:18 +02:00

44 lines
1.2 KiB
JSON

{
"private": true,
"name": "insomnia-send-request",
"license": "Apache-2.0",
"version": "3.19.0-beta.0",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
"dependencies": {
"@getinsomnia/node-libcurl": "2.3.6-18",
"@segment/analytics-node": "1.0.0",
"@stoplight/spectral-core": "^1.18.2",
"@stoplight/spectral-formats": "^1.5.0",
"@stoplight/spectral-rulesets": "^1.16.0",
"aws4": "^1.12.0",
"axios": "^1.4.0",
"clone": "^2.1.2",
"color": "^3.1.2",
"fuzzysort": "^1.2.1",
"hawk": "9.0.1",
"hkdf": "0.0.2",
"html-entities": "^2.4.0",
"httpsnippet": "^1.22.0",
"insomnia-testing": "^3.19.0-beta.0",
"isomorphic-git": "^1.5.0",
"jshint": "^2.13.6",
"jsonlint-mod-fixed": "1.7.7",
"jsonpath-plus": "^6.0.1",
"marked": "^5.1.1",
"mime-types": "^2.1.35",
"multiparty": "^4.2.3",
"nedb": "^1.8.0",
"node-forge": "^1.3.1",
"nunjucks": "^3.2.4",
"oauth-1.0a": "^2.2.6",
"openapi-2-kong": "^3.19.0-beta.0",
"tough-cookie": "^4.1.3",
"tslib": "2.0.1",
"url-join": "^4.0.1",
"uuid": "^8.3.2",
"yaml": "^2.3.1"
}
}