UNPKG

json-streaming-reader

Version:

Line delimited and concatenated JSON streaming protocol reader.

67 lines (66 loc) 1.85 kB
{ "name": "json-streaming-reader", "version": "1.0.2", "description": "Line delimited and concatenated JSON streaming protocol reader.", "main": "dist/index.js", "scripts": { "test": "nyc --reporter=html --reporter=text mocha", "commit": "npx git-cz", "lint": "tslint 'src/**/*.ts' 'test/**/*.ts' index.ts", "prettify": "prettier src/**/*.{md,ts,json} test/**/*.{md,ts,json} index.{md,ts,json} --write --config .prettierrc.yml && tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts' 'index.ts' --fix", "build": "rimraf ./dist/ && tsc", "prepublishOnly": "npm run build && npm run lint" }, "author": "FireBlink LTD", "license": "MIT", "dependencies": { "stream-json": "1.1.4", "@types/stream-json": "1.0.0" }, "devDependencies": { "@commitlint/cli": "7.5.1", "@commitlint/config-conventional": "7.5.0", "@types/chai": "4.1.7", "@types/node": "10.12.24", "chai": "4.2.0", "chai-as-promised": "7.1.1", "commitizen": "3.0.5", "conventional-changelog-cli": "2.0.11", "cz-conventional-changelog": "2.1.0", "husky": "1.3.1", "jsonlint": "1.6.3", "lint-staged": "8.1.3", "mocha": "5.2.0", "mocha-typescript": "1.1.17", "mochawesome": "3.1.1", "nyc": "13.2.0", "prettier": "1.16.4", "rimraf": "2.6.3", "source-map-support": "0.5.10", "tslint": "5.12.1", "tslint-config-prettier": "1.18.0", "typescript": "3.3.3" }, "keywords": [ "fireblink", "json", "stream", "concatenated", "line", "delimited", "streaming", "parser", "reader", "protocol" ], "contributors": [ { "name": "Vladyslav Tkachenko", "email": "vlad@fireblink.com" } ], "repository": { "type": "git", "url": "git+https://github.com/FireBlinkLTD/json-streaming-reader.git" } }