From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/mocha/node_modules/.bin/jade | 1 + node_modules/mocha/node_modules/.bin/mkdirp | 1 + .../mocha/node_modules/.bin/supports-color | 2 +- .../node_modules/escape-string-regexp/index.js | 11 - .../node_modules/escape-string-regexp/package.json | 103 -- .../node_modules/escape-string-regexp/readme.md | 27 - node_modules/mocha/node_modules/glob/package.json | 89 +- .../mocha/node_modules/minimatch/package.json | 89 +- .../mocha/node_modules/supports-color/cli.js | 29 - .../mocha/node_modules/supports-color/index.js | 39 - .../mocha/node_modules/supports-color/package.json | 119 -- .../mocha/node_modules/supports-color/readme.md | 44 - node_modules/mocha/package.json | 1582 ++++---------------- 13 files changed, 348 insertions(+), 1788 deletions(-) create mode 120000 node_modules/mocha/node_modules/.bin/jade create mode 120000 node_modules/mocha/node_modules/.bin/mkdirp delete mode 100644 node_modules/mocha/node_modules/escape-string-regexp/index.js delete mode 100644 node_modules/mocha/node_modules/escape-string-regexp/package.json delete mode 100644 node_modules/mocha/node_modules/escape-string-regexp/readme.md delete mode 100755 node_modules/mocha/node_modules/supports-color/cli.js delete mode 100644 node_modules/mocha/node_modules/supports-color/index.js delete mode 100644 node_modules/mocha/node_modules/supports-color/package.json delete mode 100644 node_modules/mocha/node_modules/supports-color/readme.md (limited to 'node_modules/mocha') diff --git a/node_modules/mocha/node_modules/.bin/jade b/node_modules/mocha/node_modules/.bin/jade new file mode 120000 index 000000000..2d0832099 --- /dev/null +++ b/node_modules/mocha/node_modules/.bin/jade @@ -0,0 +1 @@ +../../../jade/bin/jade \ No newline at end of file diff --git a/node_modules/mocha/node_modules/.bin/mkdirp b/node_modules/mocha/node_modules/.bin/mkdirp new file mode 120000 index 000000000..91a5f623f --- /dev/null +++ b/node_modules/mocha/node_modules/.bin/mkdirp @@ -0,0 +1 @@ +../../../mkdirp/bin/cmd.js \ No newline at end of file diff --git a/node_modules/mocha/node_modules/.bin/supports-color b/node_modules/mocha/node_modules/.bin/supports-color index af0f05efe..886732fac 120000 --- a/node_modules/mocha/node_modules/.bin/supports-color +++ b/node_modules/mocha/node_modules/.bin/supports-color @@ -1 +1 @@ -../supports-color/cli.js \ No newline at end of file +../../../supports-color/cli.js \ No newline at end of file diff --git a/node_modules/mocha/node_modules/escape-string-regexp/index.js b/node_modules/mocha/node_modules/escape-string-regexp/index.js deleted file mode 100644 index ac6572cab..000000000 --- a/node_modules/mocha/node_modules/escape-string-regexp/index.js +++ /dev/null @@ -1,11 +0,0 @@ -'use strict'; - -var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g; - -module.exports = function (str) { - if (typeof str !== 'string') { - throw new TypeError('Expected a string'); - } - - return str.replace(matchOperatorsRe, '\\$&'); -}; diff --git a/node_modules/mocha/node_modules/escape-string-regexp/package.json b/node_modules/mocha/node_modules/escape-string-regexp/package.json deleted file mode 100644 index cd3583827..000000000 --- a/node_modules/mocha/node_modules/escape-string-regexp/package.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "_args": [ - [ - { - "raw": "escape-string-regexp@1.0.2", - "scope": null, - "escapedName": "escape-string-regexp", - "name": "escape-string-regexp", - "rawSpec": "1.0.2", - "spec": "1.0.2", - "type": "version" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/mocha" - ] - ], - "_from": "escape-string-regexp@1.0.2", - "_id": "escape-string-regexp@1.0.2", - "_inCache": true, - "_location": "/mocha/escape-string-regexp", - "_npmUser": { - "name": "jbnicolai", - "email": "jappelman@xebia.com" - }, - "_npmVersion": "1.4.23", - "_phantomChildren": {}, - "_requested": { - "raw": "escape-string-regexp@1.0.2", - "scope": null, - "escapedName": "escape-string-regexp", - "name": "escape-string-regexp", - "rawSpec": "1.0.2", - "spec": "1.0.2", - "type": "version" - }, - "_requiredBy": [ - "/mocha" - ], - "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz", - "_shasum": "4dbc2fe674e71949caf3fb2695ce7f2dc1d9a8d1", - "_shrinkwrap": null, - "_spec": "escape-string-regexp@1.0.2", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/mocha", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "http://sindresorhus.com" - }, - "bugs": { - "url": "https://github.com/sindresorhus/escape-string-regexp/issues" - }, - "dependencies": {}, - "description": "Escape RegExp special characters", - "devDependencies": { - "mocha": "*" - }, - "directories": {}, - "dist": { - "shasum": "4dbc2fe674e71949caf3fb2695ce7f2dc1d9a8d1", - "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" - }, - "engines": { - "node": ">=0.8.0" - }, - "files": [ - "index.js" - ], - "gitHead": "0587ee0ee03ea3fcbfa3c15cf67b47f214e20987", - "homepage": "https://github.com/sindresorhus/escape-string-regexp", - "keywords": [ - "regex", - "regexp", - "re", - "regular", - "expression", - "escape", - "string", - "str", - "special", - "characters" - ], - "license": "MIT", - "maintainers": [ - { - "name": "sindresorhus", - "email": "sindresorhus@gmail.com" - }, - { - "name": "jbnicolai", - "email": "jappelman@xebia.com" - } - ], - "name": "escape-string-regexp", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/escape-string-regexp.git" - }, - "scripts": { - "test": "mocha" - }, - "version": "1.0.2" -} diff --git a/node_modules/mocha/node_modules/escape-string-regexp/readme.md b/node_modules/mocha/node_modules/escape-string-regexp/readme.md deleted file mode 100644 index 808a963a8..000000000 --- a/node_modules/mocha/node_modules/escape-string-regexp/readme.md +++ /dev/null @@ -1,27 +0,0 @@ -# escape-string-regexp [![Build Status](https://travis-ci.org/sindresorhus/escape-string-regexp.svg?branch=master)](https://travis-ci.org/sindresorhus/escape-string-regexp) - -> Escape RegExp special characters - - -## Install - -```sh -$ npm install --save escape-string-regexp -``` - - -## Usage - -```js -var escapeStringRegexp = require('escape-string-regexp'); - -var escapedString = escapeStringRegexp('how much $ for a unicorn?'); -//=> how much \$ for a unicorn\? - -new RegExp(escapedString); -``` - - -## License - -MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/node_modules/mocha/node_modules/glob/package.json b/node_modules/mocha/node_modules/glob/package.json index 32a5c75ca..b48bc6308 100644 --- a/node_modules/mocha/node_modules/glob/package.json +++ b/node_modules/mocha/node_modules/glob/package.json @@ -1,91 +1,28 @@ { - "_args": [ - [ - { - "raw": "glob@3.2.11", - "scope": null, - "escapedName": "glob", - "name": "glob", - "rawSpec": "3.2.11", - "spec": "3.2.11", - "type": "version" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/mocha" - ] - ], - "_from": "glob@3.2.11", - "_id": "glob@3.2.11", - "_inCache": true, - "_location": "/mocha/glob", - "_npmUser": { - "name": "isaacs", - "email": "i@izs.me" - }, - "_npmVersion": "1.4.10", - "_phantomChildren": {}, - "_requested": { - "raw": "glob@3.2.11", - "scope": null, - "escapedName": "glob", - "name": "glob", - "rawSpec": "3.2.11", - "spec": "3.2.11", - "type": "version" - }, - "_requiredBy": [ - "/mocha" - ], - "_resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", - "_shasum": "4a973f635b9190f715d10987d5c00fd2815ebe3d", - "_shrinkwrap": null, - "_spec": "glob@3.2.11", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/mocha", - "author": { - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me/" + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "glob", + "description": "a little globber", + "version": "3.2.11", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/node-glob.git" }, - "bugs": { - "url": "https://github.com/isaacs/node-glob/issues" + "main": "glob.js", + "engines": { + "node": "*" }, "dependencies": { "inherits": "2", "minimatch": "0.3" }, - "description": "a little globber", "devDependencies": { + "tap": "~0.4.0", "mkdirp": "0", - "rimraf": "1", - "tap": "~0.4.0" - }, - "directories": {}, - "dist": { - "shasum": "4a973f635b9190f715d10987d5c00fd2815ebe3d", - "tarball": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz" - }, - "engines": { - "node": "*" - }, - "gitHead": "73f57e99510582b2024b762305970ebcf9b70aa2", - "homepage": "https://github.com/isaacs/node-glob", - "license": "BSD", - "main": "glob.js", - "maintainers": [ - { - "name": "isaacs", - "email": "i@izs.me" - } - ], - "name": "glob", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-glob.git" + "rimraf": "1" }, "scripts": { "test": "tap test/*.js", "test-regen": "TEST_REGEN=1 node test/00-setup.js" }, - "version": "3.2.11" + "license": "BSD" } diff --git a/node_modules/mocha/node_modules/minimatch/package.json b/node_modules/mocha/node_modules/minimatch/package.json index 4b31e2433..0163841d9 100644 --- a/node_modules/mocha/node_modules/minimatch/package.json +++ b/node_modules/mocha/node_modules/minimatch/package.json @@ -1,91 +1,28 @@ { - "_args": [ - [ - { - "raw": "minimatch@0.3", - "scope": null, - "escapedName": "minimatch", - "name": "minimatch", - "rawSpec": "0.3", - "spec": ">=0.3.0 <0.4.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/mocha/node_modules/glob" - ] - ], - "_from": "minimatch@>=0.3.0 <0.4.0", - "_id": "minimatch@0.3.0", - "_inCache": true, - "_location": "/mocha/minimatch", - "_npmUser": { - "name": "isaacs", - "email": "i@izs.me" - }, - "_npmVersion": "1.4.10", - "_phantomChildren": {}, - "_requested": { - "raw": "minimatch@0.3", - "scope": null, - "escapedName": "minimatch", - "name": "minimatch", - "rawSpec": "0.3", - "spec": ">=0.3.0 <0.4.0", - "type": "range" + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "description": "a glob matcher in javascript", + "version": "0.3.0", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/minimatch.git" }, - "_requiredBy": [ - "/mocha/glob" - ], - "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", - "_shasum": "275d8edaac4f1bb3326472089e7949c8394699dd", - "_shrinkwrap": null, - "_spec": "minimatch@0.3", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/mocha/node_modules/glob", - "author": { - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" + "main": "minimatch.js", + "scripts": { + "test": "tap test/*.js" }, - "bugs": { - "url": "https://github.com/isaacs/minimatch/issues" + "engines": { + "node": "*" }, "dependencies": { "lru-cache": "2", "sigmund": "~1.0.0" }, - "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue", - "description": "a glob matcher in javascript", "devDependencies": { "tap": "" }, - "directories": {}, - "dist": { - "shasum": "275d8edaac4f1bb3326472089e7949c8394699dd", - "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz" - }, - "engines": { - "node": "*" - }, - "homepage": "https://github.com/isaacs/minimatch", "license": { "type": "MIT", "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE" - }, - "main": "minimatch.js", - "maintainers": [ - { - "name": "isaacs", - "email": "i@izs.me" - } - ], - "name": "minimatch", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "scripts": { - "test": "tap test/*.js" - }, - "version": "0.3.0" + } } diff --git a/node_modules/mocha/node_modules/supports-color/cli.js b/node_modules/mocha/node_modules/supports-color/cli.js deleted file mode 100755 index e74698766..000000000 --- a/node_modules/mocha/node_modules/supports-color/cli.js +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env node -'use strict'; -var pkg = require('./package.json'); -var supportsColor = require('./'); -var argv = process.argv.slice(2); - -function help() { - console.log([ - '', - ' ' + pkg.description, - '', - ' Usage', - ' supports-color', - '', - ' Exits with code 0 if color is supported and 1 if not' - ].join('\n')); -} - -if (argv.indexOf('--help') !== -1) { - help(); - return; -} - -if (argv.indexOf('--version') !== -1) { - console.log(pkg.version); - return; -} - -process.exit(supportsColor ? 0 : 1); diff --git a/node_modules/mocha/node_modules/supports-color/index.js b/node_modules/mocha/node_modules/supports-color/index.js deleted file mode 100644 index a2b978450..000000000 --- a/node_modules/mocha/node_modules/supports-color/index.js +++ /dev/null @@ -1,39 +0,0 @@ -'use strict'; -var argv = process.argv; - -module.exports = (function () { - if (argv.indexOf('--no-color') !== -1 || - argv.indexOf('--no-colors') !== -1 || - argv.indexOf('--color=false') !== -1) { - return false; - } - - if (argv.indexOf('--color') !== -1 || - argv.indexOf('--colors') !== -1 || - argv.indexOf('--color=true') !== -1 || - argv.indexOf('--color=always') !== -1) { - return true; - } - - if (process.stdout && !process.stdout.isTTY) { - return false; - } - - if (process.platform === 'win32') { - return true; - } - - if ('COLORTERM' in process.env) { - return true; - } - - if (process.env.TERM === 'dumb') { - return false; - } - - if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(process.env.TERM)) { - return true; - } - - return false; -})(); diff --git a/node_modules/mocha/node_modules/supports-color/package.json b/node_modules/mocha/node_modules/supports-color/package.json deleted file mode 100644 index 36b28cf6c..000000000 --- a/node_modules/mocha/node_modules/supports-color/package.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "_args": [ - [ - { - "raw": "supports-color@1.2.0", - "scope": null, - "escapedName": "supports-color", - "name": "supports-color", - "rawSpec": "1.2.0", - "spec": "1.2.0", - "type": "version" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/mocha" - ] - ], - "_from": "supports-color@1.2.0", - "_id": "supports-color@1.2.0", - "_inCache": true, - "_location": "/mocha/supports-color", - "_nodeVersion": "0.10.32", - "_npmUser": { - "name": "sindresorhus", - "email": "sindresorhus@gmail.com" - }, - "_npmVersion": "2.1.2", - "_phantomChildren": {}, - "_requested": { - "raw": "supports-color@1.2.0", - "scope": null, - "escapedName": "supports-color", - "name": "supports-color", - "rawSpec": "1.2.0", - "spec": "1.2.0", - "type": "version" - }, - "_requiredBy": [ - "/mocha" - ], - "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz", - "_shasum": "ff1ed1e61169d06b3cf2d588e188b18d8847e17e", - "_shrinkwrap": null, - "_spec": "supports-color@1.2.0", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/mocha", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "http://sindresorhus.com" - }, - "bin": { - "supports-color": "cli.js" - }, - "bugs": { - "url": "https://github.com/sindresorhus/supports-color/issues" - }, - "dependencies": {}, - "description": "Detect whether a terminal supports color", - "devDependencies": { - "mocha": "*", - "require-uncached": "^1.0.2" - }, - "directories": {}, - "dist": { - "shasum": "ff1ed1e61169d06b3cf2d588e188b18d8847e17e", - "tarball": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js", - "cli.js" - ], - "gitHead": "e1815a472ebb59612e485096ae31a394e47d3c93", - "homepage": "https://github.com/sindresorhus/supports-color", - "keywords": [ - "cli", - "bin", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "ansi", - "styles", - "tty", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "support", - "supports", - "capability", - "detect" - ], - "license": "MIT", - "maintainers": [ - { - "name": "sindresorhus", - "email": "sindresorhus@gmail.com" - }, - { - "name": "jbnicolai", - "email": "jappelman@xebia.com" - } - ], - "name": "supports-color", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/supports-color.git" - }, - "scripts": { - "test": "mocha" - }, - "version": "1.2.0" -} diff --git a/node_modules/mocha/node_modules/supports-color/readme.md b/node_modules/mocha/node_modules/supports-color/readme.md deleted file mode 100644 index 32d4f46e9..000000000 --- a/node_modules/mocha/node_modules/supports-color/readme.md +++ /dev/null @@ -1,44 +0,0 @@ -# supports-color [![Build Status](https://travis-ci.org/sindresorhus/supports-color.svg?branch=master)](https://travis-ci.org/sindresorhus/supports-color) - -> Detect whether a terminal supports color - - -## Install - -```sh -$ npm install --save supports-color -``` - - -## Usage - -```js -var supportsColor = require('supports-color'); - -if (supportsColor) { - console.log('Terminal supports color'); -} -``` - -It obeys the `--color` and `--no-color` CLI flags. - - -## CLI - -```sh -$ npm install --global supports-color -``` - -``` -$ supports-color --help - - Usage - supports-color - - Exits with code 0 if color is supported and 1 if not -``` - - -## License - -MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/node_modules/mocha/package.json b/node_modules/mocha/package.json index a9bd15d9a..0aed134ac 100644 --- a/node_modules/mocha/package.json +++ b/node_modules/mocha/package.json @@ -1,1231 +1,320 @@ { - "_args": [ - [ - { - "raw": "mocha@^2.4.5", - "scope": null, - "escapedName": "mocha", - "name": "mocha", - "rawSpec": "^2.4.5", - "spec": ">=2.4.5 <3.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex" - ] + "name": "mocha", + "version": "2.5.3", + "description": "simple, flexible, fun test framework", + "keywords": [ + "mocha", + "test", + "bdd", + "tdd", + "tap" ], - "_from": "mocha@>=2.4.5 <3.0.0", - "_id": "mocha@2.5.3", - "_inCache": true, - "_location": "/mocha", - "_nodeVersion": "6.0.0", - "_npmOperationalInternal": { - "host": "packages-16-east.internal.npmjs.com", - "tmp": "tmp/mocha-2.5.3.tgz_1464165855561_0.11252999701537192" - }, - "_npmUser": { - "name": "dasilvacontin", - "email": "dasilvacontin@gmail.com" - }, - "_npmVersion": "3.8.6", - "_phantomChildren": { - "inherits": "2.0.3", - "lru-cache": "2.7.3", - "sigmund": "1.0.1" - }, - "_requested": { - "raw": "mocha@^2.4.5", - "scope": null, - "escapedName": "mocha", - "name": "mocha", - "rawSpec": "^2.4.5", - "spec": ">=2.4.5 <3.0.0", - "type": "range" - }, - "_requiredBy": [ - "#DEV:/" + "author": "TJ Holowaychuk ", + "contributors": [ + "TJ Holowaychuk ", + "Travis Jeffery ", + "Christopher Hiller ", + "Daniel St. Jules ", + "Joshua Appelman ", + "David da Silva Contín ", + "Guillermo Rauch ", + "Ariel Mashraki ", + "Attila Domokos ", + "John Firebaugh ", + "Jo Liss ", + "Nathan Rajlich ", + "Nathan Houle ", + "Mike Pennisi ", + "James Carr ", + "Brendan Nee ", + "Glen Mailer ", + "Mislav Marohnić ", + "Aaron Heckmann ", + "Ryunosuke SATO ", + "Jonathan Ong ", + "Joshua Krall ", + "Maximilian Antoni ", + "hokaccha ", + "Domenic Denicola ", + "Forbes Lindesay ", + "Raynos ", + "Xavier Antoviaque ", + "Andreas Lind Petersen ", + "Ben Lindsey ", + "Mathieu Desvé ", + "Fredrik Enestad ", + "Rico Sta. Cruz ", + "Paul Miller ", + "Ben Bradley ", + "fool2fish ", + "Cory Thomas ", + "Sune Simonsen ", + "Michael Demmer ", + "Tyson Tate ", + "eiji.ienaga ", + "Valentin Agachi ", + "Sindre Sorhus ", + "Merrick Christensen ", + "Wil Moore III ", + "Nathan Bowser ", + "Jesse Dailey ", + "Benjie Gillam ", + "Vlad Magdalin ", + "David Henderson ", + "Long Ho ", + "Adam Gruber ", + "Sean Lang ", + "Shawn Krisman ", + "Simon Gaeremynck ", + "John Reeves ", + "Soel ", + "Buck Doyle ", + "Max Goodman ", + "Jonas Westerlund ", + "Michael Riley ", + "Ian Storm Taylor ", + "Timo Tijhof ", + "Ian W. Remmel ", + "Tobias Bieniek ", + "Arian Stolwijk ", + "Nathan Alderson ", + "Brian Beck ", + "Dominique Quatravaux ", + "Xavier Damman ", + "Benjamin Eidelman ", + "Outsider ", + "fcrisci ", + "FARKAS Máté ", + "Parker Moore ", + "Paul Armstrong ", + "jsdevel ", + "Justin DuJardin ", + "Juzer Ali ", + "Jacob Wejendorp ", + "monowerker ", + "Alexander Early ", + "Quang Van ", + "Quanlong He ", + "James Nylen ", + "Konstantin Käfer ", + "Jordan Sexton ", + "Josh Lory ", + "Julien Wajsberg ", + "Jussi Virtanen ", + "Jérémie Astori ", + "Katie Gengler ", + "Keith Cirkel ", + "Kent C. Dodds ", + "Kevin Burke ", + "Kevin Conway ", + "Kevin Kirsche ", + "Kirill Korolyov ", + "Koen Punt ", + "Kris Rasmussen ", + "Kyle Mitchell ", + "Laszlo Bacsi ", + "Liam Newman ", + "Linus Unnebäck ", + "Maciej Małecki ", + "Mal Graty ", + "Marc Kuo ", + "Marcello Bastea-Forte ", + "Mark Banner ", + "Martin Marko ", + "Matija Marohnić ", + "Matt Robenolt ", + "Matt Smith ", + "Matthew Shanley ", + "Mattias Tidlund ", + "Michael Jackson ", + "Michael Olson ", + "Michael Schoonmaker ", + "Michal Charemza ", + "Moshe Kolodny ", + "Nathan Black ", + "Nick Fitzgerald ", + "Nicolo Taddei ", + "Noshir Patel ", + "OlegTsyba ", + "Panu Horsmalahti ", + "Pavel Zubkou ", + "Pete Hawkins ", + "Phil Sung ", + "Prayag Verma ", + "R56 ", + "Refael Ackermann ", + "Richard Dingwall ", + "Richard Knop ", + "Rob Raux ", + "Rob Wu ", + "Robert Rossmann ", + "Romain Prieto ", + "Roman Neuhauser ", + "Roman Shtylman ", + "Russ Bradberry ", + "Russell Munson ", + "Rustem Mustafin ", + "Ryan Hubbard ", + "Ryan Shaw ", + "Salehen Shovon Rahman ", + "Sam Mussell ", + "Sasha Koss ", + "ScottFreeCode ", + "Seiya Konno ", + "Sergey Simonchik ", + "Sergio Santoro ", + "Shaine Hatch ", + "Simon Goumaz ", + "Sorin Iclanzan ", + "Standa Opichal ", + "Stephen Mathieson ", + "Steve Mason ", + "Stewart Taylor ", + "Stone ", + "Tapiwa Kelvin ", + "Teddy Zeenny ", + "Thedark1337 ", + "Tim Ehat ", + "Tingan Ho ", + "Todd Agulnick ", + "Tom Coquereau ", + "Tom Hughes ", + "Vadim Nikitin ", + "Victor Costan ", + "Will Langstroth ", + "Yanis Wang ", + "Yuest Wang ", + "Zsolt Takács ", + "abrkn ", + "airportyh ", + "amsul ", + "badunk ", + "claudyus ", + "fengmk2 ", + "gaye ", + "gigadude ", + "grasGendarme ", + "klaemo ", + "lakmeer ", + "lodr ", + "mrShturman ", + "nexdrew ", + "nishigori ", + "omardelarosa ", + "qiuzuhui ", + "ryym ", + "samuel goldszmidt ", + "sebv ", + "slyg ", + "startswithaj ", + "tgautier@yahoo.com ", + "tmont ", + "traleig1 ", + "vlad ", + "wsw ", + "yuitest ", + "Aaron Hamid ", + "zhiyelee ", + "Aaron Krause ", + "Adam Crabtree ", + "Adrian Ludwig ", + "Ajay Kodali ", + "Andreas Brekken ", + "Andrew Nesbitt ", + "Andrey Popp <8mayday@gmail.com>", + "Andrii Shumada ", + "Anis Safine ", + "Arnaud Brousseau ", + "Atsuya Takagi ", + "Austin Birch ", + "Ben Noordhuis ", + "Ben Vinegar ", + "Benoit Larroque ", + "Benoît Zugmeyer ", + "Berker Peksag ", + "Bjørge Næss ", + "Brian Lalor ", + "Brian M. Carlson ", + "Brian Moore ", + "Bryan Donovan ", + "C. Scott Ananian ", + "Casey Foster ", + "Charles Lowell ", + "Chris Buckley ", + "ChrisWren ", + "Connor Dunn ", + "Corey Butler ", + "Daniel Stockman ", + "Dave McKenna ", + "Denis Bardadym ", + "Devin Weaver ", + "Di Wu ", + "Diogo Monteiro ", + "Dmitry Shirokov ", + "Dominic Barnes ", + "Douglas Christopher Wilson ", + "Duncan Beevers ", + "Fede Ramirez ", + "Fedor Indutny ", + "Florian Margaine ", + "Frederico Silva ", + "Fredrik Lindin ", + "Gabriel Silk ", + "Gareth Murphy ", + "Gavin Mogan ", + "Giovanni Bassi ", + "Glen Huang ", + "Greg Perkins ", + "Guy Arye ", + "Gyandeep Singh ", + "Harish ", + "Harry Brundage ", + "Herman Junge ", + "Ian Young ", + "Ian Zamojc ", + "Ivan ", + "JP Bochi ", + "Jaakko Salonen ", + "Jake Craige ", + "Jake Marsh ", + "Jakub Nešetřil ", + "James Bowes ", + "James G. Kim ", + "James Lal ", + "Jan Kopriva ", + "Jason Barry ", + "Jason Lai ", + "Javier Aranda ", + "Jean Ponchon ", + "Jeff Kunkle ", + "Jeff Schilling ", + "Jeremy Martin ", + "Jimmy Cuadra ", + "Joao Moreno ", + "Joey Cozza ", + "John Doty ", + "Johnathon Sanders ", + "Jonas Dohse ", + "Jonathan Creamer ", + "Jonathan Delgado ", + "Jonathan Kim ", + "Jonathan Park " ], - "_resolved": "https://registry.npmjs.org/mocha/-/mocha-2.5.3.tgz", - "_shasum": "161be5bdeb496771eb9b35745050b622b5aefc58", - "_shrinkwrap": null, - "_spec": "mocha@^2.4.5", - "_where": "/home/dold/repos/taler/wallet-webex", - "author": { - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca" + "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/mochajs/mocha.git" }, "bin": { "mocha": "./bin/mocha", "_mocha": "./bin/_mocha" }, - "browser": { - "debug": "./lib/browser/debug.js", - "events": "./lib/browser/events.js", - "tty": "./lib/browser/tty.js", - "./index.js": "./browser-entry.js", - "jade": false, - "fs": false, - "glob": false, - "path": false, - "supports-color": false + "engines": { + "node": ">= 0.8.x" }, - "bugs": { - "url": "https://github.com/mochajs/mocha/issues" + "scripts": { + "test": "make test" }, - "contributors": [ - { - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca" - }, - { - "name": "Travis Jeffery", - "email": "tj@travisjeffery.com" - }, - { - "name": "Christopher Hiller", - "email": "boneskull@boneskull.com" - }, - { - "name": "Daniel St. Jules", - "email": "danielst.jules@gmail.com" - }, - { - "name": "Joshua Appelman", - "email": "jappelman@xebia.com" - }, - { - "name": "David da Silva Contín", - "email": "dasilvacontin@gmail.com" - }, - { - "name": "Guillermo Rauch", - "email": "rauchg@gmail.com" - }, - { - "name": "Ariel Mashraki", - "email": "ariel@mashraki.co.il" - }, - { - "name": "Attila Domokos", - "email": "adomokos@gmail.com" - }, - { - "name": "John Firebaugh", - "email": "john.firebaugh@gmail.com" - }, - { - "name": "Jo Liss", - "email": "joliss42@gmail.com" - }, - { - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net" - }, - { - "name": "Nathan Houle", - "email": "nathan@nathanhoule.com" - }, - { - "name": "Mike Pennisi", - "email": "mike@mikepennisi.com" - }, - { - "name": "James Carr", - "email": "james.r.carr@gmail.com" - }, - { - "name": "Brendan Nee", - "email": "brendan.nee@gmail.com" - }, - { - "name": "Glen Mailer", - "email": "glenjamin@gmail.com" - }, - { - "name": "Mislav Marohnić", - "email": "mislav.marohnic@gmail.com" - }, - { - "name": "Aaron Heckmann", - "email": "aaron.heckmann+github@gmail.com" - }, - { - "name": "Ryunosuke SATO", - "email": "tricknotes.rs@gmail.com" - }, - { - "name": "Jonathan Ong", - "email": "jonathanrichardong@gmail.com" - }, - { - "name": "Joshua Krall", - "email": "joshuakrall@pobox.com" - }, - { - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de" - }, - { - "name": "hokaccha", - "email": "k.hokamura@gmail.com" - }, - { - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com" - }, - { - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk" - }, - { - "name": "Raynos", - "email": "raynos2@gmail.com" - }, - { - "name": "Xavier Antoviaque", - "email": "xavier@antoviaque.org" - }, - { - "name": "Andreas Lind Petersen", - "email": "andreas@one.com" - }, - { - "name": "Ben Lindsey", - "email": "ben.lindsey@vungle.com" - }, - { - "name": "Mathieu Desvé", - "email": "mathieudesve@MacBook-Pro-de-Mathieu.local" - }, - { - "name": "Fredrik Enestad", - "email": "fredrik@devloop.se" - }, - { - "name": "Rico Sta. Cruz", - "email": "rstacruz@users.noreply.github.com" - }, - { - "name": "Paul Miller", - "email": "paul@paulmillr.com" - }, - { - "name": "Ben Bradley", - "email": "ben@bradleyit.com" - }, - { - "name": "fool2fish", - "email": "fool2fish@gmail.com" - }, - { - "name": "Cory Thomas", - "email": "cory.thomas@bazaarvoice.com" - }, - { - "name": "Sune Simonsen", - "email": "sune@we-knowhow.dk" - }, - { - "name": "Michael Demmer", - "email": "demmer@jut.io" - }, - { - "name": "Tyson Tate", - "email": "tyson@tysontate.com" - }, - { - "name": "eiji.ienaga", - "email": "eiji.ienaga@gmail.com" - }, - { - "name": "Valentin Agachi", - "email": "github-com@agachi.name" - }, - { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com" - }, - { - "name": "Merrick Christensen", - "email": "merrick.christensen@gmail.com" - }, - { - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com" - }, - { - "name": "Nathan Bowser", - "email": "nathan.bowser@spiderstrategies.com" - }, - { - "name": "Jesse Dailey", - "email": "jesse.dailey@gmail.com" - }, - { - "name": "Benjie Gillam", - "email": "benjie@jemjie.com" - }, - { - "name": "Vlad Magdalin", - "email": "vlad@webflow.com" - }, - { - "name": "David Henderson", - "email": "david.henderson@triggeredmessaging.com" - }, - { - "name": "Long Ho", - "email": "longho@yahoo-inc.com" - }, - { - "name": "Adam Gruber", - "email": "talknmime@gmail.com" - }, - { - "name": "Sean Lang", - "email": "slang800@gmail.com" - }, - { - "name": "Shawn Krisman", - "email": "telaviv@github" - }, - { - "name": "Simon Gaeremynck", - "email": "gaeremyncks@gmail.com" - }, - { - "name": "John Reeves", - "email": "github@jonnyreeves.co.uk" - }, - { - "name": "Soel", - "email": "shachar.soel@sap.com" - }, - { - "name": "Buck Doyle", - "email": "b@chromatin.ca" - }, - { - "name": "Max Goodman", - "email": "c@chromakode.com" - }, - { - "name": "Jonas Westerlund", - "email": "jonas.westerlund@me.com" - }, - { - "name": "Michael Riley", - "email": "michael.riley@autodesk.com" - }, - { - "name": "Ian Storm Taylor", - "email": "ian@ianstormtaylor.com" - }, - { - "name": "Timo Tijhof", - "email": "krinklemail@gmail.com" - }, - { - "name": "Ian W. Remmel", - "email": "design@ianwremmel.com" - }, - { - "name": "Tobias Bieniek", - "email": "tobias.bieniek@gmail.com" - }, - { - "name": "Arian Stolwijk", - "email": "arian@aryweb.nl" - }, - { - "name": "Nathan Alderson", - "email": "nathan.alderson@adtran.com" - }, - { - "name": "Brian Beck", - "email": "exogen@gmail.com" - }, - { - "name": "Dominique Quatravaux", - "email": "dominique@quatravaux.org" - }, - { - "name": "Xavier Damman", - "email": "xdamman@gmail.com" - }, - { - "name": "Benjamin Eidelman", - "email": "beneidel@gmail.com" - }, - { - "name": "Outsider", - "email": "outsideris@gmail.com" - }, - { - "name": "fcrisci", - "email": "fabio.crisci@amadeus.com" - }, - { - "name": "FARKAS Máté", - "email": "mate.farkas@virtual-call-center.eu" - }, - { - "name": "Parker Moore", - "email": "parkrmoore@gmail.com" - }, - { - "name": "Paul Armstrong", - "email": "paul@paularmstrongdesigns.com" - }, - { - "name": "jsdevel", - "email": "js.developer.undefined@gmail.com" - }, - { - "name": "Justin DuJardin", - "email": "justin.dujardin@sococo.com" - }, - { - "name": "Juzer Ali", - "email": "er.juzerali@gmail.com" - }, - { - "name": "Jacob Wejendorp", - "email": "jacob@wejendorp.dk" - }, - { - "name": "monowerker", - "email": "monowerker@gmail.com" - }, - { - "name": "Alexander Early", - "email": "alexander.early@gmail.com" - }, - { - "name": "Quang Van", - "email": "quangvvv@gmail.com" - }, - { - "name": "Quanlong He", - "email": "kyan.ql.he@gmail.com" - }, - { - "name": "James Nylen", - "email": "jnylen@gmail.com" - }, - { - "name": "Konstantin Käfer", - "email": "github@kkaefer.com" - }, - { - "name": "Jordan Sexton", - "email": "jordan@jordansexton.com" - }, - { - "name": "Josh Lory", - "email": "josh.lory@code.org" - }, - { - "name": "Julien Wajsberg", - "email": "felash@gmail.com" - }, - { - "name": "Jussi Virtanen", - "email": "jussi.k.virtanen@gmail.com" - }, - { - "name": "Jérémie Astori", - "email": "jeremie@astori.fr" - }, - { - "name": "Katie Gengler", - "email": "katiegengler@gmail.com" - }, - { - "name": "Keith Cirkel", - "email": "github@keithcirkel.co.uk" - }, - { - "name": "Kent C. Dodds", - "email": "kent+github@doddsfamily.us" - }, - { - "name": "Kevin Burke", - "email": "kev@inburke.com" - }, - { - "name": "Kevin Conway", - "email": "kevinjacobconway@gmail.com" - }, - { - "name": "Kevin Kirsche", - "email": "Kev.Kirsche+GitHub@gmail.com" - }, - { - "name": "Kirill Korolyov", - "email": "kirill.korolyov@gmail.com" - }, - { - "name": "Koen Punt", - "email": "koen@koenpunt.nl" - }, - { - "name": "Kris Rasmussen", - "email": "kristopher.rasmussen@gmail.com" - }, - { - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com" - }, - { - "name": "Laszlo Bacsi", - "email": "lackac@lackac.hu" - }, - { - "name": "Liam Newman", - "email": "bitwiseman@gmail.com" - }, - { - "name": "Linus Unnebäck", - "email": "linus@folkdatorn.se" - }, - { - "name": "Maciej Małecki", - "email": "maciej.malecki@notimplemented.org" - }, - { - "name": "Mal Graty", - "email": "mal.graty@googlemail.com" - }, - { - "name": "Marc Kuo", - "email": "kuomarc2@gmail.com" - }, - { - "name": "Marcello Bastea-Forte", - "email": "marcello@cellosoft.com" - }, - { - "name": "Mark Banner", - "email": "standard8@mozilla.com" - }, - { - "name": "Martin Marko", - "email": "marcus@gratex.com" - }, - { - "name": "Matija Marohnić", - "email": "matija.marohnic@gmail.com" - }, - { - "name": "Matt Robenolt", - "email": "matt@ydekproductions.com" - }, - { - "name": "Matt Smith", - "email": "matthewgarysmith@gmail.com" - }, - { - "name": "Matthew Shanley", - "email": "matthewshanley@littlesecretsrecords.com" - }, - { - "name": "Mattias Tidlund", - "email": "mattias.tidlund@learningwell.se" - }, - { - "name": "Michael Jackson", - "email": "mjijackson@gmail.com" - }, - { - "name": "Michael Olson", - "email": "mwolson@member.fsf.org" - }, - { - "name": "Michael Schoonmaker", - "email": "michael.r.schoonmaker@gmail.com" - }, - { - "name": "Michal Charemza", - "email": "michalcharemza@gmail.com" - }, - { - "name": "Moshe Kolodny", - "email": "mkolodny@integralads.com" - }, - { - "name": "Nathan Black", - "email": "nathan@nathanblack.org" - }, - { - "name": "Nick Fitzgerald", - "email": "fitzgen@gmail.com" - }, - { - "name": "Nicolo Taddei", - "email": "taddei.uk@gmail.com" - }, - { - "name": "Noshir Patel", - "email": "nosh@blackpiano.com" - }, - { - "name": "OlegTsyba", - "email": "oleg.tsyba.ua@gmail.com" - }, - { - "name": "Panu Horsmalahti", - "email": "panu.horsmalahti@iki.fi" - }, - { - "name": "Pavel Zubkou", - "email": "pavel.zubkou@gmail.com" - }, - { - "name": "Pete Hawkins", - "email": "pete@petes-imac.frontinternal.net" - }, - { - "name": "Phil Sung", - "email": "psung@dnanexus.com" - }, - { - "name": "Prayag Verma", - "email": "prayag.verma@gmail.com" - }, - { - "name": "R56", - "email": "rviskus@gmail.com" - }, - { - "name": "Refael Ackermann", - "email": "refael@empeeric.com" - }, - { - "name": "Richard Dingwall", - "email": "rdingwall@gmail.com" - }, - { - "name": "Richard Knop", - "email": "RichardKnop@users.noreply.github.com" - }, - { - "name": "Rob Raux", - "email": "rraux@peachworks.com" - }, - { - "name": "Rob Wu", - "email": "rob@robwu.nl" - }, - { - "name": "Robert Rossmann", - "email": "rr.rossmann@me.com" - }, - { - "name": "Romain Prieto", - "email": "romain.prieto@gmail.com" - }, - { - "name": "Roman Neuhauser", - "email": "rneuhauser@suse.cz" - }, - { - "name": "Roman Shtylman", - "email": "shtylman@gmail.com" - }, - { - "name": "Russ Bradberry", - "email": "devdazed@me.com" - }, - { - "name": "Russell Munson", - "email": "rmunson@github.com" - }, - { - "name": "Rustem Mustafin", - "email": "mustafin@kt-labs.com" - }, - { - "name": "Ryan Hubbard", - "email": "ryanmhubbard@gmail.com" - }, - { - "name": "Ryan Shaw", - "email": "ryan.shaw@min.vc" - }, - { - "name": "Salehen Shovon Rahman", - "email": "salehen.rahman@gmail.com" - }, - { - "name": "Sam Mussell", - "email": "smussell@gmail.com" - }, - { - "name": "Sasha Koss", - "email": "koss@nocorp.me" - }, - { - "name": "ScottFreeCode", - "email": "ScottFreeCode@users.noreply.github.com" - }, - { - "name": "Seiya Konno", - "email": "nulltask@gmail.com" - }, - { - "name": "Sergey Simonchik", - "email": "sergey.simonchik@jetbrains.com" - }, - { - "name": "Sergio Santoro", - "email": "santoro.srg@gmail.com" - }, - { - "name": "Shaine Hatch", - "email": "shaine@squidtree.com" - }, - { - "name": "Simon Goumaz", - "email": "simon@attentif.ch" - }, - { - "name": "Sorin Iclanzan", - "email": "sorin@iclanzan.com" - }, - { - "name": "Standa Opichal", - "email": "opichals@gmail.com" - }, - { - "name": "Stephen Mathieson", - "email": "smath23@gmail.com" - }, - { - "name": "Steve Mason", - "email": "stevem@brandwatch.com" - }, - { - "name": "Stewart Taylor", - "email": "stewart.taylor1@gmail.com" - }, - { - "name": "Stone", - "email": "baoshi.li@adleida.com" - }, - { - "name": "Tapiwa Kelvin", - "email": "tapiwa@munzwa.tk" - }, - { - "name": "Teddy Zeenny", - "email": "teddyzeenny@gmail.com" - }, - { - "name": "Thedark1337", - "email": "thedark1337@thedark1337.com" - }, - { - "name": "Tim Ehat", - "email": "timehat@gmail.com" - }, - { - "name": "Tingan Ho", - "email": "tingan87@gmail.com" - }, - { - "name": "Todd Agulnick", - "email": "tagulnick@onjack.com" - }, - { - "name": "Tom Coquereau", - "email": "tom@thau.me" - }, - { - "name": "Tom Hughes", - "email": "tom@compton.nu" - }, - { - "name": "Vadim Nikitin", - "email": "vnikiti@ncsu.edu" - }, - { - "name": "Victor Costan", - "email": "costan@gmail.com" - }, - { - "name": "Will Langstroth", - "email": "william.langstroth@gmail.com" - }, - { - "name": "Yanis Wang", - "email": "yanis.wang@gmail.com" - }, - { - "name": "Yuest Wang", - "email": "yuestwang@gmail.com" - }, - { - "name": "Zsolt Takács", - "email": "zsolt@takacs.cc" - }, - { - "name": "abrkn", - "email": "a@abrkn.com" - }, - { - "name": "airportyh", - "email": "airportyh@gmail.com" - }, - { - "name": "amsul", - "email": "reach@amsul.ca" - }, - { - "name": "badunk", - "email": "baduncaduncan@gmail.com" - }, - { - "name": "claudyus", - "email": "claudyus@HEX.(none)", - "url": "none" - }, - { - "name": "fengmk2", - "email": "fengmk2@gmail.com" - }, - { - "name": "gaye", - "email": "gaye@mozilla.com" - }, - { - "name": "gigadude", - "email": "gigadude@users.noreply.github.com" - }, - { - "name": "grasGendarme", - "email": "me@grasgendar.me" - }, - { - "name": "klaemo", - "email": "klaemo@fastmail.fm" - }, - { - "name": "lakmeer", - "email": "lakmeerkravid@gmail.com" - }, - { - "name": "lodr", - "email": "salva@unoyunodiez.com" - }, - { - "name": "mrShturman", - "email": "mrshturman@gmail.com" - }, - { - "name": "nexdrew", - "email": "andrew.goode@nextraq.com" - }, - { - "name": "nishigori", - "email": "Takuya_Nishigori@voyagegroup.com" - }, - { - "name": "omardelarosa", - "email": "thedelarosa@gmail.com" - }, - { - "name": "qiuzuhui", - "email": "qiuzuhui@users.noreply.github.com" - }, - { - "name": "ryym", - "email": "ryym.64@gmail.com" - }, - { - "name": "samuel goldszmidt", - "email": "samuel.goldszmidt@gmail.com" - }, - { - "name": "sebv", - "email": "seb.vincent@gmail.com" - }, - { - "name": "slyg", - "email": "syl.faucherand@gmail.com" - }, - { - "name": "startswithaj", - "email": "jake.mc@icloud.com" - }, - { - "name": "tgautier@yahoo.com", - "email": "tgautier@gmail.com" - }, - { - "name": "tmont", - "email": "tommy.mont@gmail.com" - }, - { - "name": "traleig1", - "email": "darkphoenix739@gmail.com" - }, - { - "name": "vlad", - "email": "iamvlad@gmail.com" - }, - { - "name": "wsw", - "email": "wsw0108@gmail.com" - }, - { - "name": "yuitest", - "email": "yuitest@cjhat.net" - }, - { - "name": "Aaron Hamid", - "email": "aaron.hamid@gmail.com" - }, - { - "name": "zhiyelee", - "email": "zhiyelee@gmail.com" - }, - { - "name": "Aaron Krause", - "email": "aaronjkrause@gmail.com" - }, - { - "name": "Adam Crabtree", - "email": "adam.crabtree@redrobotlabs.com" - }, - { - "name": "Adrian Ludwig", - "email": "me@adrianludwig.pl" - }, - { - "name": "Ajay Kodali", - "email": "ajay.kodali@citrix.com" - }, - { - "name": "Andreas Brekken", - "email": "andreas@opuno.com" - }, - { - "name": "Andrew Nesbitt", - "email": "andrewnez@gmail.com" - }, - { - "name": "Andrey Popp", - "email": "8mayday@gmail.com" - }, - { - "name": "Andrii Shumada", - "email": "eagleeyes91@gmail.com" - }, - { - "name": "Anis Safine", - "email": "anis.safine.ext@francetv.fr" - }, - { - "name": "Arnaud Brousseau", - "email": "arnaud.brousseau@gmail.com" - }, - { - "name": "Atsuya Takagi", - "email": "asoftonight@gmail.com" - }, - { - "name": "Austin Birch", - "email": "mraustinbirch@gmail.com" - }, - { - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl" - }, - { - "name": "Ben Vinegar", - "email": "ben@benv.ca" - }, - { - "name": "Benoit Larroque", - "email": "zeta.ben@gmail.com" - }, - { - "name": "Benoît Zugmeyer", - "email": "bzugmeyer@gmail.com" - }, - { - "name": "Berker Peksag", - "email": "berker.peksag@gmail.com" - }, - { - "name": "Bjørge Næss", - "email": "bjoerge@origo.no" - }, - { - "name": "Brian Lalor", - "email": "blalor@bravo5.org" - }, - { - "name": "Brian M. Carlson", - "email": "brian.m.carlson@gmail.com" - }, - { - "name": "Brian Moore", - "email": "guardbionic-github@yahoo.com" - }, - { - "name": "Bryan Donovan", - "email": "bdondo@gmail.com" - }, - { - "name": "C. Scott Ananian", - "email": "cscott@cscott.net" - }, - { - "name": "Casey Foster", - "email": "casey@caseywebdev.com" - }, - { - "name": "Charles Lowell", - "email": "cowboyd@frontside.io" - }, - { - "name": "Chris Buckley", - "email": "chris@cmbuckley.co.uk" - }, - { - "name": "ChrisWren", - "email": "cthewren@gmail.com" - }, - { - "name": "Connor Dunn", - "email": "connorhd@gmail.com" - }, - { - "name": "Corey Butler", - "email": "corey@coreybutler.com" - }, - { - "name": "Daniel Stockman", - "email": "daniel.stockman@gmail.com" - }, - { - "name": "Dave McKenna", - "email": "davemckenna01@gmail.com" - }, - { - "name": "Denis Bardadym", - "email": "bardadymchik@gmail.com" - }, - { - "name": "Devin Weaver", - "email": "suki@tritarget.org" - }, - { - "name": "Di Wu", - "email": "dwu@palantir.com" - }, - { - "name": "Diogo Monteiro", - "email": "diogo.gmt@gmail.com" - }, - { - "name": "Dmitry Shirokov", - "email": "deadrunk@gmail.com" - }, - { - "name": "Dominic Barnes", - "email": "dominic@dbarnes.info" - }, - { - "name": "Douglas Christopher Wilson", - "email": "doug@somethingdoug.com" - }, - { - "name": "Duncan Beevers", - "email": "duncan@dweebd.com" - }, - { - "name": "Fede Ramirez", - "email": "i@2fd.me" - }, - { - "name": "Fedor Indutny", - "email": "fedor.indutny@gmail.com" - }, - { - "name": "Florian Margaine", - "email": "florian@margaine.com" - }, - { - "name": "Frederico Silva", - "email": "frederico.silva@gmail.com" - }, - { - "name": "Fredrik Lindin", - "email": "fredriklindin@gmail.com" - }, - { - "name": "Gabriel Silk", - "email": "gabesilk@gmail.com" - }, - { - "name": "Gareth Murphy", - "email": "gareth.cpm@gmail.com" - }, - { - "name": "Gavin Mogan", - "email": "GavinM@airg.com" - }, - { - "name": "Giovanni Bassi", - "email": "giggio@giggio.net" - }, - { - "name": "Glen Huang", - "email": "curvedmark@gmail.com" - }, - { - "name": "Greg Perkins", - "email": "gregperkins@alum.mit.edu" - }, - { - "name": "Guy Arye", - "email": "arye.guy@gmail.com" - }, - { - "name": "Gyandeep Singh", - "email": "gyandeeps@gmail.com" - }, - { - "name": "Harish", - "email": "hyeluri@gmail.com" - }, - { - "name": "Harry Brundage", - "email": "harry.brundage@gmail.com" - }, - { - "name": "Herman Junge", - "email": "herman@geekli.st" - }, - { - "name": "Ian Young", - "email": "ian.greenleaf@gmail.com" - }, - { - "name": "Ian Zamojc", - "email": "ian@thesecretlocation.net" - }, - { - "name": "Ivan", - "email": "ivan@kinvey.com" - }, - { - "name": "JP Bochi", - "email": "jpbochi@gmail.com" - }, - { - "name": "Jaakko Salonen", - "email": "jaakko.salonen@iki.fi" - }, - { - "name": "Jake Craige", - "email": "james.craige@gmail.com" - }, - { - "name": "Jake Marsh", - "email": "jakemmarsh@gmail.com" - }, - { - "name": "Jakub Nešetřil", - "email": "jakub@apiary.io" - }, - { - "name": "James Bowes", - "email": "jbowes@repl.ca" - }, - { - "name": "James G. Kim", - "email": "jgkim@jayg.org" - }, - { - "name": "James Lal", - "email": "james@lightsofapollo.com" - }, - { - "name": "Jan Kopriva", - "email": "jan.kopriva@gooddata.com" - }, - { - "name": "Jason Barry", - "email": "jay@jcbarry.com" - }, - { - "name": "Jason Lai", - "email": "jason@getpebble.com" - }, - { - "name": "Javier Aranda", - "email": "javierav@javierav.com" - }, - { - "name": "Jean Ponchon", - "email": "gelule@gmail.com" - }, - { - "name": "Jeff Kunkle", - "email": "jeff.kunkle@nearinfinity.com" - }, - { - "name": "Jeff Schilling", - "email": "jeff.schilling@q2ebanking.com" - }, - { - "name": "Jeremy Martin", - "email": "jmar777@gmail.com" - }, - { - "name": "Jimmy Cuadra", - "email": "jimmy@jimmycuadra.com" - }, - { - "name": "Joao Moreno", - "email": "mail@joaomoreno.com" - }, - { - "name": "Joey Cozza", - "email": "joey@grow.com" - }, - { - "name": "John Doty", - "email": "jrhdoty@gmail.com" - }, - { - "name": "Johnathon Sanders", - "email": "outdooricon@gmail.com" - }, - { - "name": "Jonas Dohse", - "email": "jonas@mbr-targeting.com" - }, - { - "name": "Jonathan Creamer", - "email": "matrixhasyou2k4@gmail.com" - }, - { - "name": "Jonathan Delgado", - "email": "jdelgado@rewip.com" - }, - { - "name": "Jonathan Kim", - "email": "jkimbo@gmail.com" - }, - { - "name": "Jonathan Park", - "email": "jpark@daptiv.com" - } - ], "dependencies": { "commander": "2.3.0", "debug": "2.2.0", @@ -1238,7 +327,6 @@ "supports-color": "1.2.0", "to-iso-string": "0.0.2" }, - "description": "simple, flexible, fun test framework", "devDependencies": { "browser-stdout": "^1.2.0", "browserify": "^13.0.0", @@ -1257,14 +345,6 @@ "through2": "~0.6.5", "watchify": "^3.7.0" }, - "directories": {}, - "dist": { - "shasum": "161be5bdeb496771eb9b35745050b622b5aefc58", - "tarball": "https://registry.npmjs.org/mocha/-/mocha-2.5.3.tgz" - }, - "engines": { - "node": ">= 0.8.x" - }, "files": [ "bin", "images", @@ -1274,45 +354,21 @@ "mocha.js", "LICENSE" ], - "gitHead": "e939d8e4379a622e28064ca3a75f3e1bda7e225b", - "homepage": "https://github.com/mochajs/mocha#readme", - "keywords": [ - "mocha", - "test", - "bdd", - "tdd", - "tap" - ], - "license": "MIT", + "browser": { + "debug": "./lib/browser/debug.js", + "events": "./lib/browser/events.js", + "tty": "./lib/browser/tty.js", + "./index.js": "./browser-entry.js", + "jade": false, + "fs": false, + "glob": false, + "path": false, + "supports-color": false + }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/mochajs/mocha/master/LICENSE" } - ], - "maintainers": [ - { - "name": "boneskull", - "email": "boneskull@boneskull.com" - }, - { - "name": "dasilvacontin", - "email": "dasilvacontin@gmail.com" - }, - { - "name": "travisjeffery", - "email": "tj@travisjeffery.com" - } - ], - "name": "mocha", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git://github.com/mochajs/mocha.git" - }, - "scripts": { - "test": "make test" - }, - "version": "2.5.3" + ] } -- cgit v1.2.3