strong-tie/inbound-calls
0
1{2 "name": "split2",3 "version": "4.2.0",4 "description": "split a Text Stream into a Line Stream, using Stream 3",5 "main": "index.js",6 "scripts": {7 "lint": "standard --verbose",8 "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test.js",9 "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",10 "test:report": "npm run lint && npm run unit:report",11 "test": "npm run lint && npm run unit",12 "legacy": "tape test.js"13 },14 "pre-commit": [15 "test"16 ],17 "website": "https://github.com/mcollina/split2",18 "repository": {19 "type": "git",20 "url": "https://github.com/mcollina/split2.git"21 },22 "bugs": {23 "url": "http://github.com/mcollina/split2/issues"24 },25 "engines": {26 "node": ">= 10.x"27 },28 "author": "Matteo Collina <hello@matteocollina.com>",29 "license": "ISC",30 "devDependencies": {31 "binary-split": "^1.0.3",32 "callback-stream": "^1.1.0",33 "fastbench": "^1.0.0",34 "nyc": "^15.0.1",35 "pre-commit": "^1.1.2",36 "standard": "^17.0.0",37 "tape": "^5.0.0"38 }39}40 