This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 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)

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

@@ -1,26 +1,19 @@
{
"_args": [
[
"glob@7.1.4",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "glob@7.1.4",
"_id": "glob@7.1.4",
"_from": "glob@^7.1.2",
"_id": "glob@7.1.6",
"_inBundle": false,
"_integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
"_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "glob@7.1.4",
"raw": "glob@^7.1.2",
"name": "glob",
"escapedName": "glob",
"rawSpec": "7.1.4",
"rawSpec": "^7.1.2",
"saveSpec": null,
"fetchSpec": "7.1.4"
"fetchSpec": "^7.1.2"
},
"_requiredBy": [
"/@jest/reporters",
@@ -29,9 +22,10 @@
"/rimraf",
"/test-exclude"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
"_spec": "7.1.4",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
"_shasum": "141f33b81a7c2492e125594307480c46679278a6",
"_spec": "glob@^7.1.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/reporters",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -40,6 +34,7 @@
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
@@ -48,6 +43,7 @@
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"deprecated": false,
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",
@@ -63,6 +59,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",
@@ -80,5 +79,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"
}