Merge branch 'develop' into restore-github-actions
This commit is contained in:
commit
5a10bd3d4b
4 changed files with 404 additions and 1023 deletions
Binary file not shown.
|
|
@ -29,6 +29,7 @@
|
|||
"ext-xml": "*",
|
||||
"asika/simple-console": "^1.0",
|
||||
"bacon/bacon-qr-code": "^2.0.0",
|
||||
"bower-asset/base64": "^1.0",
|
||||
"divineomega/password_exposed": "^3",
|
||||
"enyo/dropzone": "^5.9",
|
||||
"ezyang/htmlpurifier": "^4.7",
|
||||
|
|
@ -46,6 +47,22 @@
|
|||
"minishlink/web-push": "^6.0",
|
||||
"mobiledetect/mobiledetectlib": "^3.74",
|
||||
"nikic/fast-route": "^1.3",
|
||||
"npm-asset/chart.js": "^2.8",
|
||||
"npm-asset/cropperjs": "1.2.2",
|
||||
"npm-asset/dompurify": "^1.0",
|
||||
"npm-asset/es-jquery-sortable": "^0.9.13",
|
||||
"npm-asset/fork-awesome": "^1.1",
|
||||
"npm-asset/fullcalendar": "^3.10",
|
||||
"npm-asset/imagesloaded": "4.1.4",
|
||||
"npm-asset/jgrowl": "^1.4",
|
||||
"npm-asset/jquery": "^2.0",
|
||||
"npm-asset/jquery-colorbox": "^1.6",
|
||||
"npm-asset/jquery-datetimepicker": "^2.5",
|
||||
"npm-asset/moment": "^2.24",
|
||||
"npm-asset/perfect-scrollbar": "0.6.16",
|
||||
"npm-asset/textcomplete": "^0.18.2",
|
||||
"npm-asset/typeahead.js": "^0.11.1",
|
||||
"oomphinc/composer-installers-extender": "^2.0",
|
||||
"paragonie/hidden-string": "^1.0",
|
||||
"patrickschur/language-detection": "^5.0.0",
|
||||
"pear/console_table": "^1.3",
|
||||
|
|
@ -58,24 +75,7 @@
|
|||
"seld/cli-prompt": "^1.0",
|
||||
"smarty/smarty": "^4",
|
||||
"ua-parser/uap-php": "^3.9",
|
||||
"xemlock/htmlpurifier-html5": "^0.1.11",
|
||||
"fxp/composer-asset-plugin": "^1.4",
|
||||
"bower-asset/base64": "^1.0",
|
||||
"bower-asset/chart-js": "^2.8",
|
||||
"bower-asset/dompurify": "^1.0",
|
||||
"bower-asset/fork-awesome": "^1.1",
|
||||
"npm-asset/cropperjs": "1.2.2",
|
||||
"npm-asset/es-jquery-sortable": "^0.9.13",
|
||||
"npm-asset/fullcalendar": "^3.10",
|
||||
"npm-asset/imagesloaded": "4.1.4",
|
||||
"npm-asset/jquery": "^2.0",
|
||||
"npm-asset/jquery-colorbox": "^1.6",
|
||||
"npm-asset/jquery-datetimepicker": "^2.5",
|
||||
"npm-asset/jgrowl": "^1.4",
|
||||
"npm-asset/moment": "^2.24",
|
||||
"npm-asset/perfect-scrollbar": "0.6.16",
|
||||
"npm-asset/textcomplete": "^0.18.2",
|
||||
"npm-asset/typeahead.js": "^0.11.1"
|
||||
"xemlock/htmlpurifier-html5": "^0.1.11"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-imagick": "For faster image processing",
|
||||
|
|
@ -87,13 +87,20 @@
|
|||
{
|
||||
"type": "vcs",
|
||||
"url": "https://git.friendi.ca/friendica/php-json-ld"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://asset-packagist.org"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Friendica\\": "src/",
|
||||
"Friendica\\Addon\\": "addon/"
|
||||
}
|
||||
"Friendica\\": "src/"
|
||||
},
|
||||
"classmap": ["addon/"],
|
||||
"exclude-from-classmap": [
|
||||
"addon/*/vendor/"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
|
|
@ -104,14 +111,23 @@
|
|||
"platform": {
|
||||
"php": "7.4"
|
||||
},
|
||||
"sort-packages": true,
|
||||
"autoloader-suffix": "Friendica",
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"fxp-asset": {
|
||||
"installer-paths": {
|
||||
"npm-asset-library": "view/asset",
|
||||
"bower-asset-library": "view/asset"
|
||||
}
|
||||
"allow-plugins": {
|
||||
"composer/installers": true,
|
||||
"oomphinc/composer-installers-extender": true,
|
||||
"php-http/discovery": false
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"installer-types": ["bower-asset", "npm-asset"],
|
||||
"installer-paths": {
|
||||
"view/asset/{$name}/": [
|
||||
"type:bower-asset",
|
||||
"type:npm-asset"
|
||||
]
|
||||
}
|
||||
},
|
||||
"archive": {
|
||||
|
|
|
|||
1357
composer.lock
generated
1357
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "356019e5d0c92aae938f5292dd0fd103",
|
||||
"content-hash": "4385276f5e7c27e2ceb7b16531dbc33a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asika/simple-console",
|
||||
|
|
@ -89,38 +89,6 @@
|
|||
"homepage": "https://github.com/Bacon/BaconQrCode",
|
||||
"time": "2022-12-07T17:46:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/Chart-js",
|
||||
"version": "v2.9.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chartjs/Chart.js.git",
|
||||
"reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/chartjs/Chart.js/zipball/9bd4cf82fda9f50a5fb50b72843e06ab88124278",
|
||||
"reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "bower-asset-library",
|
||||
"extra": {
|
||||
"bower-asset-main": "./dist/Chart.js",
|
||||
"bower-asset-ignore": [
|
||||
".github",
|
||||
".codeclimate.yml",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
".travis.yml",
|
||||
"scripts"
|
||||
]
|
||||
},
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "Simple HTML5 charts using the canvas element.",
|
||||
"time": "2020-10-19T12:22:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/base64",
|
||||
"version": "1.3.0",
|
||||
|
|
@ -132,114 +100,12 @@
|
|||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/22192690552ba07bf035f95a5d2d1a0e2f0ced46",
|
||||
"reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "bower-asset-library",
|
||||
"extra": {
|
||||
"bower-asset-main": "./base64.js",
|
||||
"bower-asset-ignore": [
|
||||
"**/.*",
|
||||
"Makefile",
|
||||
"coverage/",
|
||||
"scripts/",
|
||||
"test/"
|
||||
]
|
||||
"reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46"
|
||||
},
|
||||
"type": "bower-asset",
|
||||
"license": [
|
||||
"WTFPL"
|
||||
],
|
||||
"description": "Base64 encoding and decoding",
|
||||
"time": "2023-09-18T21:37:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/dompurify",
|
||||
"version": "1.0.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cure53/DOMPurify.git",
|
||||
"reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cure53/DOMPurify/zipball/3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
|
||||
"reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "bower-asset-library",
|
||||
"extra": {
|
||||
"bower-asset-main": "src/purify.js",
|
||||
"bower-asset-ignore": [
|
||||
"**/.*",
|
||||
"demos",
|
||||
"scripts",
|
||||
"test",
|
||||
"website"
|
||||
]
|
||||
},
|
||||
"license": [
|
||||
"MPL-2.0",
|
||||
"Apache-2.0"
|
||||
],
|
||||
"description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
|
||||
"keywords": [
|
||||
"cross site scripting",
|
||||
"dom",
|
||||
"filter",
|
||||
"html",
|
||||
"mathml",
|
||||
"sanitize",
|
||||
"sanitizer",
|
||||
"secure",
|
||||
"security",
|
||||
"svg",
|
||||
"xss"
|
||||
],
|
||||
"time": "2019-06-18T13:33:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/fork-awesome",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ForkAwesome/Fork-Awesome.git",
|
||||
"reference": "1e3849530d0266ece3a883649e1398414b92241d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ForkAwesome/Fork-Awesome/zipball/1e3849530d0266ece3a883649e1398414b92241d",
|
||||
"reference": "1e3849530d0266ece3a883649e1398414b92241d",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "bower-asset-library",
|
||||
"extra": {
|
||||
"bower-asset-main": [
|
||||
"less/fork-awesome.less",
|
||||
"scss/fork-awesome.scss"
|
||||
],
|
||||
"bower-asset-ignore": [
|
||||
"*/.*",
|
||||
"*.json",
|
||||
"src",
|
||||
"*.yml",
|
||||
"Gemfile",
|
||||
"Gemfile.lock",
|
||||
"*.md"
|
||||
]
|
||||
},
|
||||
"license": [
|
||||
"OFL-1.1",
|
||||
"MIT",
|
||||
"CC-BY-3.0"
|
||||
],
|
||||
"description": "Fork Awesome",
|
||||
"keywords": [
|
||||
"awesome",
|
||||
"font",
|
||||
"fork",
|
||||
"icon"
|
||||
],
|
||||
"time": "2021-08-26T18:46:39+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "brick/math",
|
||||
|
|
@ -368,6 +234,152 @@
|
|||
],
|
||||
"time": "2024-03-15T14:00:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/installers",
|
||||
"version": "v2.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/installers.git",
|
||||
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
||||
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0 || ^2.0",
|
||||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^1.10.27 || ^2.7",
|
||||
"composer/semver": "^1.7.2 || ^3.4.0",
|
||||
"phpstan/phpstan": "^1.11",
|
||||
"phpstan/phpstan-phpunit": "^1",
|
||||
"symfony/phpunit-bridge": "^7.1.1",
|
||||
"symfony/process": "^5 || ^6 || ^7"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Composer\\Installers\\Plugin",
|
||||
"branch-alias": {
|
||||
"dev-main": "2.x-dev"
|
||||
},
|
||||
"plugin-modifies-install-path": true
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Composer\\Installers\\": "src/Composer/Installers"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Kyle Robinson Young",
|
||||
"email": "kyle@dontkry.com",
|
||||
"homepage": "https://github.com/shama"
|
||||
}
|
||||
],
|
||||
"description": "A multi-framework Composer library installer",
|
||||
"homepage": "https://composer.github.io/installers/",
|
||||
"keywords": [
|
||||
"Dolibarr",
|
||||
"Eliasis",
|
||||
"Hurad",
|
||||
"ImageCMS",
|
||||
"Kanboard",
|
||||
"Lan Management System",
|
||||
"MODX Evo",
|
||||
"MantisBT",
|
||||
"Mautic",
|
||||
"Maya",
|
||||
"OXID",
|
||||
"Plentymarkets",
|
||||
"Porto",
|
||||
"RadPHP",
|
||||
"SMF",
|
||||
"Starbug",
|
||||
"Thelia",
|
||||
"Whmcs",
|
||||
"WolfCMS",
|
||||
"agl",
|
||||
"annotatecms",
|
||||
"attogram",
|
||||
"bitrix",
|
||||
"cakephp",
|
||||
"chef",
|
||||
"cockpit",
|
||||
"codeigniter",
|
||||
"concrete5",
|
||||
"concreteCMS",
|
||||
"croogo",
|
||||
"dokuwiki",
|
||||
"drupal",
|
||||
"eZ Platform",
|
||||
"elgg",
|
||||
"expressionengine",
|
||||
"fuelphp",
|
||||
"grav",
|
||||
"installer",
|
||||
"itop",
|
||||
"known",
|
||||
"kohana",
|
||||
"laravel",
|
||||
"lavalite",
|
||||
"lithium",
|
||||
"magento",
|
||||
"majima",
|
||||
"mako",
|
||||
"matomo",
|
||||
"mediawiki",
|
||||
"miaoxing",
|
||||
"modulework",
|
||||
"modx",
|
||||
"moodle",
|
||||
"osclass",
|
||||
"pantheon",
|
||||
"phpbb",
|
||||
"piwik",
|
||||
"ppi",
|
||||
"processwire",
|
||||
"puppet",
|
||||
"pxcms",
|
||||
"reindex",
|
||||
"roundcube",
|
||||
"shopware",
|
||||
"silverstripe",
|
||||
"sydes",
|
||||
"sylius",
|
||||
"tastyigniter",
|
||||
"wordpress",
|
||||
"yawik",
|
||||
"zend",
|
||||
"zikula"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/composer/installers/issues",
|
||||
"source": "https://github.com/composer/installers/tree/v2.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://packagist.com",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/composer",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-24T20:46:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dasprid/enum",
|
||||
"version": "1.0.5",
|
||||
|
|
@ -831,65 +843,6 @@
|
|||
],
|
||||
"time": "2023-07-09T14:00:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fxp/composer-asset-plugin",
|
||||
"version": "v1.4.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fxpio/composer-asset-plugin.git",
|
||||
"reference": "886ece037849d3935c5a34cdcd984e46f2de5fae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/886ece037849d3935c5a34cdcd984e46f2de5fae",
|
||||
"reference": "886ece037849d3935c5a34cdcd984e46f2de5fae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0",
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^1.6.0"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Fxp\\Composer\\AssetPlugin\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "François Pluchino",
|
||||
"email": "francois.pluchino@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "NPM/Bower Dependency Manager for Composer",
|
||||
"homepage": "https://github.com/fxpio/composer-asset-plugin",
|
||||
"keywords": [
|
||||
"asset",
|
||||
"bower",
|
||||
"composer",
|
||||
"dependency manager",
|
||||
"nodejs",
|
||||
"npm",
|
||||
"package"
|
||||
],
|
||||
"time": "2019-08-08T18:36:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "geekwright/po",
|
||||
"version": "v2.0.2",
|
||||
|
|
@ -1800,980 +1753,335 @@
|
|||
],
|
||||
"time": "2018-02-13T20:26:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/chart.js",
|
||||
"version": "2.9.4",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/chartjs-color": ">=2.1.0,<3.0.0",
|
||||
"npm-asset/moment": ">=2.10.2,<3.0.0"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/chartjs-color",
|
||||
"version": "2.4.1",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.4.1.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/chartjs-color-string": ">=0.6.0,<0.7.0",
|
||||
"npm-asset/color-convert": ">=1.9.3,<2.0.0"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/chartjs-color-string",
|
||||
"version": "0.6.0",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.6.0.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/color-name": ">=1.0.0,<2.0.0"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/color-convert",
|
||||
"version": "1.9.3",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/color-name": "1.1.3"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/color-name",
|
||||
"version": "1.1.3",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/cropperjs",
|
||||
"version": "1.2.2",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz",
|
||||
"shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55"
|
||||
},
|
||||
"require-dev": {
|
||||
"npm-asset/babel-core": ">=6.26.0,<7.0.0",
|
||||
"npm-asset/babel-plugin-external-helpers": ">=6.22.0,<7.0.0",
|
||||
"npm-asset/babel-preset-env": ">=1.6.1,<2.0.0",
|
||||
"npm-asset/cpy-cli": ">=1.0.1,<2.0.0",
|
||||
"npm-asset/cssnano": ">=3.10.0,<4.0.0",
|
||||
"npm-asset/del-cli": ">=1.1.0,<2.0.0",
|
||||
"npm-asset/eslint": ">=4.14.0,<5.0.0",
|
||||
"npm-asset/eslint-config-airbnb-base": ">=12.1.0,<13.0.0",
|
||||
"npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0",
|
||||
"npm-asset/node-qunit-phantomjs": ">=2.0.0,<3.0.0",
|
||||
"npm-asset/npm-run-all": ">=4.1.2,<5.0.0",
|
||||
"npm-asset/postcss-cli": ">=4.1.1,<5.0.0",
|
||||
"npm-asset/postcss-cssnext": ">=3.0.2,<4.0.0",
|
||||
"npm-asset/postcss-header": ">=1.0.0,<2.0.0",
|
||||
"npm-asset/postcss-url": ">=7.3.0,<8.0.0",
|
||||
"npm-asset/rollup": ">=0.53.3,<0.54.0",
|
||||
"npm-asset/rollup-plugin-babel": ">=3.0.3,<4.0.0",
|
||||
"npm-asset/rollup-watch": ">=4.3.1,<5.0.0",
|
||||
"npm-asset/stylefmt": ">=6.0.0,<7.0.0",
|
||||
"npm-asset/uglify-js": ">=3.3.4,<4.0.0"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/fengyuanchen/cropperjs/issues"
|
||||
},
|
||||
"npm-asset-files": [
|
||||
"src",
|
||||
"dist"
|
||||
],
|
||||
"npm-asset-main": "dist/cropper.common.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fengyuanchen/cropperjs.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"build": "npm run build:css && npm run build:js",
|
||||
"build:css": "postcss src/css/cropper.css -o dist/cropper.css --no-map",
|
||||
"build:js": "rollup -c",
|
||||
"clear": "del-cli dist",
|
||||
"compress": "npm run compress:css && npm run compress:js",
|
||||
"compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css --no-map",
|
||||
"compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/",
|
||||
"copy": "cpy dist/cropper.css docs/css",
|
||||
"lint": "eslint src/js --fix",
|
||||
"release": "npm run clear && npm run lint && npm run build && npm run compress && npm run copy && npm test",
|
||||
"start": "npm-run-all --parallel watch:*",
|
||||
"test": "node-qunit-phantomjs test/index.html --timeout 10",
|
||||
"watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w",
|
||||
"watch:js": "rollup -c -m -w"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Chen Fengyuan",
|
||||
"url": "http://chenfengyuan.com"
|
||||
}
|
||||
],
|
||||
"description": "JavaScript image cropper.",
|
||||
"homepage": "https://fengyuanchen.github.io/cropperjs",
|
||||
"keywords": [
|
||||
"crop",
|
||||
"cropper",
|
||||
"cropper.js",
|
||||
"cropperjs",
|
||||
"cropping",
|
||||
"css",
|
||||
"development",
|
||||
"front-end",
|
||||
"html",
|
||||
"image",
|
||||
"javascript",
|
||||
"move",
|
||||
"rotate",
|
||||
"scale",
|
||||
"web",
|
||||
"zoom"
|
||||
],
|
||||
"time": "2018-01-03T13:39:39+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/dompurify",
|
||||
"version": "1.0.11",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.11.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MPL-2.0 OR Apache-2.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/es-jquery-sortable",
|
||||
"version": "0.9.13-patch2",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz",
|
||||
"shasum": "a4db16d133fbce1bcd1543c98279902a6b0812a3"
|
||||
"url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/jquery": ">=2.1.2,<3.0.0"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/johnny/jquery-sortable/issues"
|
||||
},
|
||||
"npm-asset-main": "./source/js/jquery-sortable.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/johnny/jquery-sortable.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
}
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"BSD-3"
|
||||
],
|
||||
"authors": [
|
||||
""
|
||||
],
|
||||
"description": "jquery plugin for sortable, nestable lists",
|
||||
"homepage": "https://github.com/johnny/jquery-sortable",
|
||||
"keywords": [
|
||||
"drag",
|
||||
"dragging",
|
||||
"sort",
|
||||
"sortable",
|
||||
"sorting"
|
||||
],
|
||||
"time": "2019-11-20T03:55:51+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/ev-emitter",
|
||||
"version": "1.1.1",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz",
|
||||
"shasum": "8f18b0ce5c76a5d18017f71c0a795c65b9138f2a"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/metafizzy/ev-emitter/issues"
|
||||
},
|
||||
"npm-asset-main": "ev-emitter.js",
|
||||
"npm-asset-directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/metafizzy/ev-emitter.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"test": "mocha test/test"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "David DeSandro"
|
||||
}
|
||||
],
|
||||
"description": "lil' event emitter",
|
||||
"homepage": "https://github.com/metafizzy/ev-emitter#readme",
|
||||
"keywords": [
|
||||
"emitter",
|
||||
"event",
|
||||
"pubsub"
|
||||
],
|
||||
"time": "2017-07-06T13:46:38+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/eventemitter3",
|
||||
"version": "2.0.3",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz",
|
||||
"shasum": "b5e1079b59fb5e1ba2771c0a993be060a58c99ba"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/primus/eventemitter3/issues"
|
||||
},
|
||||
"npm-asset-main": "index.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/primus/eventemitter3.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
|
||||
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
|
||||
"test": "nyc --reporter=html --reporter=text mocha",
|
||||
"test-browser": "zuul -- test.js",
|
||||
"prepublish": "npm run build",
|
||||
"sync": "node versions.js"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arnout Kazemier"
|
||||
}
|
||||
],
|
||||
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
|
||||
"homepage": "https://github.com/primus/eventemitter3#readme",
|
||||
"keywords": [
|
||||
"EventEmitter",
|
||||
"EventEmitter2",
|
||||
"EventEmitter3",
|
||||
"Events",
|
||||
"addEventListener",
|
||||
"addListener",
|
||||
"emit",
|
||||
"emits",
|
||||
"emitter",
|
||||
"event",
|
||||
"once",
|
||||
"pub/sub",
|
||||
"publish",
|
||||
"reactor",
|
||||
"subscribe"
|
||||
],
|
||||
"time": "2017-03-31T14:51:09+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/fork-awesome",
|
||||
"version": "1.2.0",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/fork-awesome/-/fork-awesome-1.2.0.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"(OFL-1.1 AND MIT)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/fullcalendar",
|
||||
"version": "3.10.5",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz",
|
||||
"shasum": "57a3a64d7d744181582bb9e1be32d1846e1db53a"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://fullcalendar.io/wiki/Reporting-Bugs/"
|
||||
},
|
||||
"npm-asset-main": "dist/fullcalendar.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fullcalendar/fullcalendar.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"clean": "gulp clean",
|
||||
"dist": "npm run check-env && gulp dist",
|
||||
"lint": "gulp lint-and-example-repos",
|
||||
"test": "gulp test:single",
|
||||
"check-env": "check-node-version --node 11"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Adam Shaw",
|
||||
"email": "arshaw@arshaw.com",
|
||||
"url": "http://arshaw.com/"
|
||||
}
|
||||
],
|
||||
"description": "Full-sized drag & drop event calendar",
|
||||
"homepage": "https://fullcalendar.io/",
|
||||
"keywords": [
|
||||
"calendar",
|
||||
"event",
|
||||
"full-sized",
|
||||
"jquery-plugin"
|
||||
],
|
||||
"time": "2021-11-03T00:01:43+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/imagesloaded",
|
||||
"version": "4.1.4",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz",
|
||||
"shasum": "1376efcd162bb768c34c3727ac89cc04051f3cc7"
|
||||
"url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/ev-emitter": ">=1.0.0,<2.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"npm-asset/chalk": ">=1.1.1,<2.0.0",
|
||||
"npm-asset/cheerio": ">=0.19.0,<0.20.0",
|
||||
"npm-asset/gulp": ">=3.9.0,<4.0.0",
|
||||
"npm-asset/gulp-jshint": ">=1.11.2,<2.0.0",
|
||||
"npm-asset/gulp-json-lint": ">=0.1.0,<0.2.0",
|
||||
"npm-asset/gulp-rename": ">=1.2.2,<2.0.0",
|
||||
"npm-asset/gulp-replace": ">=0.5.4,<0.6.0",
|
||||
"npm-asset/gulp-requirejs-optimize": "dev-github:metafizzy/gulp-requirejs-optimize",
|
||||
"npm-asset/gulp-uglify": ">=1.4.2,<2.0.0",
|
||||
"npm-asset/gulp-util": ">=3.0.7,<4.0.0",
|
||||
"npm-asset/highlight.js": ">=8.9.1,<9.0.0",
|
||||
"npm-asset/marked": ">=0.3.5,<0.4.0",
|
||||
"npm-asset/minimist": ">=1.2.0,<2.0.0",
|
||||
"npm-asset/transfob": ">=1.0.0,<2.0.0"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/desandro/imagesloaded/issues"
|
||||
},
|
||||
"npm-asset-main": "imagesloaded.js",
|
||||
"npm-asset-directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/desandro/imagesloaded.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
}
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "David DeSandro"
|
||||
}
|
||||
],
|
||||
"description": "JavaScript is all like _You images done yet or what?_",
|
||||
"homepage": "https://github.com/desandro/imagesloaded",
|
||||
"keywords": [
|
||||
"dom",
|
||||
"images",
|
||||
"jquery-plugin",
|
||||
"loaded",
|
||||
"ui"
|
||||
],
|
||||
"time": "2018-01-02T16:56:03+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/jgrowl",
|
||||
"version": "1.4.9",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.9.tgz",
|
||||
"shasum": "f0259b74904f4cfc05ea1ad1188fe9b7b3384e2e"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/stanlemon/jGrowl/issues"
|
||||
},
|
||||
"npm-asset-main": "jquery.jgrowl.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/stanlemon/jGrowl.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"build": "grunt"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.9.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Stan Lemon",
|
||||
"email": "stosh1985@gmail.com",
|
||||
"url": "http://stanlemon.net"
|
||||
}
|
||||
],
|
||||
"description": "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet ",
|
||||
"homepage": "https://github.com/stanlemon/jGrowl#readme",
|
||||
"time": "2023-02-22T23:58:06+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/jquery",
|
||||
"version": "2.2.4",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
|
||||
"shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02"
|
||||
},
|
||||
"require-dev": {
|
||||
"npm-asset/commitplease": "2.0.0",
|
||||
"npm-asset/core-js": "0.9.17",
|
||||
"npm-asset/grunt": "0.4.5",
|
||||
"npm-asset/grunt-babel": "5.0.1",
|
||||
"npm-asset/grunt-cli": "0.1.13",
|
||||
"npm-asset/grunt-compare-size": "0.4.0",
|
||||
"npm-asset/grunt-contrib-jshint": "0.11.2",
|
||||
"npm-asset/grunt-contrib-uglify": "0.9.2",
|
||||
"npm-asset/grunt-contrib-watch": "0.6.1",
|
||||
"npm-asset/grunt-git-authors": "2.0.1",
|
||||
"npm-asset/grunt-jscs": "2.1.0",
|
||||
"npm-asset/grunt-jsonlint": "1.0.4",
|
||||
"npm-asset/grunt-npmcopy": "0.1.0",
|
||||
"npm-asset/gzip-js": "0.3.2",
|
||||
"npm-asset/jsdom": "5.6.1",
|
||||
"npm-asset/load-grunt-tasks": "1.0.0",
|
||||
"npm-asset/qunit-assert-step": "1.0.3",
|
||||
"npm-asset/qunitjs": "1.17.1",
|
||||
"npm-asset/requirejs": "2.1.17",
|
||||
"npm-asset/sinon": "1.10.3",
|
||||
"npm-asset/sizzle": "2.2.1",
|
||||
"npm-asset/strip-json-comments": "1.0.3",
|
||||
"npm-asset/testswarm": "1.1.0",
|
||||
"npm-asset/win-spawn": "2.0.0"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/jquery/jquery/issues"
|
||||
},
|
||||
"npm-asset-main": "dist/jquery.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jquery/jquery.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"build": "npm install && grunt",
|
||||
"start": "grunt watch",
|
||||
"test": "grunt && grunt test"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "jQuery Foundation and other contributors",
|
||||
"url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
|
||||
}
|
||||
],
|
||||
"description": "JavaScript library for DOM operations",
|
||||
"homepage": "http://jquery.com",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"javascript",
|
||||
"jquery",
|
||||
"library"
|
||||
],
|
||||
"time": "2016-05-20T17:26:07+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/jquery-colorbox",
|
||||
"version": "1.6.4",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
|
||||
"shasum": "799452523a6c494839224ef702e807deb9c06cc5"
|
||||
"url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/jquery": ">=1.3.2"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/jackmoore/colorbox/issues"
|
||||
},
|
||||
"npm-asset-main": "jquery.colorbox.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/jackmoore/colorbox.git"
|
||||
},
|
||||
"npm-asset-scripts": []
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jack Moore",
|
||||
"email": "hello@jacklmoore.com",
|
||||
"url": "http://www.jacklmoore.com"
|
||||
}
|
||||
],
|
||||
"description": "jQuery lightbox and modal window plugin.",
|
||||
"homepage": "http://www.jacklmoore.com/colorbox",
|
||||
"keywords": [
|
||||
"gallery",
|
||||
"jquery-plugin",
|
||||
"lightbox",
|
||||
"modal",
|
||||
"popup",
|
||||
"ui"
|
||||
],
|
||||
"time": "2016-05-10T22:22:39+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/jquery-datetimepicker",
|
||||
"version": "2.5.21",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz",
|
||||
"shasum": "00c388a78df2732fedfdb5c6529b6e84d53e0235"
|
||||
"url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/jquery": ">=1.7.2",
|
||||
"npm-asset/jquery-mousewheel": ">=3.1.13",
|
||||
"npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/xdan/datetimepicker/issues"
|
||||
},
|
||||
"npm-asset-main": "build/jquery.datetimepicker.full.min.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xdan/datetimepicker.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"test": "karma start --browsers Firefox karma.conf.js --single-run",
|
||||
"concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",
|
||||
"minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
|
||||
"minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
|
||||
"github": "git add --all && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
|
||||
"build": "npm run minify && npm run concat && npm run minifyconcat",
|
||||
"public": "npm run test && npm version patch --no-git-tag-version && npm run build && npm run github"
|
||||
}
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Chupurnov",
|
||||
"email": "chupurnov@gmail.com",
|
||||
"url": "https://xdsoft.net/"
|
||||
}
|
||||
],
|
||||
"description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
|
||||
"homepage": "https://github.com/xdan/datetimepicker",
|
||||
"keywords": [
|
||||
"calendar",
|
||||
"date",
|
||||
"datepicker",
|
||||
"datetime",
|
||||
"jquery-plugin",
|
||||
"time",
|
||||
"timepicker"
|
||||
],
|
||||
"time": "2019-02-23T11:25:30+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/jquery-mousewheel",
|
||||
"version": "3.1.13",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
|
||||
"shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5"
|
||||
"url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz"
|
||||
},
|
||||
"require-dev": {
|
||||
"npm-asset/grunt": "~0.4.1",
|
||||
"npm-asset/grunt-contrib-connect": "~0.5.0",
|
||||
"npm-asset/grunt-contrib-jshint": "~0.7.1",
|
||||
"npm-asset/grunt-contrib-uglify": "~0.2.7"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/jquery/jquery-mousewheel/issues"
|
||||
},
|
||||
"npm-asset-files": [
|
||||
"ChangeLog.md",
|
||||
"jquery.mousewheel.js",
|
||||
"README.md",
|
||||
"LICENSE.txt"
|
||||
],
|
||||
"npm-asset-main": "./jquery.mousewheel.js",
|
||||
"npm-asset-directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jquery/jquery-mousewheel.git"
|
||||
},
|
||||
"npm-asset-scripts": []
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "jQuery Foundation and other contributors",
|
||||
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
|
||||
}
|
||||
],
|
||||
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
|
||||
"homepage": "https://github.com/jquery/jquery-mousewheel",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"event",
|
||||
"jquery",
|
||||
"jquery-plugin",
|
||||
"mouse",
|
||||
"mousewheel",
|
||||
"wheel"
|
||||
],
|
||||
"time": "2015-07-15T18:05:23+00:00"
|
||||
"type": "npm-asset"
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/moment",
|
||||
"version": "2.30.1",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
|
||||
"shasum": "f8c91c07b7a786e30c59926df530b4eac96974ae"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/moment/moment/issues"
|
||||
},
|
||||
"npm-asset-main": "./moment.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/moment/moment.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
|
||||
"typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests",
|
||||
"test": "grunt test",
|
||||
"eslint": "eslint Gruntfile.js tasks src",
|
||||
"prettier-check": "prettier --check Gruntfile.js tasks src",
|
||||
"prettier-fmt": "prettier --write Gruntfile.js tasks src",
|
||||
"coverage": "nyc npm test && nyc report",
|
||||
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"npm-asset-engines": {
|
||||
"node": "*"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Iskren Ivov Chernev",
|
||||
"email": "iskren.chernev@gmail.com",
|
||||
"url": "https://github.com/ichernev"
|
||||
},
|
||||
{
|
||||
"name": "Tim Wood",
|
||||
"email": "washwithcare@gmail.com",
|
||||
"url": "http://timwoodcreates.com/"
|
||||
},
|
||||
{
|
||||
"name": "Rocky Meza",
|
||||
"url": "http://rockymeza.com"
|
||||
},
|
||||
{
|
||||
"name": "Matt Johnson",
|
||||
"email": "mj1856@hotmail.com",
|
||||
"url": "http://codeofmatt.com"
|
||||
},
|
||||
{
|
||||
"name": "Isaac Cambron",
|
||||
"email": "isaac@isaaccambron.com",
|
||||
"url": "http://isaaccambron.com"
|
||||
},
|
||||
{
|
||||
"name": "Andre Polykanine",
|
||||
"email": "andre@oire.org",
|
||||
"url": "https://github.com/oire"
|
||||
}
|
||||
],
|
||||
"description": "Parse, validate, manipulate, and display dates",
|
||||
"homepage": "https://momentjs.com",
|
||||
"keywords": [
|
||||
"date",
|
||||
"ender",
|
||||
"format",
|
||||
"i18n",
|
||||
"l10n",
|
||||
"moment",
|
||||
"parse",
|
||||
"time",
|
||||
"validate"
|
||||
],
|
||||
"time": "2023-12-27T10:38:43+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/perfect-scrollbar",
|
||||
"version": "0.6.16",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz",
|
||||
"shasum": "b1d61a5245cf3962bb9a8407a3fc669d923212fc"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/noraesae/perfect-scrollbar/issues"
|
||||
},
|
||||
"npm-asset-files": [
|
||||
"dist",
|
||||
"src",
|
||||
"index.js",
|
||||
"jquery.js",
|
||||
"perfect-scrollbar.d.ts"
|
||||
],
|
||||
"npm-asset-main": "./index.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/noraesae/perfect-scrollbar.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"test": "gulp",
|
||||
"before-deploy": "gulp && gulp compress",
|
||||
"release": "rm -rf dist && gulp && npm publish"
|
||||
},
|
||||
"npm-asset-engines": {
|
||||
"node": ">= 0.12.0"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hyunje Jun",
|
||||
"email": "me@noraesae.net"
|
||||
},
|
||||
{
|
||||
"name": "Hyunje Jun",
|
||||
"email": "me@noraesae.net"
|
||||
}
|
||||
],
|
||||
"description": "Minimalistic but perfect custom scrollbar plugin",
|
||||
"homepage": "https://github.com/noraesae/perfect-scrollbar#readme",
|
||||
"keywords": [
|
||||
"frontend",
|
||||
"jquery-plugin",
|
||||
"scroll",
|
||||
"scrollbar"
|
||||
],
|
||||
"time": "2017-01-10T01:03:05+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/php-date-formatter",
|
||||
"version": "v1.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kartik-v/php-date-formatter.git",
|
||||
"reference": "514a53660b0d69439236fd3cbc3f41512adb00a0"
|
||||
},
|
||||
"version": "1.3.6",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/kartik-v/php-date-formatter/zipball/514a53660b0d69439236fd3cbc3f41512adb00a0",
|
||||
"reference": "514a53660b0d69439236fd3cbc3f41512adb00a0",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/kartik-v/php-date-formatter/issues"
|
||||
},
|
||||
"npm-asset-main": "js/php-date-formatter.js",
|
||||
"npm-asset-directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kartik-v/php-date-formatter.git"
|
||||
}
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.6.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
"Kartik Visweswaran <kartikv2@gmail.com>"
|
||||
],
|
||||
"description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
|
||||
"homepage": "https://github.com/kartik-v/php-date-formatter",
|
||||
"time": "2020-04-14T10:16:32+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/textarea-caret",
|
||||
"version": "3.1.0",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz",
|
||||
"shasum": "5d5a35bb035fd06b2ff0e25d5359e97f2655087f"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/component/textarea-caret-position/issues"
|
||||
},
|
||||
"npm-asset-files": [
|
||||
"index.js"
|
||||
],
|
||||
"npm-asset-main": "index.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/component/textarea-caret-position.git"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "(x, y) coordinates of the caret in a textarea or input type='text'",
|
||||
"homepage": "https://github.com/component/textarea-caret-position#readme",
|
||||
"keywords": [
|
||||
"caret",
|
||||
"position",
|
||||
"textarea"
|
||||
],
|
||||
"time": "2018-02-20T06:11:03+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/textcomplete",
|
||||
"version": "0.18.2",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz",
|
||||
"shasum": "de0d806567102f7e32daffcbcc3db05af1515eb5"
|
||||
"url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/eventemitter3": ">=2.0.3,<3.0.0",
|
||||
"npm-asset/textarea-caret": ">=3.0.1,<4.0.0",
|
||||
"npm-asset/undate": ">=0.2.3,<0.3.0"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/yuku-t/textcomplete/issues"
|
||||
},
|
||||
"npm-asset-main": "lib/index.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/yuku-t/textcomplete.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"build": "yarn run clean && run-p build:*",
|
||||
"build:dist": "webpack && webpack --env=min && run-p print-dist-gz-size",
|
||||
"build:docs": "run-p build:docs:*",
|
||||
"build:docs:html": "webpack --config webpack.doc.config.js && pug -o docs src/doc/index.pug",
|
||||
"build:docs:md": "documentation build src/*.js -f md -o doc/api.md",
|
||||
"build:lib": "babel src -d lib -s && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
|
||||
"clean": "rm -fr dist docs lib",
|
||||
"format": "prettier --no-semi --trailing-comma all --write 'src/*.js' 'test/**/*.js'",
|
||||
"gh-release": "npm pack textcomplete && gh-release -a textcomplete-$(cat package.json|jq -r .version).tgz",
|
||||
"opener": "wait-on http://localhost:8082 && opener http://localhost:8082",
|
||||
"print-dist-gz-size": "printf 'dist/textcomplete.min.js.gz: %d bytes\\n' \"$(gzip -9kc dist/textcomplete.min.js | wc -c)\"",
|
||||
"start": "run-p watch opener",
|
||||
"test": "run-p test:*",
|
||||
"test:bundlesize": "yarn run build:dist && bundlesize",
|
||||
"test:e2e": "NODE_ENV=test karma start --single-run",
|
||||
"test:lint": "eslint src/*.js test/**/*.js",
|
||||
"test:typecheck": "flow check",
|
||||
"watch": "run-p watch:*",
|
||||
"watch:webpack": "webpack-dev-server --config webpack.doc.config.js",
|
||||
"watch:pug": "pug -o docs --watch src/doc/index.pug"
|
||||
}
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Yuku Takahashi"
|
||||
}
|
||||
],
|
||||
"description": "Autocomplete for textarea elements",
|
||||
"homepage": "https://github.com/yuku-t/textcomplete#readme",
|
||||
"time": "2020-06-10T06:11:00+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/typeahead.js",
|
||||
"version": "0.11.1",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz",
|
||||
"shasum": "4e64e671b22310a8606f4aec805924ba84b015b8"
|
||||
"url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz"
|
||||
},
|
||||
"require": {
|
||||
"npm-asset/jquery": ">=1.7"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/twitter/typeahead.js/issues"
|
||||
},
|
||||
"npm-asset-main": "dist/typeahead.bundle.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twitter/typeahead.js.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Twitter, Inc.",
|
||||
"url": "https://twitter.com/twitteross"
|
||||
},
|
||||
{
|
||||
"name": "Jake Harding",
|
||||
"url": "https://twitter.com/JakeHarding"
|
||||
},
|
||||
{
|
||||
"name": "Tim Trueman",
|
||||
"url": "https://twitter.com/timtrueman"
|
||||
},
|
||||
{
|
||||
"name": "Veljko Skarich",
|
||||
"url": "https://twitter.com/vskarich"
|
||||
}
|
||||
],
|
||||
"description": "fast and fully-featured autocomplete library",
|
||||
"homepage": "http://twitter.github.com/typeahead.js",
|
||||
"keywords": [
|
||||
"autocomplete",
|
||||
"typeahead"
|
||||
],
|
||||
"time": "2015-04-27T04:03:42+00:00"
|
||||
"type": "npm-asset"
|
||||
},
|
||||
{
|
||||
"name": "npm-asset/undate",
|
||||
"version": "0.2.4",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz",
|
||||
"shasum": "ccb2a8cf38edc035d1006fcb2909c4c6024a8400"
|
||||
},
|
||||
"type": "npm-asset-library",
|
||||
"extra": {
|
||||
"npm-asset-bugs": {
|
||||
"url": "https://github.com/yuku-t/undate/issues"
|
||||
},
|
||||
"npm-asset-main": "lib/index.js",
|
||||
"npm-asset-directories": [],
|
||||
"npm-asset-repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yuku-t/undate.git"
|
||||
},
|
||||
"npm-asset-scripts": {
|
||||
"build": "babel src -d lib && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
|
||||
"test": "run-p test:*",
|
||||
"test:eslint": "eslint src/*.js test/*.js",
|
||||
"test:flow": "flow check",
|
||||
"test:karma": "karma start --single-run"
|
||||
}
|
||||
"url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz"
|
||||
},
|
||||
"type": "npm-asset",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Yuku Takahashi"
|
||||
}
|
||||
],
|
||||
"description": "Undoable update for HTMLTextAreaElement",
|
||||
"homepage": "https://github.com/yuku-t/undate#readme",
|
||||
"keywords": [
|
||||
"textarea"
|
||||
],
|
||||
"time": "2018-01-24T10:49:39+00:00"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "nyholm/psr7",
|
||||
|
|
@ -2849,6 +2157,63 @@
|
|||
],
|
||||
"time": "2023-11-13T09:31:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "oomphinc/composer-installers-extender",
|
||||
"version": "2.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/oomphinc/composer-installers-extender.git",
|
||||
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
|
||||
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.1 || ^2.0",
|
||||
"composer/installers": "^1.0 || ^2.0",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^2.0",
|
||||
"phpunit/phpunit": "^7.2",
|
||||
"squizlabs/php_codesniffer": "^3.3"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "OomphInc\\ComposerInstallersExtender\\Plugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"OomphInc\\ComposerInstallersExtender\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Stephen Beemsterboer",
|
||||
"email": "stephen@oomphinc.com",
|
||||
"homepage": "https://github.com/balbuf"
|
||||
},
|
||||
{
|
||||
"name": "Nathan Dentzau",
|
||||
"email": "nate@oomphinc.com",
|
||||
"homepage": "http://oomph.is/ndentzau"
|
||||
}
|
||||
],
|
||||
"description": "Extend the composer/installers plugin to accept any arbitrary package type.",
|
||||
"homepage": "http://www.oomphinc.com/",
|
||||
"support": {
|
||||
"issues": "https://github.com/oomphinc/composer-installers-extender/issues",
|
||||
"source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
|
||||
},
|
||||
"time": "2021-12-15T12:32:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/certainty",
|
||||
"version": "v2.8.2",
|
||||
|
|
@ -6626,9 +5991,9 @@
|
|||
"ext-simplexml": "*",
|
||||
"ext-xml": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"platform-dev": {},
|
||||
"platform-overrides": {
|
||||
"php": "7.4"
|
||||
},
|
||||
"plugin-api-version": "1.1.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*}}
|
||||
<script src="{{$baseurl}}/view/asset/Chart-js/dist/Chart.min.js?v={{$VERSION}}"></script>
|
||||
<script src="{{$baseurl}}/view/asset/chart.js/dist/Chart.min.js?v={{$VERSION}}"></script>
|
||||
<div id="adminpage">
|
||||
<h1>{{$title}} - {{$page}}</h1>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue