= Packaging jison = <> == Introduction == In this page will be tracked packaging information about '''jison''' 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]]. == Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || jison || jison (0.4.17) || || || || ├── cjson || cjson (0.4.0) || || || || │   └── json-parse-helpfulerror || json-parse-helpfulerror (1.0.3) || || || || │   └── jju || jju (1.3.0) || || || || ├── ebnf-parser || ebnf-parser (0.1.10) || || || || ├── escodegen || escodegen (1.8.1) || || || || │   ├── esprima || esprima (3.0.0) || node-esprima (2.7.3+ds-1) || || || │   ├── estraverse || estraverse (4.2.0) || || || || │   ├── esutils || esutils (2.0.2) || || || || │   ├── optionator || optionator (0.8.2) || || || || │   │   ├── deep-is || deep-is (0.1.3) || || || || │   │   ├── fast-levenshtein || fast-levenshtein (2.0.5) || || || || │   │   ├── levn || levn (0.3.0) || || || || │   │   │   ├── prelude-ls || prelude-ls (1.1.2) || || || || │   │   │   └── type-check || type-check (0.3.2) || || || || │   │   ├── prelude-ls || prelude-ls (1.1.2) || || || || │   │   ├── type-check || type-check (0.3.2) || || || || │   │   │   └── prelude-ls || prelude-ls (1.1.2) || || || || │   │   └── wordwrap || wordwrap (1.0.0) || node-wordwrap (0.0.2-2) || || || │   └── source-map || source-map (0.5.6) || node-source-map (0.5.6+dfsg-1) || || || ├── esprima || esprima (3.0.0) || node-esprima (2.7.3+ds-1) || || || ├── jison-lex || jison-lex (0.3.4) || || || || │   ├── lex-parser || lex-parser (0.1.4) || || || || │   └── nomnom || nomnom (1.8.1) || node-nomnom (1.8.1-1) || || || ├── JSONSelect || JSONSelect (0.4.0) || || || || ├── lex-parser || lex-parser (0.1.4) || || || || └── nomnom || nomnom (1.8.1) || node-nomnom (1.8.1-1) || || || ├── chalk || chalk (1.1.3) || node-chalk (1.1.3-1) || || || │   ├── ansi-styles || ansi-styles (2.2.1) || node-ansi-styles (2.2.1-1) || || || │   ├── escape-string-regexp || escape-string-regexp (1.0.5) || node-escape-string-regexp (1.0.5-1) || || || │   ├── has-ansi || has-ansi (2.0.0) || node-has-ansi (2.0.0-1) || || || │   │   └── ansi-regex || ansi-regex (2.0.0) || node-ansi-regex (2.0.0-1) || || || │   ├── strip-ansi || strip-ansi (3.0.1) || node-strip-ansi (3.0.1-1) || || || │   │   └── ansi-regex || ansi-regex (2.0.0) || node-ansi-regex (2.0.0-1) || || || │   └── supports-color || supports-color (3.1.2) || node-supports-color (3.1.2-2) || || || │   └── has-flag || has-flag (2.0.0) || node-has-flag (2.0.0-1) || || || └── underscore || underscore (1.8.3) || underscore (1.8.3~dfsg-1) || || || test || test (0.6.0) || || || || browserify || browserify (13.1.0) || || || || uglify-js || uglify-js (2.7.3) || uglifyjs (2.4.15-6) || || || jison || jison (0.4.17) || || || == Package.json == The '''package.json''' for '''jison''' can be seen by typing: {{{ npm view jison }}}