UNPKG

readtastic

Version:

Readtastic is a fast, minimaslitic, light-weight, promise based tool for interacting with input stream line by line.

50 lines (49 loc) 1.04 kB
{ "name": "readtastic", "version": "1.2.0", "main": "index.js", "scripts": { "test": "jest" }, "types": "typings/index.d.ts", "keywords": [ "Readline", "Stream", "input-stream", "output-stream", "blazed.js", "readtastic", "readline-sync", "readline-async", "node", "nodejs", "package", "axios", "npm", "gaxios", "node-fetch" ], "contributors": [ "BlazeInferno64", "blazeinferno" ], "jest": { "testMatch": [ "**/test/**/*.js" ] }, "author": "BlazeInferno64", "license": "MIT", "homepage": "https://github.com/blazeinferno64/readtastic.js#readme", "repository": { "type": "git", "url": "git+https://github.com/blazeinferno64/readtastic.js.git" }, "description": "Readtastic is a fast, minimaslitic, light-weight, promise based tool for interacting with input stream line by line.", "devDependencies": { "@eslint/js": "^9.17.0", "eslint": "^9.17.0", "globals": "^15.14.0", "jest": "^29.7.0" } }