]> git.mxchange.org Git - friendica.git/blob - composer.lock
b227342a4f65b93b284caafba99d07373d12735f
[friendica.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "0c4bc39a37462cde6783b1fb90f0e530",
8     "packages": [
9         {
10             "name": "bower-asset/Chart-js",
11             "version": "v2.7.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/chartjs/Chart.js.git",
15                 "reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/0fead21939b92c15093c1b7d5ee2627fb5900fff",
20                 "reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff",
21                 "shasum": ""
22             },
23             "type": "bower-asset-library",
24             "extra": {
25                 "bower-asset-main": "./dist/Chart.js",
26                 "bower-asset-ignore": [
27                     ".github",
28                     ".codeclimate.yml",
29                     ".gitignore",
30                     ".npmignore",
31                     ".travis.yml",
32                     "scripts"
33                 ]
34             },
35             "license": [
36                 "MIT"
37             ],
38             "description": "Simple HTML5 charts using the canvas element.",
39             "time": "2017-10-28T15:01:52+00:00"
40         },
41         {
42             "name": "bower-asset/base64",
43             "version": "1.0.1",
44             "source": {
45                 "type": "git",
46                 "url": "https://github.com/davidchambers/Base64.js.git",
47                 "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc"
48             },
49             "dist": {
50                 "type": "zip",
51                 "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/b2d49f347ed1bce61000a82769bffc837b7c79dc",
52                 "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc",
53                 "shasum": ""
54             },
55             "type": "bower-asset-library",
56             "extra": {
57                 "bower-asset-main": "./base64.js",
58                 "bower-asset-ignore": [
59                     "**/.*",
60                     "Makefile",
61                     "coverage/",
62                     "scripts/",
63                     "test/"
64                 ]
65             },
66             "license": [
67                 "WTFPL"
68             ],
69             "description": "Base64 encoding and decoding",
70             "time": "2017-03-25T21:16:21+00:00"
71         },
72         {
73             "name": "ezyang/htmlpurifier",
74             "version": "v4.7.0",
75             "source": {
76                 "type": "git",
77                 "url": "https://github.com/ezyang/htmlpurifier.git",
78                 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
79             },
80             "dist": {
81                 "type": "zip",
82                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
83                 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
84                 "shasum": ""
85             },
86             "require": {
87                 "php": ">=5.2"
88             },
89             "type": "library",
90             "autoload": {
91                 "psr-0": {
92                     "HTMLPurifier": "library/"
93                 },
94                 "files": [
95                     "library/HTMLPurifier.composer.php"
96                 ]
97             },
98             "notification-url": "https://packagist.org/downloads/",
99             "license": [
100                 "LGPL"
101             ],
102             "authors": [
103                 {
104                     "name": "Edward Z. Yang",
105                     "email": "admin@htmlpurifier.org",
106                     "homepage": "http://ezyang.com"
107                 }
108             ],
109             "description": "Standards compliant HTML filter written in PHP",
110             "homepage": "http://htmlpurifier.org/",
111             "keywords": [
112                 "html"
113             ],
114             "time": "2015-08-05T01:03:42+00:00"
115         },
116         {
117             "name": "fxp/composer-asset-plugin",
118             "version": "v1.4.2",
119             "source": {
120                 "type": "git",
121                 "url": "https://github.com/fxpio/composer-asset-plugin.git",
122                 "reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a"
123             },
124             "dist": {
125                 "type": "zip",
126                 "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/61352d99940d2b2392a5d2db83b8c0ef5faf222a",
127                 "reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a",
128                 "shasum": ""
129             },
130             "require": {
131                 "composer-plugin-api": "^1.0",
132                 "php": ">=5.3.3"
133             },
134             "require-dev": {
135                 "composer/composer": "^1.4.0"
136             },
137             "type": "composer-plugin",
138             "extra": {
139                 "class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
140                 "branch-alias": {
141                     "dev-master": "1.4-dev"
142                 }
143             },
144             "autoload": {
145                 "psr-4": {
146                     "Fxp\\Composer\\AssetPlugin\\": ""
147                 },
148                 "exclude-from-classmap": [
149                     "/Tests/"
150                 ]
151             },
152             "notification-url": "https://packagist.org/downloads/",
153             "license": [
154                 "MIT"
155             ],
156             "authors": [
157                 {
158                     "name": "François Pluchino",
159                     "email": "francois.pluchino@gmail.com"
160                 }
161             ],
162             "description": "NPM/Bower Dependency Manager for Composer",
163             "homepage": "https://github.com/fxpio/composer-asset-plugin",
164             "keywords": [
165                 "asset",
166                 "bower",
167                 "composer",
168                 "dependency manager",
169                 "nodejs",
170                 "npm",
171                 "package"
172             ],
173             "time": "2017-10-20T06:53:56+00:00"
174         },
175         {
176             "name": "league/html-to-markdown",
177             "version": "4.4.1",
178             "source": {
179                 "type": "git",
180                 "url": "https://github.com/thephpleague/html-to-markdown.git",
181                 "reference": "82ea375b5b2b1da1da222644c0565c695bf88186"
182             },
183             "dist": {
184                 "type": "zip",
185                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186",
186                 "reference": "82ea375b5b2b1da1da222644c0565c695bf88186",
187                 "shasum": ""
188             },
189             "require": {
190                 "ext-dom": "*",
191                 "ext-xml": "*",
192                 "php": ">=5.3.3"
193             },
194             "require-dev": {
195                 "mikehaertl/php-shellcommand": "~1.1.0",
196                 "phpunit/phpunit": "4.*",
197                 "scrutinizer/ocular": "~1.1"
198             },
199             "bin": [
200                 "bin/html-to-markdown"
201             ],
202             "type": "library",
203             "extra": {
204                 "branch-alias": {
205                     "dev-master": "4.5-dev"
206                 }
207             },
208             "autoload": {
209                 "psr-4": {
210                     "League\\HTMLToMarkdown\\": "src/"
211                 }
212             },
213             "notification-url": "https://packagist.org/downloads/",
214             "license": [
215                 "MIT"
216             ],
217             "authors": [
218                 {
219                     "name": "Colin O'Dell",
220                     "email": "colinodell@gmail.com",
221                     "homepage": "http://www.colinodell.com",
222                     "role": "Lead Developer"
223                 },
224                 {
225                     "name": "Nick Cernis",
226                     "email": "nick@cern.is",
227                     "homepage": "http://modernnerd.net",
228                     "role": "Original Author"
229                 }
230             ],
231             "description": "An HTML-to-markdown conversion helper for PHP",
232             "homepage": "https://github.com/thephpleague/html-to-markdown",
233             "keywords": [
234                 "html",
235                 "markdown"
236             ],
237             "time": "2017-03-16T00:45:59+00:00"
238         },
239         {
240             "name": "michelf/php-markdown",
241             "version": "1.8.0",
242             "source": {
243                 "type": "git",
244                 "url": "https://github.com/michelf/php-markdown.git",
245                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
246             },
247             "dist": {
248                 "type": "zip",
249                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
250                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
251                 "shasum": ""
252             },
253             "require": {
254                 "php": ">=5.3.0"
255             },
256             "type": "library",
257             "autoload": {
258                 "psr-4": {
259                     "Michelf\\": "Michelf/"
260                 }
261             },
262             "notification-url": "https://packagist.org/downloads/",
263             "license": [
264                 "BSD-3-Clause"
265             ],
266             "authors": [
267                 {
268                     "name": "Michel Fortin",
269                     "email": "michel.fortin@michelf.ca",
270                     "homepage": "https://michelf.ca/",
271                     "role": "Developer"
272                 },
273                 {
274                     "name": "John Gruber",
275                     "homepage": "https://daringfireball.net/"
276                 }
277             ],
278             "description": "PHP Markdown",
279             "homepage": "https://michelf.ca/projects/php-markdown/",
280             "keywords": [
281                 "markdown"
282             ],
283             "time": "2018-01-15T00:49:33+00:00"
284         },
285         {
286             "name": "mobiledetect/mobiledetectlib",
287             "version": "2.8.30",
288             "source": {
289                 "type": "git",
290                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
291                 "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3"
292             },
293             "dist": {
294                 "type": "zip",
295                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
296                 "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
297                 "shasum": ""
298             },
299             "require": {
300                 "php": ">=5.0.0"
301             },
302             "require-dev": {
303                 "phpunit/phpunit": "~4.8.35||~5.7"
304             },
305             "type": "library",
306             "autoload": {
307                 "classmap": [
308                     "Mobile_Detect.php"
309                 ],
310                 "psr-0": {
311                     "Detection": "namespaced/"
312                 }
313             },
314             "notification-url": "https://packagist.org/downloads/",
315             "license": [
316                 "MIT"
317             ],
318             "authors": [
319                 {
320                     "name": "Serban Ghita",
321                     "email": "serbanghita@gmail.com",
322                     "homepage": "http://mobiledetect.net",
323                     "role": "Developer"
324                 }
325             ],
326             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
327             "homepage": "https://github.com/serbanghita/Mobile-Detect",
328             "keywords": [
329                 "detect mobile devices",
330                 "mobile",
331                 "mobile detect",
332                 "mobile detector",
333                 "php mobile detect"
334             ],
335             "time": "2017-12-18T10:38:51+00:00"
336         },
337         {
338             "name": "npm-asset/jquery",
339             "version": "1.12.4",
340             "dist": {
341                 "type": "tar",
342                 "url": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz",
343                 "reference": null,
344                 "shasum": "01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
345             },
346             "require-dev": {
347                 "npm-asset/commitplease": "2.0.0",
348                 "npm-asset/core-js": "0.9.17",
349                 "npm-asset/grunt": "0.4.5",
350                 "npm-asset/grunt-babel": "5.0.1",
351                 "npm-asset/grunt-cli": "0.1.13",
352                 "npm-asset/grunt-compare-size": "0.4.0",
353                 "npm-asset/grunt-contrib-jshint": "0.11.2",
354                 "npm-asset/grunt-contrib-uglify": "0.9.2",
355                 "npm-asset/grunt-contrib-watch": "0.6.1",
356                 "npm-asset/grunt-git-authors": "2.0.1",
357                 "npm-asset/grunt-jscs": "2.1.0",
358                 "npm-asset/grunt-jsonlint": "1.0.4",
359                 "npm-asset/grunt-npmcopy": "0.1.0",
360                 "npm-asset/gzip-js": "0.3.2",
361                 "npm-asset/jsdom": "5.6.1",
362                 "npm-asset/load-grunt-tasks": "1.0.0",
363                 "npm-asset/npm": "2.1.12",
364                 "npm-asset/qunit-assert-step": "1.0.3",
365                 "npm-asset/qunitjs": "1.17.1",
366                 "npm-asset/requirejs": "2.1.17",
367                 "npm-asset/sinon": "1.12.2",
368                 "npm-asset/sizzle": "2.2.1",
369                 "npm-asset/strip-json-comments": "1.0.3",
370                 "npm-asset/testswarm": "1.1.0",
371                 "npm-asset/win-spawn": "2.0.0"
372             },
373             "type": "npm-asset-library",
374             "extra": {
375                 "npm-asset-bugs": {
376                     "url": "https://github.com/jquery/jquery/issues"
377                 },
378                 "npm-asset-main": "dist/jquery.js",
379                 "npm-asset-directories": [],
380                 "npm-asset-repository": {
381                     "type": "git",
382                     "url": "git+https://github.com/jquery/jquery.git"
383                 },
384                 "npm-asset-scripts": {
385                     "build": "npm install && grunt",
386                     "start": "grunt watch",
387                     "test": "grunt && grunt test"
388                 }
389             },
390             "license": [
391                 "MIT"
392             ],
393             "authors": [
394                 {
395                     "name": "jQuery Foundation and other contributors",
396                     "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
397                 }
398             ],
399             "description": "JavaScript library for DOM operations",
400             "homepage": "http://jquery.com",
401             "keywords": [
402                 "browser",
403                 "javascript",
404                 "jquery",
405                 "library"
406             ],
407             "time": "2016-05-20T17:19:07+00:00"
408         },
409         {
410             "name": "npm-asset/jquery-colorbox",
411             "version": "1.6.4",
412             "dist": {
413                 "type": "tar",
414                 "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
415                 "reference": null,
416                 "shasum": "799452523a6c494839224ef702e807deb9c06cc5"
417             },
418             "require": {
419                 "npm-asset/jquery": ">=1.3.2"
420             },
421             "type": "npm-asset-library",
422             "extra": {
423                 "npm-asset-bugs": {
424                     "url": "https://github.com/jackmoore/colorbox/issues"
425                 },
426                 "npm-asset-main": "jquery.colorbox.js",
427                 "npm-asset-directories": [],
428                 "npm-asset-repository": {
429                     "type": "git",
430                     "url": "git+ssh://git@github.com/jackmoore/colorbox.git"
431                 },
432                 "npm-asset-scripts": []
433             },
434             "license": [
435                 "MIT"
436             ],
437             "authors": [
438                 {
439                     "name": "Jack Moore",
440                     "email": "hello@jacklmoore.com",
441                     "url": "http://www.jacklmoore.com"
442                 }
443             ],
444             "description": "jQuery lightbox and modal window plugin.",
445             "homepage": "http://www.jacklmoore.com/colorbox",
446             "keywords": [
447                 "gallery",
448                 "jquery-plugin",
449                 "lightbox",
450                 "modal",
451                 "popup",
452                 "ui"
453             ],
454             "time": "2016-05-10T22:22:39+00:00"
455         },
456         {
457             "name": "npm-asset/jquery-datetimepicker",
458             "version": "2.5.17",
459             "dist": {
460                 "type": "tar",
461                 "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.17.tgz",
462                 "reference": null,
463                 "shasum": "8857a631f248081d4072563bde40fa8c17e407b1"
464             },
465             "require": {
466                 "npm-asset/jquery": ">=1.7.2",
467                 "npm-asset/jquery-mousewheel": ">=3.1.13",
468                 "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
469             },
470             "require-dev": {
471                 "npm-asset/concat": "dev-github:azer/concat",
472                 "npm-asset/concat-cli": ">=4.0.0,<5.0.0",
473                 "npm-asset/uglifycss": ">=0.0.27,<0.0.28",
474                 "npm-asset/uglifyjs": ">=2.4.10,<3.0.0"
475             },
476             "type": "npm-asset-library",
477             "extra": {
478                 "npm-asset-bugs": {
479                     "url": "https://github.com/xdan/datetimepicker/issues"
480                 },
481                 "npm-asset-main": "build/jquery.datetimepicker.full.min.js",
482                 "npm-asset-directories": [],
483                 "npm-asset-repository": {
484                     "type": "git",
485                     "url": "git+https://github.com/xdan/datetimepicker.git"
486                 },
487                 "npm-asset-scripts": {
488                     "test": "echo \"Error: no test specified\" && exit 1",
489                     "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",
490                     "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
491                     "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
492                     "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",
493                     "build": "npm run minify && npm run concat && npm run minifyconcat",
494                     "public": "npm version patch --no-git-tag-version && npm run build && npm run github"
495                 }
496             },
497             "license": [
498                 "MIT"
499             ],
500             "authors": [
501                 {
502                     "name": "Chupurnov",
503                     "email": "chupurnov@gmail.com",
504                     "url": "http://xdsoft.net/"
505                 }
506             ],
507             "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
508             "homepage": "https://github.com/xdan/datetimepicker",
509             "keywords": [
510                 "calendar",
511                 "date",
512                 "datepicker",
513                 "datetime",
514                 "jquery-plugin",
515                 "time",
516                 "timepicker"
517             ],
518             "time": "2018-01-23T05:56:50+00:00"
519         },
520         {
521             "name": "npm-asset/jquery-mousewheel",
522             "version": "3.1.13",
523             "dist": {
524                 "type": "tar",
525                 "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
526                 "reference": null,
527                 "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5"
528             },
529             "require-dev": {
530                 "npm-asset/grunt": "~0.4.1",
531                 "npm-asset/grunt-contrib-connect": "~0.5.0",
532                 "npm-asset/grunt-contrib-jshint": "~0.7.1",
533                 "npm-asset/grunt-contrib-uglify": "~0.2.7"
534             },
535             "type": "npm-asset-library",
536             "extra": {
537                 "npm-asset-bugs": {
538                     "url": "https://github.com/jquery/jquery-mousewheel/issues"
539                 },
540                 "npm-asset-files": [
541                     "ChangeLog.md",
542                     "jquery.mousewheel.js",
543                     "README.md",
544                     "LICENSE.txt"
545                 ],
546                 "npm-asset-main": "./jquery.mousewheel.js",
547                 "npm-asset-directories": {
548                     "test": "test"
549                 },
550                 "npm-asset-repository": {
551                     "type": "git",
552                     "url": "https://github.com/jquery/jquery-mousewheel.git"
553                 },
554                 "npm-asset-scripts": []
555             },
556             "authors": [
557                 {
558                     "name": "jQuery Foundation and other contributors",
559                     "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
560                 }
561             ],
562             "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
563             "homepage": "https://github.com/jquery/jquery-mousewheel",
564             "keywords": [
565                 "browser",
566                 "event",
567                 "jquery",
568                 "jquery-plugin",
569                 "mouse",
570                 "mousewheel",
571                 "wheel"
572             ],
573             "time": "2015-07-15T18:05:23+00:00"
574         },
575         {
576             "name": "npm-asset/php-date-formatter",
577             "version": "1.3.4",
578             "dist": {
579                 "type": "tar",
580                 "url": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.4.tgz",
581                 "reference": null,
582                 "shasum": "09a15ae0766ba0beb1900c27c1ec319ef2e4563e"
583             },
584             "type": "npm-asset-library",
585             "extra": {
586                 "npm-asset-bugs": {
587                     "url": "https://github.com/kartik-v/php-date-formatter/issues"
588                 },
589                 "npm-asset-main": "js/php-date-formatter.js",
590                 "npm-asset-directories": {
591                     "example": "examples"
592                 },
593                 "npm-asset-repository": {
594                     "type": "git",
595                     "url": "git+https://github.com/kartik-v/php-date-formatter.git"
596                 },
597                 "npm-asset-scripts": []
598             },
599             "license": [
600                 "BSD-3-Clause"
601             ],
602             "authors": [
603                 {
604                     "name": "Kartik Visweswaran",
605                     "email": "kartikv2@gmail.com"
606                 }
607             ],
608             "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
609             "homepage": "https://github.com/kartik-v/php-date-formatter",
610             "time": "2016-02-18T15:15:55+00:00"
611         },
612         {
613             "name": "paragonie/random_compat",
614             "version": "v2.0.11",
615             "source": {
616                 "type": "git",
617                 "url": "https://github.com/paragonie/random_compat.git",
618                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
619             },
620             "dist": {
621                 "type": "zip",
622                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
623                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
624                 "shasum": ""
625             },
626             "require": {
627                 "php": ">=5.2.0"
628             },
629             "require-dev": {
630                 "phpunit/phpunit": "4.*|5.*"
631             },
632             "suggest": {
633                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
634             },
635             "type": "library",
636             "autoload": {
637                 "files": [
638                     "lib/random.php"
639                 ]
640             },
641             "notification-url": "https://packagist.org/downloads/",
642             "license": [
643                 "MIT"
644             ],
645             "authors": [
646                 {
647                     "name": "Paragon Initiative Enterprises",
648                     "email": "security@paragonie.com",
649                     "homepage": "https://paragonie.com"
650                 }
651             ],
652             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
653             "keywords": [
654                 "csprng",
655                 "pseudorandom",
656                 "random"
657             ],
658             "time": "2017-09-27T21:40:39+00:00"
659         },
660         {
661             "name": "pear/console_getopt",
662             "version": "v1.4.1",
663             "source": {
664                 "type": "git",
665                 "url": "https://github.com/pear/Console_Getopt.git",
666                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
667             },
668             "dist": {
669                 "type": "zip",
670                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
671                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
672                 "shasum": ""
673             },
674             "type": "library",
675             "autoload": {
676                 "psr-0": {
677                     "Console": "./"
678                 }
679             },
680             "notification-url": "https://packagist.org/downloads/",
681             "include-path": [
682                 "./"
683             ],
684             "license": [
685                 "BSD-2-Clause"
686             ],
687             "authors": [
688                 {
689                     "name": "Greg Beaver",
690                     "email": "cellog@php.net",
691                     "role": "Helper"
692                 },
693                 {
694                     "name": "Andrei Zmievski",
695                     "email": "andrei@php.net",
696                     "role": "Lead"
697                 },
698                 {
699                     "name": "Stig Bakken",
700                     "email": "stig@php.net",
701                     "role": "Developer"
702                 }
703             ],
704             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
705             "time": "2015-07-20T20:28:12+00:00"
706         },
707         {
708             "name": "pear/pear-core-minimal",
709             "version": "v1.10.3",
710             "source": {
711                 "type": "git",
712                 "url": "https://github.com/pear/pear-core-minimal.git",
713                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
714             },
715             "dist": {
716                 "type": "zip",
717                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
718                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
719                 "shasum": ""
720             },
721             "require": {
722                 "pear/console_getopt": "~1.4",
723                 "pear/pear_exception": "~1.0"
724             },
725             "replace": {
726                 "rsky/pear-core-min": "self.version"
727             },
728             "type": "library",
729             "autoload": {
730                 "psr-0": {
731                     "": "src/"
732                 }
733             },
734             "notification-url": "https://packagist.org/downloads/",
735             "include-path": [
736                 "src/"
737             ],
738             "license": [
739                 "BSD-3-Clause"
740             ],
741             "authors": [
742                 {
743                     "name": "Christian Weiske",
744                     "email": "cweiske@php.net",
745                     "role": "Lead"
746                 }
747             ],
748             "description": "Minimal set of PEAR core files to be used as composer dependency",
749             "time": "2017-02-28T16:46:11+00:00"
750         },
751         {
752             "name": "pear/pear_exception",
753             "version": "v1.0.0",
754             "source": {
755                 "type": "git",
756                 "url": "https://github.com/pear/PEAR_Exception.git",
757                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
758             },
759             "dist": {
760                 "type": "zip",
761                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
762                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
763                 "shasum": ""
764             },
765             "require": {
766                 "php": ">=4.4.0"
767             },
768             "require-dev": {
769                 "phpunit/phpunit": "*"
770             },
771             "type": "class",
772             "extra": {
773                 "branch-alias": {
774                     "dev-master": "1.0.x-dev"
775                 }
776             },
777             "autoload": {
778                 "psr-0": {
779                     "PEAR": ""
780                 }
781             },
782             "notification-url": "https://packagist.org/downloads/",
783             "include-path": [
784                 "."
785             ],
786             "license": [
787                 "BSD-2-Clause"
788             ],
789             "authors": [
790                 {
791                     "name": "Helgi Thormar",
792                     "email": "dufuz@php.net"
793                 },
794                 {
795                     "name": "Greg Beaver",
796                     "email": "cellog@php.net"
797                 }
798             ],
799             "description": "The PEAR Exception base class.",
800             "homepage": "https://github.com/pear/PEAR_Exception",
801             "keywords": [
802                 "exception"
803             ],
804             "time": "2015-02-10T20:07:52+00:00"
805         },
806         {
807             "name": "pear/text_highlighter",
808             "version": "dev-master",
809             "source": {
810                 "type": "git",
811                 "url": "https://github.com/pear/Text_Highlighter.git",
812                 "reference": "2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855"
813             },
814             "dist": {
815                 "type": "zip",
816                 "url": "https://api.github.com/repos/pear/Text_Highlighter/zipball/2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855",
817                 "reference": "2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855",
818                 "shasum": ""
819             },
820             "require": {
821                 "pear/pear-core-minimal": "~1.10.0",
822                 "php": ">=5.4.0"
823             },
824             "require-dev": {
825                 "phpunit/phpunit": "@stable"
826             },
827             "type": "library",
828             "autoload": {
829                 "psr-0": {
830                     "Text": "./"
831                 }
832             },
833             "include-path": [
834                 "./"
835             ],
836             "license": [
837                 "PHP-3.01"
838             ],
839             "authors": [
840                 {
841                     "email": "ssttoo@gmail.com",
842                     "name": "Stoyan Stefanov",
843                     "role": "Lead"
844                 },
845                 {
846                     "email": "demenev@gmail.com",
847                     "name": "Andrey Demenev",
848                     "role": "Lead"
849                 }
850             ],
851             "description": "More info available on: http://pear.php.net/package/Text_Highlighter",
852             "support": {
853                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_Highlighter",
854                 "source": "https://github.com/pear/Text_Highlighter"
855             },
856             "time": "2018-01-27T08:24:15+00:00"
857         },
858         {
859             "name": "pear/text_languagedetect",
860             "version": "v1.0.0",
861             "source": {
862                 "type": "git",
863                 "url": "https://github.com/pear/Text_LanguageDetect.git",
864                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6"
865             },
866             "dist": {
867                 "type": "zip",
868                 "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/bb9ff6f4970f686fac59081e916b456021fe7ba6",
869                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6",
870                 "shasum": ""
871             },
872             "require-dev": {
873                 "phpunit/phpunit": "*"
874             },
875             "suggest": {
876                 "ext-mbstring": "May require the mbstring PHP extension"
877             },
878             "type": "library",
879             "autoload": {
880                 "psr-0": {
881                     "Text": "./"
882                 }
883             },
884             "notification-url": "https://packagist.org/downloads/",
885             "include-path": [
886                 "./"
887             ],
888             "license": [
889                 "BSD-2-Clause"
890             ],
891             "authors": [
892                 {
893                     "name": "Nicholas Pisarro",
894                     "email": "taak@php.net",
895                     "role": "Lead"
896                 }
897             ],
898             "description": "Identify human languages from text samples",
899             "homepage": "http://pear.php.net/package/Text_LanguageDetect",
900             "time": "2017-03-02T16:14:08+00:00"
901         },
902         {
903             "name": "smarty/smarty",
904             "version": "v3.1.31",
905             "source": {
906                 "type": "git",
907                 "url": "https://github.com/smarty-php/smarty.git",
908                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
909             },
910             "dist": {
911                 "type": "zip",
912                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
913                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
914                 "shasum": ""
915             },
916             "require": {
917                 "php": ">=5.2"
918             },
919             "type": "library",
920             "extra": {
921                 "branch-alias": {
922                     "dev-master": "3.1.x-dev"
923                 }
924             },
925             "autoload": {
926                 "files": [
927                     "libs/bootstrap.php"
928                 ]
929             },
930             "notification-url": "https://packagist.org/downloads/",
931             "license": [
932                 "LGPL-3.0"
933             ],
934             "authors": [
935                 {
936                     "name": "Monte Ohrt",
937                     "email": "monte@ohrt.com"
938                 },
939                 {
940                     "name": "Uwe Tews",
941                     "email": "uwe.tews@googlemail.com"
942                 },
943                 {
944                     "name": "Rodney Rehm",
945                     "email": "rodney.rehm@medialize.de"
946                 }
947             ],
948             "description": "Smarty - the compiling PHP template engine",
949             "homepage": "http://www.smarty.net",
950             "keywords": [
951                 "templating"
952             ],
953             "time": "2016-12-14T21:57:25+00:00"
954         }
955     ],
956     "packages-dev": [],
957     "aliases": [],
958     "minimum-stability": "stable",
959     "stability-flags": {
960         "pear/text_highlighter": 20
961     },
962     "prefer-stable": false,
963     "prefer-lowest": false,
964     "platform": {
965         "php": ">5.6",
966         "ext-xml": "*"
967     },
968     "platform-dev": []
969 }