UNPKG

readtastic

Version:

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

51 lines (50 loc) 1.07 kB
{ "name": "readtastic", "version": "1.5.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": "^10.0.1", "@jest/globals": "^30.4.1", "eslint": "^10.4.0", "globals": "^17.6.0", "jest": "^30.4.2" } }