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.json30
1 files changed, 14 insertions, 16 deletions
diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json
index e218af714..82971fc8b 100644
--- a/node_modules/glob/package.json
+++ b/node_modules/glob/package.json
@@ -1,20 +1,22 @@
{
- "_from": "glob@~7.1.1",
- "_id": "glob@7.1.1",
- "_integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
+ "_from": "glob@7.1.2",
+ "_id": "glob@7.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "glob@~7.1.1",
+ "raw": "glob@7.1.2",
"name": "glob",
"escapedName": "glob",
- "rawSpec": "~7.1.1",
+ "rawSpec": "7.1.2",
"saveSpec": null,
- "fetchSpec": "~7.1.1"
+ "fetchSpec": "7.1.2"
},
"_requiredBy": [
+ "#USER",
"/",
"/cacache",
"/init-package-json",
@@ -26,17 +28,15 @@
"/tap",
"/tap/tap-mocha-reporter"
],
- "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
- "_shasum": "805211df04faaf1c63a3600306cdf5ade50b2ec8",
- "_shrinkwrap": null,
- "_spec": "glob@~7.1.1",
+ "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
+ "_shasum": "c19c9df9a028702d678612384a6552404c636d15",
+ "_spec": "glob@7.1.2",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "bin": null,
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
@@ -45,7 +45,7 @@
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
- "minimatch": "^3.0.2",
+ "minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
@@ -69,8 +69,6 @@
"license": "ISC",
"main": "glob.js",
"name": "glob",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
@@ -84,5 +82,5 @@
"test": "tap test/*.js --cov",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
},
- "version": "7.1.1"
+ "version": "7.1.2"
}