update, text, response
This commit is contained in:
13
node_modules/unique-stream/package.json
generated
vendored
13
node_modules/unique-stream/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user