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:
Diffstat (limited to 'node_modules/glob/package.json')
-rw-r--r--node_modules/glob/package.json34
1 files changed, 21 insertions, 13 deletions
diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json
index 788801e29..a29d43e28 100644
--- a/node_modules/glob/package.json
+++ b/node_modules/glob/package.json
@@ -1,38 +1,43 @@
{
- "_from": "glob@7.1.4",
- "_id": "glob@7.1.4",
+ "_from": "glob@^7.1.4",
+ "_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.4",
"name": "glob",
"escapedName": "glob",
- "rawSpec": "7.1.4",
+ "rawSpec": "^7.1.4",
"saveSpec": null,
- "fetchSpec": "7.1.4"
+ "fetchSpec": "^7.1.4"
},
"_requiredBy": [
- "#USER",
"/",
+ "/@npmcli/map-workspaces",
+ "/bin-links/rimraf",
+ "/cacache",
+ "/cacache/rimraf",
"/deglob",
"/eslint",
+ "/flat-cache/rimraf",
"/init-package-json",
"/node-gyp",
+ "/npm-packlist",
"/nyc",
- "/pacote",
+ "/pacote/rimraf",
"/read-package-json",
"/rimraf",
"/tap",
"/tap-mocha-reporter",
"/test-exclude"
],
- "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
- "_shasum": "aa608a2f6c577ad357e1ae5a5c26d9a8d1969255",
- "_spec": "glob@7.1.4",
+ "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
+ "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
+ "_spec": "glob@^7.1.4",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
@@ -67,6 +72,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",
@@ -84,5 +92,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"
}