| 1 |
[ |
| 2 |
{ |
| 3 |
"name": "zordius/lightncandy", |
| 4 |
"version": "v1.2.5", |
| 5 |
"version_normalized": "1.2.5.0", |
| 6 |
"source": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/zordius/lightncandy.git", |
| 9 |
"reference": "37aa381e0f27d411a630062070c7a5a2174c62e7" |
| 10 |
}, |
| 11 |
"dist": { |
| 12 |
"type": "zip", |
| 13 |
"url": "https://api.github.com/repos/zordius/lightncandy/zipball/37aa381e0f27d411a630062070c7a5a2174c62e7", |
| 14 |
"reference": "37aa381e0f27d411a630062070c7a5a2174c62e7", |
| 15 |
"shasum": "" |
| 16 |
}, |
| 17 |
"require": { |
| 18 |
"php": ">=7.1.0" |
| 19 |
}, |
| 20 |
"require-dev": { |
| 21 |
"phpunit/phpunit": "^7" |
| 22 |
}, |
| 23 |
"time": "2020-03-08T06:00:24+00:00", |
| 24 |
"type": "library", |
| 25 |
"extra": { |
| 26 |
"branch-alias": { |
| 27 |
"dev-master": "1.2.5-dev" |
| 28 |
} |
| 29 |
}, |
| 30 |
"installation-source": "dist", |
| 31 |
"autoload": { |
| 32 |
"psr-4": { |
| 33 |
"LightnCandy\\": "src" |
| 34 |
} |
| 35 |
}, |
| 36 |
"notification-url": "https://packagist.org/downloads/", |
| 37 |
"license": [ |
| 38 |
"MIT" |
| 39 |
], |
| 40 |
"authors": [ |
| 41 |
{ |
| 42 |
"name": "Zordius Chen", |
| 43 |
"email": "zordius@gmail.com" |
| 44 |
} |
| 45 |
], |
| 46 |
"description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).", |
| 47 |
"homepage": "https://github.com/zordius/lightncandy", |
| 48 |
"keywords": [ |
| 49 |
"handlebars", |
| 50 |
"logicless", |
| 51 |
"mustache", |
| 52 |
"php", |
| 53 |
"template" |
| 54 |
] |
| 55 |
} |
| 56 |
] |
| 57 |
|