[
    {
        "name": "leafo/scssphp",
        "version": "v0.1.10",
        "version_normalized": "0.1.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/scssphp.git",
            "reference": "9e945cc64ccb6126123dd45cc2d219a4fbc99582"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/scssphp/zipball/9e945cc64ccb6126123dd45cc2d219a4fbc99582",
            "reference": "9e945cc64ccb6126123dd45cc2d219a4fbc99582",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "kherge/box": "~2.5",
            "phpunit/phpunit": "~3.7",
            "squizlabs/php_codesniffer": "~2.3"
        },
        "time": "2015-08-23T16:12:31+00:00",
        "bin": [
            "bin/pscss"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "classmap.php"
            ],
            "psr-4": {
                "Leafo\\ScssPhp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "scssphp is a compiler for SCSS written in PHP.",
        "homepage": "http://leafo.github.io/scssphp/",
        "keywords": [
            "css",
            "less",
            "sass",
            "scss",
            "stylesheet"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "01ab082b355bf188d907b9929cd99b2923053495"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
            "reference": "01ab082b355bf188d907b9929cd99b2923053495",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-01-15T00:49:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Michelf\\": "Michelf/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "https://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "https://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "https://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "name": "phpoffice/phpexcel",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PHPExcel.git",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.2.0"
        },
        "time": "2015-05-01T07:00:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPExcel": "Classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://blog.rootslabs.net"
            },
            {
                "name": "Erik Tilt"
            }
        ],
        "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "http://phpexcel.codeplex.com",
        "keywords": [
            "OpenXML",
            "excel",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ],
        "abandoned": "phpoffice/phpspreadsheet"
    },
    {
        "name": "tomk79/filesystem",
        "version": "1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tomk79/filesystem.git",
            "reference": "cc56b41e386d430d376a0c0953591b9fd9b0cb57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tomk79/filesystem/zipball/cc56b41e386d430d376a0c0953591b9fd9b0cb57",
            "reference": "cc56b41e386d430d376a0c0953591b9fd9b0cb57",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpdocumentor/phpdocumentor": "2.8.*",
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2016-09-05T12:15:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "php/filesystem.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tomoya Koyanagi",
                "email": "tomk79@gmail.com",
                "homepage": "http://www.pxt.jp/"
            }
        ],
        "description": "Simple filesystem utility for PHP.",
        "keywords": [
            "filesystem"
        ]
    },
    {
        "name": "tomk79/php-excel2html",
        "version": "0.0.7",
        "version_normalized": "0.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tomk79/php-excel2html.git",
            "reference": "70c019f6c8582b15b6114803d5e97f42393baf2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tomk79/php-excel2html/zipball/70c019f6c8582b15b6114803d5e97f42393baf2d",
            "reference": "70c019f6c8582b15b6114803d5e97f42393baf2d",
            "shasum": ""
        },
        "require": {
            "michelf/php-markdown": "^1.6.0",
            "php": ">=5.3.0",
            "phpoffice/phpexcel": "1.8.*",
            "tomk79/filesystem": "1.*"
        },
        "require-dev": {
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2016-10-18T08:03:45+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "php/main.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tomoya Koyanagi",
                "email": "tomk79@gmail.com"
            }
        ],
        "description": "Convert Excel(*.xlsx) to HTML table. with PHPExcel."
    },
    {
        "name": "tomk79/request",
        "version": "0.1.4",
        "version_normalized": "0.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tomk79/request.git",
            "reference": "5b008a93f03899c101c9bd67a057100011e72782"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tomk79/request/zipball/5b008a93f03899c101c9bd67a057100011e72782",
            "reference": "5b008a93f03899c101c9bd67a057100011e72782",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "tomk79/filesystem": "1.*"
        },
        "require-dev": {
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2015-03-18T15:24:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "php/request.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tomoya Koyanagi",
                "email": "tomk79@gmail.com"
            }
        ]
    }
]
