= Packaging mocha = <> == Introduction == In this page will be tracked packaging information about '''mocha''' nodejs module. Please '''do not edit''' this page by hand. Use [[Javascript/Nodejs/Tasks#edit|this script]] instead. For more information about packaging a Node.js module, please take a look at [[Javascript/Nodejs|this page]]. == Build Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || assert || assert (1.4.1) || node-assert (1.4.1-1 {OK} ) || || || browserify || browserify (14.5.0) || || || || buffer || buffer (5.0.8) || node-buffer (5.0.8-1 {OK} ) || || || coffee-script || coffee-script (1.12.7) || coffeescript (1.12.7~dfsg-3 /!\ ) || || || coveralls || coveralls (3.0.0) || node-coveralls (3.0.0-1 {OK} ) || || || cross-spawn || cross-spawn (5.1.0) || node-cross-spawn (5.1.0-1~exp1 {OK} ) || || || eslint || eslint (4.13.1) || ITP [[http://bugs.debian.org/874691|node-eslint-plugin-html #874691"]] || || || eslint-config-semistandard || eslint-config-semistandard (11.0.0) || || || || eslint-config-standard || eslint-config-standard (11.0.0-beta.0) || || || || eslint-plugin-import || eslint-plugin-import (2.8.0) || || || || eslint-plugin-node || eslint-plugin-node (5.2.1) || || || || eslint-plugin-promise || eslint-plugin-promise (3.6.0) || || || || eslint-plugin-standard || eslint-plugin-standard (3.0.1) || || || || expect.js || expect.js (0.3.1) || node-expect.js (0.3.1+dfsg-1 {OK} ) || || || karma || karma (1.7.1) || || || || karma-browserify || karma-browserify (5.1.2) || || || || karma-chrome-launcher || karma-chrome-launcher (2.2.0) || || || || karma-expect || karma-expect (1.1.3) || || || || karma-mocha || karma-mocha (1.3.0) || || || || karma-mocha-reporter || karma-mocha-reporter (2.2.5) || || || || karma-phantomjs-launcher || karma-phantomjs-launcher (1.0.4) || || || || karma-sauce-launcher || karma-sauce-launcher (1.2.0) || || || || nyc || nyc (11.3.0) || RFP [[http://bugs.debian.org/749338|tinycthread #749338"]] || || || rimraf || rimraf (2.6.2) || node-rimraf (2.6.2-1 {OK} ) || || || should || should (13.1.3) || should.js (8.4.0~dfsg-3 /!\ ) || || || through2 || through2 (2.0.3) || node-through2 (2.0.3-1 {OK} ) || || || watchify || watchify (3.9.0) || || || == Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || mocha || mocha (4.0.1) || node-mocha (1.20.1-7 /!\ ) || || || ├── browser-stdout || browser-stdout (1.3.0) || node-browser-stdout (1.3.0-1 {OK} ) || || || ├── commander || commander (2.12.2) || node-commander (2.9.0-1 /!\ ) || || || ├── debug || debug (3.1.0) || node-debug (3.1.0-1 {OK} ) || || || │   └── ms || ms (2.1.1) || node-ms (2.0.0-1 /!\ ) || || || ├── diff || diff (3.4.0) || node-diff (1.4.0~dfsg-1 /!\ ) || || || ├── escape-string-regexp || escape-string-regexp (1.0.5) || node-escape-string-regexp (1.0.5-1 {OK} ) || || || ├── glob || glob (7.1.2) || node-glob (7.1.2-4 {OK} ) || || || │   ├── fs.realpath || fs.realpath (1.0.0) || node-fs.realpath (1.0.0-1 {OK} ) || || || │   ├── inflight || inflight (1.0.6) || node-inflight (1.0.6-1 {OK} ) || || || │   │   ├── once || once (1.4.0) || node-once (1.4.0-2 {OK} ) || || || │   │   │   └── wrappy || wrappy (1.0.2) || node-wrappy (1.0.2-1 {OK} ) || || || │   │   └── wrappy || wrappy (1.0.2) || node-wrappy (1.0.2-1 {OK} ) || || || │   ├── inherits || inherits (2.0.3) || node-inherits (2.0.3-1 {OK} ) || || || │   ├── minimatch || minimatch (3.0.4) || node-minimatch (3.0.4-3 {OK} ) || || || │   │   └── brace-expansion || brace-expansion (1.1.8) || node-brace-expansion (1.1.8-1 {OK} ) || || || │   │   ├── balanced-match || balanced-match (1.0.0) || node-balanced-match (0.4.2-1 /!\ ) || || || │   │   └── concat-map || concat-map (0.0.1) || node-concat-map (0.0.1-1 {OK} ) || || || │   ├── once || once (1.4.0) || node-once (1.4.0-2 {OK} ) || || || │   └── path-is-absolute || path-is-absolute (1.0.1) || node-path-is-absolute (1.0.0-1 /!\ ) || || || ├── growl || growl (1.10.3) || node-growl (1.7.0-1 /!\ ) || || || ├── he || he (1.1.1) || node-he (1.1.1-1 {OK} ) || || || ├── mkdirp || mkdirp (0.5.1) || node-mkdirp (0.5.1-1 {OK} ) || || || │   └── minimist || minimist (1.2.0) || node-minimist (1.2.0-1 {OK} ) || || || └── supports-color || supports-color (5.1.0) || node-supports-color (4.4.0-2 /!\ ) || || || └── has-flag || has-flag (2.0.0) || node-has-flag (2.0.0-1 {OK} ) || || == Package.json == The '''package.json''' for '''mocha''' can be seen by typing: {{{ npm view mocha }}}