{
"_args": [
[
"split2@^3.0.0",
"/usr/local/lib/node_modules/@ionic/cli"
]
],
"_from": "split2@>=3.0.0 <4.0.0",
"_hasShrinkwrap": false,
"_id": "split2@3.2.2",
"_inCache": true,
"_installable": true,
"_location": "/@ionic/cli/split2",
"_nodeVersion": "12.18.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/split2_3.2.2_1598086057086_0.6395128618097448"
},
"_npmUser": {
"email": "hello@matteocollina.com",
"name": "matteo.collina"
},
"_npmVersion": "6.14.8",
"_phantomChildren": {},
"_requested": {
"name": "split2",
"raw": "split2@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/@ionic/cli"
],
"_resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
"_shasum": "bf2cf2a37d838312c249c89206fd7a17dd12365f",
"_shrinkwrap": null,
"_spec": "split2@^3.0.0",
"_where": "/usr/local/lib/node_modules/@ionic/cli",
"author": {
"email": "hello@matteocollina.com",
"name": "Matteo Collina"
},
"bugs": {
"url": "http://github.com/mcollina/split2/issues"
},
"dependencies": {
"readable-stream": "^3.0.0"
},
"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",
"safe-buffer": "^5.1.1",
"standard": "^14.0.0",
"tape": "^5.0.0"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQNupCRA9TVsSAnZWagAAYQQP/0bxSRPrhflt/PWw4wty\njT66LKIDR3Kkl0S37XflEZYrb7Fq72LcbTL46PCXLO2IzlSGQ82+/dbvaF9B\nzzd5hhuA+mpEQ1U7EBfzTj1Uxm8djDntzYF86+svnVcrH+EGKHI2bhNbFNQ5\nC6OLnrTcG/IzTfeYUn5zUSkX4hF7uh9+5t3MaO4xdgxQ+9ugsPzZNVrqEe7J\nnMVyIvirgD6Ir4UgaMebu3Vi7A9Y+Tb+/r01iEbXp3gm031bbxNnRM/8cZeO\ntU0k6w8rjOnAzJDSwehapOoP2LP6EJ6uX+jiJoH6IZI9IqvlR3KpB8KVVUJt\nSPckP/zkB3MWEddFmmHLRyFpyuRUkjBEzbkNrOCArhN3WtmyepeH7Xx0lTBx\nLV2uvSBAqY/kG9WaWlqptz2xuo4yKstmJb0WOzMiyuHTXswPb0rL52y57Cgg\nZzD90PRYRoRODsPNpjHx4aY+J0EEVWMYC74ka29J/ysnwOK9nx5KRZy8tH+p\nFWbPJcbRxVcjeJsC9Za7D0AtGYBCd/CxjWEv6XNEGajyMXvqb4e/6mKMpTo7\nzVxtVSE9Q9uuSoUBZnrlann9KGCC5aogAPIulu2aVrYKkpvl13AYwYMDYI5p\nI24WJv4SJ3Omfq7qwInYctuY7Eu0FINt3NhHgKAOLatwckcYxwAGWncj4YGb\ncelJ\r\n=1ZYG\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "bf2cf2a37d838312c249c89206fd7a17dd12365f",
"tarball": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
"unpackedSize": 17174
},
"gitHead": "2b64b3d96fe34bf4e8bbd2a905886c33b798b742",
"homepage": "https://github.com/mcollina/split2#readme",
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "matteo.collina",
"email": "hello@matteocollina.com"
}
],
"name": "split2",
"optionalDependencies": {},
"pre-commit": [
"test"
],
"readme": "ERROR: No README data found!",
"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": "3.2.2",
"website": "https://github.com/mcollina/split2"
}