heyujie
2021-05-20 6ebdefb4a5b2be82a8c452c0bb4624f3d85a17b7
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
68
69
70
71
72
73
74
75
76
{
  "_from": "through2-filter@^3.0.0",
  "_id": "through2-filter@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-cA54bfI2fCyIzYqlvkz5weeDElQ=",
  "_location": "/through2-filter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "through2-filter@^3.0.0",
    "name": "through2-filter",
    "escapedName": "through2-filter",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/unique-stream"
  ],
  "_resolved": "https://registry.npm.taobao.org/through2-filter/download/through2-filter-3.0.0.tgz",
  "_shasum": "700e786df2367c2c88cd8aa5be4cf9c1e7831254",
  "_spec": "through2-filter@^3.0.0",
  "_where": "C:\\Users\\admin\\Documents\\HBuilderProjects\\warning_app\\node_modules\\unique-stream",
  "author": {
    "name": "Bryce B. Baril"
  },
  "bugs": {
    "url": "https://github.com/brycebaril/through2-filter/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "through2": "~2.0.0",
    "xtend": "~4.0.0"
  },
  "deprecated": false,
  "description": "A through2 to create an Array.prototype.filter analog for streams.",
  "devDependencies": {
    "concat-stream": "^1.4.7",
    "stream-spigot": "^3.0.5",
    "tape": "^4.0.0"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/brycebaril/through2-filter#readme",
  "jshintConfig": {
    "asi": true,
    "globalstrict": true,
    "validthis": true,
    "eqnull": true,
    "node": true,
    "loopfunc": true,
    "newcap": false,
    "eqeqeq": false
  },
  "keywords": [
    "streams",
    "through",
    "through2",
    "filter"
  ],
  "license": "MIT",
  "name": "through2-filter",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/brycebaril/through2-filter.git"
  },
  "scripts": {
    "test": "node test/"
  },
  "version": "3.0.0"
}