wishthis/node_modules/unique-stream/package.json
2022-02-23 17:41:13 +01:00

70 lines
1.7 KiB
JSON

{
"_args": [
[
"unique-stream@2.3.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "unique-stream@2.3.1",
"_id": "unique-stream@2.3.1",
"_inBundle": false,
"_integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==",
"_location": "/unique-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "unique-stream@2.3.1",
"name": "unique-stream",
"escapedName": "unique-stream",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/glob-stream"
],
"_resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz",
"_spec": "2.3.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Eugene Ware",
"email": "eugene@noblesamurai.com"
},
"bugs": {
"url": "https://github.com/eugeneware/unique-stream/issues"
},
"dependencies": {
"json-stable-stringify-without-jsonify": "^1.0.1",
"through2-filter": "^3.0.0"
},
"description": "node.js through stream that emits a unique stream of objects based on criteria",
"devDependencies": {
"after": "~0.8.1",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/eugeneware/unique-stream#readme",
"keywords": [
"unique",
"stream",
"unique-stream",
"streaming",
"streams"
],
"license": "MIT",
"name": "unique-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/eugeneware/unique-stream.git"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"test": "mocha"
},
"version": "2.3.1"
}