1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| {
| "_from": "unique-stream@^2.0.2",
| "_id": "unique-stream@2.3.1",
| "_inBundle": false,
| "_integrity": "sha1-xl0RDppK35psWUiygFPZqNBMvqw=",
| "_location": "/unique-stream",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "unique-stream@^2.0.2",
| "name": "unique-stream",
| "escapedName": "unique-stream",
| "rawSpec": "^2.0.2",
| "saveSpec": null,
| "fetchSpec": "^2.0.2"
| },
| "_requiredBy": [
| "/glob-stream"
| ],
| "_resolved": "https://registry.npm.taobao.org/unique-stream/download/unique-stream-2.3.1.tgz",
| "_shasum": "c65d110e9a4adf9a6c5948b28053d9a8d04cbeac",
| "_spec": "unique-stream@^2.0.2",
| "_where": "C:\\Users\\admin\\Documents\\HBuilderProjects\\warning_app\\node_modules\\glob-stream",
| "author": {
| "name": "Eugene Ware",
| "email": "eugene@noblesamurai.com"
| },
| "bugs": {
| "url": "https://github.com/eugeneware/unique-stream/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "json-stable-stringify-without-jsonify": "^1.0.1",
| "through2-filter": "^3.0.0"
| },
| "deprecated": false,
| "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"
| }
|
|