mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"name": "unique-stream",
|
|
"version": "1.0.0",
|
|
"description": "node.js through stream that emits a unique stream of objects based on criteria",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eugeneware/unique-stream"
|
|
},
|
|
"keywords": [
|
|
"unique",
|
|
"stream",
|
|
"unique-stream",
|
|
"streaming",
|
|
"streams"
|
|
],
|
|
"author": "Eugene Ware <eugene@noblesamurai.com>",
|
|
"license": "BSD",
|
|
"devDependencies": {
|
|
"chai": "~1.7.2",
|
|
"mocha": "^1.18.2",
|
|
"after": "~0.8.1"
|
|
}
|
|
}
|