{ "name": "clue\/ndjson-react", "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.", "keywords": [ "NDJSON", "newline", "JSON", "jsonlines", "streaming", "ReactPHP" ], "homepage": "https:\/\/github.com\/clue\/reactphp-ndjson", "license": "MIT", "authors": [ { "name": "Christian L\u00fcck", "email": "christian@clue.engineering" } ], "autoload": { "psr-4": { "RectorPrefix20211129\\Clue\\React\\NDJson\\": "src\/" } }, "autoload-dev": { "psr-4": { "RectorPrefix20211129\\Clue\\Tests\\React\\NDJson\\": "tests\/" } }, "require": { "php": ">=5.3", "react\/stream": "^1.0 || ^0.7 || ^0.6" }, "require-dev": { "react\/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", "phpunit\/phpunit": "^9.3 || ^5.7 || ^4.8.35" } }