update dependency-managing
This commit is contained in:
parent
fe9c339144
commit
7df65428e5
@ -1,16 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "chrosey/gruener-salon-theme",
|
"name": "chrosey/gruener-salon-theme",
|
||||||
"type": "wordpress-theme",
|
"type": "wordpress-theme",
|
||||||
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
|
"description": "Hallo, ich bin das Wordpress-Theme für den Grünen Salon e.V.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"WordPress",
|
"WordPress",
|
||||||
"Themes"
|
"Themes"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/Automattic/_s",
|
"homepage": "https://chrosey.de",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "Contributors",
|
"name": "Contributors",
|
||||||
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
|
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
|
||||||
|
}, {
|
||||||
|
"name": "chrosey",
|
||||||
|
"homepage": "https://chrosey.de"
|
||||||
}],
|
}],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6"
|
"php": ">=5.6"
|
||||||
@ -25,9 +28,5 @@
|
|||||||
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
||||||
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
|
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
|
||||||
"make-pot": "wp i18n make-pot . languages/_s.pot"
|
"make-pot": "wp i18n make-pot . languages/_s.pot"
|
||||||
},
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/Automattic/_s/issues",
|
|
||||||
"source": "https://github.com/Automattic/_s"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
17566
Packages/gruener-salon/package-lock.json
generated
Normal file
17566
Packages/gruener-salon/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,46 +1,46 @@
|
|||||||
{
|
{
|
||||||
"name": "underscores",
|
"name": "gruener-salon-theme",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
|
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
|
||||||
"author": "Automattic Theme Team",
|
"author": "Automattic Theme Team",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"WordPress",
|
"WordPress",
|
||||||
"Theme"
|
"Theme"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/Automattic/_s#readme",
|
"homepage": "https://github.com/Automattic/_s#readme",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Automattic/_s.git"
|
"url": "git+https://github.com/Automattic/_s.git"
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/Automattic/_s/issues"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@wordpress/scripts": "^12.1.0",
|
|
||||||
"dir-archiver": "^1.1.1",
|
|
||||||
"node-sass": "^4.14.1",
|
|
||||||
"rtlcss": "^2.5.0"
|
|
||||||
},
|
|
||||||
"rtlcssConfig": {
|
|
||||||
"options": {
|
|
||||||
"autoRename": false,
|
|
||||||
"autoRenameStrict": false,
|
|
||||||
"blacklist": {},
|
|
||||||
"clean": true,
|
|
||||||
"greedy": false,
|
|
||||||
"processUrls": false,
|
|
||||||
"stringMap": []
|
|
||||||
},
|
},
|
||||||
"plugins": [],
|
"bugs": {
|
||||||
"map": false
|
"url": "https://github.com/Automattic/_s/issues"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"devDependencies": {
|
||||||
"watch": "node-sass sass/ -o ./ --source-map true --output-style expanded --indent-type tab --indent-width 1 -w",
|
"@wordpress/scripts": "^12.1.0",
|
||||||
"compile:css": "node-sass sass/ -o ./ && stylelint '*.css' --fix || true && stylelint '*.css' --fix",
|
"dir-archiver": "^1.1.1",
|
||||||
"compile:rtl": "rtlcss style.css style-rtl.css",
|
"node-sass": "^4.14.1",
|
||||||
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
|
"rtlcss": "^2.5.0"
|
||||||
"lint:js": "wp-scripts lint-js 'js/*.js'",
|
},
|
||||||
"bundle": "dir-archiver --src . --dest ../_s.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map"
|
"rtlcssConfig": {
|
||||||
}
|
"options": {
|
||||||
|
"autoRename": false,
|
||||||
|
"autoRenameStrict": false,
|
||||||
|
"blacklist": {},
|
||||||
|
"clean": true,
|
||||||
|
"greedy": false,
|
||||||
|
"processUrls": false,
|
||||||
|
"stringMap": []
|
||||||
|
},
|
||||||
|
"plugins": [],
|
||||||
|
"map": false
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"watch": "node-sass sass/ -o ./ --source-map true --output-style expanded --indent-type tab --indent-width 1 -w",
|
||||||
|
"compile:css": "node-sass sass/ -o ./ && stylelint '*.css' --fix || true && stylelint '*.css' --fix",
|
||||||
|
"compile:rtl": "rtlcss style.css style-rtl.css",
|
||||||
|
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
|
||||||
|
"lint:js": "wp-scripts lint-js 'js/*.js'",
|
||||||
|
"bundle": "dir-archiver --src . --dest ../gruener-salon-theme.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -43,7 +43,8 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"squizlabs/php_codesniffer": "^3.5.6",
|
"squizlabs/php_codesniffer": "^3.5.6",
|
||||||
"roave/security-advisories": "dev-master"
|
"roave/security-advisories": "dev-master",
|
||||||
|
"php-parallel-lint/php-parallel-lint": "^1.2.0"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
@ -66,6 +67,9 @@
|
|||||||
],
|
],
|
||||||
"test": [
|
"test": [
|
||||||
"phpcs"
|
"phpcs"
|
||||||
]
|
],
|
||||||
|
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
||||||
|
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
|
||||||
|
"make-pot": "wp i18n make-pot ./Packages/gruener-salon ./Packages/gruener-salon/languages/gruener-salon.pot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
82
composer.lock
generated
82
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "d7fb50e708ae5c90c2180add87b81672",
|
"content-hash": "bd7eda7fa2d138a1d6864032c793acfb",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "chrosey/gruener-salon-theme",
|
"name": "chrosey/gruener-salon-theme",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "Packages/gruener-salon",
|
"url": "Packages/gruener-salon",
|
||||||
"reference": "136ad3be44e14818fea7e5d5a40b839b0049b236"
|
"reference": "cdb4a55ecb2af3a611f22c65c67e15a60034b4f3"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6"
|
"php": ">=5.6"
|
||||||
@ -42,18 +42,18 @@
|
|||||||
{
|
{
|
||||||
"name": "Contributors",
|
"name": "Contributors",
|
||||||
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
|
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "chrosey",
|
||||||
|
"homepage": "https://chrosey.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
|
"description": "Hallo, ich bin das Wordpress-Theme für den Grünen Salon e.V.",
|
||||||
"homepage": "https://github.com/Automattic/_s",
|
"homepage": "https://chrosey.de",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Themes",
|
"Themes",
|
||||||
"WordPress"
|
"WordPress"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/Automattic/_s/issues",
|
|
||||||
"source": "https://github.com/Automattic/_s"
|
|
||||||
},
|
|
||||||
"transport-options": {
|
"transport-options": {
|
||||||
"relative": true
|
"relative": true
|
||||||
}
|
}
|
||||||
@ -729,18 +729,71 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
{
|
||||||
|
"name": "php-parallel-lint/php-parallel-lint",
|
||||||
|
"version": "v1.2.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
|
||||||
|
"reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/474f18bc6cc6aca61ca40bfab55139de614e51ca",
|
||||||
|
"reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
|
"php": ">=5.4.0"
|
||||||
|
},
|
||||||
|
"replace": {
|
||||||
|
"grogy/php-parallel-lint": "*",
|
||||||
|
"jakub-onderka/php-parallel-lint": "*"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"nette/tester": "^1.3 || ^2.0",
|
||||||
|
"php-parallel-lint/php-console-highlighter": "~0.3",
|
||||||
|
"squizlabs/php_codesniffer": "~3.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
|
||||||
|
},
|
||||||
|
"bin": [
|
||||||
|
"parallel-lint"
|
||||||
|
],
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"classmap": [
|
||||||
|
"./"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"BSD-2-Clause"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jakub Onderka",
|
||||||
|
"email": "ahoj@jakubonderka.cz"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
|
||||||
|
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
|
||||||
|
"time": "2020-04-04T12:18:32+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "roave/security-advisories",
|
"name": "roave/security-advisories",
|
||||||
"version": "dev-master",
|
"version": "dev-master",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "efe42531c4f320f794e8f7db82afdd32ac8b893e"
|
"reference": "425be18066a07ae07112a0aec85bf16f9cd02ed1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/efe42531c4f320f794e8f7db82afdd32ac8b893e",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/425be18066a07ae07112a0aec85bf16f9cd02ed1",
|
||||||
"reference": "efe42531c4f320f794e8f7db82afdd32ac8b893e",
|
"reference": "425be18066a07ae07112a0aec85bf16f9cd02ed1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
@ -774,6 +827,7 @@
|
|||||||
"contao/listing-bundle": ">=4,<4.4.8",
|
"contao/listing-bundle": ">=4,<4.4.8",
|
||||||
"datadog/dd-trace": ">=0.30,<0.30.2",
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
||||||
"david-garcia/phpwhois": "<=4.3.1",
|
"david-garcia/phpwhois": "<=4.3.1",
|
||||||
|
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
|
||||||
"doctrine/annotations": ">=1,<1.2.7",
|
"doctrine/annotations": ">=1,<1.2.7",
|
||||||
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
||||||
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
|
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
|
||||||
@ -795,11 +849,12 @@
|
|||||||
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
|
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
|
||||||
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
|
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
|
||||||
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
|
||||||
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
|
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
|
||||||
"ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
|
"ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
|
||||||
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
||||||
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
|
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
|
||||||
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
|
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
|
||||||
|
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
||||||
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
|
||||||
"ezyang/htmlpurifier": "<4.1.1",
|
"ezyang/htmlpurifier": "<4.1.1",
|
||||||
"firebase/php-jwt": "<2",
|
"firebase/php-jwt": "<2",
|
||||||
@ -857,6 +912,7 @@
|
|||||||
"paragonie/random_compat": "<2",
|
"paragonie/random_compat": "<2",
|
||||||
"paypal/merchant-sdk-php": "<3.12",
|
"paypal/merchant-sdk-php": "<3.12",
|
||||||
"pear/archive_tar": "<1.4.4",
|
"pear/archive_tar": "<1.4.4",
|
||||||
|
"personnummer/personnummer": "<3.0.2",
|
||||||
"phpfastcache/phpfastcache": ">=5,<5.0.13",
|
"phpfastcache/phpfastcache": ">=5,<5.0.13",
|
||||||
"phpmailer/phpmailer": "<6.1.6",
|
"phpmailer/phpmailer": "<6.1.6",
|
||||||
"phpmussel/phpmussel": ">=1,<1.6",
|
"phpmussel/phpmussel": ">=1,<1.6",
|
||||||
@ -1024,7 +1080,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-09-02T09:37:47+00:00"
|
"time": "2020-09-11T17:02:36+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "squizlabs/php_codesniffer",
|
"name": "squizlabs/php_codesniffer",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user