/
opt
/
canhelp
/
node_modules
/
split2
/
/opt/canhelp/node_modules/split2
mkdir
upload
Name
Size
Mode
Actions
bench.js
472
0644
edit
dl
rm
index.js
3764
0644
edit
dl
rm
LICENSE
764
0644
edit
dl
rm
package.json
1113
0644
edit
dl
rm
README.md
3381
0644
edit
dl
rm
test.js
7925
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/split2/package.json
(1113B)
{ "name": "split2", "version": "4.2.0", "description": "split a Text Stream into a Line Stream, using Stream 3", "main": "index.js", "scripts": { "lint": "standard --verbose", "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test.js", "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js", "test:report": "npm run lint && npm run unit:report", "test": "npm run lint && npm run unit", "legacy": "tape test.js" }, "pre-commit": [ "test" ], "website": "https://github.com/mcollina/split2", "repository": { "type": "git", "url": "https://github.com/mcollina/split2.git" }, "bugs": { "url": "http://github.com/mcollina/split2/issues" }, "engines": { "node": ">= 10.x" }, "author": "Matteo Collina <hello@matteocollina.com>", "license": "ISC", "devDependencies": { "binary-split": "^1.0.3", "callback-stream": "^1.1.0", "fastbench": "^1.0.0", "nyc": "^15.0.1", "pre-commit": "^1.1.2", "standard": "^17.0.0", "tape": "^5.0.0" } }
Save
cmd:
run