2021-11-23 13:20:36 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-11-01 14:15:38 +00:00
|
|
|
"RectorPrefix202211\\Clue\\React\\NDJson\\": "src\/"
|
2021-11-23 13:20:36 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2022-11-01 14:15:38 +00:00
|
|
|
"RectorPrefix202211\\Clue\\Tests\\React\\NDJson\\": "tests\/"
|
2021-11-23 13:20:36 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|