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