= Packaging jade = <> == Introduction == In this page will be tracked packaging information about '''jade''' 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'''|| || coffee-script || coffee-script (1.7.1) || coffeescript (1.4.0-1) || || || markdown || markdown (0.5.0) || || || || istanbul || istanbul (0.2.7) || || || || less || less (1.7.0) || less.js (1.4.2-1) || || || should || should (3.3.1) || || || || stylus || stylus (0.43.1) || || || || linify || linify (1.0.1) || || || || mocha || mocha (1.18.2) || || || || browserify || browserify (3.44.0) || || || || uglify-js || uglify-js (2.4.13) || uglifyjs (1.3.4-1) || || == Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || jade || jade (1.3.1) || || || || ├── character-parser || character-parser (1.2.0) || || || || ├── commander || commander (2.2.0) || node-commander (2.0.0-1) || || || ├── constantinople || constantinople (2.0.0) || || || || │   └── uglify-js || uglify-js (2.4.13) || uglifyjs (1.3.4-1) || || || ├── mkdirp || mkdirp (0.3.5) || node-mkdirp (0.3.5-1) || || || ├── monocle || monocle (1.1.51) || || || || │   └── readdirp || readdirp (1.0.1) || node-readdirp (0.2.4-2) || || || │   ├── graceful-fs || graceful-fs (2.0.3) || node-graceful-fs (2.0.0-2) || || || │   ├── minimatch || minimatch (0.2.14) || node-minimatch (0.2.12-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) || || || │   └── readable-stream || readable-stream (1.0.27-1) || || || || │   ├── core-util-is || core-util-is (1.0.1) || || || || │   ├── inherits || inherits (2.0.1) || node-inherits (2.0.0-1) || || || │   ├── isarray || isarray (0.0.1) || || || || │   └── string_decoder || string_decoder (0.10.25-1) || || || || ├── transformers || transformers (3.0.0) || || || || │   ├── css || css (1.6.0) || || || || │   │   ├── css-parse || css-parse (1.7.0) || || || || │   │   └── css-stringify || css-stringify (1.4.1) || || || || │   │   └── source-map || source-map (0.1.33) || || || || │   ├── promise || promise (4.0.0) || || || || │   │   └── asap || asap (1.0.0) || || || || │   └── uglify-js || uglify-js (2.4.13) || uglifyjs (1.3.4-1) || || || │   ├── async || async (0.7.0) || node-async (0.2.5-1) || || || │   ├── optimist || optimist (0.6.1) || node-optimist (0.3.5-1) || || || │   │   ├── minimist || minimist (0.0.8) || || || || │   │   └── wordwrap || wordwrap (0.0.2) || node-wordwrap (0.0.2-2) || || || │   ├── source-map || source-map (0.1.33) || || || || │   │   └── amdefine || amdefine (0.1.0) || || || || │   └── uglify-to-browserify || uglify-to-browserify (1.0.2) || || || || └── with || with (3.0.0) || || || || └── uglify-js || uglify-js (2.4.13) || uglifyjs (1.3.4-1) || || == Legenda == ||not needed|| ||in progress || ||done || ||warning || ||error || == Package.json == The '''package.json''' for '''jade''' can be seen by typing: {{{ npm view jade }}}