wishthis/node_modules/unique-stream/package.json

33 lines
716 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "unique-stream",
"version": "2.3.1",
2022-02-23 16:41:13 +00:00
"description": "node.js through stream that emits a unique stream of objects based on criteria",
2022-04-08 10:55:35 +00:00
"repository": "eugeneware/unique-stream",
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "MIT",
2022-02-23 16:41:13 +00:00
"files": [
"index.js"
],
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha"
},
2022-02-23 16:41:13 +00:00
"keywords": [
"unique",
"stream",
"unique-stream",
"streaming",
"streams"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"json-stable-stringify-without-jsonify": "^1.0.1",
"through2-filter": "^3.0.0"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"after": "~0.8.1",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
}
2022-01-21 08:28:41 +00:00
}