Subversion Repositories oidplus

Rev

Rev 981 | Rev 1021 | Go to most recent revision | View as "text/json" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. {
  2.     "packages": [
  3.         {
  4.             "name": "components/jquery",
  5.             "version": "3.6.0",
  6.             "version_normalized": "3.6.0.0",
  7.             "source": {
  8.                 "type": "git",
  9.                 "url": "https://github.com/components/jquery.git",
  10.                 "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3"
  11.             },
  12.             "dist": {
  13.                 "type": "zip",
  14.                 "url": "https://api.github.com/repos/components/jquery/zipball/6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
  15.                 "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
  16.                 "shasum": ""
  17.             },
  18.             "time": "2021-03-20T19:13:42+00:00",
  19.             "type": "component",
  20.             "extra": {
  21.                 "component": {
  22.                     "scripts": [
  23.                         "jquery.js"
  24.                     ],
  25.                     "files": [
  26.                         "jquery.min.js",
  27.                         "jquery.min.map",
  28.                         "jquery.slim.js",
  29.                         "jquery.slim.min.js",
  30.                         "jquery.slim.min.map"
  31.                     ]
  32.                 }
  33.             },
  34.             "installation-source": "dist",
  35.             "notification-url": "https://packagist.org/downloads/",
  36.             "license": [
  37.                 "MIT"
  38.             ],
  39.             "authors": [
  40.                 {
  41.                     "name": "JS Foundation and other contributors"
  42.                 }
  43.             ],
  44.             "description": "jQuery JavaScript Library",
  45.             "homepage": "http://jquery.com",
  46.             "support": {
  47.                 "forum": "http://forum.jquery.com",
  48.                 "irc": "irc://irc.freenode.org/jquery",
  49.                 "issues": "https://github.com/jquery/jquery/issues",
  50.                 "source": "https://github.com/jquery/jquery",
  51.                 "wiki": "http://docs.jquery.com/"
  52.             },
  53.             "install-path": "../components/jquery"
  54.         },
  55.         {
  56.             "name": "components/jqueryui",
  57.             "version": "1.12.1",
  58.             "version_normalized": "1.12.1.0",
  59.             "source": {
  60.                 "type": "git",
  61.                 "url": "https://github.com/components/jqueryui.git",
  62.                 "reference": "44ecf3794cc56b65954cc19737234a3119d036cc"
  63.             },
  64.             "dist": {
  65.                 "type": "zip",
  66.                 "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc",
  67.                 "reference": "44ecf3794cc56b65954cc19737234a3119d036cc",
  68.                 "shasum": ""
  69.             },
  70.             "require": {
  71.                 "components/jquery": ">=1.6"
  72.             },
  73.             "time": "2016-09-16T05:47:55+00:00",
  74.             "type": "component",
  75.             "extra": {
  76.                 "component": {
  77.                     "name": "jquery-ui",
  78.                     "scripts": [
  79.                         "jquery-ui.js"
  80.                     ],
  81.                     "files": [
  82.                         "ui/**",
  83.                         "themes/**",
  84.                         "jquery-ui.min.js"
  85.                     ],
  86.                     "shim": {
  87.                         "deps": [
  88.                             "jquery"
  89.                         ],
  90.                         "exports": "jQuery"
  91.                     }
  92.                 }
  93.             },
  94.             "installation-source": "dist",
  95.             "notification-url": "https://packagist.org/downloads/",
  96.             "license": [
  97.                 "MIT"
  98.             ],
  99.             "authors": [
  100.                 {
  101.                     "name": "jQuery UI Team",
  102.                     "homepage": "http://jqueryui.com/about"
  103.                 },
  104.                 {
  105.                     "name": "Joern Zaefferer",
  106.                     "email": "joern.zaefferer@gmail.com",
  107.                     "homepage": "http://bassistance.de"
  108.                 },
  109.                 {
  110.                     "name": "Scott Gonzalez",
  111.                     "email": "scott.gonzalez@gmail.com",
  112.                     "homepage": "http://scottgonzalez.com"
  113.                 },
  114.                 {
  115.                     "name": "Kris Borchers",
  116.                     "email": "kris.borchers@gmail.com",
  117.                     "homepage": "http://krisborchers.com"
  118.                 },
  119.                 {
  120.                     "name": "Mike Sherov",
  121.                     "email": "mike.sherov@gmail.com",
  122.                     "homepage": "http://mike.sherov.com"
  123.                 },
  124.                 {
  125.                     "name": "TJ VanToll",
  126.                     "email": "tj.vantoll@gmail.com",
  127.                     "homepage": "http://tjvantoll.com"
  128.                 },
  129.                 {
  130.                     "name": "Corey Frang",
  131.                     "email": "gnarf37@gmail.com",
  132.                     "homepage": "http://gnarf.net"
  133.                 },
  134.                 {
  135.                     "name": "Felix Nagel",
  136.                     "email": "info@felixnagel.com",
  137.                     "homepage": "http://www.felixnagel.com"
  138.                 }
  139.             ],
  140.             "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
  141.             "support": {
  142.                 "issues": "https://github.com/components/jqueryui/issues",
  143.                 "source": "https://github.com/components/jqueryui/tree/master"
  144.             },
  145.             "install-path": "../components/jqueryui"
  146.         },
  147.         {
  148.             "name": "danielmarschall/fileformats",
  149.             "version": "dev-master",
  150.             "version_normalized": "dev-master",
  151.             "source": {
  152.                 "type": "git",
  153.                 "url": "https://github.com/danielmarschall/fileformats.git",
  154.                 "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee"
  155.             },
  156.             "dist": {
  157.                 "type": "zip",
  158.                 "url": "https://api.github.com/repos/danielmarschall/fileformats/zipball/880e97b497710dc14ee8f38b4e48250ce49202ee",
  159.                 "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee",
  160.                 "shasum": ""
  161.             },
  162.             "require": {
  163.                 "php": ">=7.0"
  164.             },
  165.             "time": "2022-01-09T15:19:14+00:00",
  166.             "default-branch": true,
  167.             "type": "library",
  168.             "installation-source": "dist",
  169.             "notification-url": "https://packagist.org/downloads/",
  170.             "license": [
  171.                 "Apache-2.0"
  172.             ],
  173.             "authors": [
  174.                 {
  175.                     "name": "Daniel Marschall",
  176.                     "email": "info@daniel-marschall.de",
  177.                     "homepage": "https://www.daniel-marschall.de/"
  178.                 }
  179.             ],
  180.             "description": "File format detection in PHP",
  181.             "homepage": "https://www.viathinksoft.com/projects/fileformats",
  182.             "support": {
  183.                 "issues": "https://github.com/danielmarschall/fileformats/issues",
  184.                 "source": "https://github.com/danielmarschall/fileformats/tree/master"
  185.             },
  186.             "install-path": "../danielmarschall/fileformats"
  187.         },
  188.         {
  189.             "name": "danielmarschall/oidconverter",
  190.             "version": "dev-master",
  191.             "version_normalized": "dev-master",
  192.             "source": {
  193.                 "type": "git",
  194.                 "url": "https://github.com/danielmarschall/oidconverter.git",
  195.                 "reference": "75088ebe78675e6a6ecb3842c7ce6177f8476fbb"
  196.             },
  197.             "dist": {
  198.                 "type": "zip",
  199.                 "url": "https://api.github.com/repos/danielmarschall/oidconverter/zipball/75088ebe78675e6a6ecb3842c7ce6177f8476fbb",
  200.                 "reference": "75088ebe78675e6a6ecb3842c7ce6177f8476fbb",
  201.                 "shasum": ""
  202.             },
  203.             "require": {
  204.                 "php": ">=7.0"
  205.             },
  206.             "time": "2022-09-18T14:33:29+00:00",
  207.             "default-branch": true,
  208.             "type": "library",
  209.             "installation-source": "dist",
  210.             "notification-url": "https://packagist.org/downloads/",
  211.             "license": [
  212.                 "Apache-2.0"
  213.             ],
  214.             "authors": [
  215.                 {
  216.                     "name": "Daniel Marschall",
  217.                     "email": "info@daniel-marschall.de",
  218.                     "homepage": "https://www.daniel-marschall.de/"
  219.                 }
  220.             ],
  221.             "description": "OID/DER converter",
  222.             "homepage": "https://www.viathinksoft.com/projects/oidconverter",
  223.             "support": {
  224.                 "issues": "https://github.com/danielmarschall/oidconverter/issues",
  225.                 "source": "https://github.com/danielmarschall/oidconverter/tree/master"
  226.             },
  227.             "install-path": "../danielmarschall/oidconverter"
  228.         },
  229.         {
  230.             "name": "danielmarschall/php_utils",
  231.             "version": "dev-master",
  232.             "version_normalized": "dev-master",
  233.             "source": {
  234.                 "type": "git",
  235.                 "url": "https://github.com/danielmarschall/php_utils.git",
  236.                 "reference": "ecd0bc377d8348cec61dd5d11431d68178ca43b3"
  237.             },
  238.             "dist": {
  239.                 "type": "zip",
  240.                 "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/ecd0bc377d8348cec61dd5d11431d68178ca43b3",
  241.                 "reference": "ecd0bc377d8348cec61dd5d11431d68178ca43b3",
  242.                 "shasum": ""
  243.             },
  244.             "require": {
  245.                 "php": ">=7.0"
  246.             },
  247.             "time": "2022-09-22T14:38:59+00:00",
  248.             "default-branch": true,
  249.             "type": "library",
  250.             "installation-source": "dist",
  251.             "notification-url": "https://packagist.org/downloads/",
  252.             "license": [
  253.                 "Apache-2.0"
  254.             ],
  255.             "authors": [
  256.                 {
  257.                     "name": "Daniel Marschall",
  258.                     "email": "info@daniel-marschall.de",
  259.                     "homepage": "https://www.daniel-marschall.de/"
  260.                 }
  261.             ],
  262.             "description": "PHP functions",
  263.             "homepage": "https://www.viathinksoft.com/projects/php_utils",
  264.             "support": {
  265.                 "issues": "https://github.com/danielmarschall/php_utils/issues",
  266.                 "source": "https://github.com/danielmarschall/php_utils/tree/master"
  267.             },
  268.             "install-path": "../danielmarschall/php_utils"
  269.         },
  270.         {
  271.             "name": "danielmarschall/uuid_mac_utils",
  272.             "version": "dev-master",
  273.             "version_normalized": "dev-master",
  274.             "source": {
  275.                 "type": "git",
  276.                 "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
  277.                 "reference": "d0edce10196d6cef8f8e1c23c346d408abde1704"
  278.             },
  279.             "dist": {
  280.                 "type": "zip",
  281.                 "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/d0edce10196d6cef8f8e1c23c346d408abde1704",
  282.                 "reference": "d0edce10196d6cef8f8e1c23c346d408abde1704",
  283.                 "shasum": ""
  284.             },
  285.             "require": {
  286.                 "php": ">=7.0"
  287.             },
  288.             "time": "2022-10-06T11:48:47+00:00",
  289.             "default-branch": true,
  290.             "type": "library",
  291.             "installation-source": "dist",
  292.             "notification-url": "https://packagist.org/downloads/",
  293.             "license": [
  294.                 "Apache-2.0"
  295.             ],
  296.             "authors": [
  297.                 {
  298.                     "name": "Daniel Marschall",
  299.                     "email": "info@daniel-marschall.de",
  300.                     "homepage": "https://www.daniel-marschall.de/"
  301.                 }
  302.             ],
  303.             "description": "UUID & MAC Utils for PHP",
  304.             "homepage": "https://www.viathinksoft.com/projects/uuid_mac_utils",
  305.             "support": {
  306.                 "issues": "https://github.com/danielmarschall/uuid_mac_utils/issues",
  307.                 "source": "https://github.com/danielmarschall/uuid_mac_utils/tree/master"
  308.             },
  309.             "install-path": "../danielmarschall/uuid_mac_utils"
  310.         },
  311.         {
  312.             "name": "danielmarschall/vnag",
  313.             "version": "dev-master",
  314.             "version_normalized": "dev-master",
  315.             "source": {
  316.                 "type": "git",
  317.                 "url": "https://github.com/danielmarschall/vnag.git",
  318.                 "reference": "85fb29d887bcfd6e251029d73cb12caaa28e4ec2"
  319.             },
  320.             "dist": {
  321.                 "type": "zip",
  322.                 "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/85fb29d887bcfd6e251029d73cb12caaa28e4ec2",
  323.                 "reference": "85fb29d887bcfd6e251029d73cb12caaa28e4ec2",
  324.                 "shasum": ""
  325.             },
  326.             "require": {
  327.                 "php": ">=7.0"
  328.             },
  329.             "time": "2022-09-12T12:33:50+00:00",
  330.             "default-branch": true,
  331.             "type": "library",
  332.             "installation-source": "dist",
  333.             "notification-url": "https://packagist.org/downloads/",
  334.             "license": [
  335.                 "Apache-2.0"
  336.             ],
  337.             "authors": [
  338.                 {
  339.                     "name": "Daniel Marschall",
  340.                     "email": "info@daniel-marschall.de",
  341.                     "homepage": "https://www.daniel-marschall.de/"
  342.                 }
  343.             ],
  344.             "description": "VNag - Framework for developing Nagios plugins with PHP",
  345.             "homepage": "https://www.viathinksoft.com/projects/vnag",
  346.             "support": {
  347.                 "issues": "https://github.com/danielmarschall/vnag/issues",
  348.                 "source": "https://github.com/danielmarschall/vnag/tree/master"
  349.             },
  350.             "install-path": "../danielmarschall/vnag"
  351.         },
  352.         {
  353.             "name": "dcodeio/bcrypt.js",
  354.             "version": "master",
  355.             "version_normalized": "dev-master",
  356.             "source": {
  357.                 "type": "git",
  358.                 "url": "https://github.com/dcodeIO/bcrypt.js",
  359.                 "reference": "master"
  360.             },
  361.             "type": "library",
  362.             "installation-source": "source",
  363.             "license": [
  364.                 "BSD-3-Clause",
  365.                 "MIT"
  366.             ],
  367.             "install-path": "../dcodeio/bcrypt.js"
  368.         },
  369.         {
  370.             "name": "emn178/js-sha3",
  371.             "version": "master",
  372.             "version_normalized": "dev-master",
  373.             "source": {
  374.                 "type": "git",
  375.                 "url": "https://github.com/emn178/js-sha3",
  376.                 "reference": "master"
  377.             },
  378.             "type": "library",
  379.             "installation-source": "source",
  380.             "license": [
  381.                 "MIT"
  382.             ],
  383.             "install-path": "../emn178/js-sha3"
  384.         },
  385.         {
  386.             "name": "firebase/php-jwt",
  387.             "version": "v5.5.1",
  388.             "version_normalized": "5.5.1.0",
  389.             "source": {
  390.                 "type": "git",
  391.                 "url": "https://github.com/firebase/php-jwt.git",
  392.                 "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
  393.             },
  394.             "dist": {
  395.                 "type": "zip",
  396.                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
  397.                 "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
  398.                 "shasum": ""
  399.             },
  400.             "require": {
  401.                 "php": ">=5.3.0"
  402.             },
  403.             "require-dev": {
  404.                 "phpunit/phpunit": ">=4.8 <=9"
  405.             },
  406.             "suggest": {
  407.                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  408.             },
  409.             "time": "2021-11-08T20:18:51+00:00",
  410.             "type": "library",
  411.             "installation-source": "dist",
  412.             "autoload": {
  413.                 "psr-4": {
  414.                     "Firebase\\JWT\\": "src"
  415.                 }
  416.             },
  417.             "notification-url": "https://packagist.org/downloads/",
  418.             "license": [
  419.                 "BSD-3-Clause"
  420.             ],
  421.             "authors": [
  422.                 {
  423.                     "name": "Neuman Vong",
  424.                     "email": "neuman+pear@twilio.com",
  425.                     "role": "Developer"
  426.                 },
  427.                 {
  428.                     "name": "Anant Narayanan",
  429.                     "email": "anant@php.net",
  430.                     "role": "Developer"
  431.                 }
  432.             ],
  433.             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  434.             "homepage": "https://github.com/firebase/php-jwt",
  435.             "keywords": [
  436.                 "jwt",
  437.                 "php"
  438.             ],
  439.             "support": {
  440.                 "issues": "https://github.com/firebase/php-jwt/issues",
  441.                 "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
  442.             },
  443.             "install-path": "../firebase/php-jwt"
  444.         },
  445.         {
  446.             "name": "gedmarc/layout",
  447.             "version": "master",
  448.             "version_normalized": "dev-master",
  449.             "source": {
  450.                 "type": "git",
  451.                 "url": "https://github.com/GedMarc/layout",
  452.                 "reference": "master"
  453.             },
  454.             "type": "library",
  455.             "installation-source": "source",
  456.             "license": [
  457.                 "GPL-3.0-or-later",
  458.                 "MIT"
  459.             ],
  460.             "install-path": "../gedmarc/layout"
  461.         },
  462.         {
  463.             "name": "matthiasmullie/minify",
  464.             "version": "1.3.69",
  465.             "version_normalized": "1.3.69.0",
  466.             "source": {
  467.                 "type": "git",
  468.                 "url": "https://github.com/matthiasmullie/minify.git",
  469.                 "reference": "a61c949cccd086808063611ef9698eabe42ef22f"
  470.             },
  471.             "dist": {
  472.                 "type": "zip",
  473.                 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/a61c949cccd086808063611ef9698eabe42ef22f",
  474.                 "reference": "a61c949cccd086808063611ef9698eabe42ef22f",
  475.                 "shasum": ""
  476.             },
  477.             "require": {
  478.                 "ext-pcre": "*",
  479.                 "matthiasmullie/path-converter": "~1.1",
  480.                 "php": ">=5.3.0"
  481.             },
  482.             "require-dev": {
  483.                 "friendsofphp/php-cs-fixer": "~2.0",
  484.                 "matthiasmullie/scrapbook": "dev-master",
  485.                 "phpunit/phpunit": ">=4.8"
  486.             },
  487.             "suggest": {
  488.                 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  489.             },
  490.             "time": "2022-08-01T09:00:18+00:00",
  491.             "bin": [
  492.                 "bin/minifycss",
  493.                 "bin/minifyjs"
  494.             ],
  495.             "type": "library",
  496.             "installation-source": "dist",
  497.             "autoload": {
  498.                 "psr-4": {
  499.                     "MatthiasMullie\\Minify\\": "src/"
  500.                 }
  501.             },
  502.             "notification-url": "https://packagist.org/downloads/",
  503.             "license": [
  504.                 "MIT"
  505.             ],
  506.             "authors": [
  507.                 {
  508.                     "name": "Matthias Mullie",
  509.                     "email": "minify@mullie.eu",
  510.                     "homepage": "http://www.mullie.eu",
  511.                     "role": "Developer"
  512.                 }
  513.             ],
  514.             "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
  515.             "homepage": "http://www.minifier.org",
  516.             "keywords": [
  517.                 "JS",
  518.                 "css",
  519.                 "javascript",
  520.                 "minifier",
  521.                 "minify"
  522.             ],
  523.             "support": {
  524.                 "issues": "https://github.com/matthiasmullie/minify/issues",
  525.                 "source": "https://github.com/matthiasmullie/minify/tree/1.3.69"
  526.             },
  527.             "funding": [
  528.                 {
  529.                     "url": "https://github.com/matthiasmullie",
  530.                     "type": "github"
  531.                 }
  532.             ],
  533.             "install-path": "../matthiasmullie/minify"
  534.         },
  535.         {
  536.             "name": "matthiasmullie/path-converter",
  537.             "version": "1.1.3",
  538.             "version_normalized": "1.1.3.0",
  539.             "source": {
  540.                 "type": "git",
  541.                 "url": "https://github.com/matthiasmullie/path-converter.git",
  542.                 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
  543.             },
  544.             "dist": {
  545.                 "type": "zip",
  546.                 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  547.                 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  548.                 "shasum": ""
  549.             },
  550.             "require": {
  551.                 "ext-pcre": "*",
  552.                 "php": ">=5.3.0"
  553.             },
  554.             "require-dev": {
  555.                 "phpunit/phpunit": "~4.8"
  556.             },
  557.             "time": "2019-02-05T23:41:09+00:00",
  558.             "type": "library",
  559.             "installation-source": "dist",
  560.             "autoload": {
  561.                 "psr-4": {
  562.                     "MatthiasMullie\\PathConverter\\": "src/"
  563.                 }
  564.             },
  565.             "notification-url": "https://packagist.org/downloads/",
  566.             "license": [
  567.                 "MIT"
  568.             ],
  569.             "authors": [
  570.                 {
  571.                     "name": "Matthias Mullie",
  572.                     "email": "pathconverter@mullie.eu",
  573.                     "homepage": "http://www.mullie.eu",
  574.                     "role": "Developer"
  575.                 }
  576.             ],
  577.             "description": "Relative path converter",
  578.             "homepage": "http://github.com/matthiasmullie/path-converter",
  579.             "keywords": [
  580.                 "converter",
  581.                 "path",
  582.                 "paths",
  583.                 "relative"
  584.             ],
  585.             "support": {
  586.                 "issues": "https://github.com/matthiasmullie/path-converter/issues",
  587.                 "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
  588.             },
  589.             "install-path": "../matthiasmullie/path-converter"
  590.         },
  591.         {
  592.             "name": "n-other/php-sha3",
  593.             "version": "dev-master",
  594.             "version_normalized": "dev-master",
  595.             "source": {
  596.                 "type": "git",
  597.                 "url": "https://github.com/n-other/php-sha3.git",
  598.                 "reference": "54ee3b90986e88286d333319e6340b90bde4f71a"
  599.             },
  600.             "dist": {
  601.                 "type": "zip",
  602.                 "url": "https://api.github.com/repos/n-other/php-sha3/zipball/54ee3b90986e88286d333319e6340b90bde4f71a",
  603.                 "reference": "54ee3b90986e88286d333319e6340b90bde4f71a",
  604.                 "shasum": ""
  605.             },
  606.             "require": {
  607.                 "php": ">=5.4.0"
  608.             },
  609.             "require-dev": {
  610.                 "phpunit/phpunit": "^4.8",
  611.                 "satooshi/php-coveralls": "dev-master"
  612.             },
  613.             "time": "2018-07-13T13:11:34+00:00",
  614.             "default-branch": true,
  615.             "type": "library",
  616.             "installation-source": "dist",
  617.             "autoload": {
  618.                 "psr-4": {
  619.                     "bb\\Sha3\\": "src"
  620.                 }
  621.             },
  622.             "notification-url": "https://packagist.org/downloads/",
  623.             "license": [
  624.                 "MIT"
  625.             ],
  626.             "authors": [
  627.                 {
  628.                     "name": "Bruno Bierbaumer",
  629.                     "homepage": "https://github.com/0xbb/php-sha3"
  630.                 }
  631.             ],
  632.             "description": "Pure PHP implementation of SHA-3",
  633.             "keywords": [
  634.                 "sha-3",
  635.                 "sha3",
  636.                 "shake"
  637.             ],
  638.             "support": {
  639.                 "source": "https://github.com/n-other/php-sha3/tree/master"
  640.             },
  641.             "install-path": "../n-other/php-sha3"
  642.         },
  643.         {
  644.             "name": "paragonie/constant_time_encoding",
  645.             "version": "v2.6.3",
  646.             "version_normalized": "2.6.3.0",
  647.             "source": {
  648.                 "type": "git",
  649.                 "url": "https://github.com/paragonie/constant_time_encoding.git",
  650.                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
  651.             },
  652.             "dist": {
  653.                 "type": "zip",
  654.                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
  655.                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
  656.                 "shasum": ""
  657.             },
  658.             "require": {
  659.                 "php": "^7|^8"
  660.             },
  661.             "require-dev": {
  662.                 "phpunit/phpunit": "^6|^7|^8|^9",
  663.                 "vimeo/psalm": "^1|^2|^3|^4"
  664.             },
  665.             "time": "2022-06-14T06:56:20+00:00",
  666.             "type": "library",
  667.             "installation-source": "dist",
  668.             "autoload": {
  669.                 "psr-4": {
  670.                     "ParagonIE\\ConstantTime\\": "src/"
  671.                 }
  672.             },
  673.             "notification-url": "https://packagist.org/downloads/",
  674.             "license": [
  675.                 "MIT"
  676.             ],
  677.             "authors": [
  678.                 {
  679.                     "name": "Paragon Initiative Enterprises",
  680.                     "email": "security@paragonie.com",
  681.                     "homepage": "https://paragonie.com",
  682.                     "role": "Maintainer"
  683.                 },
  684.                 {
  685.                     "name": "Steve 'Sc00bz' Thomas",
  686.                     "email": "steve@tobtu.com",
  687.                     "homepage": "https://www.tobtu.com",
  688.                     "role": "Original Developer"
  689.                 }
  690.             ],
  691.             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  692.             "keywords": [
  693.                 "base16",
  694.                 "base32",
  695.                 "base32_decode",
  696.                 "base32_encode",
  697.                 "base64",
  698.                 "base64_decode",
  699.                 "base64_encode",
  700.                 "bin2hex",
  701.                 "encoding",
  702.                 "hex",
  703.                 "hex2bin",
  704.                 "rfc4648"
  705.             ],
  706.             "support": {
  707.                 "email": "info@paragonie.com",
  708.                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  709.                 "source": "https://github.com/paragonie/constant_time_encoding"
  710.             },
  711.             "install-path": "../paragonie/constant_time_encoding"
  712.         },
  713.         {
  714.             "name": "paragonie/random_compat",
  715.             "version": "v9.99.100",
  716.             "version_normalized": "9.99.100.0",
  717.             "source": {
  718.                 "type": "git",
  719.                 "url": "https://github.com/paragonie/random_compat.git",
  720.                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  721.             },
  722.             "dist": {
  723.                 "type": "zip",
  724.                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  725.                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  726.                 "shasum": ""
  727.             },
  728.             "require": {
  729.                 "php": ">= 7"
  730.             },
  731.             "require-dev": {
  732.                 "phpunit/phpunit": "4.*|5.*",
  733.                 "vimeo/psalm": "^1"
  734.             },
  735.             "suggest": {
  736.                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  737.             },
  738.             "time": "2020-10-15T08:29:30+00:00",
  739.             "type": "library",
  740.             "installation-source": "dist",
  741.             "notification-url": "https://packagist.org/downloads/",
  742.             "license": [
  743.                 "MIT"
  744.             ],
  745.             "authors": [
  746.                 {
  747.                     "name": "Paragon Initiative Enterprises",
  748.                     "email": "security@paragonie.com",
  749.                     "homepage": "https://paragonie.com"
  750.                 }
  751.             ],
  752.             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  753.             "keywords": [
  754.                 "csprng",
  755.                 "polyfill",
  756.                 "pseudorandom",
  757.                 "random"
  758.             ],
  759.             "support": {
  760.                 "email": "info@paragonie.com",
  761.                 "issues": "https://github.com/paragonie/random_compat/issues",
  762.                 "source": "https://github.com/paragonie/random_compat"
  763.             },
  764.             "install-path": "../paragonie/random_compat"
  765.         },
  766.         {
  767.             "name": "phpseclib/phpseclib",
  768.             "version": "3.0.14",
  769.             "version_normalized": "3.0.14.0",
  770.             "source": {
  771.                 "type": "git",
  772.                 "url": "https://github.com/phpseclib/phpseclib.git",
  773.                 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
  774.             },
  775.             "dist": {
  776.                 "type": "zip",
  777.                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
  778.                 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
  779.                 "shasum": ""
  780.             },
  781.             "require": {
  782.                 "paragonie/constant_time_encoding": "^1|^2",
  783.                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  784.                 "php": ">=5.6.1"
  785.             },
  786.             "require-dev": {
  787.                 "phpunit/phpunit": "*"
  788.             },
  789.             "suggest": {
  790.                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  791.                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  792.                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  793.                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  794.             },
  795.             "time": "2022-04-04T05:15:45+00:00",
  796.             "type": "library",
  797.             "installation-source": "dist",
  798.             "autoload": {
  799.                 "files": [
  800.                     "phpseclib/bootstrap.php"
  801.                 ],
  802.                 "psr-4": {
  803.                     "phpseclib3\\": "phpseclib/"
  804.                 }
  805.             },
  806.             "notification-url": "https://packagist.org/downloads/",
  807.             "license": [
  808.                 "MIT"
  809.             ],
  810.             "authors": [
  811.                 {
  812.                     "name": "Jim Wigginton",
  813.                     "email": "terrafrost@php.net",
  814.                     "role": "Lead Developer"
  815.                 },
  816.                 {
  817.                     "name": "Patrick Monnerat",
  818.                     "email": "pm@datasphere.ch",
  819.                     "role": "Developer"
  820.                 },
  821.                 {
  822.                     "name": "Andreas Fischer",
  823.                     "email": "bantu@phpbb.com",
  824.                     "role": "Developer"
  825.                 },
  826.                 {
  827.                     "name": "Hans-Jürgen Petrich",
  828.                     "email": "petrich@tronic-media.com",
  829.                     "role": "Developer"
  830.                 },
  831.                 {
  832.                     "name": "Graham Campbell",
  833.                     "email": "graham@alt-three.com",
  834.                     "role": "Developer"
  835.                 }
  836.             ],
  837.             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  838.             "homepage": "http://phpseclib.sourceforge.net",
  839.             "keywords": [
  840.                 "BigInteger",
  841.                 "aes",
  842.                 "asn.1",
  843.                 "asn1",
  844.                 "blowfish",
  845.                 "crypto",
  846.                 "cryptography",
  847.                 "encryption",
  848.                 "rsa",
  849.                 "security",
  850.                 "sftp",
  851.                 "signature",
  852.                 "signing",
  853.                 "ssh",
  854.                 "twofish",
  855.                 "x.509",
  856.                 "x509"
  857.             ],
  858.             "support": {
  859.                 "issues": "https://github.com/phpseclib/phpseclib/issues",
  860.                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
  861.             },
  862.             "funding": [
  863.                 {
  864.                     "url": "https://github.com/terrafrost",
  865.                     "type": "github"
  866.                 },
  867.                 {
  868.                     "url": "https://www.patreon.com/phpseclib",
  869.                     "type": "patreon"
  870.                 },
  871.                 {
  872.                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  873.                     "type": "tidelift"
  874.                 }
  875.             ],
  876.             "install-path": "../phpseclib/phpseclib"
  877.         },
  878.         {
  879.             "name": "script47/bs5-utils",
  880.             "version": "master",
  881.             "version_normalized": "dev-master",
  882.             "source": {
  883.                 "type": "git",
  884.                 "url": "https://github.com/Script47/bs5-utils",
  885.                 "reference": "master"
  886.             },
  887.             "type": "library",
  888.             "installation-source": "source",
  889.             "license": [
  890.                 "MIT"
  891.             ],
  892.             "install-path": "../script47/bs5-utils"
  893.         },
  894.         {
  895.             "name": "spamspan/spamspan",
  896.             "version": "master",
  897.             "version_normalized": "dev-master",
  898.             "dist": {
  899.                 "type": "zip",
  900.                 "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
  901.                 "reference": "master"
  902.             },
  903.             "type": "library",
  904.             "installation-source": "dist",
  905.             "license": [
  906.                 "GPL-2.0-only"
  907.             ],
  908.             "install-path": "../spamspan/spamspan"
  909.         },
  910.         {
  911.             "name": "symfony/polyfill-mbstring",
  912.             "version": "v1.19.0",
  913.             "version_normalized": "1.19.0.0",
  914.             "source": {
  915.                 "type": "git",
  916.                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  917.                 "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
  918.             },
  919.             "dist": {
  920.                 "type": "zip",
  921.                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  922.                 "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  923.                 "shasum": ""
  924.             },
  925.             "require": {
  926.                 "php": ">=5.3.3"
  927.             },
  928.             "suggest": {
  929.                 "ext-mbstring": "For best performance"
  930.             },
  931.             "time": "2020-10-23T09:01:57+00:00",
  932.             "type": "library",
  933.             "extra": {
  934.                 "branch-alias": {
  935.                     "dev-main": "1.19-dev"
  936.                 },
  937.                 "thanks": {
  938.                     "name": "symfony/polyfill",
  939.                     "url": "https://github.com/symfony/polyfill"
  940.                 }
  941.             },
  942.             "installation-source": "dist",
  943.             "autoload": {
  944.                 "files": [
  945.                     "bootstrap.php"
  946.                 ],
  947.                 "psr-4": {
  948.                     "Symfony\\Polyfill\\Mbstring\\": ""
  949.                 }
  950.             },
  951.             "notification-url": "https://packagist.org/downloads/",
  952.             "license": [
  953.                 "MIT"
  954.             ],
  955.             "authors": [
  956.                 {
  957.                     "name": "Nicolas Grekas",
  958.                     "email": "p@tchwork.com"
  959.                 },
  960.                 {
  961.                     "name": "Symfony Community",
  962.                     "homepage": "https://symfony.com/contributors"
  963.                 }
  964.             ],
  965.             "description": "Symfony polyfill for the Mbstring extension",
  966.             "homepage": "https://symfony.com",
  967.             "keywords": [
  968.                 "compatibility",
  969.                 "mbstring",
  970.                 "polyfill",
  971.                 "portable",
  972.                 "shim"
  973.             ],
  974.             "support": {
  975.                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
  976.             },
  977.             "funding": [
  978.                 {
  979.                     "url": "https://symfony.com/sponsor",
  980.                     "type": "custom"
  981.                 },
  982.                 {
  983.                     "url": "https://github.com/fabpot",
  984.                     "type": "github"
  985.                 },
  986.                 {
  987.                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  988.                     "type": "tidelift"
  989.                 }
  990.             ],
  991.             "install-path": "../symfony/polyfill-mbstring"
  992.         },
  993.         {
  994.             "name": "tinymce/tinymce",
  995.             "version": "5.x-dev",
  996.             "version_normalized": "5.9999999.9999999.9999999-dev",
  997.             "source": {
  998.                 "type": "git",
  999.                 "url": "https://github.com/tinymce/tinymce-dist.git",
  1000.                 "reference": "c91227ab933d664c3ce2ea4ec68257f2282437ed"
  1001.             },
  1002.             "dist": {
  1003.                 "type": "zip",
  1004.                 "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/c91227ab933d664c3ce2ea4ec68257f2282437ed",
  1005.                 "reference": "c91227ab933d664c3ce2ea4ec68257f2282437ed",
  1006.                 "shasum": ""
  1007.             },
  1008.             "time": "2022-05-25T04:08:16+00:00",
  1009.             "type": "component",
  1010.             "extra": {
  1011.                 "component": {
  1012.                     "scripts": [
  1013.                         "tinymce.js",
  1014.                         "plugins/*/plugin.js",
  1015.                         "themes/*/theme.js",
  1016.                         "themes/*/icons.js"
  1017.                     ],
  1018.                     "files": [
  1019.                         "tinymce.min.js",
  1020.                         "plugins/*/plugin.min.js",
  1021.                         "themes/*/theme.min.js",
  1022.                         "skins/**",
  1023.                         "icons/*/icons.min.js"
  1024.                     ]
  1025.                 }
  1026.             },
  1027.             "installation-source": "dist",
  1028.             "notification-url": "https://packagist.org/downloads/",
  1029.             "license": [
  1030.                 "LGPL-2.1-only"
  1031.             ],
  1032.             "description": "Web based JavaScript HTML WYSIWYG editor control.",
  1033.             "homepage": "https://www.tiny.cloud/",
  1034.             "keywords": [
  1035.                 "contenteditable",
  1036.                 "editing",
  1037.                 "html",
  1038.                 "javascript",
  1039.                 "rich editor",
  1040.                 "rich text",
  1041.                 "rich text editor",
  1042.                 "richtext",
  1043.                 "rte",
  1044.                 "text",
  1045.                 "tinymce",
  1046.                 "wysiwyg"
  1047.             ],
  1048.             "support": {
  1049.                 "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.5"
  1050.             },
  1051.             "install-path": "../tinymce/tinymce"
  1052.         },
  1053.         {
  1054.             "name": "twbs/bootstrap",
  1055.             "version": "v5.2.2",
  1056.             "version_normalized": "5.2.2.0",
  1057.             "source": {
  1058.                 "type": "git",
  1059.                 "url": "https://github.com/twbs/bootstrap.git",
  1060.                 "reference": "961d5ff9844372a4e294980c667bbe7e0651cdeb"
  1061.             },
  1062.             "dist": {
  1063.                 "type": "zip",
  1064.                 "url": "https://api.github.com/repos/twbs/bootstrap/zipball/961d5ff9844372a4e294980c667bbe7e0651cdeb",
  1065.                 "reference": "961d5ff9844372a4e294980c667bbe7e0651cdeb",
  1066.                 "shasum": ""
  1067.             },
  1068.             "replace": {
  1069.                 "twitter/bootstrap": "self.version"
  1070.             },
  1071.             "time": "2022-10-03T07:44:02+00:00",
  1072.             "type": "library",
  1073.             "installation-source": "dist",
  1074.             "notification-url": "https://packagist.org/downloads/",
  1075.             "license": [
  1076.                 "MIT"
  1077.             ],
  1078.             "authors": [
  1079.                 {
  1080.                     "name": "Mark Otto",
  1081.                     "email": "markdotto@gmail.com"
  1082.                 },
  1083.                 {
  1084.                     "name": "Jacob Thornton",
  1085.                     "email": "jacobthornton@gmail.com"
  1086.                 }
  1087.             ],
  1088.             "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  1089.             "homepage": "https://getbootstrap.com/",
  1090.             "keywords": [
  1091.                 "JS",
  1092.                 "css",
  1093.                 "framework",
  1094.                 "front-end",
  1095.                 "mobile-first",
  1096.                 "responsive",
  1097.                 "sass",
  1098.                 "web"
  1099.             ],
  1100.             "support": {
  1101.                 "issues": "https://github.com/twbs/bootstrap/issues",
  1102.                 "source": "https://github.com/twbs/bootstrap/tree/v5.2.2"
  1103.             },
  1104.             "install-path": "../twbs/bootstrap"
  1105.         },
  1106.         {
  1107.             "name": "tweeb/tinymce-i18n",
  1108.             "version": "2.0.4",
  1109.             "version_normalized": "2.0.4.0",
  1110.             "source": {
  1111.                 "type": "git",
  1112.                 "url": "https://github.com/tweeb/tinymce-i18n.git",
  1113.                 "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
  1114.             },
  1115.             "dist": {
  1116.                 "type": "zip",
  1117.                 "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
  1118.                 "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
  1119.                 "shasum": ""
  1120.             },
  1121.             "time": "2022-04-12T13:16:56+00:00",
  1122.             "type": "library",
  1123.             "installation-source": "dist",
  1124.             "notification-url": "https://packagist.org/downloads/",
  1125.             "license": [
  1126.                 "MIT"
  1127.             ],
  1128.             "authors": [
  1129.                 {
  1130.                     "name": "TinyMCE Community"
  1131.                 }
  1132.             ],
  1133.             "description": "Languages for TinyMCE 6",
  1134.             "homepage": "https://github.com/tweeb/tinymce-i18n",
  1135.             "keywords": [
  1136.                 "i18n",
  1137.                 "languages",
  1138.                 "tinymce"
  1139.             ],
  1140.             "support": {
  1141.                 "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
  1142.             },
  1143.             "install-path": "../tweeb/tinymce-i18n"
  1144.         },
  1145.         {
  1146.             "name": "vakata/jstree",
  1147.             "version": "3.3.12",
  1148.             "version_normalized": "3.3.12.0",
  1149.             "source": {
  1150.                 "type": "git",
  1151.                 "url": "https://github.com/vakata/jstree.git",
  1152.                 "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
  1153.             },
  1154.             "dist": {
  1155.                 "type": "zip",
  1156.                 "url": "https://api.github.com/repos/vakata/jstree/zipball/7a03954015eaea2467956dc05e6be78f4d1a1ff0",
  1157.                 "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0",
  1158.                 "shasum": ""
  1159.             },
  1160.             "require": {
  1161.                 "components/jquery": ">=1.9.1"
  1162.             },
  1163.             "suggest": {
  1164.                 "robloach/component-installer": "Allows installation of Components via Composer"
  1165.             },
  1166.             "time": "2021-09-03T12:55:53+00:00",
  1167.             "type": "component",
  1168.             "extra": {
  1169.                 "component": {
  1170.                     "scripts": [
  1171.                         "dist/jstree.js"
  1172.                     ],
  1173.                     "styles": [
  1174.                         "dist/themes/default/style.css"
  1175.                     ],
  1176.                     "images": [
  1177.                         "dist/themes/default/32px.png",
  1178.                         "dist/themes/default/40px.png",
  1179.                         "dist/themes/default/throbber.gif"
  1180.                     ],
  1181.                     "files": [
  1182.                         "dist/jstree.min.js",
  1183.                         "dist/themes/default/style.min.css",
  1184.                         "dist/themes/default/32px.png",
  1185.                         "dist/themes/default/40px.png",
  1186.                         "dist/themes/default/throbber.gif"
  1187.                     ]
  1188.                 }
  1189.             },
  1190.             "installation-source": "dist",
  1191.             "notification-url": "https://packagist.org/downloads/",
  1192.             "license": [
  1193.                 "MIT"
  1194.             ],
  1195.             "authors": [
  1196.                 {
  1197.                     "name": "Ivan Bozhanov",
  1198.                     "email": "jstree@jstree.com"
  1199.                 }
  1200.             ],
  1201.             "description": "jsTree is jquery plugin, that provides interactive trees.",
  1202.             "homepage": "http://jstree.com",
  1203.             "support": {
  1204.                 "forum": "https://groups.google.com/forum/#!forum/jstree",
  1205.                 "issues": "https://github.com/vakata/jstree/issues",
  1206.                 "source": "https://github.com/vakata/jstree"
  1207.             },
  1208.             "funding": [
  1209.                 {
  1210.                     "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@vakata.com&currency_code=USD&amount=&return=http://jstree.com/donation&item_name=Buy+me+a+coffee+for+jsTree",
  1211.                     "type": "custom"
  1212.                 },
  1213.                 {
  1214.                     "url": "https://github.com/vakata",
  1215.                     "type": "github"
  1216.                 }
  1217.             ],
  1218.             "install-path": "../vakata/jstree"
  1219.         }
  1220.     ],
  1221.     "dev": true,
  1222.     "dev-package-names": []
  1223. }
  1224.