mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
makes all package.json author fields consistent (#3338)
* makes all package.json author fields consistent * adds Preston Alvarado as a contributor per review feedback.
This commit is contained in:
parent
d9677611f5
commit
78c4a18f0b
@ -2,6 +2,7 @@
|
||||
"name": "insomnia",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia is a cross-platform REST client, built on top of Electron.",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-components",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia UI component library",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/develop/packages/insomnia-components",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-cookies",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Cookie utilities",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-importers",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Various data importers for Insomnia",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/packages/insomnia-importers",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-prettify",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Prettification utilities for Insomnia",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "insomnia-send-request",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.2.35",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/send-request/index.d.ts",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia-smoke-test",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.2.35",
|
||||
"type": "module",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "insomnia-testing",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.2.35",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-url",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "URL Utilities",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-xpath",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Query XML using XPath",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "openapi-2-kong",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.2.35",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-base64",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia base64 template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-base64",
|
||||
|
@ -1,7 +1,13 @@
|
||||
{
|
||||
"name": "insomnia-plugin-cookie-jar",
|
||||
"version": "2.2.35",
|
||||
"author": "Preston Alvarado <pjalva1@hotmail.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Preston Alvarado",
|
||||
"email": "pjalva1@hotmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Insomnia cookie jar template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-cookie-jar",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-core-themes",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia core themes",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-core-themes",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-default-headers",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Various data importers for Insomnia",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-default-headers",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-file",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia file templte tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-file",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-hash",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia hash template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-hash",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-jsonpath",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Template tag to pull data from JSON strings",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-json-path",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "insomnia-plugin-kong-bundle",
|
||||
"version": "2.2.35",
|
||||
"main": "index.js",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"insomnia": {
|
||||
"name": "kong-bundle",
|
||||
"displayName": "Kong Plugin Bundle",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "insomnia-plugin-kong-declarative-config",
|
||||
"version": "2.2.35",
|
||||
"main": "index.js",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"insomnia": {
|
||||
"name": "kong-declarative-config",
|
||||
"description": "Generate Kong Declarative Config"
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "insomnia-plugin-kong-kubernetes-config",
|
||||
"version": "2.2.35",
|
||||
"main": "index.js",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"insomnia": {
|
||||
"name": "kong-kubernetes-config",
|
||||
"description": "Generate Kong For Kubernetes configuration"
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "insomnia-plugin-kong-portal",
|
||||
"version": "2.2.35",
|
||||
"main": "dist/index.js",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js --display errors-only",
|
||||
"watch": "webpack --config webpack.config.js --watch",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-now",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia now template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-now",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-os",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Template tag to get information about the OS",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-os",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-prompt",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia prompt template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-prompt",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-request",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia request template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-request",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-response",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia response template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-response",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "insomnia-plugin-uuid",
|
||||
"version": "2.2.35",
|
||||
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia uuid template tag",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-uuid",
|
||||
|
Loading…
Reference in New Issue
Block a user