UNPKG

linereader2

Version:

Asynchronous, buffered, chunk-by-chunk file reader with customizable buffer size on Node.js.

56 lines (55 loc) 1.4 kB
{ "name": "linereader2", "version": "1.2.1", "description": "Asynchronous, buffered, chunk-by-chunk file reader with customizable buffer size on Node.js.", "url": "https://github.com/aldipermanaetikaputra/linereader2", "keywords": [ "line", "reader", "line-reader", "chunk", "file", "buffer", "stream" ], "author": "Aldi Permana Etika Putra <aldipermanaetikaputra@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/aldipermanaetikaputra/linereader2/issues" }, "files": [ "lib" ], "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc -p tsconfig.build.json", "test": "jest", "lint": "eslint . --ext .ts", "version": "yarn build" }, "repository": { "type": "git", "url": "https://github.com/aldipermanaetikaputra/linereader2.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "chunkreader2": "^1.1.7" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/tmp": "^0.2.3", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.37.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.5.0", "prettier": "^2.8.7", "tmp": "^0.2.1", "ts-jest": "^29.0.5", "typescript": "4.9.5" } }