Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2019-07-02 03:18:18 +0300
committerisaacs <i@izs.me>2019-07-03 20:08:32 +0300
commit74140042917ea241062a812ceb65c5423c2bafa9 (patch)
tree8779cb78ab9b3de6fbe1bde52c6b685bc1f9c592 /node_modules/glob
parent0d0517f7f8c902b5064ac18fb4015b31750ad2b2 (diff)
glob@7.1.4
Diffstat (limited to 'node_modules/glob')
-rw-r--r--node_modules/glob/LICENSE6
-rw-r--r--node_modules/glob/README.md7
-rw-r--r--node_modules/glob/package.json29
3 files changed, 26 insertions, 16 deletions
diff --git a/node_modules/glob/LICENSE b/node_modules/glob/LICENSE
index 19129e315..42ca266df 100644
--- a/node_modules/glob/LICENSE
+++ b/node_modules/glob/LICENSE
@@ -13,3 +13,9 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+## Glob Logo
+
+Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
+under a Creative Commons Attribution-ShareAlike 4.0 International License
+https://creativecommons.org/licenses/by-sa/4.0/
diff --git a/node_modules/glob/README.md b/node_modules/glob/README.md
index baa1d1ba8..e71b967ea 100644
--- a/node_modules/glob/README.md
+++ b/node_modules/glob/README.md
@@ -7,7 +7,7 @@ Match files using the patterns the shell uses, like stars and stuff.
This is a glob implementation in JavaScript. It uses the `minimatch`
library to do its matching.
-![](oh-my-glob.gif)
+![](logo/glob.png)
## Usage
@@ -347,6 +347,11 @@ Users are thus advised not to use a glob result as a guarantee of
filesystem state in the face of rapid changes. For the vast majority
of operations, this is never a problem.
+## Glob Logo
+Glob's logo was created by [Tanya Brassie](http://tanyabrassie.com/). Logo files can be found [here](https://github.com/isaacs/node-glob/tree/master/logo).
+
+The logo is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
+
## Contributing
Any change to behavior (including bugfixes) must come with a test.
diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json
index 7c64de275..788801e29 100644
--- a/node_modules/glob/package.json
+++ b/node_modules/glob/package.json
@@ -1,40 +1,39 @@
{
- "_from": "glob@7.1.3",
- "_id": "glob@7.1.3",
+ "_from": "glob@7.1.4",
+ "_id": "glob@7.1.4",
"_inBundle": false,
- "_integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
+ "_integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "glob@7.1.3",
+ "raw": "glob@7.1.4",
"name": "glob",
"escapedName": "glob",
- "rawSpec": "7.1.3",
+ "rawSpec": "7.1.4",
"saveSpec": null,
- "fetchSpec": "7.1.3"
+ "fetchSpec": "7.1.4"
},
"_requiredBy": [
"#USER",
"/",
- "/cacache",
"/deglob",
"/eslint",
- "/globby",
"/init-package-json",
"/node-gyp",
- "/npm-registry-fetch/cacache",
+ "/nyc",
"/pacote",
"/read-package-json",
"/rimraf",
"/tap",
- "/tap-mocha-reporter"
+ "/tap-mocha-reporter",
+ "/test-exclude"
],
- "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
- "_shasum": "3960832d3f1574108342dafd3a67b332c0969df1",
- "_spec": "glob@7.1.3",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
+ "_shasum": "aa608a2f6c577ad357e1ae5a5c26d9a8d1969255",
+ "_spec": "glob@7.1.4",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -85,5 +84,5 @@
"test": "tap test/*.js --cov",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
},
- "version": "7.1.3"
+ "version": "7.1.4"
}