{ "name": "peek-readable", "version": "5.1.3", "description": "Read and peek from a readable stream", "author": { "name": "Borewit", "url": "https://github.com/Borewit" }, "funding": { "type": "github", "url": "https://github.com/sponsors/Borewit" }, "scripts": { "clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output", "build": "npm run clean && npm run compile", "compile-src": "tsc -p lib", "compile-test": "tsc -p test", "compile": "npm run compile-src && yarn run compile-test", "eslint": "eslint lib/**/*.ts --ignore-pattern lib/**/*.d.ts test/**/*.ts", "lint-md": "remark -u preset-lint-recommended .", "lint": "npm run lint-md && npm run eslint", "test": "mocha", "test-coverage": "c8 npm run test", "start": "npm run compile && npm run lint && npm run cover-test" }, "engines": { "node": ">=14.16" }, "repository": { "type": "git", "url": "git+https://github.com/Borewit/peek-readable" }, "license": "MIT", "type": "module", "exports": "./lib/index.js", "types": "lib/index.d.ts", "bugs": { "url": "https://github.com/Borewit/peek-readable/issues" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts" ], "devDependencies": { "@eslint/compat": "^1.1.1", "@eslint/eslintrc": "^3.1.0", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "c8": "^10.1.2", "chai": "^5.1.1", "del-cli": "^5.1.0", "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.7.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-unicorn": "^54.0.0", "globals": "^15.8.0", "mocha": "^10.6.0", "remark-cli": "^12.0.1", "remark-preset-lint-recommended": "^7.0.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typescript": "^5.5.3" }, "keywords": [ "readable", "buffer", "stream", "read" ], "packageManager": "yarn@4.3.1" }