mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
37 lines
761 B
JSON
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"
|
|
]
|
|
}
|