make author and maintainers field consistent accross packages

This commit is contained in:
Dieter Stinglhamber 2021-11-29 16:23:55 +01:00
parent 615715b2c1
commit cb7f44ea41
31 changed files with 126 additions and 88 deletions

View File

@ -10,13 +10,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi Solutions", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi Solutions", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -4,7 +4,18 @@
"private": true, "private": true,
"description": "Test utilities for the Strapi administration panel", "description": "Test utilities for the Strapi administration panel",
"license": "MIT", "license": "MIT",
"author": "Strapi Team", "author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -19,10 +19,17 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./index.js", "main": "./index.js",
"bin": { "bin": {
"create-strapi-app": "./index.js" "create-strapi-app": "./index.js"

View File

@ -19,10 +19,17 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./index.js", "main": "./index.js",
"bin": { "bin": {
"create-strapi-starter": "./index.js" "create-strapi-starter": "./index.js"

View File

@ -8,15 +8,15 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi", "name": "Strapi Solutions SAS",
"email": "", "email": "hi@strapi.io",
"url": "" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi", "name": "Strapi Solutions SAS",
"email": "", "email": "hi@strapi.io",
"url": "" "url": "https://strapi.io"
} }
], ],
"main": "index.js", "main": "index.js",

View File

@ -8,13 +8,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -8,13 +8,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -12,10 +12,17 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./lib/index.js", "main": "./lib/index.js",
"directories": { "directories": {
"lib": "./lib" "lib": "./lib"

View File

@ -8,13 +8,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -4,13 +4,13 @@
"description": "Helper for Strapi plugins development", "description": "Helper for Strapi plugins development",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -53,13 +53,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -4,13 +4,13 @@
"description": "Makes it easy to upload images and files to your Strapi Application.", "description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -16,13 +16,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -17,13 +17,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -16,13 +16,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -4,36 +4,15 @@
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "soupette", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
},
{
"name": "soupette",
"email": "cyril@strapi.io"
},
{
"name": "lauriejim",
"email": "jim@strapi.io"
}
],
"contributors": [
{
"name": "soupette"
},
{
"name": "Aurelsicoko",
"email": "aurelien@strapi.io"
},
{
"name": "lauriejim",
"email": "jim@strapi.io"
} }
], ],
"scripts": { "scripts": {

View File

@ -4,15 +4,15 @@
"description": "Adds GraphQL endpoint with default API methods.", "description": "Adds GraphQL endpoint with default API methods.",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "A Strapi developer", "name": "Strapi Solutions SAS",
"email": "", "email": "hi@strapi.io",
"url": "" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "A Strapi developer", "name": "Strapi Solutions SAS",
"email": "", "email": "hi@strapi.io",
"url": "" "url": "https://strapi.io"
} }
], ],
"scripts": { "scripts": {

View File

@ -4,15 +4,15 @@
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API", "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "A Strapi developer", "name": "Strapi Solutions SAS",
"email": "", "email": "hi@strapi.io",
"url": "" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "A Strapi developer", "name": "Strapi Solutions SAS",
"email": "", "email": "hi@strapi.io",
"url": "" "url": "https://strapi.io"
} }
], ],
"dependencies": { "dependencies": {

View File

@ -4,13 +4,13 @@
"description": "Send Strapi error events to Sentry", "description": "Send Strapi error events to Sentry",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -8,13 +8,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -23,7 +23,7 @@
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -17,13 +17,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -22,7 +22,7 @@
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -17,13 +17,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -16,13 +16,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -18,13 +18,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -17,13 +17,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Luca Perret", "name": "Strapi Solutions SAS",
"email": "perret.luca@gmail.com", "email": "hi@strapi.io",
"url": "https://github.com/lucaperret" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -16,13 +16,13 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
} }

View File

@ -4,7 +4,16 @@
"description": "Rackspace provider for strapi upload", "description": "Rackspace provider for strapi upload",
"keywords": [], "keywords": [],
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": "Pongstr Ordillo <https://github.com/pongstr>", "author": {
"name": "Pongstr Ordillo <https://github.com/pongstr>"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./lib", "main": "./lib",
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -5,7 +5,18 @@
"description": "Babel plugin to switch from CE to EE at runtime", "description": "Babel plugin to switch from CE to EE at runtime",
"repository": "git://github.com/strapi/strapi.git", "repository": "git://github.com/strapi/strapi.git",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": "Strapi Team", "author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {

View File

@ -12,10 +12,17 @@
}, },
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
"name": "Strapi team", "name": "Strapi Solutions SAS",
"email": "hi@strapi.io", "email": "hi@strapi.io",
"url": "https://strapi.io" "url": "https://strapi.io"
}, },
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./lib/index.js", "main": "./lib/index.js",
"directories": { "directories": {
"lib": "./lib" "lib": "./lib"