UNPKG

big-json

Version:

A stream based implementation of JSON.parse and JSON.stringify for big POJOs

49 lines (48 loc) 1.15 kB
{ "name": "big-json", "version": "3.2.0", "main": "lib/index.js", "description": "A stream based implementation of JSON.parse and JSON.stringify for big POJOs", "homepage": "https://github.com/DonutEspresso/big-json", "author": { "name": "Alex Liu", "email": "donutespresso@gmail.com" }, "repository": { "type": "git", "url": "git@github.com:DonutEspresso/big-json.git" }, "license": "MIT", "files": [ "lib" ], "keywords": [ "big-json", "json", "streams", "parse", "stringify" ], "devDependencies": { "chai": "^4.2.0", "conventional-changelog-angular": "^5.0.3", "conventional-recommended-bump": "^6.0.0", "coveralls": "^3.0.6", "documentation": "^12.0.0", "eslint": "^6.1.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-prettier": "^3.1.0", "mocha": "^6.2.0", "nyc": "^14.1.1", "prettier": "^1.18.2", "unleash": "^2.0.1" }, "dependencies": { "JSONStream": "^1.3.1", "assert-plus": "^1.0.0", "into-stream": "^5.1.0", "json-stream-stringify": "^2.0.1", "once": "^1.4.0", "through2": "^3.0.1" } }