]> git.mxchange.org Git - friendica.git/blob - composer.lock
Merge pull request #4633 from friendica/fabrixxm-36rc-patch-2
[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": "6a87e56bade65fa14f5f74e74109b66f",
8     "packages": [
9         {
10             "name": "asika/simple-console",
11             "version": "1.0.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/asika32764/php-simple-console.git",
15                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068",
20                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068",
21                 "shasum": ""
22             },
23             "type": "library",
24             "autoload": {
25                 "psr-4": {
26                     "Asika\\SimpleConsole\\": "src/"
27                 }
28             },
29             "notification-url": "https://packagist.org/downloads/",
30             "license": [
31                 "MIT"
32             ],
33             "authors": [
34                 {
35                     "name": "Simon Asika",
36                     "email": "asika32764@gmail.com"
37                 }
38             ],
39             "description": "One file console framework to help you write build scripts.",
40             "time": "2018-03-08T12:05:40+00:00"
41         },
42         {
43             "name": "bower-asset/Chart-js",
44             "version": "v2.7.1",
45             "source": {
46                 "type": "git",
47                 "url": "https://github.com/chartjs/Chart.js.git",
48                 "reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff"
49             },
50             "dist": {
51                 "type": "zip",
52                 "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/0fead21939b92c15093c1b7d5ee2627fb5900fff",
53                 "reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff",
54                 "shasum": ""
55             },
56             "type": "bower-asset-library",
57             "extra": {
58                 "bower-asset-main": "./dist/Chart.js",
59                 "bower-asset-ignore": [
60                     ".github",
61                     ".codeclimate.yml",
62                     ".gitignore",
63                     ".npmignore",
64                     ".travis.yml",
65                     "scripts"
66                 ]
67             },
68             "license": [
69                 "MIT"
70             ],
71             "description": "Simple HTML5 charts using the canvas element.",
72             "time": "2017-10-28T15:01:52+00:00"
73         },
74         {
75             "name": "bower-asset/base64",
76             "version": "1.0.1",
77             "source": {
78                 "type": "git",
79                 "url": "https://github.com/davidchambers/Base64.js.git",
80                 "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc"
81             },
82             "dist": {
83                 "type": "zip",
84                 "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/b2d49f347ed1bce61000a82769bffc837b7c79dc",
85                 "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc",
86                 "shasum": ""
87             },
88             "type": "bower-asset-library",
89             "extra": {
90                 "bower-asset-main": "./base64.js",
91                 "bower-asset-ignore": [
92                     "**/.*",
93                     "Makefile",
94                     "coverage/",
95                     "scripts/",
96                     "test/"
97                 ]
98             },
99             "license": [
100                 "WTFPL"
101             ],
102             "description": "Base64 encoding and decoding",
103             "time": "2017-03-25T21:16:21+00:00"
104         },
105         {
106             "name": "bower-asset/perfect-scrollbar",
107             "version": "0.6.16",
108             "source": {
109                 "type": "git",
110                 "url": "https://github.com/utatti/perfect-scrollbar-bower.git",
111                 "reference": "3049129e5dbb403295ce8507a461cdd0f200938c"
112             },
113             "dist": {
114                 "type": "zip",
115                 "url": "https://api.github.com/repos/utatti/perfect-scrollbar-bower/zipball/3049129e5dbb403295ce8507a461cdd0f200938c",
116                 "reference": "3049129e5dbb403295ce8507a461cdd0f200938c",
117                 "shasum": ""
118             },
119             "type": "bower-asset-library",
120             "extra": {
121                 "bower-asset-main": [
122                     "css/perfect-scrollbar.css",
123                     "js/perfect-scrollbar.js"
124                 ],
125                 "bower-asset-ignore": [
126                     "**/.*",
127                     "bower_components"
128                 ]
129             },
130             "license": [
131                 "MIT"
132             ],
133             "description": "Minimalistic but perfect custom scrollbar plugin",
134             "time": "2017-01-10T01:04:09+00:00"
135         },
136         {
137             "name": "ezyang/htmlpurifier",
138             "version": "v4.7.0",
139             "source": {
140                 "type": "git",
141                 "url": "https://github.com/ezyang/htmlpurifier.git",
142                 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
143             },
144             "dist": {
145                 "type": "zip",
146                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
147                 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
148                 "shasum": ""
149             },
150             "require": {
151                 "php": ">=5.2"
152             },
153             "type": "library",
154             "autoload": {
155                 "psr-0": {
156                     "HTMLPurifier": "library/"
157                 },
158                 "files": [
159                     "library/HTMLPurifier.composer.php"
160                 ]
161             },
162             "notification-url": "https://packagist.org/downloads/",
163             "license": [
164                 "LGPL"
165             ],
166             "authors": [
167                 {
168                     "name": "Edward Z. Yang",
169                     "email": "admin@htmlpurifier.org",
170                     "homepage": "http://ezyang.com"
171                 }
172             ],
173             "description": "Standards compliant HTML filter written in PHP",
174             "homepage": "http://htmlpurifier.org/",
175             "keywords": [
176                 "html"
177             ],
178             "time": "2015-08-05T01:03:42+00:00"
179         },
180         {
181             "name": "fxp/composer-asset-plugin",
182             "version": "v1.4.2",
183             "source": {
184                 "type": "git",
185                 "url": "https://github.com/fxpio/composer-asset-plugin.git",
186                 "reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a"
187             },
188             "dist": {
189                 "type": "zip",
190                 "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/61352d99940d2b2392a5d2db83b8c0ef5faf222a",
191                 "reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a",
192                 "shasum": ""
193             },
194             "require": {
195                 "composer-plugin-api": "^1.0",
196                 "php": ">=5.3.3"
197             },
198             "require-dev": {
199                 "composer/composer": "^1.4.0"
200             },
201             "type": "composer-plugin",
202             "extra": {
203                 "class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
204                 "branch-alias": {
205                     "dev-master": "1.4-dev"
206                 }
207             },
208             "autoload": {
209                 "psr-4": {
210                     "Fxp\\Composer\\AssetPlugin\\": ""
211                 },
212                 "exclude-from-classmap": [
213                     "/Tests/"
214                 ]
215             },
216             "notification-url": "https://packagist.org/downloads/",
217             "license": [
218                 "MIT"
219             ],
220             "authors": [
221                 {
222                     "name": "François Pluchino",
223                     "email": "francois.pluchino@gmail.com"
224                 }
225             ],
226             "description": "NPM/Bower Dependency Manager for Composer",
227             "homepage": "https://github.com/fxpio/composer-asset-plugin",
228             "keywords": [
229                 "asset",
230                 "bower",
231                 "composer",
232                 "dependency manager",
233                 "nodejs",
234                 "npm",
235                 "package"
236             ],
237             "time": "2017-10-20T06:53:56+00:00"
238         },
239         {
240             "name": "league/html-to-markdown",
241             "version": "4.4.1",
242             "source": {
243                 "type": "git",
244                 "url": "https://github.com/thephpleague/html-to-markdown.git",
245                 "reference": "82ea375b5b2b1da1da222644c0565c695bf88186"
246             },
247             "dist": {
248                 "type": "zip",
249                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186",
250                 "reference": "82ea375b5b2b1da1da222644c0565c695bf88186",
251                 "shasum": ""
252             },
253             "require": {
254                 "ext-dom": "*",
255                 "ext-xml": "*",
256                 "php": ">=5.3.3"
257             },
258             "require-dev": {
259                 "mikehaertl/php-shellcommand": "~1.1.0",
260                 "phpunit/phpunit": "4.*",
261                 "scrutinizer/ocular": "~1.1"
262             },
263             "bin": [
264                 "bin/html-to-markdown"
265             ],
266             "type": "library",
267             "extra": {
268                 "branch-alias": {
269                     "dev-master": "4.5-dev"
270                 }
271             },
272             "autoload": {
273                 "psr-4": {
274                     "League\\HTMLToMarkdown\\": "src/"
275                 }
276             },
277             "notification-url": "https://packagist.org/downloads/",
278             "license": [
279                 "MIT"
280             ],
281             "authors": [
282                 {
283                     "name": "Colin O'Dell",
284                     "email": "colinodell@gmail.com",
285                     "homepage": "http://www.colinodell.com",
286                     "role": "Lead Developer"
287                 },
288                 {
289                     "name": "Nick Cernis",
290                     "email": "nick@cern.is",
291                     "homepage": "http://modernnerd.net",
292                     "role": "Original Author"
293                 }
294             ],
295             "description": "An HTML-to-markdown conversion helper for PHP",
296             "homepage": "https://github.com/thephpleague/html-to-markdown",
297             "keywords": [
298                 "html",
299                 "markdown"
300             ],
301             "time": "2017-03-16T00:45:59+00:00"
302         },
303         {
304             "name": "lightopenid/lightopenid",
305             "version": "dev-master",
306             "source": {
307                 "type": "git",
308                 "url": "https://github.com/Mewp/lightopenid.git",
309                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19"
310             },
311             "dist": {
312                 "type": "zip",
313                 "url": "https://api.github.com/repos/Mewp/lightopenid/zipball/9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
314                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
315                 "shasum": ""
316             },
317             "require": {
318                 "php": ">=5.2.3"
319             },
320             "type": "library",
321             "autoload": {
322                 "classmap": [
323                     "./"
324                 ]
325             },
326             "notification-url": "https://packagist.org/downloads/",
327             "license": [
328                 "MIT"
329             ],
330             "homepage": "http://code.google.com/p/lightopenid/",
331             "keywords": [
332                 "OpenId"
333             ],
334             "time": "2013-10-27T16:25:49+00:00"
335         },
336         {
337             "name": "michelf/php-markdown",
338             "version": "1.8.0",
339             "source": {
340                 "type": "git",
341                 "url": "https://github.com/michelf/php-markdown.git",
342                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
343             },
344             "dist": {
345                 "type": "zip",
346                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
347                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
348                 "shasum": ""
349             },
350             "require": {
351                 "php": ">=5.3.0"
352             },
353             "type": "library",
354             "autoload": {
355                 "psr-4": {
356                     "Michelf\\": "Michelf/"
357                 }
358             },
359             "notification-url": "https://packagist.org/downloads/",
360             "license": [
361                 "BSD-3-Clause"
362             ],
363             "authors": [
364                 {
365                     "name": "Michel Fortin",
366                     "email": "michel.fortin@michelf.ca",
367                     "homepage": "https://michelf.ca/",
368                     "role": "Developer"
369                 },
370                 {
371                     "name": "John Gruber",
372                     "homepage": "https://daringfireball.net/"
373                 }
374             ],
375             "description": "PHP Markdown",
376             "homepage": "https://michelf.ca/projects/php-markdown/",
377             "keywords": [
378                 "markdown"
379             ],
380             "time": "2018-01-15T00:49:33+00:00"
381         },
382         {
383             "name": "mobiledetect/mobiledetectlib",
384             "version": "2.8.30",
385             "source": {
386                 "type": "git",
387                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
388                 "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3"
389             },
390             "dist": {
391                 "type": "zip",
392                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
393                 "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
394                 "shasum": ""
395             },
396             "require": {
397                 "php": ">=5.0.0"
398             },
399             "require-dev": {
400                 "phpunit/phpunit": "~4.8.35||~5.7"
401             },
402             "type": "library",
403             "autoload": {
404                 "classmap": [
405                     "Mobile_Detect.php"
406                 ],
407                 "psr-0": {
408                     "Detection": "namespaced/"
409                 }
410             },
411             "notification-url": "https://packagist.org/downloads/",
412             "license": [
413                 "MIT"
414             ],
415             "authors": [
416                 {
417                     "name": "Serban Ghita",
418                     "email": "serbanghita@gmail.com",
419                     "homepage": "http://mobiledetect.net",
420                     "role": "Developer"
421                 }
422             ],
423             "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.",
424             "homepage": "https://github.com/serbanghita/Mobile-Detect",
425             "keywords": [
426                 "detect mobile devices",
427                 "mobile",
428                 "mobile detect",
429                 "mobile detector",
430                 "php mobile detect"
431             ],
432             "time": "2017-12-18T10:38:51+00:00"
433         },
434         {
435             "name": "npm-asset/fullcalendar",
436             "version": "3.8.2",
437             "dist": {
438                 "type": "tar",
439                 "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.8.2.tgz",
440                 "reference": null,
441                 "shasum": "ef7dc77b89134bbe6163e51136f7a1f8bfc1d807"
442             },
443             "require": {
444                 "npm-asset/jquery": ">=2,<4.0",
445                 "npm-asset/moment": ">=2.9.0,<3.0.0"
446             },
447             "require-dev": {
448                 "npm-asset/awesome-typescript-loader": ">=3.3.0,<4.0.0",
449                 "npm-asset/bootstrap": ">=3.3.7,<4.0.0",
450                 "npm-asset/components-jqueryui": "dev-github:components/jqueryui",
451                 "npm-asset/css-loader": ">=0.28.7,<0.29.0",
452                 "npm-asset/del": ">=2.2.1,<3.0.0",
453                 "npm-asset/dts-generator": ">=2.1.0,<3.0.0",
454                 "npm-asset/eslint": ">=4.13.1,<5.0.0",
455                 "npm-asset/eslint-config-standard": ">=11.0.0-beta.0,<12.0.0",
456                 "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0",
457                 "npm-asset/eslint-plugin-node": ">=5.2.1,<6.0.0",
458                 "npm-asset/eslint-plugin-promise": ">=3.6.0,<4.0.0",
459                 "npm-asset/eslint-plugin-standard": ">=3.0.1,<4.0.0",
460                 "npm-asset/extract-text-webpack-plugin": ">=3.0.2,<4.0.0",
461                 "npm-asset/glob": ">=7.1.2,<8.0.0",
462                 "npm-asset/gulp": ">=3.9.1,<4.0.0",
463                 "npm-asset/gulp-cssmin": ">=0.1.7,<0.2.0",
464                 "npm-asset/gulp-eslint": ">=4.0.0,<5.0.0",
465                 "npm-asset/gulp-filter": ">=4.0.0,<5.0.0",
466                 "npm-asset/gulp-modify-file": ">=1.0.0,<2.0.0",
467                 "npm-asset/gulp-rename": ">=1.2.2,<2.0.0",
468                 "npm-asset/gulp-shell": ">=0.6.5,<0.7.0",
469                 "npm-asset/gulp-tslint": ">=8.1.2,<9.0.0",
470                 "npm-asset/gulp-uglify": ">=2.0.0,<3.0.0",
471                 "npm-asset/gulp-util": ">=3.0.7,<4.0.0",
472                 "npm-asset/gulp-watch": ">=4.3.11,<5.0.0",
473                 "npm-asset/gulp-zip": ">=3.2.0,<4.0.0",
474                 "npm-asset/jasmine-core": "2.5.2",
475                 "npm-asset/jasmine-fixture": ">=2.0.0,<3.0.0",
476                 "npm-asset/jasmine-jquery": ">=2.1.1,<3.0.0",
477                 "npm-asset/jquery-mockjax": ">=2.2.0,<3.0.0",
478                 "npm-asset/jquery-simulate": "dev-github:jquery/jquery-simulate",
479                 "npm-asset/karma": ">=0.13.22,<0.14.0",
480                 "npm-asset/karma-jasmine": ">=1.0.2,<2.0.0",
481                 "npm-asset/karma-phantomjs-launcher": ">=1.0.0,<2.0.0",
482                 "npm-asset/karma-sourcemap-loader": ">=0.3.7,<0.4.0",
483                 "npm-asset/karma-verbose-reporter": "0.0.6",
484                 "npm-asset/moment-timezone": ">=0.5.5,<0.6.0",
485                 "npm-asset/native-promise-only": ">=0.8.1,<0.9.0",
486                 "npm-asset/node-sass": ">=4.7.2,<5.0.0",
487                 "npm-asset/phantomjs-prebuilt": ">=2.1.7,<3.0.0",
488                 "npm-asset/sass-loader": ">=6.0.6,<7.0.0",
489                 "npm-asset/tslib": ">=1.8.0,<2.0.0",
490                 "npm-asset/tslint": ">=5.8.0,<6.0.0",
491                 "npm-asset/tslint-config-standard": ">=7.0.0,<8.0.0",
492                 "npm-asset/types--jquery": "2.0.47",
493                 "npm-asset/typescript": ">=2.6.2,<3.0.0",
494                 "npm-asset/webpack": ">=3.8.1,<4.0.0",
495                 "npm-asset/webpack-stream": ">=4.0.0,<5.0.0",
496                 "npm-asset/yargs": ">=4.8.1,<5.0.0"
497             },
498             "type": "npm-asset-library",
499             "extra": {
500                 "npm-asset-bugs": {
501                     "url": "https://fullcalendar.io/wiki/Reporting-Bugs/"
502                 },
503                 "npm-asset-files": [
504                     "dist/*.js",
505                     "dist/*.css",
506                     "dist/*.d.ts",
507                     "dist/locale/*.js",
508                     "README.*",
509                     "LICENSE.*",
510                     "CHANGELOG.*",
511                     "CONTRIBUTING.*"
512                 ],
513                 "npm-asset-main": "dist/fullcalendar.js",
514                 "npm-asset-directories": [],
515                 "npm-asset-repository": {
516                     "type": "git",
517                     "url": "git+https://github.com/fullcalendar/fullcalendar.git"
518                 },
519                 "npm-asset-scripts": {
520                     "clean": "gulp clean",
521                     "dist": "gulp dist",
522                     "lint": "gulp lint",
523                     "test": "gulp test:single"
524                 }
525             },
526             "license": [
527                 "MIT"
528             ],
529             "authors": [
530                 {
531                     "name": "Adam Shaw",
532                     "email": "arshaw@arshaw.com",
533                     "url": "http://arshaw.com/"
534                 }
535             ],
536             "description": "Full-sized drag & drop event calendar",
537             "homepage": "https://fullcalendar.io/",
538             "keywords": [
539                 "calendar",
540                 "event",
541                 "full-sized",
542                 "jquery-plugin"
543             ],
544             "time": "2018-01-30T23:49:01+00:00"
545         },
546         {
547             "name": "npm-asset/jgrowl",
548             "version": "1.4.6",
549             "dist": {
550                 "type": "tar",
551                 "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.6.tgz",
552                 "reference": null,
553                 "shasum": "2736e332aaee73ccf0a14a5f0066391a0a13f4a3"
554             },
555             "require-dev": {
556                 "npm-asset/grunt": "~0.4.2",
557                 "npm-asset/grunt-contrib-cssmin": "~0.9.0",
558                 "npm-asset/grunt-contrib-jshint": "~0.6.3",
559                 "npm-asset/grunt-contrib-less": "~0.11.0",
560                 "npm-asset/grunt-contrib-uglify": "~0.4.0",
561                 "npm-asset/grunt-contrib-watch": "~0.6.1"
562             },
563             "type": "npm-asset-library",
564             "extra": {
565                 "npm-asset-bugs": {
566                     "url": "https://github.com/stanlemon/jGrowl/issues"
567                 },
568                 "npm-asset-main": "jquery.jgrowl.js",
569                 "npm-asset-directories": [],
570                 "npm-asset-repository": {
571                     "type": "git",
572                     "url": "git+ssh://git@github.com/stanlemon/jGrowl.git"
573                 },
574                 "npm-asset-scripts": []
575             },
576             "authors": [
577                 {
578                     "name": "Stan Lemon",
579                     "email": "stosh1985@gmail.com",
580                     "url": "http://stanlemon.net"
581                 }
582             ],
583             "description": "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet ",
584             "homepage": "https://github.com/stanlemon/jGrowl#readme",
585             "time": "2017-07-21T02:36:34+00:00"
586         },
587         {
588             "name": "npm-asset/jquery",
589             "version": "2.2.4",
590             "dist": {
591                 "type": "tar",
592                 "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
593                 "reference": null,
594                 "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02"
595             },
596             "require-dev": {
597                 "npm-asset/commitplease": "2.0.0",
598                 "npm-asset/core-js": "0.9.17",
599                 "npm-asset/grunt": "0.4.5",
600                 "npm-asset/grunt-babel": "5.0.1",
601                 "npm-asset/grunt-cli": "0.1.13",
602                 "npm-asset/grunt-compare-size": "0.4.0",
603                 "npm-asset/grunt-contrib-jshint": "0.11.2",
604                 "npm-asset/grunt-contrib-uglify": "0.9.2",
605                 "npm-asset/grunt-contrib-watch": "0.6.1",
606                 "npm-asset/grunt-git-authors": "2.0.1",
607                 "npm-asset/grunt-jscs": "2.1.0",
608                 "npm-asset/grunt-jsonlint": "1.0.4",
609                 "npm-asset/grunt-npmcopy": "0.1.0",
610                 "npm-asset/gzip-js": "0.3.2",
611                 "npm-asset/jsdom": "5.6.1",
612                 "npm-asset/load-grunt-tasks": "1.0.0",
613                 "npm-asset/qunit-assert-step": "1.0.3",
614                 "npm-asset/qunitjs": "1.17.1",
615                 "npm-asset/requirejs": "2.1.17",
616                 "npm-asset/sinon": "1.10.3",
617                 "npm-asset/sizzle": "2.2.1",
618                 "npm-asset/strip-json-comments": "1.0.3",
619                 "npm-asset/testswarm": "1.1.0",
620                 "npm-asset/win-spawn": "2.0.0"
621             },
622             "type": "npm-asset-library",
623             "extra": {
624                 "npm-asset-bugs": {
625                     "url": "https://github.com/jquery/jquery/issues"
626                 },
627                 "npm-asset-main": "dist/jquery.js",
628                 "npm-asset-directories": [],
629                 "npm-asset-repository": {
630                     "type": "git",
631                     "url": "git+https://github.com/jquery/jquery.git"
632                 },
633                 "npm-asset-scripts": {
634                     "build": "npm install && grunt",
635                     "start": "grunt watch",
636                     "test": "grunt && grunt test"
637                 }
638             },
639             "license": [
640                 "MIT"
641             ],
642             "authors": [
643                 {
644                     "name": "jQuery Foundation and other contributors",
645                     "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
646                 }
647             ],
648             "description": "JavaScript library for DOM operations",
649             "homepage": "http://jquery.com",
650             "keywords": [
651                 "browser",
652                 "javascript",
653                 "jquery",
654                 "library"
655             ],
656             "time": "2016-05-20T17:26:07+00:00"
657         },
658         {
659             "name": "npm-asset/jquery-colorbox",
660             "version": "1.6.4",
661             "dist": {
662                 "type": "tar",
663                 "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
664                 "reference": null,
665                 "shasum": "799452523a6c494839224ef702e807deb9c06cc5"
666             },
667             "require": {
668                 "npm-asset/jquery": ">=1.3.2"
669             },
670             "type": "npm-asset-library",
671             "extra": {
672                 "npm-asset-bugs": {
673                     "url": "https://github.com/jackmoore/colorbox/issues"
674                 },
675                 "npm-asset-main": "jquery.colorbox.js",
676                 "npm-asset-directories": [],
677                 "npm-asset-repository": {
678                     "type": "git",
679                     "url": "git+ssh://git@github.com/jackmoore/colorbox.git"
680                 },
681                 "npm-asset-scripts": []
682             },
683             "license": [
684                 "MIT"
685             ],
686             "authors": [
687                 {
688                     "name": "Jack Moore",
689                     "email": "hello@jacklmoore.com",
690                     "url": "http://www.jacklmoore.com"
691                 }
692             ],
693             "description": "jQuery lightbox and modal window plugin.",
694             "homepage": "http://www.jacklmoore.com/colorbox",
695             "keywords": [
696                 "gallery",
697                 "jquery-plugin",
698                 "lightbox",
699                 "modal",
700                 "popup",
701                 "ui"
702             ],
703             "time": "2016-05-10T22:22:39+00:00"
704         },
705         {
706             "name": "npm-asset/jquery-datetimepicker",
707             "version": "2.5.17",
708             "dist": {
709                 "type": "tar",
710                 "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.17.tgz",
711                 "reference": null,
712                 "shasum": "8857a631f248081d4072563bde40fa8c17e407b1"
713             },
714             "require": {
715                 "npm-asset/jquery": ">=1.7.2",
716                 "npm-asset/jquery-mousewheel": ">=3.1.13",
717                 "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
718             },
719             "require-dev": {
720                 "npm-asset/concat": "dev-github:azer/concat",
721                 "npm-asset/concat-cli": ">=4.0.0,<5.0.0",
722                 "npm-asset/uglifycss": ">=0.0.27,<0.0.28",
723                 "npm-asset/uglifyjs": ">=2.4.10,<3.0.0"
724             },
725             "type": "npm-asset-library",
726             "extra": {
727                 "npm-asset-bugs": {
728                     "url": "https://github.com/xdan/datetimepicker/issues"
729                 },
730                 "npm-asset-main": "build/jquery.datetimepicker.full.min.js",
731                 "npm-asset-directories": [],
732                 "npm-asset-repository": {
733                     "type": "git",
734                     "url": "git+https://github.com/xdan/datetimepicker.git"
735                 },
736                 "npm-asset-scripts": {
737                     "test": "echo \"Error: no test specified\" && exit 1",
738                     "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",
739                     "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
740                     "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
741                     "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",
742                     "build": "npm run minify && npm run concat && npm run minifyconcat",
743                     "public": "npm version patch --no-git-tag-version && npm run build && npm run github"
744                 }
745             },
746             "license": [
747                 "MIT"
748             ],
749             "authors": [
750                 {
751                     "name": "Chupurnov",
752                     "email": "chupurnov@gmail.com",
753                     "url": "http://xdsoft.net/"
754                 }
755             ],
756             "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
757             "homepage": "https://github.com/xdan/datetimepicker",
758             "keywords": [
759                 "calendar",
760                 "date",
761                 "datepicker",
762                 "datetime",
763                 "jquery-plugin",
764                 "time",
765                 "timepicker"
766             ],
767             "time": "2018-01-23T05:56:50+00:00"
768         },
769         {
770             "name": "npm-asset/jquery-mousewheel",
771             "version": "3.1.13",
772             "dist": {
773                 "type": "tar",
774                 "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
775                 "reference": null,
776                 "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5"
777             },
778             "require-dev": {
779                 "npm-asset/grunt": "~0.4.1",
780                 "npm-asset/grunt-contrib-connect": "~0.5.0",
781                 "npm-asset/grunt-contrib-jshint": "~0.7.1",
782                 "npm-asset/grunt-contrib-uglify": "~0.2.7"
783             },
784             "type": "npm-asset-library",
785             "extra": {
786                 "npm-asset-bugs": {
787                     "url": "https://github.com/jquery/jquery-mousewheel/issues"
788                 },
789                 "npm-asset-files": [
790                     "ChangeLog.md",
791                     "jquery.mousewheel.js",
792                     "README.md",
793                     "LICENSE.txt"
794                 ],
795                 "npm-asset-main": "./jquery.mousewheel.js",
796                 "npm-asset-directories": {
797                     "test": "test"
798                 },
799                 "npm-asset-repository": {
800                     "type": "git",
801                     "url": "https://github.com/jquery/jquery-mousewheel.git"
802                 },
803                 "npm-asset-scripts": []
804             },
805             "authors": [
806                 {
807                     "name": "jQuery Foundation and other contributors",
808                     "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
809                 }
810             ],
811             "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
812             "homepage": "https://github.com/jquery/jquery-mousewheel",
813             "keywords": [
814                 "browser",
815                 "event",
816                 "jquery",
817                 "jquery-plugin",
818                 "mouse",
819                 "mousewheel",
820                 "wheel"
821             ],
822             "time": "2015-07-15T18:05:23+00:00"
823         },
824         {
825             "name": "npm-asset/moment",
826             "version": "2.20.1",
827             "dist": {
828                 "type": "tar",
829                 "url": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz",
830                 "reference": null,
831                 "shasum": "d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd"
832             },
833             "require-dev": {
834                 "npm-asset/benchmark": "dev-default|*",
835                 "npm-asset/coveralls": ">=2.11.2,<3.0.0",
836                 "npm-asset/es6-promise": "dev-default|*",
837                 "npm-asset/grunt": "~0.4",
838                 "npm-asset/grunt-benchmark": "dev-default|*",
839                 "npm-asset/grunt-cli": "dev-default|*",
840                 "npm-asset/grunt-contrib-clean": "dev-default|*",
841                 "npm-asset/grunt-contrib-concat": "dev-default|*",
842                 "npm-asset/grunt-contrib-copy": "dev-default|*",
843                 "npm-asset/grunt-contrib-jshint": "dev-default|*",
844                 "npm-asset/grunt-contrib-uglify": "dev-default|*",
845                 "npm-asset/grunt-contrib-watch": "dev-default|*",
846                 "npm-asset/grunt-env": "dev-default|*",
847                 "npm-asset/grunt-exec": "dev-default|*",
848                 "npm-asset/grunt-jscs": "dev-default|*",
849                 "npm-asset/grunt-karma": "dev-default|*",
850                 "npm-asset/grunt-nuget": "dev-default|*",
851                 "npm-asset/grunt-string-replace": "dev-default|*",
852                 "npm-asset/karma": "dev-default|*",
853                 "npm-asset/karma-chrome-launcher": "dev-default|*",
854                 "npm-asset/karma-firefox-launcher": "dev-default|*",
855                 "npm-asset/karma-qunit": "dev-default|*",
856                 "npm-asset/karma-sauce-launcher": "dev-default|*",
857                 "npm-asset/load-grunt-tasks": "dev-default|*",
858                 "npm-asset/nyc": ">=2.1.4,<3.0.0",
859                 "npm-asset/qunit": ">=0.7.5,<0.8.0",
860                 "npm-asset/qunit-cli": ">=0.1.4,<0.2.0",
861                 "npm-asset/rollup": "dev-default|*",
862                 "npm-asset/spacejam": "dev-default|*",
863                 "npm-asset/typescript": ">=1.8.10,<2.0.0",
864                 "npm-asset/uglify-js": "dev-default|*"
865             },
866             "type": "npm-asset-library",
867             "extra": {
868                 "npm-asset-bugs": {
869                     "url": "https://github.com/moment/moment/issues"
870                 },
871                 "npm-asset-main": "./moment.js",
872                 "npm-asset-directories": [],
873                 "npm-asset-repository": {
874                     "type": "git",
875                     "url": "git+https://github.com/moment/moment.git"
876                 },
877                 "npm-asset-scripts": {
878                     "typescript-test": "tsc --project typing-tests",
879                     "test": "grunt test",
880                     "coverage": "nyc npm test && nyc report",
881                     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
882                 },
883                 "npm-asset-engines": {
884                     "node": "*"
885                 }
886             },
887             "license": [
888                 "MIT"
889             ],
890             "authors": [
891                 {
892                     "name": "Iskren Ivov Chernev",
893                     "email": "iskren.chernev@gmail.com",
894                     "url": "https://github.com/ichernev"
895                 },
896                 {
897                     "name": "Tim Wood",
898                     "email": "washwithcare@gmail.com",
899                     "url": "http://timwoodcreates.com/"
900                 },
901                 {
902                     "name": "Rocky Meza",
903                     "url": "http://rockymeza.com"
904                 },
905                 {
906                     "name": "Matt Johnson",
907                     "email": "mj1856@hotmail.com",
908                     "url": "http://codeofmatt.com"
909                 },
910                 {
911                     "name": "Isaac Cambron",
912                     "email": "isaac@isaaccambron.com",
913                     "url": "http://isaaccambron.com"
914                 },
915                 {
916                     "name": "Andre Polykanine",
917                     "email": "andre@oire.org",
918                     "url": "https://github.com/oire"
919                 }
920             ],
921             "description": "Parse, validate, manipulate, and display dates",
922             "homepage": "http://momentjs.com",
923             "keywords": [
924                 "date",
925                 "ender",
926                 "format",
927                 "i18n",
928                 "l10n",
929                 "moment",
930                 "parse",
931                 "time",
932                 "validate"
933             ],
934             "time": "2017-12-19T04:44:18+00:00"
935         },
936         {
937             "name": "npm-asset/php-date-formatter",
938             "version": "1.3.4",
939             "dist": {
940                 "type": "tar",
941                 "url": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.4.tgz",
942                 "reference": null,
943                 "shasum": "09a15ae0766ba0beb1900c27c1ec319ef2e4563e"
944             },
945             "type": "npm-asset-library",
946             "extra": {
947                 "npm-asset-bugs": {
948                     "url": "https://github.com/kartik-v/php-date-formatter/issues"
949                 },
950                 "npm-asset-main": "js/php-date-formatter.js",
951                 "npm-asset-directories": {
952                     "example": "examples"
953                 },
954                 "npm-asset-repository": {
955                     "type": "git",
956                     "url": "git+https://github.com/kartik-v/php-date-formatter.git"
957                 },
958                 "npm-asset-scripts": []
959             },
960             "license": [
961                 "BSD-3-Clause"
962             ],
963             "authors": [
964                 {
965                     "name": "Kartik Visweswaran",
966                     "email": "kartikv2@gmail.com"
967                 }
968             ],
969             "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
970             "homepage": "https://github.com/kartik-v/php-date-formatter",
971             "time": "2016-02-18T15:15:55+00:00"
972         },
973         {
974             "name": "paragonie/random_compat",
975             "version": "v2.0.11",
976             "source": {
977                 "type": "git",
978                 "url": "https://github.com/paragonie/random_compat.git",
979                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
980             },
981             "dist": {
982                 "type": "zip",
983                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
984                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
985                 "shasum": ""
986             },
987             "require": {
988                 "php": ">=5.2.0"
989             },
990             "require-dev": {
991                 "phpunit/phpunit": "4.*|5.*"
992             },
993             "suggest": {
994                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
995             },
996             "type": "library",
997             "autoload": {
998                 "files": [
999                     "lib/random.php"
1000                 ]
1001             },
1002             "notification-url": "https://packagist.org/downloads/",
1003             "license": [
1004                 "MIT"
1005             ],
1006             "authors": [
1007                 {
1008                     "name": "Paragon Initiative Enterprises",
1009                     "email": "security@paragonie.com",
1010                     "homepage": "https://paragonie.com"
1011                 }
1012             ],
1013             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1014             "keywords": [
1015                 "csprng",
1016                 "pseudorandom",
1017                 "random"
1018             ],
1019             "time": "2017-09-27T21:40:39+00:00"
1020         },
1021         {
1022             "name": "pear/console_getopt",
1023             "version": "v1.4.1",
1024             "source": {
1025                 "type": "git",
1026                 "url": "https://github.com/pear/Console_Getopt.git",
1027                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
1028             },
1029             "dist": {
1030                 "type": "zip",
1031                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1032                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1033                 "shasum": ""
1034             },
1035             "type": "library",
1036             "autoload": {
1037                 "psr-0": {
1038                     "Console": "./"
1039                 }
1040             },
1041             "notification-url": "https://packagist.org/downloads/",
1042             "include-path": [
1043                 "./"
1044             ],
1045             "license": [
1046                 "BSD-2-Clause"
1047             ],
1048             "authors": [
1049                 {
1050                     "name": "Greg Beaver",
1051                     "email": "cellog@php.net",
1052                     "role": "Helper"
1053                 },
1054                 {
1055                     "name": "Andrei Zmievski",
1056                     "email": "andrei@php.net",
1057                     "role": "Lead"
1058                 },
1059                 {
1060                     "name": "Stig Bakken",
1061                     "email": "stig@php.net",
1062                     "role": "Developer"
1063                 }
1064             ],
1065             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
1066             "time": "2015-07-20T20:28:12+00:00"
1067         },
1068         {
1069             "name": "pear/pear-core-minimal",
1070             "version": "v1.10.3",
1071             "source": {
1072                 "type": "git",
1073                 "url": "https://github.com/pear/pear-core-minimal.git",
1074                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
1075             },
1076             "dist": {
1077                 "type": "zip",
1078                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
1079                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
1080                 "shasum": ""
1081             },
1082             "require": {
1083                 "pear/console_getopt": "~1.4",
1084                 "pear/pear_exception": "~1.0"
1085             },
1086             "replace": {
1087                 "rsky/pear-core-min": "self.version"
1088             },
1089             "type": "library",
1090             "autoload": {
1091                 "psr-0": {
1092                     "": "src/"
1093                 }
1094             },
1095             "notification-url": "https://packagist.org/downloads/",
1096             "include-path": [
1097                 "src/"
1098             ],
1099             "license": [
1100                 "BSD-3-Clause"
1101             ],
1102             "authors": [
1103                 {
1104                     "name": "Christian Weiske",
1105                     "email": "cweiske@php.net",
1106                     "role": "Lead"
1107                 }
1108             ],
1109             "description": "Minimal set of PEAR core files to be used as composer dependency",
1110             "time": "2017-02-28T16:46:11+00:00"
1111         },
1112         {
1113             "name": "pear/pear_exception",
1114             "version": "v1.0.0",
1115             "source": {
1116                 "type": "git",
1117                 "url": "https://github.com/pear/PEAR_Exception.git",
1118                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
1119             },
1120             "dist": {
1121                 "type": "zip",
1122                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
1123                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
1124                 "shasum": ""
1125             },
1126             "require": {
1127                 "php": ">=4.4.0"
1128             },
1129             "require-dev": {
1130                 "phpunit/phpunit": "*"
1131             },
1132             "type": "class",
1133             "extra": {
1134                 "branch-alias": {
1135                     "dev-master": "1.0.x-dev"
1136                 }
1137             },
1138             "autoload": {
1139                 "psr-0": {
1140                     "PEAR": ""
1141                 }
1142             },
1143             "notification-url": "https://packagist.org/downloads/",
1144             "include-path": [
1145                 "."
1146             ],
1147             "license": [
1148                 "BSD-2-Clause"
1149             ],
1150             "authors": [
1151                 {
1152                     "name": "Helgi Thormar",
1153                     "email": "dufuz@php.net"
1154                 },
1155                 {
1156                     "name": "Greg Beaver",
1157                     "email": "cellog@php.net"
1158                 }
1159             ],
1160             "description": "The PEAR Exception base class.",
1161             "homepage": "https://github.com/pear/PEAR_Exception",
1162             "keywords": [
1163                 "exception"
1164             ],
1165             "time": "2015-02-10T20:07:52+00:00"
1166         },
1167         {
1168             "name": "pear/text_highlighter",
1169             "version": "dev-master",
1170             "source": {
1171                 "type": "git",
1172                 "url": "https://github.com/pear/Text_Highlighter.git",
1173                 "reference": "2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855"
1174             },
1175             "dist": {
1176                 "type": "zip",
1177                 "url": "https://api.github.com/repos/pear/Text_Highlighter/zipball/2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855",
1178                 "reference": "2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855",
1179                 "shasum": ""
1180             },
1181             "require": {
1182                 "pear/pear-core-minimal": "~1.10.0",
1183                 "php": ">=5.4.0"
1184             },
1185             "require-dev": {
1186                 "phpunit/phpunit": "@stable"
1187             },
1188             "type": "library",
1189             "autoload": {
1190                 "psr-0": {
1191                     "Text": "./"
1192                 }
1193             },
1194             "include-path": [
1195                 "./"
1196             ],
1197             "license": [
1198                 "PHP-3.01"
1199             ],
1200             "authors": [
1201                 {
1202                     "email": "ssttoo@gmail.com",
1203                     "name": "Stoyan Stefanov",
1204                     "role": "Lead"
1205                 },
1206                 {
1207                     "email": "demenev@gmail.com",
1208                     "name": "Andrey Demenev",
1209                     "role": "Lead"
1210                 }
1211             ],
1212             "description": "More info available on: http://pear.php.net/package/Text_Highlighter",
1213             "support": {
1214                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_Highlighter",
1215                 "source": "https://github.com/pear/Text_Highlighter"
1216             },
1217             "time": "2018-01-27T08:24:15+00:00"
1218         },
1219         {
1220             "name": "pear/text_languagedetect",
1221             "version": "v1.0.0",
1222             "source": {
1223                 "type": "git",
1224                 "url": "https://github.com/pear/Text_LanguageDetect.git",
1225                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6"
1226             },
1227             "dist": {
1228                 "type": "zip",
1229                 "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/bb9ff6f4970f686fac59081e916b456021fe7ba6",
1230                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6",
1231                 "shasum": ""
1232             },
1233             "require-dev": {
1234                 "phpunit/phpunit": "*"
1235             },
1236             "suggest": {
1237                 "ext-mbstring": "May require the mbstring PHP extension"
1238             },
1239             "type": "library",
1240             "autoload": {
1241                 "psr-0": {
1242                     "Text": "./"
1243                 }
1244             },
1245             "notification-url": "https://packagist.org/downloads/",
1246             "include-path": [
1247                 "./"
1248             ],
1249             "license": [
1250                 "BSD-2-Clause"
1251             ],
1252             "authors": [
1253                 {
1254                     "name": "Nicholas Pisarro",
1255                     "email": "taak@php.net",
1256                     "role": "Lead"
1257                 }
1258             ],
1259             "description": "Identify human languages from text samples",
1260             "homepage": "http://pear.php.net/package/Text_LanguageDetect",
1261             "time": "2017-03-02T16:14:08+00:00"
1262         },
1263         {
1264             "name": "smarty/smarty",
1265             "version": "v3.1.31",
1266             "source": {
1267                 "type": "git",
1268                 "url": "https://github.com/smarty-php/smarty.git",
1269                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
1270             },
1271             "dist": {
1272                 "type": "zip",
1273                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
1274                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
1275                 "shasum": ""
1276             },
1277             "require": {
1278                 "php": ">=5.2"
1279             },
1280             "type": "library",
1281             "extra": {
1282                 "branch-alias": {
1283                     "dev-master": "3.1.x-dev"
1284                 }
1285             },
1286             "autoload": {
1287                 "files": [
1288                     "libs/bootstrap.php"
1289                 ]
1290             },
1291             "notification-url": "https://packagist.org/downloads/",
1292             "license": [
1293                 "LGPL-3.0"
1294             ],
1295             "authors": [
1296                 {
1297                     "name": "Monte Ohrt",
1298                     "email": "monte@ohrt.com"
1299                 },
1300                 {
1301                     "name": "Uwe Tews",
1302                     "email": "uwe.tews@googlemail.com"
1303                 },
1304                 {
1305                     "name": "Rodney Rehm",
1306                     "email": "rodney.rehm@medialize.de"
1307                 }
1308             ],
1309             "description": "Smarty - the compiling PHP template engine",
1310             "homepage": "http://www.smarty.net",
1311             "keywords": [
1312                 "templating"
1313             ],
1314             "time": "2016-12-14T21:57:25+00:00"
1315         }
1316     ],
1317     "packages-dev": [],
1318     "aliases": [],
1319     "minimum-stability": "stable",
1320     "stability-flags": {
1321         "lightopenid/lightopenid": 20,
1322         "pear/text_highlighter": 20
1323     },
1324     "prefer-stable": false,
1325     "prefer-lowest": false,
1326     "platform": {
1327         "php": ">5.6",
1328         "ext-xml": "*"
1329     },
1330     "platform-dev": []
1331 }