UNPKG

nofilter

Version:

Read and write a growable buffer as a stream

68 lines (67 loc) 1.64 kB
{ "name": "nofilter", "version": "6.0.2", "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.0.12", "@eslint/markdown": "7.1.0", "@types/node": "^24.1.0", "c8": "^10.1.3", "chai": "^5.2.1", "chai-as-promised": "^8.0.1", "eslint": "^9.32.0", "eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-jsdoc": "^52.0.2", "eslint-plugin-mocha": "11.1.0", "mocha": "^11.7.1", "nyc": "^17.1.0", "p-event": "^6.0.1", "typedoc": "^0.28.9", "typescript": "5.8.3", "typescript-eslint": "8.38.0" }, "packageManager": "pnpm@10.14.0", "engines": { "node": ">=20" } }