update, text, response

This commit is contained in:
2025-11-02 11:09:14 +01:00
parent 14776c86b0
commit eed8a4ddcf
2794 changed files with 156786 additions and 129204 deletions

View File

@@ -1,16 +1,17 @@
{
"name": "unique-stream",
"version": "2.3.1",
"version": "2.4.0",
"description": "node.js through stream that emits a unique stream of objects based on criteria",
"repository": "eugeneware/unique-stream",
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "MIT",
"files": [
"index.js"
"index.js",
"LICENSE"
],
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha"
"coverage": "nyc npm run test"
},
"keywords": [
"unique",
@@ -21,12 +22,12 @@
],
"dependencies": {
"json-stable-stringify-without-jsonify": "^1.0.1",
"through2-filter": "^3.0.0"
"through2-filter": "3.0.0"
},
"devDependencies": {
"after": "~0.8.1",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"nyc": "^17.1.0"
}
}