Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "split2",
  "version": "3.2.2",
  "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"
  },
  "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",
    "safe-buffer": "^5.1.1",
    "standard": "^14.0.0",
    "tape": "^5.0.0"
  },
  "dependencies": {
    "readable-stream": "^3.0.0"
  }

,"_resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz"
,"_integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg=="
,"_from": "split2@3.2.2"
}