diff --git a/node_modules/glob/glob.js b/node_modules/glob/glob.js index cc0e254..48262b5 100644 --- a/node_modules/glob/glob.js +++ b/node_modules/glob/glob.js @@ -43,7 +43,7 @@ var fs = require("graceful-fs") , EE = require("events").EventEmitter , path = require("path") , isDir = {} -, assert = require("assert") +, assert = require("assert").ok function glob (pattern, options, cb) { if (typeof options === "function") cb = options, options = {} diff --git a/node_modules/glob/node_modules/graceful-fs/node_modules/fast-list/package.json b/node_modules/glob/node_modules/graceful-fs/node_modules/fast-list/package.json index 9bcc6b4..c8a1e79 100644 --- a/node_modules/glob/node_modules/graceful-fs/node_modules/fast-list/package.json +++ b/node_modules/glob/node_modules/graceful-fs/node_modules/fast-list/package.json @@ -1,5 +1,9 @@ { - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, "name": "fast-list", "description": "A fast linked list (good for queues, stacks, etc.)", "version": "1.0.2", @@ -16,5 +20,19 @@ "scripts": { "test": "tap test.js", "bench": "node bench.js" - } + }, + "_npmUser": { + "name": "tootallnate", + "email": "nathan@tootallnate.net" + }, + "_id": "fast-list@1.0.2", + "optionalDependencies": {}, + "engines": { + "node": "*" + }, + "_engineSupported": true, + "_npmVersion": "1.1.4", + "_nodeVersion": "v0.6.12", + "_defaultsLoaded": true, + "_from": "fast-list@1" } diff --git a/node_modules/glob/node_modules/graceful-fs/package.json b/node_modules/glob/node_modules/graceful-fs/package.json index 98fc779..8e9bd4d 100644 --- a/node_modules/glob/node_modules/graceful-fs/package.json +++ b/node_modules/glob/node_modules/graceful-fs/package.json @@ -1,5 +1,9 @@ { - "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me" + }, "name": "graceful-fs", "description": "fs monkey-patching to avoid EMFILE and other problems", "version": "1.1.5", @@ -14,5 +18,16 @@ "dependencies": { "fast-list": "1" }, - "devDependencies": {} + "devDependencies": {}, + "_npmUser": { + "name": "tootallnate", + "email": "nathan@tootallnate.net" + }, + "_id": "graceful-fs@1.1.5", + "optionalDependencies": {}, + "_engineSupported": true, + "_npmVersion": "1.1.4", + "_nodeVersion": "v0.6.12", + "_defaultsLoaded": true, + "_from": "graceful-fs@~1.1.2" } diff --git a/node_modules/glob/node_modules/inherits/package.json b/node_modules/glob/node_modules/inherits/package.json index 5beb005..21246aa 100644 --- a/node_modules/glob/node_modules/inherits/package.json +++ b/node_modules/glob/node_modules/inherits/package.json @@ -1,7 +1,38 @@ -{ "name" : "inherits" -, "description": "A tiny simple way to do classic inheritance in js" -, "version" : "1.0.0" -, "keywords" : ["inheritance", "class", "klass", "oop", "object-oriented"] -, "main" : "./inherits.js" -, "repository" : "https://github.com/isaacs/inherits" -, "author" : "Isaac Z. Schlueter (http://blog.izs.me/)" } +{ + "name": "inherits", + "description": "A tiny simple way to do classic inheritance in js", + "version": "1.0.0", + "keywords": [ + "inheritance", + "class", + "klass", + "oop", + "object-oriented" + ], + "main": "./inherits.js", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/inherits.git" + }, + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "_npmUser": { + "name": "tootallnate", + "email": "nathan@tootallnate.net" + }, + "_id": "inherits@1.0.0", + "dependencies": {}, + "devDependencies": {}, + "optionalDependencies": {}, + "engines": { + "node": "*" + }, + "_engineSupported": true, + "_npmVersion": "1.1.4", + "_nodeVersion": "v0.6.12", + "_defaultsLoaded": true, + "_from": "inherits@1" +} diff --git a/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/package.json b/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/package.json index 676ec3a..24a2ac5 100644 --- a/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/package.json +++ b/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/package.json @@ -1,13 +1,39 @@ -{ "name": "lru-cache" -, "description": "A cache object that deletes the least-recently-used items." -, "version": "1.0.5" -, "author": "Isaac Z. Schlueter " -, "scripts": { "test": "tap test" } -, "main": "lib/lru-cache.js" -, "repository": "git://github.com/isaacs/node-lru-cache.git" -, "devDependencies": { "tap": "0.1" } -, "license": - { "type": "MIT" - , "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE" - } +{ + "name": "lru-cache", + "description": "A cache object that deletes the least-recently-used items.", + "version": "1.0.5", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me" + }, + "scripts": { + "test": "tap test" + }, + "main": "lib/lru-cache.js", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/node-lru-cache.git" + }, + "devDependencies": { + "tap": "0.1" + }, + "license": { + "type": "MIT", + "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE" + }, + "_npmUser": { + "name": "tootallnate", + "email": "nathan@tootallnate.net" + }, + "_id": "lru-cache@1.0.5", + "dependencies": {}, + "optionalDependencies": {}, + "engines": { + "node": "*" + }, + "_engineSupported": true, + "_npmVersion": "1.1.4", + "_nodeVersion": "v0.6.12", + "_defaultsLoaded": true, + "_from": "lru-cache@~1.0.5" } diff --git a/node_modules/glob/node_modules/minimatch/package.json b/node_modules/glob/node_modules/minimatch/package.json index ee66c3b..cda3ed7 100644 --- a/node_modules/glob/node_modules/minimatch/package.json +++ b/node_modules/glob/node_modules/minimatch/package.json @@ -1,5 +1,9 @@ { - "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me" + }, "name": "minimatch", "description": "a glob matcher in javascript", "version": "0.2.0", @@ -20,10 +24,21 @@ "devDependencies": { "tap": "~0.1.3" }, - "licenses" : [ + "licenses": [ { - "type" : "MIT", - "url" : "http://github.com/isaacs/minimatch/raw/master/LICENSE" + "type": "MIT", + "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE" } - ] + ], + "_npmUser": { + "name": "tootallnate", + "email": "nathan@tootallnate.net" + }, + "_id": "minimatch@0.2.0", + "optionalDependencies": {}, + "_engineSupported": true, + "_npmVersion": "1.1.4", + "_nodeVersion": "v0.6.12", + "_defaultsLoaded": true, + "_from": "minimatch@0.2" } diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json index 9282eae..b862fc9 100644 --- a/node_modules/glob/package.json +++ b/node_modules/glob/package.json @@ -1,8 +1,12 @@ { - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, "name": "glob", "description": "a little globber", - "version": "3.1.4", + "version": "3.1.6", "repository": { "type": "git", "url": "git://github.com/isaacs/node-glob.git" @@ -17,11 +21,25 @@ "inherits": "1" }, "devDependencies": { - "tap": "0.1", - "mkdirp":"0.2", - "rimraf":"1" + "tap": "~0.2.3", + "mkdirp": "0", + "rimraf": "1" }, "scripts": { "test": "tap test/*.js" - } + }, + "_npmUser": { + "name": "tootallnate", + "email": "nathan@tootallnate.net" + }, + "_id": "glob@3.1.6", + "optionalDependencies": {}, + "_engineSupported": true, + "_npmVersion": "1.1.4", + "_nodeVersion": "v0.6.12", + "_defaultsLoaded": true, + "dist": { + "shasum": "df1a2c7e4b3e2e8e5a977f67adc55ef0788e66cf" + }, + "_from": "glob@3.1.6" } diff --git a/node_modules/glob/test/cwd-test.js b/node_modules/glob/test/cwd-test.js index a6e7fd8..352c27e 100644 --- a/node_modules/glob/test/cwd-test.js +++ b/node_modules/glob/test/cwd-test.js @@ -4,7 +4,7 @@ var origCwd = process.cwd() process.chdir(__dirname) tap.test("changing cwd and searching for **/d", function (t) { - var glob = require('glob') + var glob = require('../') var path = require('path') t.test('.', function (t) { glob('**/d', function (er, matches) { diff --git a/node_modules/glob/test/root-nomount.js b/node_modules/glob/test/root-nomount.js index a0104a3..3ac5979 100644 --- a/node_modules/glob/test/root-nomount.js +++ b/node_modules/glob/test/root-nomount.js @@ -4,7 +4,7 @@ var origCwd = process.cwd() process.chdir(__dirname) tap.test("changing root and searching for /b*/**", function (t) { - var glob = require('glob') + var glob = require('../') var path = require('path') t.test('.', function (t) { glob('/b*/**', { globDebug: true, root: '.', nomount: true }, function (er, matches) { diff --git a/node_modules/glob/test/root.js b/node_modules/glob/test/root.js index aa3b10e..5ccdd0e 100644 --- a/node_modules/glob/test/root.js +++ b/node_modules/glob/test/root.js @@ -4,7 +4,7 @@ var origCwd = process.cwd() process.chdir(__dirname) tap.test("changing root and searching for /b*/**", function (t) { - var glob = require('glob') + var glob = require('../') var path = require('path') t.test('.', function (t) { glob('/b*/**', { globDebug: true, root: '.' }, function (er, matches) {