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:
Dimitri Mitropoulos 2021-05-12 08:31:07 -04:00 committed by GitHub
parent d9677611f5
commit 78c4a18f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 34 additions and 19 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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": {

View File

@ -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",

View File

@ -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": {

View File

@ -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",

View File

@ -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",

View File

@ -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": {

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View 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",

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",