added simple math and charts modules

This commit is contained in:
2024-12-10 23:53:23 +01:00
parent 62a5f3c97c
commit 688ff42752
196 changed files with 20285 additions and 8 deletions

View File

@@ -1,5 +1,54 @@
{
"packages": [
{
"name": "andileco/eval-math",
"version": "3.0.1",
"version_normalized": "3.0.1.0",
"source": {
"type": "git",
"url": "https://github.com/andileco/eval-math.git",
"reference": "52ff5728ad51961a630cc957328764cb02ab5c51"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/andileco/eval-math/zipball/52ff5728ad51961a630cc957328764cb02ab5c51",
"reference": "52ff5728ad51961a630cc957328764cb02ab5c51",
"shasum": ""
},
"require": {
"php": "^7 || ^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2",
"phpunit/phpunit": "^5"
},
"time": "2022-07-21T21:04:26+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Andileco\\Util\\EvalMath\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "EvalMath",
"keywords": [
"EvalMath"
],
"support": {
"issues": "https://github.com/andileco/eval-math/issues",
"source": "https://github.com/andileco/eval-math/tree/3.0.1"
},
"install-path": "../andileco/eval-math"
},
{
"name": "asm89/stack-cors",
"version": "v2.2.0",
@@ -1855,6 +1904,61 @@
},
"install-path": "../../web/modules/admin_toolbar"
},
{
"name": "drupal/charts",
"version": "5.1.1",
"version_normalized": "5.1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/charts.git",
"reference": "5.1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/charts-5.1.1.zip",
"reference": "5.1.1",
"shasum": "81529ec926462ddc62e9f9f78d47b036af566b6b"
},
"require": {
"drupal/core": "^10.3 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "5.1.1",
"datestamp": "1733170631",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"installation-source": "dist",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "andileco",
"homepage": "https://www.drupal.org/user/2054544"
},
{
"name": "nikathone",
"homepage": "https://www.drupal.org/user/2421800"
},
{
"name": "quicksketch",
"homepage": "https://www.drupal.org/user/35821"
}
],
"description": "A charting API for Drupal that provides chart elements and integration with Views.",
"homepage": "https://www.drupal.org/project/charts",
"support": {
"source": "https://git.drupalcode.org/project/charts"
},
"install-path": "../../web/modules/charts"
},
{
"name": "drupal/coder",
"version": "8.3.26",
@@ -4111,6 +4215,59 @@
},
"install-path": "../../web/modules/views_geojson"
},
{
"name": "drupal/views_simple_math_field",
"version": "3.0.2",
"version_normalized": "3.0.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_simple_math_field.git",
"reference": "3.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_simple_math_field-3.0.2.zip",
"reference": "3.0.2",
"shasum": "6620ee614bbaf68b9c26227e01c74299be47a6d8"
},
"require": {
"andileco/eval-math": "^3.0.1",
"drupal/core": "^8.7|^9.0 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.2",
"datestamp": "1719379402",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"installation-source": "dist",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "andileco",
"homepage": "https://www.drupal.org/user/2054544"
},
{
"name": "Beakerboy",
"homepage": "https://www.drupal.org/user/1700098"
}
],
"description": "Math operations over selected fields",
"homepage": "https://www.drupal.org/project/views_simple_math_field",
"support": {
"source": "http://cgit.drupalcode.org/views_simple_math_field",
"issues": "https://www.drupal.org/project/issues/views_simple_math_field"
},
"install-path": "../../web/modules/views_simple_math_field"
},
{
"name": "drush/drush",
"version": "12.5.3",