stream-sync
Version:
Synchronous stream library. Includes FileReadStreamSync
44 lines (43 loc) • 865 B
JSON
{
"name": "stream-sync",
"version": "1.2.0",
"description": "Synchronous stream library. Includes FileReadStreamSync",
"main": "dist/main.js",
"types": "./dist/main.d.ts",
"files": [
"dist"
],
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^17.0.23"
},
"scripts": {
"build": "tsc",
"test-lint": "eslint src --ext .js,.ts",
"test": "node test/test.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comlog-gmbh/stream-sync.git"
},
"keywords": [
"syncronous",
"file",
"stream",
"buffer",
"string"
],
"author": "COMLOG GmbH",
"license": "ISC",
"bugs": {
"url": "https://github.com/comlog-gmbh/stream-sync/issues"
},
"homepage": "https://github.com/comlog-gmbh/stream-sync#readme",
"engines": {
"node": ">= 6"
}
}