[Composer] Add npm-asset/fullcalendar dependency
[friendica.git/.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": "77fbec143bd07b349f7cd5763f982734",
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/fullcalendar",
339             "version": "3.8.0",
340             "dist": {
341                 "type": "tar",
342                 "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.8.0.tgz",
343                 "reference": null,
344                 "shasum": "4c0fe494a62b0a8d640c6de8eb883b49a212b5dc"
345             },
346             "require": {
347                 "npm-asset/jquery": ">=2,<4.0",
348                 "npm-asset/moment": ">=2.9.0,<3.0.0"
349             },
350             "require-dev": {
351                 "npm-asset/awesome-typescript-loader": ">=3.3.0,<4.0.0",
352                 "npm-asset/bootstrap": ">=3.3.7,<4.0.0",
353                 "npm-asset/components-jqueryui": "dev-github:components/jqueryui",
354                 "npm-asset/css-loader": ">=0.28.7,<0.29.0",
355                 "npm-asset/del": ">=2.2.1,<3.0.0",
356                 "npm-asset/dts-generator": ">=2.1.0,<3.0.0",
357                 "npm-asset/eslint": ">=4.13.1,<5.0.0",
358                 "npm-asset/eslint-config-standard": ">=11.0.0-beta.0,<12.0.0",
359                 "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0",
360                 "npm-asset/eslint-plugin-node": ">=5.2.1,<6.0.0",
361                 "npm-asset/eslint-plugin-promise": ">=3.6.0,<4.0.0",
362                 "npm-asset/eslint-plugin-standard": ">=3.0.1,<4.0.0",
363                 "npm-asset/extract-text-webpack-plugin": ">=3.0.2,<4.0.0",
364                 "npm-asset/glob": ">=7.1.2,<8.0.0",
365                 "npm-asset/gulp": ">=3.9.1,<4.0.0",
366                 "npm-asset/gulp-cssmin": ">=0.1.7,<0.2.0",
367                 "npm-asset/gulp-eslint": ">=4.0.0,<5.0.0",
368                 "npm-asset/gulp-filter": ">=4.0.0,<5.0.0",
369                 "npm-asset/gulp-modify-file": ">=1.0.0,<2.0.0",
370                 "npm-asset/gulp-rename": ">=1.2.2,<2.0.0",
371                 "npm-asset/gulp-tslint": ">=8.1.2,<9.0.0",
372                 "npm-asset/gulp-uglify": ">=2.0.0,<3.0.0",
373                 "npm-asset/gulp-util": ">=3.0.7,<4.0.0",
374                 "npm-asset/gulp-watch": ">=4.3.11,<5.0.0",
375                 "npm-asset/gulp-zip": ">=3.2.0,<4.0.0",
376                 "npm-asset/jasmine-core": "2.5.2",
377                 "npm-asset/jasmine-fixture": ">=2.0.0,<3.0.0",
378                 "npm-asset/jasmine-jquery": ">=2.1.1,<3.0.0",
379                 "npm-asset/jquery-mockjax": ">=2.2.0,<3.0.0",
380                 "npm-asset/jquery-simulate": "dev-github:jquery/jquery-simulate",
381                 "npm-asset/karma": ">=0.13.22,<0.14.0",
382                 "npm-asset/karma-jasmine": ">=1.0.2,<2.0.0",
383                 "npm-asset/karma-phantomjs-launcher": ">=1.0.0,<2.0.0",
384                 "npm-asset/karma-sourcemap-loader": ">=0.3.7,<0.4.0",
385                 "npm-asset/karma-verbose-reporter": "0.0.6",
386                 "npm-asset/moment-timezone": ">=0.5.5,<0.6.0",
387                 "npm-asset/native-promise-only": ">=0.8.1,<0.9.0",
388                 "npm-asset/node-sass": ">=4.7.2,<5.0.0",
389                 "npm-asset/phantomjs-prebuilt": ">=2.1.7,<3.0.0",
390                 "npm-asset/sass-loader": ">=6.0.6,<7.0.0",
391                 "npm-asset/tslib": ">=1.8.0,<2.0.0",
392                 "npm-asset/tslint": ">=5.8.0,<6.0.0",
393                 "npm-asset/tslint-config-standard": ">=7.0.0,<8.0.0",
394                 "npm-asset/types--jquery": "2.0.47",
395                 "npm-asset/typescript": ">=2.6.1,<3.0.0",
396                 "npm-asset/webpack": ">=3.8.1,<4.0.0",
397                 "npm-asset/webpack-stream": ">=4.0.0,<5.0.0",
398                 "npm-asset/yargs": ">=4.8.1,<5.0.0"
399             },
400             "type": "npm-asset-library",
401             "extra": {
402                 "npm-asset-bugs": {
403                     "url": "https://fullcalendar.io/wiki/Reporting-Bugs/"
404                 },
405                 "npm-asset-files": [
406                     "dist/*.js",
407                     "dist/*.css",
408                     "dist/*.d.ts",
409                     "dist/locale/*.js",
410                     "README.*",
411                     "LICENSE.*",
412                     "CHANGELOG.*",
413                     "CONTRIBUTING.*"
414                 ],
415                 "npm-asset-main": "dist/fullcalendar.js",
416                 "npm-asset-directories": [],
417                 "npm-asset-repository": {
418                     "type": "git",
419                     "url": "git+https://github.com/fullcalendar/fullcalendar.git"
420                 },
421                 "npm-asset-scripts": {
422                     "clean": "gulp clean",
423                     "dist": "gulp dist",
424                     "lint": "gulp lint",
425                     "test": "gulp test:single"
426                 }
427             },
428             "license": [
429                 "MIT"
430             ],
431             "authors": [
432                 {
433                     "name": "Adam Shaw",
434                     "email": "arshaw@arshaw.com",
435                     "url": "http://arshaw.com/"
436                 }
437             ],
438             "description": "Full-sized drag & drop event calendar",
439             "homepage": "https://fullcalendar.io/",
440             "keywords": [
441                 "calendar",
442                 "event",
443                 "full-sized",
444                 "jquery-plugin"
445             ],
446             "time": "2017-12-18T05:59:22+00:00"
447         },
448         {
449             "name": "npm-asset/jgrowl",
450             "version": "1.4.6",
451             "dist": {
452                 "type": "tar",
453                 "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.6.tgz",
454                 "reference": null,
455                 "shasum": "2736e332aaee73ccf0a14a5f0066391a0a13f4a3"
456             },
457             "require-dev": {
458                 "npm-asset/grunt": "~0.4.2",
459                 "npm-asset/grunt-contrib-cssmin": "~0.9.0",
460                 "npm-asset/grunt-contrib-jshint": "~0.6.3",
461                 "npm-asset/grunt-contrib-less": "~0.11.0",
462                 "npm-asset/grunt-contrib-uglify": "~0.4.0",
463                 "npm-asset/grunt-contrib-watch": "~0.6.1"
464             },
465             "type": "npm-asset-library",
466             "extra": {
467                 "npm-asset-bugs": {
468                     "url": "https://github.com/stanlemon/jGrowl/issues"
469                 },
470                 "npm-asset-main": "jquery.jgrowl.js",
471                 "npm-asset-directories": [],
472                 "npm-asset-repository": {
473                     "type": "git",
474                     "url": "git+ssh://git@github.com/stanlemon/jGrowl.git"
475                 },
476                 "npm-asset-scripts": []
477             },
478             "authors": [
479                 {
480                     "name": "Stan Lemon",
481                     "email": "stosh1985@gmail.com",
482                     "url": "http://stanlemon.net"
483                 }
484             ],
485             "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 ",
486             "homepage": "https://github.com/stanlemon/jGrowl#readme",
487             "time": "2017-07-21T02:36:34+00:00"
488         },
489         {
490             "name": "npm-asset/jquery",
491             "version": "2.2.4",
492             "dist": {
493                 "type": "tar",
494                 "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
495                 "reference": null,
496                 "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02"
497             },
498             "require-dev": {
499                 "npm-asset/commitplease": "2.0.0",
500                 "npm-asset/core-js": "0.9.17",
501                 "npm-asset/grunt": "0.4.5",
502                 "npm-asset/grunt-babel": "5.0.1",
503                 "npm-asset/grunt-cli": "0.1.13",
504                 "npm-asset/grunt-compare-size": "0.4.0",
505                 "npm-asset/grunt-contrib-jshint": "0.11.2",
506                 "npm-asset/grunt-contrib-uglify": "0.9.2",
507                 "npm-asset/grunt-contrib-watch": "0.6.1",
508                 "npm-asset/grunt-git-authors": "2.0.1",
509                 "npm-asset/grunt-jscs": "2.1.0",
510                 "npm-asset/grunt-jsonlint": "1.0.4",
511                 "npm-asset/grunt-npmcopy": "0.1.0",
512                 "npm-asset/gzip-js": "0.3.2",
513                 "npm-asset/jsdom": "5.6.1",
514                 "npm-asset/load-grunt-tasks": "1.0.0",
515                 "npm-asset/qunit-assert-step": "1.0.3",
516                 "npm-asset/qunitjs": "1.17.1",
517                 "npm-asset/requirejs": "2.1.17",
518                 "npm-asset/sinon": "1.10.3",
519                 "npm-asset/sizzle": "2.2.1",
520                 "npm-asset/strip-json-comments": "1.0.3",
521                 "npm-asset/testswarm": "1.1.0",
522                 "npm-asset/win-spawn": "2.0.0"
523             },
524             "type": "npm-asset-library",
525             "extra": {
526                 "npm-asset-bugs": {
527                     "url": "https://github.com/jquery/jquery/issues"
528                 },
529                 "npm-asset-main": "dist/jquery.js",
530                 "npm-asset-directories": [],
531                 "npm-asset-repository": {
532                     "type": "git",
533                     "url": "git+https://github.com/jquery/jquery.git"
534                 },
535                 "npm-asset-scripts": {
536                     "build": "npm install && grunt",
537                     "start": "grunt watch",
538                     "test": "grunt && grunt test"
539                 }
540             },
541             "license": [
542                 "MIT"
543             ],
544             "authors": [
545                 {
546                     "name": "jQuery Foundation and other contributors",
547                     "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
548                 }
549             ],
550             "description": "JavaScript library for DOM operations",
551             "homepage": "http://jquery.com",
552             "keywords": [
553                 "browser",
554                 "javascript",
555                 "jquery",
556                 "library"
557             ],
558             "time": "2016-05-20T17:26:07+00:00"
559         },
560         {
561             "name": "npm-asset/jquery-colorbox",
562             "version": "1.6.4",
563             "dist": {
564                 "type": "tar",
565                 "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
566                 "reference": null,
567                 "shasum": "799452523a6c494839224ef702e807deb9c06cc5"
568             },
569             "require": {
570                 "npm-asset/jquery": ">=1.3.2"
571             },
572             "type": "npm-asset-library",
573             "extra": {
574                 "npm-asset-bugs": {
575                     "url": "https://github.com/jackmoore/colorbox/issues"
576                 },
577                 "npm-asset-main": "jquery.colorbox.js",
578                 "npm-asset-directories": [],
579                 "npm-asset-repository": {
580                     "type": "git",
581                     "url": "git+ssh://git@github.com/jackmoore/colorbox.git"
582                 },
583                 "npm-asset-scripts": []
584             },
585             "license": [
586                 "MIT"
587             ],
588             "authors": [
589                 {
590                     "name": "Jack Moore",
591                     "email": "hello@jacklmoore.com",
592                     "url": "http://www.jacklmoore.com"
593                 }
594             ],
595             "description": "jQuery lightbox and modal window plugin.",
596             "homepage": "http://www.jacklmoore.com/colorbox",
597             "keywords": [
598                 "gallery",
599                 "jquery-plugin",
600                 "lightbox",
601                 "modal",
602                 "popup",
603                 "ui"
604             ],
605             "time": "2016-05-10T22:22:39+00:00"
606         },
607         {
608             "name": "npm-asset/jquery-datetimepicker",
609             "version": "2.5.17",
610             "dist": {
611                 "type": "tar",
612                 "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.17.tgz",
613                 "reference": null,
614                 "shasum": "8857a631f248081d4072563bde40fa8c17e407b1"
615             },
616             "require": {
617                 "npm-asset/jquery": ">=1.7.2",
618                 "npm-asset/jquery-mousewheel": ">=3.1.13",
619                 "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
620             },
621             "require-dev": {
622                 "npm-asset/concat": "dev-github:azer/concat",
623                 "npm-asset/concat-cli": ">=4.0.0,<5.0.0",
624                 "npm-asset/uglifycss": ">=0.0.27,<0.0.28",
625                 "npm-asset/uglifyjs": ">=2.4.10,<3.0.0"
626             },
627             "type": "npm-asset-library",
628             "extra": {
629                 "npm-asset-bugs": {
630                     "url": "https://github.com/xdan/datetimepicker/issues"
631                 },
632                 "npm-asset-main": "build/jquery.datetimepicker.full.min.js",
633                 "npm-asset-directories": [],
634                 "npm-asset-repository": {
635                     "type": "git",
636                     "url": "git+https://github.com/xdan/datetimepicker.git"
637                 },
638                 "npm-asset-scripts": {
639                     "test": "echo \"Error: no test specified\" && exit 1",
640                     "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",
641                     "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
642                     "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
643                     "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",
644                     "build": "npm run minify && npm run concat && npm run minifyconcat",
645                     "public": "npm version patch --no-git-tag-version && npm run build && npm run github"
646                 }
647             },
648             "license": [
649                 "MIT"
650             ],
651             "authors": [
652                 {
653                     "name": "Chupurnov",
654                     "email": "chupurnov@gmail.com",
655                     "url": "http://xdsoft.net/"
656                 }
657             ],
658             "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
659             "homepage": "https://github.com/xdan/datetimepicker",
660             "keywords": [
661                 "calendar",
662                 "date",
663                 "datepicker",
664                 "datetime",
665                 "jquery-plugin",
666                 "time",
667                 "timepicker"
668             ],
669             "time": "2018-01-23T05:56:50+00:00"
670         },
671         {
672             "name": "npm-asset/jquery-mousewheel",
673             "version": "3.1.13",
674             "dist": {
675                 "type": "tar",
676                 "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
677                 "reference": null,
678                 "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5"
679             },
680             "require-dev": {
681                 "npm-asset/grunt": "~0.4.1",
682                 "npm-asset/grunt-contrib-connect": "~0.5.0",
683                 "npm-asset/grunt-contrib-jshint": "~0.7.1",
684                 "npm-asset/grunt-contrib-uglify": "~0.2.7"
685             },
686             "type": "npm-asset-library",
687             "extra": {
688                 "npm-asset-bugs": {
689                     "url": "https://github.com/jquery/jquery-mousewheel/issues"
690                 },
691                 "npm-asset-files": [
692                     "ChangeLog.md",
693                     "jquery.mousewheel.js",
694                     "README.md",
695                     "LICENSE.txt"
696                 ],
697                 "npm-asset-main": "./jquery.mousewheel.js",
698                 "npm-asset-directories": {
699                     "test": "test"
700                 },
701                 "npm-asset-repository": {
702                     "type": "git",
703                     "url": "https://github.com/jquery/jquery-mousewheel.git"
704                 },
705                 "npm-asset-scripts": []
706             },
707             "authors": [
708                 {
709                     "name": "jQuery Foundation and other contributors",
710                     "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
711                 }
712             ],
713             "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
714             "homepage": "https://github.com/jquery/jquery-mousewheel",
715             "keywords": [
716                 "browser",
717                 "event",
718                 "jquery",
719                 "jquery-plugin",
720                 "mouse",
721                 "mousewheel",
722                 "wheel"
723             ],
724             "time": "2015-07-15T18:05:23+00:00"
725         },
726         {
727             "name": "npm-asset/moment",
728             "version": "2.20.1",
729             "dist": {
730                 "type": "tar",
731                 "url": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz",
732                 "reference": null,
733                 "shasum": "d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd"
734             },
735             "require-dev": {
736                 "npm-asset/benchmark": "dev-default|*",
737                 "npm-asset/coveralls": ">=2.11.2,<3.0.0",
738                 "npm-asset/es6-promise": "dev-default|*",
739                 "npm-asset/grunt": "~0.4",
740                 "npm-asset/grunt-benchmark": "dev-default|*",
741                 "npm-asset/grunt-cli": "dev-default|*",
742                 "npm-asset/grunt-contrib-clean": "dev-default|*",
743                 "npm-asset/grunt-contrib-concat": "dev-default|*",
744                 "npm-asset/grunt-contrib-copy": "dev-default|*",
745                 "npm-asset/grunt-contrib-jshint": "dev-default|*",
746                 "npm-asset/grunt-contrib-uglify": "dev-default|*",
747                 "npm-asset/grunt-contrib-watch": "dev-default|*",
748                 "npm-asset/grunt-env": "dev-default|*",
749                 "npm-asset/grunt-exec": "dev-default|*",
750                 "npm-asset/grunt-jscs": "dev-default|*",
751                 "npm-asset/grunt-karma": "dev-default|*",
752                 "npm-asset/grunt-nuget": "dev-default|*",
753                 "npm-asset/grunt-string-replace": "dev-default|*",
754                 "npm-asset/karma": "dev-default|*",
755                 "npm-asset/karma-chrome-launcher": "dev-default|*",
756                 "npm-asset/karma-firefox-launcher": "dev-default|*",
757                 "npm-asset/karma-qunit": "dev-default|*",
758                 "npm-asset/karma-sauce-launcher": "dev-default|*",
759                 "npm-asset/load-grunt-tasks": "dev-default|*",
760                 "npm-asset/nyc": ">=2.1.4,<3.0.0",
761                 "npm-asset/qunit": ">=0.7.5,<0.8.0",
762                 "npm-asset/qunit-cli": ">=0.1.4,<0.2.0",
763                 "npm-asset/rollup": "dev-default|*",
764                 "npm-asset/spacejam": "dev-default|*",
765                 "npm-asset/typescript": ">=1.8.10,<2.0.0",
766                 "npm-asset/uglify-js": "dev-default|*"
767             },
768             "type": "npm-asset-library",
769             "extra": {
770                 "npm-asset-bugs": {
771                     "url": "https://github.com/moment/moment/issues"
772                 },
773                 "npm-asset-main": "./moment.js",
774                 "npm-asset-directories": [],
775                 "npm-asset-repository": {
776                     "type": "git",
777                     "url": "git+https://github.com/moment/moment.git"
778                 },
779                 "npm-asset-scripts": {
780                     "typescript-test": "tsc --project typing-tests",
781                     "test": "grunt test",
782                     "coverage": "nyc npm test && nyc report",
783                     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
784                 },
785                 "npm-asset-engines": {
786                     "node": "*"
787                 }
788             },
789             "license": [
790                 "MIT"
791             ],
792             "authors": [
793                 {
794                     "name": "Iskren Ivov Chernev",
795                     "email": "iskren.chernev@gmail.com",
796                     "url": "https://github.com/ichernev"
797                 },
798                 {
799                     "name": "Tim Wood",
800                     "email": "washwithcare@gmail.com",
801                     "url": "http://timwoodcreates.com/"
802                 },
803                 {
804                     "name": "Rocky Meza",
805                     "url": "http://rockymeza.com"
806                 },
807                 {
808                     "name": "Matt Johnson",
809                     "email": "mj1856@hotmail.com",
810                     "url": "http://codeofmatt.com"
811                 },
812                 {
813                     "name": "Isaac Cambron",
814                     "email": "isaac@isaaccambron.com",
815                     "url": "http://isaaccambron.com"
816                 },
817                 {
818                     "name": "Andre Polykanine",
819                     "email": "andre@oire.org",
820                     "url": "https://github.com/oire"
821                 }
822             ],
823             "description": "Parse, validate, manipulate, and display dates",
824             "homepage": "http://momentjs.com",
825             "keywords": [
826                 "date",
827                 "ender",
828                 "format",
829                 "i18n",
830                 "l10n",
831                 "moment",
832                 "parse",
833                 "time",
834                 "validate"
835             ],
836             "time": "2017-12-19T04:44:18+00:00"
837         },
838         {
839             "name": "npm-asset/php-date-formatter",
840             "version": "1.3.4",
841             "dist": {
842                 "type": "tar",
843                 "url": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.4.tgz",
844                 "reference": null,
845                 "shasum": "09a15ae0766ba0beb1900c27c1ec319ef2e4563e"
846             },
847             "type": "npm-asset-library",
848             "extra": {
849                 "npm-asset-bugs": {
850                     "url": "https://github.com/kartik-v/php-date-formatter/issues"
851                 },
852                 "npm-asset-main": "js/php-date-formatter.js",
853                 "npm-asset-directories": {
854                     "example": "examples"
855                 },
856                 "npm-asset-repository": {
857                     "type": "git",
858                     "url": "git+https://github.com/kartik-v/php-date-formatter.git"
859                 },
860                 "npm-asset-scripts": []
861             },
862             "license": [
863                 "BSD-3-Clause"
864             ],
865             "authors": [
866                 {
867                     "name": "Kartik Visweswaran",
868                     "email": "kartikv2@gmail.com"
869                 }
870             ],
871             "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
872             "homepage": "https://github.com/kartik-v/php-date-formatter",
873             "time": "2016-02-18T15:15:55+00:00"
874         },
875         {
876             "name": "paragonie/random_compat",
877             "version": "v2.0.11",
878             "source": {
879                 "type": "git",
880                 "url": "https://github.com/paragonie/random_compat.git",
881                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
882             },
883             "dist": {
884                 "type": "zip",
885                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
886                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
887                 "shasum": ""
888             },
889             "require": {
890                 "php": ">=5.2.0"
891             },
892             "require-dev": {
893                 "phpunit/phpunit": "4.*|5.*"
894             },
895             "suggest": {
896                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
897             },
898             "type": "library",
899             "autoload": {
900                 "files": [
901                     "lib/random.php"
902                 ]
903             },
904             "notification-url": "https://packagist.org/downloads/",
905             "license": [
906                 "MIT"
907             ],
908             "authors": [
909                 {
910                     "name": "Paragon Initiative Enterprises",
911                     "email": "security@paragonie.com",
912                     "homepage": "https://paragonie.com"
913                 }
914             ],
915             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
916             "keywords": [
917                 "csprng",
918                 "pseudorandom",
919                 "random"
920             ],
921             "time": "2017-09-27T21:40:39+00:00"
922         },
923         {
924             "name": "pear/console_getopt",
925             "version": "v1.4.1",
926             "source": {
927                 "type": "git",
928                 "url": "https://github.com/pear/Console_Getopt.git",
929                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
930             },
931             "dist": {
932                 "type": "zip",
933                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
934                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
935                 "shasum": ""
936             },
937             "type": "library",
938             "autoload": {
939                 "psr-0": {
940                     "Console": "./"
941                 }
942             },
943             "notification-url": "https://packagist.org/downloads/",
944             "include-path": [
945                 "./"
946             ],
947             "license": [
948                 "BSD-2-Clause"
949             ],
950             "authors": [
951                 {
952                     "name": "Greg Beaver",
953                     "email": "cellog@php.net",
954                     "role": "Helper"
955                 },
956                 {
957                     "name": "Andrei Zmievski",
958                     "email": "andrei@php.net",
959                     "role": "Lead"
960                 },
961                 {
962                     "name": "Stig Bakken",
963                     "email": "stig@php.net",
964                     "role": "Developer"
965                 }
966             ],
967             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
968             "time": "2015-07-20T20:28:12+00:00"
969         },
970         {
971             "name": "pear/pear-core-minimal",
972             "version": "v1.10.3",
973             "source": {
974                 "type": "git",
975                 "url": "https://github.com/pear/pear-core-minimal.git",
976                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
977             },
978             "dist": {
979                 "type": "zip",
980                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
981                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
982                 "shasum": ""
983             },
984             "require": {
985                 "pear/console_getopt": "~1.4",
986                 "pear/pear_exception": "~1.0"
987             },
988             "replace": {
989                 "rsky/pear-core-min": "self.version"
990             },
991             "type": "library",
992             "autoload": {
993                 "psr-0": {
994                     "": "src/"
995                 }
996             },
997             "notification-url": "https://packagist.org/downloads/",
998             "include-path": [
999                 "src/"
1000             ],
1001             "license": [
1002                 "BSD-3-Clause"
1003             ],
1004             "authors": [
1005                 {
1006                     "name": "Christian Weiske",
1007                     "email": "cweiske@php.net",
1008                     "role": "Lead"
1009                 }
1010             ],
1011             "description": "Minimal set of PEAR core files to be used as composer dependency",
1012             "time": "2017-02-28T16:46:11+00:00"
1013         },
1014         {
1015             "name": "pear/pear_exception",
1016             "version": "v1.0.0",
1017             "source": {
1018                 "type": "git",
1019                 "url": "https://github.com/pear/PEAR_Exception.git",
1020                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
1021             },
1022             "dist": {
1023                 "type": "zip",
1024                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
1025                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
1026                 "shasum": ""
1027             },
1028             "require": {
1029                 "php": ">=4.4.0"
1030             },
1031             "require-dev": {
1032                 "phpunit/phpunit": "*"
1033             },
1034             "type": "class",
1035             "extra": {
1036                 "branch-alias": {
1037                     "dev-master": "1.0.x-dev"
1038                 }
1039             },
1040             "autoload": {
1041                 "psr-0": {
1042                     "PEAR": ""
1043                 }
1044             },
1045             "notification-url": "https://packagist.org/downloads/",
1046             "include-path": [
1047                 "."
1048             ],
1049             "license": [
1050                 "BSD-2-Clause"
1051             ],
1052             "authors": [
1053                 {
1054                     "name": "Helgi Thormar",
1055                     "email": "dufuz@php.net"
1056                 },
1057                 {
1058                     "name": "Greg Beaver",
1059                     "email": "cellog@php.net"
1060                 }
1061             ],
1062             "description": "The PEAR Exception base class.",
1063             "homepage": "https://github.com/pear/PEAR_Exception",
1064             "keywords": [
1065                 "exception"
1066             ],
1067             "time": "2015-02-10T20:07:52+00:00"
1068         },
1069         {
1070             "name": "pear/text_highlighter",
1071             "version": "dev-master",
1072             "source": {
1073                 "type": "git",
1074                 "url": "https://github.com/pear/Text_Highlighter.git",
1075                 "reference": "2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855"
1076             },
1077             "dist": {
1078                 "type": "zip",
1079                 "url": "https://api.github.com/repos/pear/Text_Highlighter/zipball/2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855",
1080                 "reference": "2ccac2d9eaf55dc08bbbdb7136c93fb399d0f855",
1081                 "shasum": ""
1082             },
1083             "require": {
1084                 "pear/pear-core-minimal": "~1.10.0",
1085                 "php": ">=5.4.0"
1086             },
1087             "require-dev": {
1088                 "phpunit/phpunit": "@stable"
1089             },
1090             "type": "library",
1091             "autoload": {
1092                 "psr-0": {
1093                     "Text": "./"
1094                 }
1095             },
1096             "include-path": [
1097                 "./"
1098             ],
1099             "license": [
1100                 "PHP-3.01"
1101             ],
1102             "authors": [
1103                 {
1104                     "email": "ssttoo@gmail.com",
1105                     "name": "Stoyan Stefanov",
1106                     "role": "Lead"
1107                 },
1108                 {
1109                     "email": "demenev@gmail.com",
1110                     "name": "Andrey Demenev",
1111                     "role": "Lead"
1112                 }
1113             ],
1114             "description": "More info available on: http://pear.php.net/package/Text_Highlighter",
1115             "support": {
1116                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_Highlighter",
1117                 "source": "https://github.com/pear/Text_Highlighter"
1118             },
1119             "time": "2018-01-27T08:24:15+00:00"
1120         },
1121         {
1122             "name": "pear/text_languagedetect",
1123             "version": "v1.0.0",
1124             "source": {
1125                 "type": "git",
1126                 "url": "https://github.com/pear/Text_LanguageDetect.git",
1127                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6"
1128             },
1129             "dist": {
1130                 "type": "zip",
1131                 "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/bb9ff6f4970f686fac59081e916b456021fe7ba6",
1132                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6",
1133                 "shasum": ""
1134             },
1135             "require-dev": {
1136                 "phpunit/phpunit": "*"
1137             },
1138             "suggest": {
1139                 "ext-mbstring": "May require the mbstring PHP extension"
1140             },
1141             "type": "library",
1142             "autoload": {
1143                 "psr-0": {
1144                     "Text": "./"
1145                 }
1146             },
1147             "notification-url": "https://packagist.org/downloads/",
1148             "include-path": [
1149                 "./"
1150             ],
1151             "license": [
1152                 "BSD-2-Clause"
1153             ],
1154             "authors": [
1155                 {
1156                     "name": "Nicholas Pisarro",
1157                     "email": "taak@php.net",
1158                     "role": "Lead"
1159                 }
1160             ],
1161             "description": "Identify human languages from text samples",
1162             "homepage": "http://pear.php.net/package/Text_LanguageDetect",
1163             "time": "2017-03-02T16:14:08+00:00"
1164         },
1165         {
1166             "name": "smarty/smarty",
1167             "version": "v3.1.31",
1168             "source": {
1169                 "type": "git",
1170                 "url": "https://github.com/smarty-php/smarty.git",
1171                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
1172             },
1173             "dist": {
1174                 "type": "zip",
1175                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
1176                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
1177                 "shasum": ""
1178             },
1179             "require": {
1180                 "php": ">=5.2"
1181             },
1182             "type": "library",
1183             "extra": {
1184                 "branch-alias": {
1185                     "dev-master": "3.1.x-dev"
1186                 }
1187             },
1188             "autoload": {
1189                 "files": [
1190                     "libs/bootstrap.php"
1191                 ]
1192             },
1193             "notification-url": "https://packagist.org/downloads/",
1194             "license": [
1195                 "LGPL-3.0"
1196             ],
1197             "authors": [
1198                 {
1199                     "name": "Monte Ohrt",
1200                     "email": "monte@ohrt.com"
1201                 },
1202                 {
1203                     "name": "Uwe Tews",
1204                     "email": "uwe.tews@googlemail.com"
1205                 },
1206                 {
1207                     "name": "Rodney Rehm",
1208                     "email": "rodney.rehm@medialize.de"
1209                 }
1210             ],
1211             "description": "Smarty - the compiling PHP template engine",
1212             "homepage": "http://www.smarty.net",
1213             "keywords": [
1214                 "templating"
1215             ],
1216             "time": "2016-12-14T21:57:25+00:00"
1217         }
1218     ],
1219     "packages-dev": [],
1220     "aliases": [],
1221     "minimum-stability": "stable",
1222     "stability-flags": {
1223         "pear/text_highlighter": 20
1224     },
1225     "prefer-stable": false,
1226     "prefer-lowest": false,
1227     "platform": {
1228         "php": ">5.6",
1229         "ext-xml": "*"
1230     },
1231     "platform-dev": []
1232 }