{
  "_args": [
    [
      "split2@4.1.0",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "split2@4.1.0",
  "_id": "split2@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==",
  "_location": "/split2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "split2@4.1.0",
    "name": "split2",
    "escapedName": "split2",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/pgpass"
  ],
  "_resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "http://github.com/mcollina/split2/issues"
  },
  "description": "split a Text Stream into a Line Stream, using Stream 3",
  "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": "^16.0.1",
    "tape": "^5.0.0"
  },
  "engines": {
    "node": ">= 10.x"
  },
  "homepage": "https://github.com/mcollina/split2#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "split2",
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/split2.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
    "legacy": "tape test.js",
    "lint": "standard --verbose",
    "test": "npm run lint && npm run unit",
    "test:report": "npm run lint && npm run unit:report",
    "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test.js"
  },
  "version": "4.1.0",
  "website": "https://github.com/mcollina/split2"
}
