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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
  "_from": "glob-stream@^6.1.0",
  "_id": "glob-stream@6.1.0",
  "_inBundle": false,
  "_integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=",
  "_location": "/glob-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "glob-stream@^6.1.0",
    "name": "glob-stream",
    "escapedName": "glob-stream",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/help-me"
  ],
  "_resolved": "https://registry.nlark.com/glob-stream/download/glob-stream-6.1.0.tgz",
  "_shasum": "7045c99413b3eb94888d83ab46d0b404cc7bdde4",
  "_spec": "glob-stream@^6.1.0",
  "_where": "C:\\Users\\admin\\Documents\\HBuilderProjects\\warning_app\\node_modules\\help-me",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/glob-stream/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eric Schoffstall",
      "email": "yo@contra.io"
    },
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "dependencies": {
    "extend": "^3.0.0",
    "glob": "^7.1.1",
    "glob-parent": "^3.1.0",
    "is-negated-glob": "^1.0.0",
    "ordered-read-streams": "^1.0.0",
    "pumpify": "^1.3.5",
    "readable-stream": "^2.1.5",
    "remove-trailing-separator": "^1.0.1",
    "to-absolute-glob": "^2.0.0",
    "unique-stream": "^2.0.2"
  },
  "deprecated": false,
  "description": "A Readable Stream interface over node-glob.",
  "devDependencies": {
    "eslint": "^1.10.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.19.0",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.4.0",
    "jscs-preset-gulp": "^1.0.0",
    "mississippi": "^1.2.0",
    "mocha": "^2.4.5"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "readable.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/gulpjs/glob-stream#readme",
  "keywords": [
    "glob",
    "stream",
    "gulp",
    "readable",
    "fs",
    "files"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "glob-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/glob-stream.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js readable.js test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "6.1.0"
}