30 lines
817 B
JSON
30 lines
817 B
JSON
{
|
|
"name": "@promistream/split-lines",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"ppstreams"
|
|
],
|
|
"repository": "http://git.cryto.net/promistream/split-lines.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"@promistream/collect": "^0.1.1",
|
|
"@promistream/from-iterable": "^0.1.0",
|
|
"bluebird": "^3.7.2",
|
|
"eslint": "^6.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@promistream/buffer": "^0.1.0",
|
|
"@promistream/last-will": "^0.1.0",
|
|
"@promistream/map": "^0.1.0",
|
|
"@promistream/pipe": "^0.1.1",
|
|
"@validatem/core": "^0.3.13",
|
|
"@validatem/default-to": "^0.1.0",
|
|
"@validatem/is-boolean": "^0.1.1",
|
|
"@validatem/is-string": "^1.0.0",
|
|
"last-item": "^1.0.0"
|
|
}
|
|
}
|