Swap-Aggregator-Subgraph/node_modules/ndjson/package.json
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

37 lines
761 B
JSON

{
"name": "ndjson",
"version": "1.5.0",
"description": "streaming newline delimited json parser + serializer",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"bin": {
"ndjson": "cli.js"
},
"author": "max ogden",
"license": "BSD-3-Clause",
"dependencies": {
"json-stringify-safe": "^5.0.1",
"minimist": "^1.2.0",
"split2": "^3.1.0",
"through2": "^3.0.0"
},
"devDependencies": {
"concat-stream": "^2.0.0",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git://github.com/maxogden/ndjson.git"
},
"bugs": {
"url": "https://github.com/maxogden/ndjson/issues"
},
"homepage": "https://github.com/maxogden/ndjson",
"keywords": [
"ndjson",
"ldjson"
]
}