| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "unique-stream@^2.0.2", |
| 3 | "_id": "unique-stream@2.3.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==", |
| 6 | "_location": "/unique-stream", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "unique-stream@^2.0.2", |
| 12 | "name": "unique-stream", |
| 13 | "escapedName": "unique-stream", |
| 14 | "rawSpec": "^2.0.2", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^2.0.2" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/glob-stream" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz", |
| 22 | "_shasum": "c65d110e9a4adf9a6c5948b28053d9a8d04cbeac", |
| 23 | "_spec": "unique-stream@^2.0.2", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\glob-stream", |
| 25 | "author": { |
| 26 | "name": "Eugene Ware", |
| 27 | "email": "eugene@noblesamurai.com" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/eugeneware/unique-stream/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "dependencies": { |
| 34 | "json-stable-stringify-without-jsonify": "^1.0.1", |
| 35 | "through2-filter": "^3.0.0" |
| 36 | }, |
| 37 | "deprecated": false, |
| 38 | "description": "node.js through stream that emits a unique stream of objects based on criteria", |
| 39 | "devDependencies": { |
| 40 | "after": "~0.8.1", |
| 41 | "chai": "^4.2.0", |
| 42 | "istanbul": "^0.4.5", |
| 43 | "mocha": "^5.2.0" |
| 44 | }, |
| 45 | "files": [ |
| 46 | "index.js" |
| 47 | ], |
| 48 | "homepage": "https://github.com/eugeneware/unique-stream#readme", |
| 49 | "keywords": [ |
| 50 | "unique", |
| 51 | "stream", |
| 52 | "unique-stream", |
| 53 | "streaming", |
| 54 | "streams" |
| 55 | ], |
| 56 | "license": "MIT", |
| 57 | "name": "unique-stream", |
| 58 | "repository": { |
| 59 | "type": "git", |
| 60 | "url": "git+https://github.com/eugeneware/unique-stream.git" |
| 61 | }, |
| 62 | "scripts": { |
| 63 | "coverage": "istanbul cover _mocha", |
| 64 | "test": "mocha" |
| 65 | }, |
| 66 | "version": "2.3.1" |
| 67 | } |