2016-08-16 06:37:51 +00:00
|
|
|
{
|
2019-02-19 00:10:56 +00:00
|
|
|
"name": "@pushrocks/smartstream",
|
2019-02-20 22:18:21 +00:00
|
|
|
"version": "1.0.14",
|
2019-02-19 00:10:56 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "simplifies access to node streams",
|
2016-08-16 06:37:51 +00:00
|
|
|
"main": "dist/index.js",
|
2016-09-25 12:00:16 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-08-16 06:37:51 +00:00
|
|
|
"scripts": {
|
2019-02-19 00:10:56 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2016-08-16 06:37:51 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartstream.git"
|
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartstream/issues"
|
|
|
|
},
|
2016-09-25 12:00:16 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartstream#README",
|
|
|
|
"devDependencies": {
|
2019-02-19 00:10:56 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.8",
|
|
|
|
"@gitzone/tstest": "^1.0.18",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"tslint": "^5.12.1",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2016-09-25 12:00:16 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-02-19 00:10:56 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@types/through2": "^2.0.34",
|
|
|
|
"through2": "^3.0.0"
|
2016-09-25 12:00:16 +00:00
|
|
|
}
|
2019-02-19 23:40:32 +00:00
|
|
|
}
|