{ "name": "read", "version": "2.1.0", "main": "lib/read.js", "dependencies": { "mute-stream": "~1.0.0" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.13.0", "tap": "^16.3.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" }, "author": "GitHub Inc.", "description": "read(1) for node programs", "repository": { "type": "git", "url": "https://github.com/npm/read.git" }, "license": "ISC", "scripts": { "test": "tap", "lint": "eslint \"**/*.js\"", "postlint": "template-oss-check", "template-oss-apply": "template-oss-apply --force", "lintfix": "npm run lint -- --fix", "snap": "tap", "posttest": "npm run lint" }, "files": [ "bin/", "lib/" ], "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "4.13.0", "publish": "true" }, "tap": { "statements": 77, "branches": 75, "functions": 57, "lines": 78, "test-ignore": "fixtures/", "nyc-arg": [ "--exclude", "tap-snapshots/**" ] } }