|
{
|
|
"_from": "split2@^2.0.0",
|
|
"_id": "split2@2.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==",
|
|
"_location": "/split2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "split2@^2.0.0",
|
|
"name": "split2",
|
|
"escapedName": "split2",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/conventional-commits-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz",
|
|
"_shasum": "186b2575bcf83e85b7d18465756238ee4ee42493",
|
|
"_spec": "split2@^2.0.0",
|
|
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-commits-parser",
|
|
"author": {
|
|
"name": "Matteo Collina",
|
|
"email": "hello@matteocollina.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/mcollina/split2/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"through2": "^2.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "split a Text Stream into a Line Stream, using Stream 3",
|
|
"devDependencies": {
|
|
"callback-stream": "^1.1.0",
|
|
"fastbench": "^1.0.0",
|
|
"pre-commit": "^1.1.2",
|
|
"safe-buffer": "^5.1.1",
|
|
"standard": "^10.0.0",
|
|
"tap": "^10.0.0"
|
|
},
|
|
"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": {
|
|
"test": "standard && tap -b test.js"
|
|
},
|
|
"version": "2.2.0",
|
|
"website": "https://github.com/mcollina/split2"
|
|
}
|