UNPKG

nofilter

Version:

Read and write a growable buffer as a stream

73 lines (72 loc) 1.75 kB
{ "name": "nofilter", "version": "6.4.1", "description": "Read and write a growable buffer as a stream", "main": "lib/index.js", "type": "module", "types": "types/index.d.ts", "scripts": { "clean": "rm -rf coverage doc **/.DS_Store", "lint": "eslint .", "test": "c8 mocha test/*.js", "docs": "typedoc lib/index.js", "types": "tsc", "build": "npm run types && npm run docs && npm run lint && npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/hildjj/nofilter.git" }, "keywords": [ "buffer", "stream", "duplex", "transform", "#nofilter", "no-filter", "concat" ], "author": { "name": "Joe Hildebrand", "email": "joe-github@cursive.net" }, "license": "MIT", "bugs": { "url": "https://github.com/hildjj/nofilter/issues" }, "contributors": [ { "name": "Jimmy Wärting", "email": "jimmy@warting.se", "url": "https://jimmy.warting.se" } ], "homepage": "https://github.com/hildjj/nofilter#readme", "devDependencies": { "@cto.af/eslint-config": "^6.2.5", "@eslint/markdown": "7.5.1", "@types/node": "^25.3.3", "chai": "^6.2.2", "chai-as-promised": "^8.0.2", "eslint": "^10.0.2", "eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-jsdoc": "^62.7.1", "eslint-plugin-mocha": "11.2.0", "mocha": "^11.7.5", "p-event": "^7.1.0", "superc8": "12.2.4", "typedoc": "^0.28.17", "typescript": "5.9.3", "typescript-eslint": "8.56.1" }, "packageManager": "pnpm@10.30.3", "pnpm": { "overrides": { "mocha@11.7.5>diff": "8.0.3", "mocha@11.7.5>serialize-javascript": "7.0.4" } }, "engines": { "node": ">=20" } }