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-28 23:25:39 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-05-28 23:41:54 +0300
commitba0e0a845a4f29717aba566b416a27d1a22f5d08 (patch)
treefa91396309df0994f334c0d61d66c0677f25bf44 /node_modules/glob
parent7333701b5d4f01673f37d64992c63c4e15864d6d (diff)
glob@5.0.10
Add coverage to tests.
Diffstat (limited to 'node_modules/glob')
-rw-r--r--node_modules/glob/package.json23
1 files changed, 12 insertions, 11 deletions
diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json
index 5a5af13b7..a0538e955 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.7",
+ "version": "5.0.10",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
@@ -30,36 +30,36 @@
"devDependencies": {
"mkdirp": "0",
"rimraf": "^2.2.8",
- "tap": "^1.0.3",
+ "tap": "^1.1.4",
"tick": "0.0.6"
},
"scripts": {
"prepublish": "npm run benchclean",
"profclean": "rm -f v8.log profile.txt",
- "test": "npm run profclean && tap test/*.js",
+ "test": "tap test/*.js --cov",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
"bench": "bash benchmark.sh",
"prof": "bash prof.sh && cat profile.txt",
"benchclean": "bash benchclean.sh"
},
"license": "ISC",
- "gitHead": "cfd963c3c95e51864d69092e32479ddb73c3278e",
+ "gitHead": "e3cdccc0e295c2e1d5f40cf74c73ea17a8319c5c",
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"homepage": "https://github.com/isaacs/node-glob#readme",
- "_id": "glob@5.0.7",
- "_shasum": "9748021208e3fd7c3bcc7167ddbd2f1f94676a43",
- "_from": "glob@>=5.0.6 <5.1.0",
- "_npmVersion": "2.10.0",
+ "_id": "glob@5.0.10",
+ "_shasum": "3ee350319f31f352cef6899a48f6b6b7834c6899",
+ "_from": "glob@>=5.0.10 <5.1.0",
+ "_npmVersion": "2.10.1",
"_nodeVersion": "2.0.1",
"_npmUser": {
"name": "isaacs",
"email": "isaacs@npmjs.com"
},
"dist": {
- "shasum": "9748021208e3fd7c3bcc7167ddbd2f1f94676a43",
- "tarball": "http://registry.npmjs.org/glob/-/glob-5.0.7.tgz"
+ "shasum": "3ee350319f31f352cef6899a48f6b6b7834c6899",
+ "tarball": "http://registry.npmjs.org/glob/-/glob-5.0.10.tgz"
},
"maintainers": [
{
@@ -68,5 +68,6 @@
}
],
"directories": {},
- "_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.7.tgz"
+ "_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.10.tgz",
+ "readme": "ERROR: No README data found!"
}