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:
authorForrest L Norvell <forrest@npmjs.com>2015-05-15 03:13:30 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-05-15 03:13:30 +0300
commita2d6578b6554c5c9d48fe2006751759f4da57520 (patch)
treec880410e954ec0caee1a8cd8ae33f855ea0263eb /node_modules/glob
parent64cd1a570aaa5f24ccba190948ec9456297c97f5 (diff)
glob@1.0.3
Use newer tap for tests.
Diffstat (limited to 'node_modules/glob')
-rw-r--r--node_modules/glob/node_modules/path-is-absolute/package.json5
-rw-r--r--node_modules/glob/package.json30
2 files changed, 18 insertions, 17 deletions
diff --git a/node_modules/glob/node_modules/path-is-absolute/package.json b/node_modules/glob/node_modules/path-is-absolute/package.json
index fb42bcb34..39372636f 100644
--- a/node_modules/glob/node_modules/path-is-absolute/package.json
+++ b/node_modules/glob/node_modules/path-is-absolute/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/sindresorhus/path-is-absolute"
+ "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
},
"author": {
"name": "Sindre Sorhus",
@@ -65,5 +65,6 @@
"tarball": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
+ "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json
index e60f438d3..d2276e1b2 100644
--- a/node_modules/glob/package.json
+++ b/node_modules/glob/package.json
@@ -6,7 +6,7 @@
},
"name": "glob",
"description": "a little globber",
- "version": "5.0.5",
+ "version": "5.0.6",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
@@ -30,7 +30,7 @@
"devDependencies": {
"mkdirp": "0",
"rimraf": "^2.2.8",
- "tap": "^0.5.0",
+ "tap": "^1.0.3",
"tick": "0.0.6"
},
"scripts": {
@@ -43,19 +43,23 @@
"benchclean": "bash benchclean.sh"
},
"license": "ISC",
- "gitHead": "9db1a83b44da0c60f5fdd31b28b1f9917ee6316d",
+ "gitHead": "7a0d65d7ed11871be6b5a68dc6f15e3f4b3fb93d",
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
- "homepage": "https://github.com/isaacs/node-glob",
- "_id": "glob@5.0.5",
- "_shasum": "784431e4e29a900ae0d47fba6aa1c7f16a8e7df7",
- "_from": "glob@>=5.0.5 <5.1.0",
- "_npmVersion": "2.7.6",
- "_nodeVersion": "1.4.2",
+ "homepage": "https://github.com/isaacs/node-glob#readme",
+ "_id": "glob@5.0.6",
+ "_shasum": "51f1377c8d5ba36015997655d22bd7d20246accd",
+ "_from": "glob@>=5.0.6 <5.1.0",
+ "_npmVersion": "2.9.1",
+ "_nodeVersion": "2.0.1",
"_npmUser": {
"name": "isaacs",
- "email": "i@izs.me"
+ "email": "isaacs@npmjs.com"
+ },
+ "dist": {
+ "shasum": "51f1377c8d5ba36015997655d22bd7d20246accd",
+ "tarball": "http://registry.npmjs.org/glob/-/glob-5.0.6.tgz"
},
"maintainers": [
{
@@ -63,10 +67,6 @@
"email": "i@izs.me"
}
],
- "dist": {
- "shasum": "784431e4e29a900ae0d47fba6aa1c7f16a8e7df7",
- "tarball": "http://registry.npmjs.org/glob/-/glob-5.0.5.tgz"
- },
"directories": {},
- "_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.5.tgz"
+ "_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.6.tgz"
}