Added custom log name

This commit is contained in:
2019-11-22 09:43:37 +00:00
parent c4b856da62
commit 646700c73f
699 changed files with 5186 additions and 4259 deletions

2
node_modules/glob/README.md generated vendored
View File

@ -371,3 +371,5 @@ npm run bench
# to profile javascript
npm run prof
```
![](oh-my-glob.gif)

15
node_modules/glob/package.json generated vendored
View File

@ -1,8 +1,8 @@
{
"_from": "glob@^7.0.5",
"_id": "glob@7.1.4",
"_id": "glob@7.1.6",
"_inBundle": false,
"_integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
"_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
@ -18,10 +18,10 @@
"_requiredBy": [
"/protobufjs"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
"_shasum": "aa608a2f6c577ad357e1ae5a5c26d9a8d1969255",
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
"_shasum": "141f33b81a7c2492e125594307480c46679278a6",
"_spec": "glob@^7.0.5",
"_where": "/home/sergiu/linx-audio-simulator/node_modules/protobufjs",
"_where": "/home/safemobile/LINX/linx-simulator2/node_modules/protobufjs",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@ -55,6 +55,9 @@
"sync.js",
"common.js"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"homepage": "https://github.com/isaacs/node-glob#readme",
"license": "ISC",
"main": "glob.js",
@ -72,5 +75,5 @@
"test": "tap test/*.js --cov",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
},
"version": "7.1.4"
"version": "7.1.6"
}