UNPKG

nthline

Version:
28 lines (27 loc) 491 B
{ "name": "nthline", "version": "1.0.2", "description": "read nth line without reading entire file", "main": "nthline.js", "repository": "BorisChumichev/node-nthline", "scripts": { "test": "nyc ava" }, "keywords": [ "line", "read", "specific", "nth", "file" ], "license": "MIT", "devDependencies": { "ava": "0.19.1", "coveralls": "^2.13.0", "nyc": "^10.2.0", "ramda": "^0.23.0" }, "engines": { "node": ">= 0.11.12" } }