Mist is an ethereum client. Ethereum is a cryptocurrency and platform for decentralized applications and smart contracts. = Packaging mist = <> == Introduction == In this page will be tracked packaging information about '''mist''' 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.12.7) || {OK} coffeescript (1.12.8~dfsg-1) || || || coveralls || coveralls (3.0.2) || {OK} node-coveralls (3.0.2-1) || || || fs-extra || fs-extra (7.0.1) || {OK} node-fs-extra (7.0.1-1) || || || istanbul || istanbul (0.4.5) || {OK} node-istanbul (0.4.5+ds-1) || || || lcov-sourcemap || lcov-sourcemap (0.3.0) || || || || mocha || mocha (5.2.0) || /!\ node-mocha (4.1.0+ds2-2) || || || mocha-lcov-reporter || mocha-lcov-reporter (1.3.0) || {OK} node-mocha-lcov-reporter (1.3.0-1) || || || pegjs || pegjs (0.10.0) || /!\ pegjs (0.7.0-2) || || || pegjs-coffee-plugin || pegjs-coffee-plugin (0.3.0) || || || || should || should (13.2.3) || /!\ should.js (8.4.0~dfsg-3) || || || source-map-support || source-map-support (0.5.9) || {OK} node-source-map-support (0.5.9+ds-1) || || == Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || mist || mist (1.0.1) || || || || ├── backslash || backslash (0.2.0) || || || || ├── chalk || chalk (2.4.1) || /!\ node-chalk (2.3.0-2) || || || │   ├── ansi-styles || ansi-styles (3.2.1) || /!\ node-ansi-styles (3.2.0-1) || || || │   │   └── color-convert || color-convert (1.9.3) || /!\ node-color-convert (1.9.0-3) || || || │   │   └── color-name || color-name (1.1.4) || /!\ node-color-name (1.1.3-1) || || || │   ├── escape-string-regexp || escape-string-regexp (1.0.5) || {OK} node-escape-string-regexp (1.0.5-1) || || || │   └── supports-color || supports-color (5.5.0) || /!\ node-supports-color (4.4.0-2) || || || │   └── has-flag || has-flag (3.0.0) || /!\ node-has-flag (2.0.0-1) || || || ├── commander || commander (2.19.0) || /!\ node-commander (2.12.2-1) || || || ├── glob || glob (7.1.3) || {OK} node-glob (7.1.3-1) || || || │   ├── fs.realpath || fs.realpath (1.0.0) || {OK} node-fs.realpath (1.0.0-1) || || || │   ├── inflight || inflight (1.0.6) || {OK} node-inflight (1.0.6-1) || || || │   │   ├── once || once (1.4.0) || {OK} node-once (1.4.0-2) || || || │   │   │   └── wrappy || wrappy (1.0.2) || {OK} node-wrappy (1.0.2-1) || || || │   │   └── wrappy || wrappy (1.0.2) || {OK} node-wrappy (1.0.2-1) || || || │   ├── inherits || inherits (2.0.3) || {OK} node-inherits (2.0.3-1) || || || │   ├── minimatch || minimatch (3.0.4) || {OK} node-minimatch (3.0.4-3) || || || │   │   └── brace-expansion || brace-expansion (1.1.11) || /!\ node-brace-expansion (1.1.8-1) || || || │   │   ├── balanced-match || balanced-match (1.0.0) || /!\ node-balanced-match (0.4.2-1) || || || │   │   └── concat-map || concat-map (0.0.1) || {OK} node-concat-map (0.0.1-1) || || || │   ├── once || once (1.4.0) || {OK} node-once (1.4.0-2) || || || │   └── path-is-absolute || path-is-absolute (2.0.0) || /!\ node-path-is-absolute (1.0.0-1) || || || ├── tmp || tmp (0.0.33) || /!\ node-tmp (0.0.31-1) || || || │   └── os-tmpdir || os-tmpdir (2.0.0) || /!\ node-os-tmpdir (1.0.2-1) || || || └── xxhash || xxhash (0.2.4) || || || || └── nan || nan (2.11.1) || {OK} node-nan (2.11.1-1) || || == Package.json == The '''package.json''' for '''mist''' can be seen by typing: {{{ npm view mist }}}