123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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": "^2.1.0",
- "through2": "^2.0.3"
- },
- "devDependencies": {
- "concat-stream": "^1.5.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"
- ]
- }
|