= Packaging nodeunit = <> == Introduction == In this page will be tracked packaging information about '''nodeunit''' 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'''|| || uglify-js || uglify-js (2.4.15) || uglifyjs (1.3.5-1) || || || should || should (4.0.4) || should.js (4.0.4+dfsg-1) || || == Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || nodeunit || nodeunit (0.9.0) || || [[http://bugs.debian.org/711353|#711353]] RFP|| || └── tap || tap (0.4.12) || || [[http://bugs.debian.org/661779|#661779]] RFP|| || ├── buffer-equal || buffer-equal (0.0.1) || || [[https://github.com/substack/node-buffer-equal/issues/4|Missing copyright]]|| || ├── deep-equal || deep-equal (0.2.1) || || [[https://github.com/substack/node-deep-equal/issues/13|Missing copyright]]|| || ├── difflet || difflet (0.2.6) || || [[https://github.com/substack/difflet/issues/20|Missing copyright]]|| || │   ├── charm || charm (0.2.0) || || [[https://github.com/substack/node-charm/issues/21|Missing copyright]]|| || │   ├── deep-is || deep-is (0.1.2) || || [[https://github.com/thlorenz/deep-is/issues/2|Missing copyright]]|| || │   └── traverse || traverse (0.6.6) || node-traverse (0.6.1-1) || || || ├── glob || glob (4.0.5) || node-glob (4.0.5-1) || || || │   ├── graceful-fs || graceful-fs (3.0.2) || node-graceful-fs (3.0.2-1) || || || │   ├── inherits || inherits (2.0.1) || node-inherits (2.0.0-1) || || || │   ├── minimatch || minimatch (1.0.0) || node-minimatch (1.0.0-1) || || || │   │   ├── lru-cache || lru-cache (2.5.0) || node-lru-cache (2.3.1-1) || || || │   │   └── sigmund || sigmund (1.0.0) || node-sigmund (1.0.0-1) || || || │   └── once || once (1.3.0) || node-once (1.1.1-1) || || || ├── inherits || inherits (2.0.1) || node-inherits (2.0.0-1) || || || ├── mkdirp || mkdirp (0.5.0) || node-mkdirp (0.3.5-1) || || || │   └── minimist || minimist (1.1.0) || || || || ├── nopt || nopt (3.0.1) || node-nopt (3.0.1-1) || || || │   └── abbrev || abbrev (1.0.5) || node-abbrev (1.0.5-2) || || || ├── runforcover || runforcover (0.0.2) || || [[https://github.com/chrisdickinson/node-runforcover/issues/4|Missing copyright]] - only needed for experimental coverage feature, could be skipped|| || │   └── bunker || bunker (0.1.2) || || [[https://github.com/substack/node-bunker/issues/6|Missing copyright]]|| || │   └── burrito || burrito (0.2.12) || || [[https://github.com/substack/node-burrito/issues/10|Missing copyright]]|| || │   ├── traverse || traverse (0.6.6) || node-traverse (0.6.1-1) || || || │   └── uglify-js || uglify-js (2.4.15) || uglifyjs (1.3.5-1) || || || │   ├── async || async (0.9.0) || node-async (0.8.0-1) || || || │   ├── optimist || optimist (0.6.1) || node-optimist (0.3.5-1) || || || │   │   ├── minimist || minimist (1.1.0) || || || || │   │   └── wordwrap || wordwrap (0.0.2) || node-wordwrap (0.0.2-2) || || || │   ├── source-map || source-map (0.1.38) || node-source-map (0.1.34-1) || || || │   │   └── amdefine || amdefine (0.1.0) || node-amdefine (0.1.0-1) || || || │   └── uglify-to-browserify || uglify-to-browserify (1.0.2) || || || || ├── slide || slide (1.1.5) || node-slide (1.1.4-1) || || || └── yamlish || yamlish (0.0.6) || || [[http://bugs.debian.org/758889|#758889]] ITP - in [[https://ftp-master.debian.org/new/node-yamlish_0.0.6-1.html|NEW]]|| == Legenda == ||not needed|| ||in progress || ||done || ||warning || ||error || == Package.json == The '''package.json''' for '''nodeunit''' can be seen by typing: {{{ npm view nodeunit }}}