marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 730 forks source link

Can't build ng-admin@0.9.1 #968

Closed sydorkov closed 8 years ago

sydorkov commented 8 years ago

Hello. I've installed ng-admin 0.9.1 from npm, mounted in node_modules/ng-admin then did «make install». After installation I've tried to «make build» ng-admin from sources, but got an error:

ERROR in ./src/javascripts/ng-admin.js
Module parse failed: /Applications/MAMP/git/ngadmin/landing/node_modules/ng-admin/node_modules/ng-annotate-loader/loader.js!/Applications/MAMP/git/ngadmin/landing/node_modules/ng-admin/src/javascripts/ng-admin.js Line 6: Unexpected token
You may need an appropriate loader to handle this file type.
| require('./ng-admin/Crud/CrudModule');
| 
| import Factory from 'admin-config/lib/Factory';
| 
| var factory = angular.module('AdminDescriptionModule', []);
  @ multi ng-admin

How can I fix it?

I'm using OS X, node 4.0.0, npm 2.14.2. Here is npm ls from _nodemodules/ng-admin:

ng-admin@0.9.1 /Applications/MAMP/git/ngadmin/landing/node_modules/ng-admin
├── admin-config@0.5.1
├── angular@1.3.20
├── angular-bootstrap@0.12.2
├── angular-mocks@1.3.14
├── angular-numeraljs@1.3.1
├── angular-sanitize@1.5.0
├── angular-ui-codemirror@0.3.0
├── angular-ui-router@0.2.18
├── angularjs@0.0.1
├─┬ babel@4.7.16
│ ├── acorn-babel@0.11.1-38
│ ├── ast-types@0.7.8
│ ├─┬ chalk@1.1.1
│ │ ├─┬ ansi-styles@2.2.0
│ │ │ └── color-convert@1.0.0
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ chokidar@0.12.6
│ │ ├── async-each@0.1.6
│ │ ├─┬ fsevents@0.3.8
│ │ │ └── nan@2.2.0
│ │ └─┬ readdirp@1.3.0
│ │   ├── graceful-fs@2.0.3
│ │   ├─┬ minimatch@0.2.14
│ │   │ ├── lru-cache@2.7.3
│ │   │ └── sigmund@1.0.1
│ │   └─┬ readable-stream@1.0.33
│ │     ├── core-util-is@1.0.2
│ │     ├── inherits@2.0.1
│ │     ├── isarray@0.0.1
│ │     └── string_decoder@0.10.31
│ ├─┬ commander@2.9.0
│ │ └── graceful-readlink@1.0.1
│ ├── convert-source-map@0.5.1
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├─┬ detect-indent@3.0.1
│ │ ├── get-stdin@4.0.1
│ │ └── minimist@1.2.0
│ ├── estraverse@1.9.3
│ ├── esutils@1.1.6
│ ├── fs-readdir-recursive@0.1.2
│ ├── globals@6.4.1
│ ├─┬ is-integer@1.0.6
│ │ └─┬ is-finite@1.0.1
│ │   └── number-is-nan@1.0.0
│ ├── js-tokens@1.0.0
│ ├── leven@1.0.2
│ ├─┬ line-numbers@0.2.0
│ │ └── left-pad@0.0.3
│ ├─┬ output-file-sync@1.1.1
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ └── xtend@4.0.1
│ ├── path-is-absolute@1.0.0
│ ├── private@0.1.6
│ ├─┬ regenerator-babel@0.8.13-2
│ │ ├─┬ commoner@0.10.4
│ │ │ ├─┬ detective@4.3.1
│ │ │ │ ├── acorn@1.2.2
│ │ │ │ └── defined@1.0.0
│ │ │ ├─┬ glob@5.0.15
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@3.0.0
│ │ │ │ │ └─┬ brace-expansion@1.1.3
│ │ │ │ │   ├── balanced-match@0.3.0
│ │ │ │ │   └── concat-map@0.0.1
│ │ │ │ └─┬ once@1.3.3
│ │ │ │   └── wrappy@1.0.1
│ │ │ ├── graceful-fs@4.1.3
│ │ │ ├── iconv-lite@0.4.13
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├── q@1.4.1
│ │ │ └─┬ recast@0.10.43
│ │ │   ├── ast-types@0.8.15
│ │ │   ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ │   └── source-map@0.5.3
│ │ └── through@2.3.8
│ ├─┬ regexpu@1.3.0
│ │ ├── esprima@2.7.2
│ │ ├─┬ recast@0.10.43
│ │ │ ├── ast-types@0.8.15
│ │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ │ └── source-map@0.5.3
│ │ ├── regenerate@1.2.1
│ │ ├── regjsgen@0.2.0
│ │ └─┬ regjsparser@0.1.5
│ │   └── jsesc@0.5.0
│ ├─┬ repeating@1.1.3
│ │ └─┬ is-finite@1.0.1
│ │   └── number-is-nan@1.0.0
│ ├── shebang-regex@1.0.0
│ ├── slash@1.0.0
│ ├─┬ source-map@0.4.4
│ │ └── amdefine@1.0.0
│ ├─┬ source-map-support@0.2.10
│ │ └─┬ source-map@0.1.32
│ │   └── amdefine@1.0.0
│ ├── to-fast-properties@1.0.1
│ └── trim-right@1.0.1
├─┬ babel-core@5.8.35
│ ├── babel-plugin-constant-folding@1.0.1
│ ├── babel-plugin-dead-code-elimination@1.0.2
│ ├── babel-plugin-eval@1.0.1
│ ├── babel-plugin-inline-environment-variables@1.0.1
│ ├── babel-plugin-jscript@1.0.4
│ ├── babel-plugin-member-expression-literals@1.0.1
│ ├── babel-plugin-property-literals@1.0.1
│ ├── babel-plugin-proto-to-assign@1.0.4
│ ├── babel-plugin-react-constant-elements@1.0.3
│ ├── babel-plugin-react-display-name@1.0.3
│ ├── babel-plugin-remove-console@1.0.1
│ ├── babel-plugin-remove-debugger@1.0.1
│ ├── babel-plugin-runtime@1.0.7
│ ├─┬ babel-plugin-undeclared-variables-check@1.0.2
│ │ └── leven@1.0.2
│ ├── babel-plugin-undefined-to-void@1.1.6
│ ├── babylon@5.8.35
│ ├── bluebird@2.10.2
│ ├─┬ chalk@1.1.1
│ │ ├─┬ ansi-styles@2.2.0
│ │ │ └── color-convert@1.0.0
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├── convert-source-map@1.2.0
│ ├── core-js@1.2.6
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├─┬ detect-indent@3.0.1
│ │ ├── get-stdin@4.0.1
│ │ └── minimist@1.2.0
│ ├── esutils@2.0.2
│ ├── fs-readdir-recursive@0.1.2
│ ├── globals@6.4.1
│ ├─┬ home-or-tmp@1.0.0
│ │ ├── os-tmpdir@1.0.1
│ │ └── user-home@1.1.1
│ ├─┬ is-integer@1.0.6
│ │ └─┬ is-finite@1.0.1
│ │   └── number-is-nan@1.0.0
│ ├── js-tokens@1.0.1
│ ├── json5@0.4.0
│ ├─┬ line-numbers@0.2.0
│ │ └── left-pad@0.0.3
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.3
│ │   ├── balanced-match@0.3.0
│ │   └── concat-map@0.0.1
│ ├─┬ output-file-sync@1.1.1
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ └── xtend@4.0.1
│ ├── path-exists@1.0.0
│ ├── path-is-absolute@1.0.0
│ ├── private@0.1.6
│ ├─┬ regenerator@0.8.40
│ │ ├─┬ commoner@0.10.4
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ detective@4.3.1
│ │ │ │ ├── acorn@1.2.2
│ │ │ │ └── defined@1.0.0
│ │ │ ├─┬ glob@5.0.15
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ once@1.3.3
│ │ │ │   └── wrappy@1.0.1
│ │ │ ├── graceful-fs@4.1.3
│ │ │ ├── iconv-lite@0.4.13
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ └── q@1.4.1
│ │ ├─┬ defs@1.1.1
│ │ │ ├─┬ alter@0.2.0
│ │ │ │ └── stable@0.1.5
│ │ │ ├── ast-traverse@0.1.1
│ │ │ ├── breakable@1.0.0
│ │ │ ├── simple-fmt@0.1.0
│ │ │ ├── simple-is@0.2.0
│ │ │ ├── stringmap@0.2.2
│ │ │ ├── stringset@0.2.1
│ │ │ ├── tryor@0.1.2
│ │ │ └─┬ yargs@3.27.0
│ │ │   ├── camelcase@1.2.1
│ │ │   ├─┬ cliui@2.1.0
│ │ │   │ ├─┬ center-align@0.1.3
│ │ │   │ │ ├─┬ align-text@0.1.4
│ │ │   │ │ │ ├─┬ kind-of@3.0.2
│ │ │   │ │ │ │ └── is-buffer@1.1.3
│ │ │   │ │ │ ├── longest@1.0.1
│ │ │   │ │ │ └── repeat-string@1.5.4
│ │ │   │ │ └── lazy-cache@1.0.3
│ │ │   │ ├─┬ right-align@0.1.3
│ │ │   │ │ └─┬ align-text@0.1.4
│ │ │   │ │   ├─┬ kind-of@3.0.2
│ │ │   │ │   │ └── is-buffer@1.1.3
│ │ │   │ │   ├── longest@1.0.1
│ │ │   │ │   └── repeat-string@1.5.4
│ │ │   │ └── wordwrap@0.0.2
│ │ │   ├── decamelize@1.2.0
│ │ │   ├─┬ os-locale@1.4.0
│ │ │   │ └─┬ lcid@1.0.0
│ │ │   │   └── invert-kv@1.0.0
│ │ │   ├── window-size@0.1.4
│ │ │   └── y18n@3.2.0
│ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ ├─┬ recast@0.10.33
│ │ │ └── ast-types@0.8.12
│ │ └── through@2.3.8
│ ├─┬ regexpu@1.3.0
│ │ ├── esprima@2.7.2
│ │ ├─┬ recast@0.10.43
│ │ │ ├── ast-types@0.8.15
│ │ │ └── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ ├── regenerate@1.2.1
│ │ ├── regjsgen@0.2.0
│ │ └─┬ regjsparser@0.1.5
│ │   └── jsesc@0.5.0
│ ├─┬ repeating@1.1.3
│ │ └─┬ is-finite@1.0.1
│ │   └── number-is-nan@1.0.0
│ ├── resolve@1.1.7
│ ├── shebang-regex@1.0.0
│ ├── slash@1.0.0
│ ├── source-map@0.5.3
│ ├─┬ source-map-support@0.2.10
│ │ └─┬ source-map@0.1.32
│ │   └── amdefine@1.0.0
│ ├── to-fast-properties@1.0.1
│ ├── trim-right@1.0.1
│ └── try-resolve@1.0.1
├─┬ babel-loader@5.4.0
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ └── object-assign@3.0.0
├── bootstrap-sass@3.3.6
├─┬ chai@3.5.0
│ ├── assertion-error@1.0.1
│ ├─┬ deep-eql@0.1.3
│ │ └── type-detect@0.1.1
│ └── type-detect@1.0.0
├── codemirror@5.12.0
├── core-js@0.6.1
├─┬ css-loader@0.12.1
│ ├─┬ clean-css@3.4.10
│ │ ├─┬ commander@2.8.1
│ │ │ └── graceful-readlink@1.0.1
│ │ └─┬ source-map@0.4.4
│ │   └── amdefine@1.0.0
│ ├── fastparse@1.1.1
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ └── source-list-map@0.1.5
├── es6-promise@2.3.0
├─┬ exports-loader@0.6.3
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ └─┬ source-map@0.1.43
│   └── amdefine@1.0.0
├─┬ extract-text-webpack-plugin@0.8.2
│ ├── async@1.5.2
│ └─┬ loader-utils@0.2.12
│   ├── big.js@3.1.3
│   └── json5@0.4.0
├── fakerest@1.1.4
├─┬ file-loader@0.8.5
│ └─┬ loader-utils@0.2.12
│   ├── big.js@3.1.3
│   └── json5@0.4.0
├── font-awesome@4.5.0
├─┬ grunt@0.4.5
│ ├── async@0.1.22
│ ├── coffee-script@1.3.3
│ ├── colors@0.6.2
│ ├── dateformat@1.0.2-1.2.3
│ ├── eventemitter2@0.4.14
│ ├── exit@0.1.2
│ ├─┬ findup-sync@0.1.3
│ │ ├─┬ glob@3.2.11
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ minimatch@0.3.0
│ │ │   ├── lru-cache@2.7.3
│ │ │   └── sigmund@1.0.1
│ │ └── lodash@2.4.2
│ ├── getobject@0.1.0
│ ├─┬ glob@3.1.21
│ │ ├── graceful-fs@1.2.3
│ │ └── inherits@1.0.2
│ ├─┬ grunt-legacy-log@0.1.3
│ │ ├── grunt-legacy-log-utils@0.1.1
│ │ ├── lodash@2.4.2
│ │ └── underscore.string@2.3.3
│ ├── grunt-legacy-util@0.2.0
│ ├── hooker@0.2.3
│ ├── iconv-lite@0.2.11
│ ├─┬ js-yaml@2.0.5
│ │ ├─┬ argparse@0.1.16
│ │ │ ├── underscore@1.7.0
│ │ │ └── underscore.string@2.4.0
│ │ └── esprima@1.0.4
│ ├── lodash@0.9.2
│ ├─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├─┬ nopt@1.0.10
│ │ └── abbrev@1.0.7
│ ├── rimraf@2.2.8
│ ├── underscore.string@2.2.1
│ └── which@1.0.9
├─┬ grunt-babel@4.0.0
│ └─┬ babel-core@4.7.16
│   ├── acorn-babel@0.11.1-38
│   ├── ast-types@0.7.8
│   ├─┬ chalk@1.1.1
│   │ ├─┬ ansi-styles@2.2.0
│   │ │ └── color-convert@1.0.0
│   │ ├── escape-string-regexp@1.0.5
│   │ ├─┬ has-ansi@2.0.0
│   │ │ └── ansi-regex@2.0.0
│   │ ├─┬ strip-ansi@3.0.1
│   │ │ └── ansi-regex@2.0.0
│   │ └── supports-color@2.0.0
│   ├─┬ commander@2.9.0
│   │ └── graceful-readlink@1.0.1
│   ├── convert-source-map@0.5.1
│   ├─┬ debug@2.2.0
│   │ └── ms@0.7.1
│   ├─┬ detect-indent@3.0.1
│   │ ├── get-stdin@4.0.1
│   │ └── minimist@1.2.0
│   ├── estraverse@1.9.3
│   ├── esutils@1.1.6
│   ├── fs-readdir-recursive@0.1.2
│   ├── globals@6.4.1
│   ├─┬ is-integer@1.0.6
│   │ └─┬ is-finite@1.0.1
│   │   └── number-is-nan@1.0.0
│   ├── js-tokens@1.0.0
│   ├── leven@1.0.2
│   ├─┬ line-numbers@0.2.0
│   │ └── left-pad@0.0.3
│   ├─┬ output-file-sync@1.1.1
│   │ ├─┬ mkdirp@0.5.1
│   │ │ └── minimist@0.0.8
│   │ └── xtend@4.0.1
│   ├── path-is-absolute@1.0.0
│   ├── private@0.1.6
│   ├─┬ regenerator-babel@0.8.13-2
│   │ ├─┬ commoner@0.10.4
│   │ │ ├─┬ detective@4.3.1
│   │ │ │ ├── acorn@1.2.2
│   │ │ │ └── defined@1.0.0
│   │ │ ├─┬ glob@5.0.15
│   │ │ │ ├─┬ inflight@1.0.4
│   │ │ │ │ └── wrappy@1.0.1
│   │ │ │ ├── inherits@2.0.1
│   │ │ │ ├─┬ minimatch@3.0.0
│   │ │ │ │ └─┬ brace-expansion@1.1.3
│   │ │ │ │   ├── balanced-match@0.3.0
│   │ │ │ │   └── concat-map@0.0.1
│   │ │ │ └─┬ once@1.3.3
│   │ │ │   └── wrappy@1.0.1
│   │ │ ├── graceful-fs@4.1.3
│   │ │ ├── iconv-lite@0.4.13
│   │ │ ├─┬ mkdirp@0.5.1
│   │ │ │ └── minimist@0.0.8
│   │ │ ├── q@1.4.1
│   │ │ └─┬ recast@0.10.43
│   │ │   ├── ast-types@0.8.15
│   │ │   ├── esprima-fb@15001.1001.0-dev-harmony-fb
│   │ │   └── source-map@0.5.3
│   │ └── through@2.3.8
│   ├─┬ regexpu@1.3.0
│   │ ├── esprima@2.7.2
│   │ ├─┬ recast@0.10.43
│   │ │ ├── ast-types@0.8.15
│   │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│   │ │ └── source-map@0.5.3
│   │ ├── regenerate@1.2.1
│   │ ├── regjsgen@0.2.0
│   │ └─┬ regjsparser@0.1.5
│   │   └── jsesc@0.5.0
│   ├─┬ repeating@1.1.3
│   │ └─┬ is-finite@1.0.1
│   │   └── number-is-nan@1.0.0
│   ├── shebang-regex@1.0.0
│   ├── slash@1.0.0
│   ├─┬ source-map@0.4.4
│   │ └── amdefine@1.0.0
│   ├─┬ source-map-support@0.2.10
│   │ └─┬ source-map@0.1.32
│   │   └── amdefine@1.0.0
│   ├── to-fast-properties@1.0.1
│   └── trim-right@1.0.1
├─┬ grunt-cli@0.1.13
│ ├─┬ findup-sync@0.1.3
│ │ ├─┬ glob@3.2.11
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ minimatch@0.3.0
│ │ │   ├── lru-cache@2.7.3
│ │ │   └── sigmund@1.0.1
│ │ └── lodash@2.4.2
│ ├─┬ nopt@1.0.10
│ │ └── abbrev@1.0.7
│ └── resolve@0.3.1
├─┬ grunt-concurrent@0.5.0
│ ├── async@0.2.10
│ └─┬ pad-stdio@0.1.1
│   └── lpad@0.2.1
├─┬ grunt-contrib-clean@0.6.0
│ └── rimraf@2.2.8
├─┬ grunt-contrib-compass@0.7.2
│ ├── async@0.2.10
│ ├── dargs@0.1.0
│ └── tmp@0.0.23
├─┬ grunt-contrib-concat@0.5.1
│ ├─┬ chalk@0.5.1
│ │ ├── ansi-styles@1.1.0
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@0.1.0
│ │ │ └── ansi-regex@0.2.1
│ │ ├─┬ strip-ansi@0.3.0
│ │ │ └── ansi-regex@0.2.1
│ │ └── supports-color@0.2.0
│ └─┬ source-map@0.3.0
│   └── amdefine@1.0.0
├─┬ grunt-contrib-connect@0.8.0
│ ├── async@0.9.2
│ ├─┬ connect@2.19.6
│ │ ├── basic-auth-connect@1.0.0
│ │ ├─┬ body-parser@1.3.1
│ │ │ └── raw-body@1.1.6
│ │ ├── bytes@1.0.0
│ │ ├─┬ compression@1.0.7
│ │ │ ├─┬ accepts@1.0.3
│ │ │ │ ├── mime@1.2.11
│ │ │ │ └── negotiator@0.4.6
│ │ │ ├── compressible@1.1.0
│ │ │ └── vary@0.1.0
│ │ ├─┬ connect-timeout@1.1.0
│ │ │ └── debug@0.8.1
│ │ ├── cookie@0.1.2
│ │ ├── cookie-parser@1.1.0
│ │ ├── cookie-signature@1.0.3
│ │ ├─┬ csurf@1.2.1
│ │ │ └─┬ csrf-tokens@1.0.4
│ │ │   ├── rndm@1.2.0
│ │ │   ├── scmp@0.0.3
│ │ │   └── uid2@0.0.3
│ │ ├─┬ debug@1.0.2
│ │ │ └── ms@0.6.2
│ │ ├── errorhandler@1.0.2
│ │ ├── escape-html@1.0.1
│ │ ├─┬ express-session@1.2.1
│ │ │ ├── buffer-crc32@0.2.1
│ │ │ ├── debug@0.8.1
│ │ │ ├── uid2@0.0.3
│ │ │ └── utils-merge@1.0.0
│ │ ├── fresh@0.2.2
│ │ ├─┬ method-override@2.0.2
│ │ │ ├── methods@1.0.1
│ │ │ └── vary@0.1.0
│ │ ├── morgan@1.1.1
│ │ ├─┬ multiparty@3.2.8
│ │ │ ├─┬ readable-stream@1.1.13
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── stream-counter@0.2.0
│ │ ├── on-headers@0.0.0
│ │ ├── parseurl@1.0.1
│ │ ├── pause@0.0.1
│ │ ├── qs@0.6.6
│ │ ├── response-time@2.0.0
│ │ ├── serve-favicon@2.0.1
│ │ ├─┬ serve-index@1.1.1
│ │ │ ├─┬ accepts@1.0.3
│ │ │ │ ├── mime@1.2.11
│ │ │ │ └── negotiator@0.4.6
│ │ │ └── batch@0.5.0
│ │ ├─┬ serve-static@1.2.3
│ │ │ └─┬ send@0.4.3
│ │ │   ├─┬ finished@1.2.2
│ │ │   │ └── ee-first@1.0.3
│ │ │   ├── mime@1.2.11
│ │ │   └── range-parser@1.0.3
│ │ ├─┬ type-is@1.2.1
│ │ │ └── mime-types@1.0.0
│ │ └── vhost@1.0.0
│ ├── connect-livereload@0.4.1
│ ├── open@0.0.5
│ └─┬ portscanner@0.2.3
│   └── async@0.1.15
├─┬ grunt-contrib-copy@0.6.0
│ └─┬ chalk@0.5.1
│   ├── ansi-styles@1.1.0
│   ├── escape-string-regexp@1.0.5
│   ├─┬ has-ansi@0.1.0
│   │ └── ansi-regex@0.2.1
│   ├─┬ strip-ansi@0.3.0
│   │ └── ansi-regex@0.2.1
│   └── supports-color@0.2.0
├─┬ grunt-contrib-cssmin@0.10.0
│ ├─┬ chalk@0.4.0
│ │ ├── ansi-styles@1.0.0
│ │ ├── has-color@0.1.7
│ │ └── strip-ansi@0.1.1
│ ├─┬ clean-css@2.2.23
│ │ └── commander@2.2.0
│ └─┬ maxmin@0.2.2
│   ├─┬ chalk@0.5.1
│   │ ├── ansi-styles@1.1.0
│   │ ├── escape-string-regexp@1.0.5
│   │ ├─┬ has-ansi@0.1.0
│   │ │ └── ansi-regex@0.2.1
│   │ ├─┬ strip-ansi@0.3.0
│   │ │ └── ansi-regex@0.2.1
│   │ └── supports-color@0.2.0
│   ├── figures@1.4.0
│   ├─┬ gzip-size@0.2.0
│   │ ├─┬ browserify-zlib@0.1.4
│   │ │ └── pako@0.2.8
│   │ └─┬ concat-stream@1.5.1
│   │   ├── inherits@2.0.1
│   │   ├─┬ readable-stream@2.0.5
│   │   │ ├── core-util-is@1.0.2
│   │   │ ├── isarray@0.0.1
│   │   │ ├── process-nextick-args@1.0.6
│   │   │ ├── string_decoder@0.10.31
│   │   │ └── util-deprecate@1.0.2
│   │   └── typedarray@0.0.6
│   └── pretty-bytes@0.1.2
├─┬ grunt-contrib-requirejs@0.4.4
│ └── requirejs@2.1.22
├─┬ grunt-contrib-uglify@0.6.0
│ ├─┬ chalk@0.5.1
│ │ ├── ansi-styles@1.1.0
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@0.1.0
│ │ │ └── ansi-regex@0.2.1
│ │ ├─┬ strip-ansi@0.3.0
│ │ │ └── ansi-regex@0.2.1
│ │ └── supports-color@0.2.0
│ ├── lodash@2.4.2
│ ├─┬ maxmin@1.1.0
│ │ ├─┬ chalk@1.1.1
│ │ │ ├─┬ ansi-styles@2.2.0
│ │ │ │ └── color-convert@1.0.0
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├── figures@1.4.0
│ │ ├─┬ gzip-size@1.0.0
│ │ │ ├─┬ browserify-zlib@0.1.4
│ │ │ │ └── pako@0.2.8
│ │ │ └─┬ concat-stream@1.5.1
│ │ │   ├── inherits@2.0.1
│ │ │   ├─┬ readable-stream@2.0.5
│ │ │   │ ├── core-util-is@1.0.2
│ │ │   │ ├── isarray@0.0.1
│ │ │   │ ├── process-nextick-args@1.0.6
│ │ │   │ ├── string_decoder@0.10.31
│ │ │   │ └── util-deprecate@1.0.2
│ │ │   └── typedarray@0.0.6
│ │ └─┬ pretty-bytes@1.0.4
│ │   ├── get-stdin@4.0.1
│ │   └─┬ meow@3.7.0
│ │     ├─┬ camelcase-keys@2.0.0
│ │     │ └── camelcase@2.1.0
│ │     ├── decamelize@1.2.0
│ │     ├─┬ loud-rejection@1.3.0
│ │     │ ├── array-find-index@1.0.1
│ │     │ └── signal-exit@2.1.2
│ │     ├── map-obj@1.0.1
│ │     ├── minimist@1.2.0
│ │     ├─┬ normalize-package-data@2.3.5
│ │     │ ├── hosted-git-info@2.1.4
│ │     │ ├─┬ is-builtin-module@1.0.0
│ │     │ │ └── builtin-modules@1.1.1
│ │     │ ├── semver@5.1.0
│ │     │ └─┬ validate-npm-package-license@3.0.1
│ │     │   ├─┬ spdx-correct@1.0.2
│ │     │   │ └── spdx-license-ids@1.2.0
│ │     │   └─┬ spdx-expression-parse@1.0.2
│ │     │     ├── spdx-exceptions@1.0.4
│ │     │     └── spdx-license-ids@1.2.0
│ │     ├── object-assign@4.0.1
│ │     ├─┬ read-pkg-up@1.0.1
│ │     │ ├─┬ find-up@1.1.2
│ │     │ │ ├── path-exists@2.1.0
│ │     │ │ └─┬ pinkie-promise@2.0.0
│ │     │ │   └── pinkie@2.0.4
│ │     │ └─┬ read-pkg@1.1.0
│ │     │   ├─┬ load-json-file@1.1.0
│ │     │   │ ├── graceful-fs@4.1.3
│ │     │   │ ├─┬ parse-json@2.2.0
│ │     │   │ │ └─┬ error-ex@1.3.0
│ │     │   │ │   └── is-arrayish@0.2.1
│ │     │   │ ├── pify@2.3.0
│ │     │   │ ├─┬ pinkie-promise@2.0.0
│ │     │   │ │ └── pinkie@2.0.4
│ │     │   │ └─┬ strip-bom@2.0.0
│ │     │   │   └── is-utf8@0.2.1
│ │     │   └─┬ path-type@1.1.0
│ │     │     ├── graceful-fs@4.1.3
│ │     │     ├── pify@2.3.0
│ │     │     └─┬ pinkie-promise@2.0.0
│ │     │       └── pinkie@2.0.4
│ │     ├─┬ redent@1.0.0
│ │     │ ├─┬ indent-string@2.1.0
│ │     │ │ └─┬ repeating@2.0.0
│ │     │ │   └─┬ is-finite@1.0.1
│ │     │ │     └── number-is-nan@1.0.0
│ │     │ └── strip-indent@1.0.1
│ │     └── trim-newlines@1.0.0
│ ├─┬ uglify-js@2.6.2
│ │ ├── async@0.2.10
│ │ ├── source-map@0.5.3
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │   ├── camelcase@1.2.1
│ │   ├─┬ cliui@2.1.0
│ │   │ ├─┬ center-align@0.1.3
│ │   │ │ ├─┬ align-text@0.1.4
│ │   │ │ │ ├─┬ kind-of@3.0.2
│ │   │ │ │ │ └── is-buffer@1.1.3
│ │   │ │ │ ├── longest@1.0.1
│ │   │ │ │ └── repeat-string@1.5.4
│ │   │ │ └── lazy-cache@1.0.3
│ │   │ ├─┬ right-align@0.1.3
│ │   │ │ └─┬ align-text@0.1.4
│ │   │ │   ├─┬ kind-of@3.0.2
│ │   │ │   │ └── is-buffer@1.1.3
│ │   │ │   ├── longest@1.0.1
│ │   │ │   └── repeat-string@1.5.4
│ │   │ └── wordwrap@0.0.2
│ │   ├── decamelize@1.2.0
│ │   └── window-size@0.1.0
│ └── uri-path@0.0.2
├─┬ grunt-contrib-watch@0.5.3
│ ├─┬ gaze@0.4.3
│ │ └─┬ globule@0.1.0
│ │   ├─┬ glob@3.1.21
│ │   │ ├── graceful-fs@1.2.3
│ │   │ └── inherits@1.0.2
│ │   ├── lodash@1.0.2
│ │   └─┬ minimatch@0.2.14
│ │     ├── lru-cache@2.7.3
│ │     └── sigmund@1.0.1
│ └─┬ tiny-lr@0.0.4
│   ├── debug@0.7.4
│   ├── faye-websocket@0.4.4
│   ├─┬ noptify@0.0.3
│   │ └─┬ nopt@2.0.0
│   │   └── abbrev@1.0.7
│   └── qs@0.5.6
├── grunt-exec@0.4.6
├─┬ grunt-karma@0.8.3
│ └── lodash@2.4.2
├─┬ grunt-mocha-test@0.12.7
│ ├── hooker@0.2.3
│ └─┬ mkdirp@0.5.1
│   └── minimist@0.0.8
├─┬ grunt-ng-annotate@0.10.0
│ ├─┬ lodash.clonedeep@3.0.2
│ │ ├─┬ lodash._baseclone@3.3.0
│ │ │ ├── lodash._arraycopy@3.0.0
│ │ │ ├── lodash._arrayeach@3.0.0
│ │ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ │ └── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basefor@3.0.3
│ │ │ ├── lodash.isarray@3.0.4
│ │ │ └─┬ lodash.keys@3.1.2
│ │ │   ├── lodash._getnative@3.9.1
│ │ │   └── lodash.isarguments@3.0.8
│ │ └── lodash._bindcallback@3.0.1
│ └─┬ ng-annotate@0.15.4
│   ├── acorn@0.11.0
│   ├── alter@0.2.0
│   ├── convert-source-map@0.4.1
│   ├─┬ optimist@0.6.1
│   │ ├── minimist@0.0.10
│   │ └── wordwrap@0.0.3
│   ├─┬ ordered-ast-traverse@1.1.1
│   │ └── ordered-esprima-props@1.1.0
│   ├── simple-fmt@0.1.0
│   ├── simple-is@0.2.0
│   ├─┬ source-map@0.1.43
│   │ └── amdefine@1.0.0
│   ├── stable@0.1.5
│   ├── stringmap@0.2.2
│   ├── stringset@0.2.1
│   └── tryor@0.1.2
├─┬ grunt-protractor-runner@1.2.1
│ ├─┬ split@0.3.3
│ │ └── through@2.3.8
│ └─┬ through2@0.5.1
│   ├─┬ readable-stream@1.0.33
│   │ ├── core-util-is@1.0.2
│   │ ├── inherits@2.0.1
│   │ ├── isarray@0.0.1
│   │ └── string_decoder@0.10.31
│   └── xtend@3.0.0
├─┬ html-loader@0.3.0
│ ├── fastparse@1.1.1
│ ├─┬ html-minifier@0.7.2
│ │ ├─┬ change-case@2.3.1
│ │ │ ├── camel-case@1.2.2
│ │ │ ├── constant-case@1.1.2
│ │ │ ├── dot-case@1.1.2
│ │ │ ├── is-lower-case@1.1.3
│ │ │ ├── is-upper-case@1.1.2
│ │ │ ├── lower-case@1.1.3
│ │ │ ├── lower-case-first@1.0.2
│ │ │ ├── param-case@1.1.2
│ │ │ ├── pascal-case@1.1.2
│ │ │ ├── path-case@1.1.2
│ │ │ ├── sentence-case@1.1.3
│ │ │ ├── snake-case@1.1.2
│ │ │ ├── swap-case@1.1.2
│ │ │ ├── title-case@1.1.2
│ │ │ ├── upper-case@1.1.3
│ │ │ └── upper-case-first@1.1.2
│ │ ├─┬ clean-css@3.1.9
│ │ │ └── commander@2.6.0
│ │ ├─┬ cli@0.6.6
│ │ │ ├── exit@0.1.2
│ │ │ └─┬ glob@3.2.11
│ │ │   ├── inherits@2.0.1
│ │ │   └─┬ minimatch@0.3.0
│ │ │     ├── lru-cache@2.7.3
│ │ │     └── sigmund@1.0.1
│ │ ├─┬ concat-stream@1.4.10
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ readable-stream@1.1.13
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── typedarray@0.0.6
│ │ ├── relateurl@0.2.6
│ │ └─┬ uglify-js@2.4.24
│ │   ├── async@0.2.10
│ │   ├─┬ source-map@0.1.34
│ │   │ └── amdefine@1.0.0
│ │   ├── uglify-to-browserify@1.0.2
│ │   └─┬ yargs@3.5.4
│ │     ├── camelcase@1.2.1
│ │     ├── decamelize@1.2.0
│ │     ├── window-size@0.1.0
│ │     └── wordwrap@0.0.2
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ └─┬ source-map@0.1.43
│   └── amdefine@1.0.0
├── humane-js@3.2.2
├── jasmine-core@2.1.3
├─┬ jshint-stylish@0.1.5
│ ├─┬ chalk@0.4.0
│ │ ├── ansi-styles@1.0.0
│ │ ├── has-color@0.1.7
│ │ └── strip-ansi@0.1.1
│ └── text-table@0.2.0
├─┬ jsonlint@1.6.2
│ ├── JSV@4.0.2
│ └─┬ nomnom@1.8.1
│   ├─┬ chalk@0.4.0
│   │ ├── ansi-styles@1.0.0
│   │ ├── has-color@0.1.7
│   │ └── strip-ansi@0.1.1
│   └── underscore@1.6.0
├─┬ karma@0.12.37
│ ├─┬ chokidar@1.4.3
│ │ ├─┬ anymatch@1.3.0
│ │ │ ├── arrify@1.0.1
│ │ │ └─┬ micromatch@2.3.7
│ │ │   ├─┬ arr-diff@2.0.0
│ │ │   │ └── arr-flatten@1.0.1
│ │ │   ├── array-unique@0.2.1
│ │ │   ├─┬ braces@1.8.3
│ │ │   │ ├─┬ expand-range@1.8.1
│ │ │   │ │ └─┬ fill-range@2.2.3
│ │ │   │ │   ├── is-number@2.1.0
│ │ │   │ │   ├─┬ isobject@2.0.0
│ │ │   │ │   │ └── isarray@0.0.1
│ │ │   │ │   ├── randomatic@1.1.5
│ │ │   │ │   └── repeat-string@1.5.4
│ │ │   │ ├── preserve@0.2.0
│ │ │   │ └── repeat-element@1.1.2
│ │ │   ├── expand-brackets@0.1.4
│ │ │   ├── extglob@0.3.2
│ │ │   ├── filename-regex@2.0.0
│ │ │   ├── is-extglob@1.0.0
│ │ │   ├─┬ kind-of@3.0.2
│ │ │   │ └── is-buffer@1.1.3
│ │ │   ├── normalize-path@2.0.1
│ │ │   ├─┬ object.omit@2.0.0
│ │ │   │ ├─┬ for-own@0.1.3
│ │ │   │ │ └── for-in@0.1.4
│ │ │   │ └── is-extendable@0.1.1
│ │ │   ├─┬ parse-glob@3.0.4
│ │ │   │ ├── glob-base@0.3.0
│ │ │   │ └── is-dotfile@1.0.2
│ │ │   └─┬ regex-cache@0.4.2
│ │ │     ├── is-equal-shallow@0.1.3
│ │ │     └── is-primitive@2.0.0
│ │ ├── async-each@1.0.0
│ │ ├─┬ fsevents@1.0.8
│ │ │ ├── ansi@0.3.1
│ │ │ ├── ansi-regex@2.0.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── are-we-there-yet@1.0.6
│ │ │ ├── asn1@0.2.3
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├── async@1.5.2
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├─┬ aws4@1.2.1
│ │ │ │ └── lru-cache@2.7.3
│ │ │ ├── bl@1.0.2
│ │ │ ├── block-stream@0.0.8
│ │ │ ├── boom@2.10.1
│ │ │ ├── caseless@0.11.0
│ │ │ ├── chalk@1.1.1
│ │ │ ├── combined-stream@1.0.5
│ │ │ ├── commander@2.9.0
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── cryptiles@2.0.5
│ │ │ ├── dashdash@1.12.2
│ │ │ ├── debug@2.2.0
│ │ │ ├── deep-extend@0.4.1
│ │ │ ├── delayed-stream@1.0.0
│ │ │ ├── delegates@1.0.0
│ │ │ ├── ecc-jsbn@0.1.1
│ │ │ ├── escape-string-regexp@1.0.4
│ │ │ ├── extend@3.0.0
│ │ │ ├── extsprintf@1.0.2
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├── form-data@1.0.0-rc3
│ │ │ ├── fstream@1.0.8
│ │ │ ├─┬ fstream-ignore@1.0.3
│ │ │ │ └─┬ minimatch@3.0.0
│ │ │ │   └─┬ brace-expansion@1.1.2
│ │ │ │     ├── balanced-match@0.3.0
│ │ │ │     └── concat-map@0.0.1
│ │ │ ├── gauge@1.2.5
│ │ │ ├── generate-function@2.0.0
│ │ │ ├── generate-object-property@1.2.0
│ │ │ ├── graceful-fs@4.1.3
│ │ │ ├── graceful-readlink@1.0.1
│ │ │ ├── har-validator@2.0.6
│ │ │ ├── has-ansi@2.0.0
│ │ │ ├── has-unicode@2.0.0
│ │ │ ├── hawk@3.1.3
│ │ │ ├── hoek@2.16.3
│ │ │ ├── http-signature@1.1.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├── ini@1.3.4
│ │ │ ├── is-my-json-valid@2.12.4
│ │ │ ├── is-property@1.0.2
│ │ │ ├── is-typedarray@1.0.0
│ │ │ ├── isarray@0.0.1
│ │ │ ├── isstream@0.1.2
│ │ │ ├── jodid25519@1.0.2
│ │ │ ├── jsbn@0.1.0
│ │ │ ├── json-schema@0.2.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├── jsonpointer@2.0.0
│ │ │ ├── jsprim@1.2.2
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._createpadding@3.6.1
│ │ │ ├── lodash._root@3.0.0
│ │ │ ├── lodash.pad@3.3.0
│ │ │ ├── lodash.padleft@3.1.1
│ │ │ ├── lodash.padright@3.1.1
│ │ │ ├── lodash.repeat@3.2.0
│ │ │ ├── mime-db@1.21.0
│ │ │ ├── mime-types@2.1.9
│ │ │ ├── minimist@0.0.8
│ │ │ ├── mkdirp@0.5.1
│ │ │ ├── ms@0.7.1
│ │ │ ├── nan@2.2.0
│ │ │ ├─┬ node-pre-gyp@0.6.21
│ │ │ │ └─┬ nopt@3.0.6
│ │ │ │   └── abbrev@1.0.7
│ │ │ ├── node-uuid@1.4.7
│ │ │ ├── npmlog@2.0.2
│ │ │ ├── oauth-sign@0.8.1
│ │ │ ├── once@1.3.3
│ │ │ ├── pinkie@2.0.4
│ │ │ ├── pinkie-promise@2.0.0
│ │ │ ├── process-nextick-args@1.0.6
│ │ │ ├── qs@6.0.2
│ │ │ ├─┬ rc@1.1.6
│ │ │ │ └── minimist@1.2.0
│ │ │ ├── readable-stream@2.0.5
│ │ │ ├── request@2.69.0
│ │ │ ├─┬ rimraf@2.5.1
│ │ │ │ └─┬ glob@6.0.4
│ │ │ │   ├─┬ inflight@1.0.4
│ │ │ │   │ └── wrappy@1.0.1
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├─┬ minimatch@3.0.0
│ │ │ │   │ └─┬ brace-expansion@1.1.2
│ │ │ │   │   ├── balanced-match@0.3.0
│ │ │ │   │   └── concat-map@0.0.1
│ │ │ │   ├─┬ once@1.3.3
│ │ │ │   │ └── wrappy@1.0.1
│ │ │ │   └── path-is-absolute@1.0.0
│ │ │ ├── semver@5.1.0
│ │ │ ├── sntp@1.0.9
│ │ │ ├── sshpk@1.7.3
│ │ │ ├── string_decoder@0.10.31
│ │ │ ├── stringstream@0.0.5
│ │ │ ├── strip-ansi@3.0.0
│ │ │ ├── strip-json-comments@1.0.4
│ │ │ ├── supports-color@2.0.0
│ │ │ ├── tar@2.2.1
│ │ │ ├── tar-pack@3.1.3
│ │ │ ├── tough-cookie@2.2.1
│ │ │ ├── tunnel-agent@0.4.2
│ │ │ ├── tweetnacl@0.13.3
│ │ │ ├── uid-number@0.0.6
│ │ │ ├── util-deprecate@1.0.2
│ │ │ ├── verror@1.3.6
│ │ │ ├── wrappy@1.0.1
│ │ │ └── xtend@4.0.1
│ │ ├── glob-parent@2.0.0
│ │ ├── inherits@2.0.1
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.4.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ ├── path-is-absolute@1.0.0
│ │ └─┬ readdirp@2.0.0
│ │   ├── graceful-fs@4.1.3
│ │   └─┬ readable-stream@2.0.5
│ │     ├── core-util-is@1.0.2
│ │     ├── isarray@0.0.1
│ │     ├── process-nextick-args@1.0.6
│ │     ├── string_decoder@0.10.31
│ │     └── util-deprecate@1.0.2
│ ├── colors@1.1.2
│ ├─┬ connect@2.30.2
│ │ ├── basic-auth-connect@1.0.0
│ │ ├─┬ body-parser@1.13.3
│ │ │ ├── iconv-lite@0.4.11
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1
│ │ │ └─┬ raw-body@2.1.6
│ │ │   ├── bytes@2.3.0
│ │ │   ├── iconv-lite@0.4.13
│ │ │   └── unpipe@1.0.0
│ │ ├── bytes@2.1.0
│ │ ├─┬ compression@1.5.2
│ │ │ ├─┬ accepts@1.2.13
│ │ │ │ ├─┬ mime-types@2.1.10
│ │ │ │ │ └── mime-db@1.22.0
│ │ │ │ └── negotiator@0.5.3
│ │ │ ├─┬ compressible@2.0.7
│ │ │ │ └── mime-db@1.22.0
│ │ │ └── vary@1.0.1
│ │ ├─┬ connect-timeout@1.6.2
│ │ │ └── ms@0.7.1
│ │ ├── content-type@1.0.1
│ │ ├── cookie@0.1.3
│ │ ├── cookie-parser@1.3.5
│ │ ├── cookie-signature@1.0.6
│ │ ├─┬ csurf@1.8.3
│ │ │ └─┬ csrf@3.0.1
│ │ │   ├── base64-url@1.2.1
│ │ │   ├── rndm@1.2.0
│ │ │   ├── scmp@1.0.0
│ │ │   └─┬ uid-safe@2.1.0
│ │ │     └── random-bytes@1.0.0
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├── depd@1.0.1
│ │ ├─┬ errorhandler@1.4.3
│ │ │ ├─┬ accepts@1.3.2
│ │ │ │ ├─┬ mime-types@2.1.10
│ │ │ │ │ └── mime-db@1.22.0
│ │ │ │ └── negotiator@0.6.0
│ │ │ └── escape-html@1.0.3
│ │ ├─┬ express-session@1.11.3
│ │ │ ├── crc@3.3.0
│ │ │ └─┬ uid-safe@2.0.0
│ │ │   └── base64-url@1.2.1
│ │ ├─┬ finalhandler@0.4.0
│ │ │ ├── escape-html@1.0.2
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1
│ │ │ └── unpipe@1.0.0
│ │ ├── fresh@0.3.0
│ │ ├─┬ http-errors@1.3.1
│ │ │ ├── inherits@2.0.1
│ │ │ └── statuses@1.2.1
│ │ ├─┬ method-override@2.3.5
│ │ │ ├── methods@1.1.2
│ │ │ └── vary@1.0.1
│ │ ├─┬ morgan@1.6.1
│ │ │ ├── basic-auth@1.0.3
│ │ │ └─┬ on-finished@2.3.0
│ │ │   └── ee-first@1.1.1
│ │ ├─┬ multiparty@3.3.2
│ │ │ ├─┬ readable-stream@1.1.13
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── stream-counter@0.2.0
│ │ ├── on-headers@1.0.1
│ │ ├── parseurl@1.3.1
│ │ ├── pause@0.1.0
│ │ ├── qs@4.0.0
│ │ ├── response-time@2.3.1
│ │ ├─┬ serve-favicon@2.3.0
│ │ │ ├── etag@1.7.0
│ │ │ └── ms@0.7.1
│ │ ├─┬ serve-index@1.7.3
│ │ │ ├─┬ accepts@1.2.13
│ │ │ │ └── negotiator@0.5.3
│ │ │ ├── batch@0.5.3
│ │ │ ├── escape-html@1.0.3
│ │ │ └─┬ mime-types@2.1.10
│ │ │   └── mime-db@1.22.0
│ │ ├─┬ serve-static@1.10.2
│ │ │ ├── escape-html@1.0.3
│ │ │ └─┬ send@0.13.1
│ │ │   ├── depd@1.1.0
│ │ │   ├── destroy@1.0.4
│ │ │   ├── etag@1.7.0
│ │ │   ├── ms@0.7.1
│ │ │   ├─┬ on-finished@2.3.0
│ │ │   │ └── ee-first@1.1.1
│ │ │   ├── range-parser@1.0.3
│ │ │   └── statuses@1.2.1
│ │ ├─┬ type-is@1.6.12
│ │ │ ├── media-typer@0.3.0
│ │ │ └─┬ mime-types@2.1.10
│ │ │   └── mime-db@1.22.0
│ │ ├── utils-merge@1.0.0
│ │ └── vhost@3.0.2
│ ├── di@0.0.1
│ ├─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├─┬ once@1.3.3
│ │ │ └── wrappy@1.0.1
│ │ └── path-is-absolute@1.0.0
│ ├── graceful-fs@3.0.8
│ ├─┬ http-proxy@0.10.4
│ │ ├── colors@0.6.2
│ │ ├── pkginfo@0.3.1
│ │ └─┬ utile@0.2.1
│ │   ├── async@0.2.10
│ │   ├── deep-equal@1.0.1
│ │   ├── i@0.3.4
│ │   ├─┬ mkdirp@0.5.1
│ │   │ └── minimist@0.0.8
│ │   └── ncp@0.4.2
│ ├─┬ log4js@0.6.33
│ │ ├─┬ readable-stream@1.0.33
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └── semver@4.3.6
│ ├── mime@1.3.4
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.3
│ │   ├── balanced-match@0.3.0
│ │   └── concat-map@0.0.1
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├── q@1.4.1
│ ├─┬ rimraf@2.5.2
│ │ └─┬ glob@7.0.3
│ │   ├─┬ inflight@1.0.4
│ │   │ └── wrappy@1.0.1
│ │   ├── inherits@2.0.1
│ │   ├─┬ once@1.3.3
│ │   │ └── wrappy@1.0.1
│ │   └── path-is-absolute@1.0.0
│ ├─┬ socket.io@0.9.16
│ │ ├── base64id@0.1.0
│ │ ├── policyfile@0.0.4
│ │ ├── redis@0.7.3
│ │ └─┬ socket.io-client@0.9.16
│ │   ├─┬ active-x-obfuscator@0.0.1
│ │   │ └── zeparser@0.0.5
│ │   ├── uglify-js@1.2.5
│ │   ├─┬ ws@0.4.32
│ │   │ ├── commander@2.1.0
│ │   │ ├── nan@1.0.0
│ │   │ ├── options@0.0.6
│ │   │ └── tinycolor@0.0.1
│ │   └── xmlhttprequest@1.4.2
│ ├─┬ source-map@0.4.4
│ │ └── amdefine@1.0.0
│ └─┬ useragent@2.1.8
│   └── lru-cache@2.2.4
├─┬ karma-chrome-launcher@0.2.2
│ ├─┬ fs-access@1.0.0
│ │ └── null-check@1.0.0
│ └─┬ which@1.2.4
│   ├─┬ is-absolute@0.1.7
│   │ └── is-relative@0.1.3
│   └── isexe@1.1.2
├── karma-jasmine@0.3.7
├── karma-ng-html2js-preprocessor@0.1.2
├── karma-ng-scenario@0.1.0
├─┬ karma-phantomjs-launcher@0.1.4
│ └─┬ phantomjs@1.9.19
│   ├── adm-zip@0.4.4
│   ├─┬ fs-extra@0.23.1
│   │ ├── graceful-fs@4.1.3
│   │ ├── jsonfile@2.2.3
│   │ ├── path-is-absolute@1.0.0
│   │ └─┬ rimraf@2.5.2
│   │   └─┬ glob@7.0.3
│   │     ├─┬ inflight@1.0.4
│   │     │ └── wrappy@1.0.1
│   │     ├── inherits@2.0.1
│   │     ├─┬ minimatch@3.0.0
│   │     │ └─┬ brace-expansion@1.1.3
│   │     │   ├── balanced-match@0.3.0
│   │     │   └── concat-map@0.0.1
│   │     └─┬ once@1.3.3
│   │       └── wrappy@1.0.1
│   ├── kew@0.4.0
│   ├─┬ md5@2.0.0
│   │ ├── charenc@0.0.1
│   │ ├── crypt@0.0.1
│   │ └── is-buffer@1.0.2
│   ├─┬ npmconf@2.1.1
│   │ ├─┬ config-chain@1.1.10
│   │ │ └── proto-list@1.2.4
│   │ ├── inherits@2.0.1
│   │ ├── ini@1.3.4
│   │ ├─┬ mkdirp@0.5.1
│   │ │ └── minimist@0.0.8
│   │ ├─┬ nopt@3.0.6
│   │ │ └── abbrev@1.0.7
│   │ ├─┬ once@1.3.3
│   │ │ └── wrappy@1.0.1
│   │ ├─┬ osenv@0.1.3
│   │ │ ├── os-homedir@1.0.1
│   │ │ └── os-tmpdir@1.0.1
│   │ ├── semver@4.3.6
│   │ └── uid-number@0.0.5
│   ├── progress@1.1.8
│   ├─┬ request@2.42.0
│   │ ├── aws-sign2@0.5.0
│   │ ├─┬ bl@0.9.5
│   │ │ └─┬ readable-stream@1.0.33
│   │ │   ├── core-util-is@1.0.2
│   │ │   ├── inherits@2.0.1
│   │ │   ├── isarray@0.0.1
│   │ │   └── string_decoder@0.10.31
│   │ ├── caseless@0.6.0
│   │ ├── forever-agent@0.5.2
│   │ ├─┬ form-data@0.1.4
│   │ │ ├── async@0.9.2
│   │ │ ├─┬ combined-stream@0.0.7
│   │ │ │ └── delayed-stream@0.0.5
│   │ │ └── mime@1.2.11
│   │ ├─┬ hawk@1.1.1
│   │ │ ├── boom@0.4.2
│   │ │ ├── cryptiles@0.2.2
│   │ │ ├── hoek@0.9.1
│   │ │ └── sntp@0.2.4
│   │ ├─┬ http-signature@0.10.1
│   │ │ ├── asn1@0.1.11
│   │ │ ├── assert-plus@0.1.5
│   │ │ └── ctype@0.5.3
│   │ ├── json-stringify-safe@5.0.1
│   │ ├── mime-types@1.0.2
│   │ ├── node-uuid@1.4.7
│   │ ├── oauth-sign@0.4.0
│   │ ├── qs@1.2.2
│   │ ├── stringstream@0.0.5
│   │ ├── tough-cookie@2.2.1
│   │ └── tunnel-agent@0.4.2
│   ├─┬ request-progress@0.3.1
│   │ └── throttleit@0.0.2
│   └── which@1.0.9
├─┬ karma-webpack@1.5.1
│ ├── async@0.9.2
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ ├─┬ source-map@0.1.43
│ │ └── amdefine@1.0.0
│ └─┬ webpack-dev-middleware@1.5.1
│   ├─┬ memory-fs@0.3.0
│   │ ├─┬ errno@0.1.4
│   │ │ └── prr@0.0.0
│   │ └─┬ readable-stream@2.0.5
│   │   ├── core-util-is@1.0.2
│   │   ├── inherits@2.0.1
│   │   ├── isarray@0.0.1
│   │   ├── process-nextick-args@1.0.6
│   │   ├── string_decoder@0.10.31
│   │   └── util-deprecate@1.0.2
│   └── mime@1.3.4
├── lodash@3.10.1
├─┬ mocha@2.4.5
│ ├── commander@2.3.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── diff@1.4.0
│ ├── escape-string-regexp@1.0.2
│ ├─┬ glob@3.2.3
│ │ ├── graceful-fs@2.0.3
│ │ ├── inherits@2.0.1
│ │ └─┬ minimatch@0.2.14
│ │   ├── lru-cache@2.7.3
│ │   └── sigmund@1.0.1
│ ├── growl@1.8.1
│ ├─┬ jade@0.26.3
│ │ ├── commander@0.6.1
│ │ └── mkdirp@0.3.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ └── supports-color@1.2.0
├─┬ ng-annotate-loader@0.0.2
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ ├─┬ ng-annotate@0.15.4
│ │ ├── acorn@0.11.0
│ │ ├── alter@0.2.0
│ │ ├── convert-source-map@0.4.1
│ │ ├─┬ optimist@0.6.1
│ │ │ ├── minimist@0.0.10
│ │ │ └── wordwrap@0.0.3
│ │ ├─┬ ordered-ast-traverse@1.1.1
│ │ │ └── ordered-esprima-props@1.1.0
│ │ ├── simple-fmt@0.1.0
│ │ ├── simple-is@0.2.0
│ │ ├─┬ source-map@0.1.43
│ │ │ └── amdefine@1.0.0
│ │ ├── stable@0.1.5
│ │ ├── stringmap@0.2.2
│ │ ├── stringset@0.2.1
│ │ └── tryor@0.1.2
│ └─┬ source-map@0.4.4
│   └── amdefine@1.0.0
├─┬ ng-annotate-webpack-plugin@0.1.2
│ ├─┬ ng-annotate@0.9.11
│ │ ├── alter@0.2.0
│ │ ├── convert-source-map@0.4.1
│ │ ├── esprima@1.2.5
│ │ ├─┬ optimist@0.6.1
│ │ │ ├── minimist@0.0.10
│ │ │ └── wordwrap@0.0.3
│ │ ├─┬ ordered-ast-traverse@0.1.1
│ │ │ └── ordered-esprima-props@1.0.0
│ │ ├── simple-fmt@0.1.0
│ │ ├── simple-is@0.2.0
│ │ ├─┬ source-map@0.1.43
│ │ │ └── amdefine@1.0.0
│ │ ├── stable@0.1.5
│ │ ├── stringmap@0.2.2
│ │ ├── stringset@0.2.1
│ │ └── tryor@0.1.2
│ └─┬ webpack-core@0.4.8
│   └─┬ source-map@0.1.43
│     └── amdefine@1.0.0
├── ng-file-upload@7.3.9
├─┬ nginflection@1.1.10
│ └── inflection@1.4.2
├─┬ ngtemplate-loader@1.3.1
│ ├── jsesc@0.5.0
│ └─┬ loader-utils@0.2.12
│   ├── big.js@3.1.3
│   └── json5@0.4.0
├─┬ node-libs-browser@0.5.3
│ ├── assert@1.3.0
│ ├─┬ browserify-zlib@0.1.4
│ │ └── pako@0.2.8
│ ├─┬ buffer@3.6.0
│ │ ├── base64-js@0.0.8
│ │ ├── ieee754@1.1.6
│ │ └── isarray@1.0.0
│ ├─┬ console-browserify@1.1.0
│ │ └── date-now@0.1.4
│ ├── constants-browserify@0.0.1
│ ├─┬ crypto-browserify@3.2.8
│ │ ├── pbkdf2-compat@2.0.1
│ │ ├── ripemd160@0.2.0
│ │ └── sha.js@2.2.6
│ ├── domain-browser@1.1.7
│ ├── events@1.1.0
│ ├─┬ http-browserify@1.7.0
│ │ ├── Base64@0.2.1
│ │ └── inherits@2.0.1
│ ├── https-browserify@0.0.0
│ ├── os-browserify@0.1.2
│ ├── path-browserify@0.0.0
│ ├── process@0.11.2
│ ├── punycode@1.4.0
│ ├── querystring-es3@0.2.1
│ ├─┬ readable-stream@1.1.13
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.1
│ │ └── isarray@0.0.1
│ ├─┬ stream-browserify@1.0.0
│ │ └── inherits@2.0.1
│ ├── string_decoder@0.10.31
│ ├── timers-browserify@1.4.2
│ ├── tty-browserify@0.0.0
│ ├─┬ url@0.10.3
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ ├─┬ util@0.10.3
│ │ └── inherits@2.0.1
│ └─┬ vm-browserify@0.0.4
│   └── indexof@0.0.1
├─┬ node-sass@3.4.2
│ ├── async-foreach@0.1.3
│ ├─┬ chalk@1.1.1
│ │ ├─┬ ansi-styles@2.2.0
│ │ │ └── color-convert@1.0.0
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ cross-spawn@2.1.5
│ │ ├─┬ cross-spawn-async@2.1.9
│ │ │ ├─┬ lru-cache@4.0.0
│ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ └── yallist@2.0.0
│ │ │ └─┬ which@1.2.4
│ │ │   ├─┬ is-absolute@0.1.7
│ │ │   │ └── is-relative@0.1.3
│ │ │   └── isexe@1.1.2
│ │ └─┬ spawn-sync@1.0.15
│ │   ├─┬ concat-stream@1.5.1
│ │   │ ├── inherits@2.0.1
│ │   │ ├─┬ readable-stream@2.0.5
│ │   │ │ ├── core-util-is@1.0.2
│ │   │ │ ├── isarray@0.0.1
│ │   │ │ ├── process-nextick-args@1.0.6
│ │   │ │ ├── string_decoder@0.10.31
│ │   │ │ └── util-deprecate@1.0.2
│ │   │ └── typedarray@0.0.6
│ │   └── os-shim@0.1.3
│ ├─┬ gaze@0.5.2
│ │ └─┬ globule@0.1.0
│ │   ├─┬ glob@3.1.21
│ │   │ ├── graceful-fs@1.2.3
│ │   │ └── inherits@1.0.2
│ │   ├── lodash@1.0.2
│ │   └─┬ minimatch@0.2.14
│ │     ├── lru-cache@2.7.3
│ │     └── sigmund@1.0.1
│ ├── get-stdin@4.0.1
│ ├─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├─┬ minimatch@3.0.0
│ │ │ └─┬ brace-expansion@1.1.3
│ │ │   ├── balanced-match@0.3.0
│ │ │   └── concat-map@0.0.1
│ │ ├─┬ once@1.3.3
│ │ │ └── wrappy@1.0.1
│ │ └── path-is-absolute@1.0.0
│ ├─┬ meow@3.7.0
│ │ ├─┬ camelcase-keys@2.0.0
│ │ │ └── camelcase@2.1.0
│ │ ├── decamelize@1.2.0
│ │ ├─┬ loud-rejection@1.3.0
│ │ │ ├── array-find-index@1.0.1
│ │ │ └── signal-exit@2.1.2
│ │ ├── map-obj@1.0.1
│ │ ├── minimist@1.2.0
│ │ ├─┬ normalize-package-data@2.3.5
│ │ │ ├── hosted-git-info@2.1.4
│ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ └── builtin-modules@1.1.1
│ │ │ ├── semver@5.1.0
│ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │   ├─┬ spdx-correct@1.0.2
│ │ │   │ └── spdx-license-ids@1.2.0
│ │ │   └─┬ spdx-expression-parse@1.0.2
│ │ │     ├── spdx-exceptions@1.0.4
│ │ │     └── spdx-license-ids@1.2.0
│ │ ├── object-assign@4.0.1
│ │ ├─┬ read-pkg-up@1.0.1
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ ├── path-exists@2.1.0
│ │ │ │ └─┬ pinkie-promise@2.0.0
│ │ │ │   └── pinkie@2.0.4
│ │ │ └─┬ read-pkg@1.1.0
│ │ │   ├─┬ load-json-file@1.1.0
│ │ │   │ ├── graceful-fs@4.1.3
│ │ │   │ ├─┬ parse-json@2.2.0
│ │ │   │ │ └─┬ error-ex@1.3.0
│ │ │   │ │   └── is-arrayish@0.2.1
│ │ │   │ ├── pify@2.3.0
│ │ │   │ ├─┬ pinkie-promise@2.0.0
│ │ │   │ │ └── pinkie@2.0.4
│ │ │   │ └─┬ strip-bom@2.0.0
│ │ │   │   └── is-utf8@0.2.1
│ │ │   └─┬ path-type@1.1.0
│ │ │     ├── graceful-fs@4.1.3
│ │ │     ├── pify@2.3.0
│ │ │     └─┬ pinkie-promise@2.0.0
│ │ │       └── pinkie@2.0.4
│ │ ├─┬ redent@1.0.0
│ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ └─┬ repeating@2.0.0
│ │ │ │   └─┬ is-finite@1.0.1
│ │ │ │     └── number-is-nan@1.0.0
│ │ │ └── strip-indent@1.0.1
│ │ └── trim-newlines@1.0.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── nan@2.2.0
│ ├─┬ node-gyp@3.3.1
│ │ ├─┬ fstream@1.0.8
│ │ │ └── inherits@2.0.1
│ │ ├─┬ glob@4.5.3
│ │ │ ├─┬ inflight@1.0.4
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ minimatch@2.0.10
│ │ │ │ └─┬ brace-expansion@1.1.3
│ │ │ │   ├── balanced-match@0.3.0
│ │ │ │   └── concat-map@0.0.1
│ │ │ └─┬ once@1.3.3
│ │ │   └── wrappy@1.0.1
│ │ ├── graceful-fs@4.1.3
│ │ ├─┬ minimatch@1.0.0
│ │ │ ├── lru-cache@2.7.3
│ │ │ └── sigmund@1.0.1
│ │ ├─┬ nopt@3.0.6
│ │ │ └── abbrev@1.0.7
│ │ ├─┬ npmlog@2.0.2
│ │ │ ├── ansi@0.3.1
│ │ │ ├─┬ are-we-there-yet@1.0.6
│ │ │ │ ├── delegates@1.0.0
│ │ │ │ └─┬ readable-stream@2.0.5
│ │ │ │   ├── core-util-is@1.0.2
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   ├── process-nextick-args@1.0.6
│ │ │ │   ├── string_decoder@0.10.31
│ │ │ │   └── util-deprecate@1.0.2
│ │ │ └─┬ gauge@1.2.7
│ │ │   ├── has-unicode@2.0.0
│ │ │   ├─┬ lodash.pad@4.1.0
│ │ │   │ ├── lodash.repeat@4.0.0
│ │ │   │ └── lodash.tostring@4.1.2
│ │ │   ├─┬ lodash.padend@4.2.0
│ │ │   │ ├── lodash.repeat@4.0.0
│ │ │   │ └── lodash.tostring@4.1.2
│ │ │   └─┬ lodash.padstart@4.2.0
│ │ │     ├── lodash.repeat@4.0.0
│ │ │     └── lodash.tostring@4.1.2
│ │ ├─┬ osenv@0.1.3
│ │ │ ├── os-homedir@1.0.1
│ │ │ └── os-tmpdir@1.0.1
│ │ ├─┬ path-array@1.0.1
│ │ │ └─┬ array-index@1.0.0
│ │ │   ├─┬ debug@2.2.0
│ │ │   │ └── ms@0.7.1
│ │ │   └─┬ es6-symbol@3.0.2
│ │ │     ├── d@0.1.1
│ │ │     └─┬ es5-ext@0.10.11
│ │ │       └── es6-iterator@2.0.0
│ │ ├─┬ rimraf@2.5.2
│ │ │ └─┬ glob@7.0.3
│ │ │   ├─┬ inflight@1.0.4
│ │ │   │ └── wrappy@1.0.1
│ │ │   ├── inherits@2.0.1
│ │ │   ├─┬ minimatch@3.0.0
│ │ │   │ └─┬ brace-expansion@1.1.3
│ │ │   │   ├── balanced-match@0.3.0
│ │ │   │   └── concat-map@0.0.1
│ │ │   ├─┬ once@1.3.3
│ │ │   │ └── wrappy@1.0.1
│ │ │   └── path-is-absolute@1.0.0
│ │ ├── semver@5.1.0
│ │ ├─┬ tar@2.2.1
│ │ │ ├── block-stream@0.0.8
│ │ │ └── inherits@2.0.1
│ │ └─┬ which@1.2.4
│ │   ├─┬ is-absolute@0.1.7
│ │   │ └── is-relative@0.1.3
│ │   └── isexe@1.1.2
│ ├─┬ npmconf@2.1.2
│ │ ├─┬ config-chain@1.1.10
│ │ │ └── proto-list@1.2.4
│ │ ├── inherits@2.0.1
│ │ ├── ini@1.3.4
│ │ ├─┬ nopt@3.0.6
│ │ │ └── abbrev@1.0.7
│ │ ├─┬ once@1.3.3
│ │ │ └── wrappy@1.0.1
│ │ ├─┬ osenv@0.1.3
│ │ │ ├── os-homedir@1.0.1
│ │ │ └── os-tmpdir@1.0.1
│ │ ├── semver@4.3.6
│ │ └── uid-number@0.0.5
│ ├─┬ request@2.69.0
│ │ ├── aws-sign2@0.6.0
│ │ ├─┬ aws4@1.3.2
│ │ │ └─┬ lru-cache@4.0.0
│ │ │   ├── pseudomap@1.0.2
│ │ │   └── yallist@2.0.0
│ │ ├─┬ bl@1.0.3
│ │ │ └─┬ readable-stream@2.0.5
│ │ │   ├── core-util-is@1.0.2
│ │ │   ├── inherits@2.0.1
│ │ │   ├── isarray@0.0.1
│ │ │   ├── process-nextick-args@1.0.6
│ │ │   ├── string_decoder@0.10.31
│ │ │   └── util-deprecate@1.0.2
│ │ ├── caseless@0.11.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.0
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@1.0.0-rc3
│ │ │ └── async@1.5.2
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ ├── generate-function@2.0.0
│ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ └── is-property@1.0.2
│ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ └── xtend@4.0.1
│ │ │ └─┬ pinkie-promise@2.0.0
│ │ │   └── pinkie@2.0.4
│ │ ├─┬ hawk@3.1.3
│ │ │ ├── boom@2.10.1
│ │ │ ├── cryptiles@2.0.5
│ │ │ ├── hoek@2.16.3
│ │ │ └── sntp@1.0.9
│ │ ├─┬ http-signature@1.1.1
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├─┬ jsprim@1.2.2
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── json-schema@0.2.2
│ │ │ │ └── verror@1.3.6
│ │ │ └─┬ sshpk@1.7.4
│ │ │   ├── asn1@0.2.3
│ │ │   ├─┬ dashdash@1.13.0
│ │ │   │ └── assert-plus@1.0.0
│ │ │   ├── ecc-jsbn@0.1.1
│ │ │   ├── jodid25519@1.0.2
│ │ │   ├── jsbn@0.1.0
│ │ │   └── tweetnacl@0.14.1
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├─┬ mime-types@2.1.10
│ │ │ └── mime-db@1.22.0
│ │ ├── node-uuid@1.4.7
│ │ ├── oauth-sign@0.8.1
│ │ ├── qs@6.0.2
│ │ ├── stringstream@0.0.5
│ │ ├── tough-cookie@2.2.1
│ │ └── tunnel-agent@0.4.2
│ └─┬ sass-graph@2.1.1
│   ├─┬ glob@6.0.4
│   │ ├─┬ inflight@1.0.4
│   │ │ └── wrappy@1.0.1
│   │ ├── inherits@2.0.1
│   │ ├─┬ minimatch@3.0.0
│   │ │ └─┬ brace-expansion@1.1.3
│   │ │   ├── balanced-match@0.3.0
│   │ │   └── concat-map@0.0.1
│   │ ├─┬ once@1.3.3
│   │ │ └── wrappy@1.0.1
│   │ └── path-is-absolute@1.0.0
│   ├── lodash@4.6.1
│   └─┬ yargs@3.32.0
│     ├── camelcase@2.1.0
│     ├─┬ cliui@3.1.0
│     │ ├─┬ strip-ansi@3.0.1
│     │ │ └── ansi-regex@2.0.0
│     │ └── wrap-ansi@1.0.0
│     ├── decamelize@1.2.0
│     ├─┬ os-locale@1.4.0
│     │ └─┬ lcid@1.0.0
│     │   └── invert-kv@1.0.0
│     ├─┬ string-width@1.0.1
│     │ ├─┬ code-point-at@1.0.0
│     │ │ └── number-is-nan@1.0.0
│     │ ├─┬ is-fullwidth-code-point@1.0.0
│     │ │ └── number-is-nan@1.0.0
│     │ └─┬ strip-ansi@3.0.1
│     │   └── ansi-regex@2.0.0
│     ├── window-size@0.1.4
│     └── y18n@3.2.0
├── nprogress@0.2.0
├── numeral@1.5.3
├── papaparse@4.1.2
├─┬ protractor@1.8.0
│ ├── accessibility-developer-tools@2.6.0
│ ├── adm-zip@0.4.4
│ ├─┬ glob@3.2.11
│ │ ├── inherits@2.0.1
│ │ └─┬ minimatch@0.3.0
│ │   ├── lru-cache@2.7.3
│ │   └── sigmund@1.0.1
│ ├── html-entities@1.1.3
│ ├── jasmine@2.1.1
│ ├── jasminewd@1.1.0
│ ├── jasminewd2@0.0.2
│ ├── lodash@2.4.2
│ ├── minijasminenode@1.1.1
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├── q@1.0.0
│ ├─┬ request@2.36.0
│ │ ├── aws-sign2@0.5.0
│ │ ├── forever-agent@0.5.2
│ │ ├─┬ form-data@0.1.4
│ │ │ ├── async@0.9.2
│ │ │ └─┬ combined-stream@0.0.7
│ │ │   └── delayed-stream@0.0.5
│ │ ├─┬ hawk@1.0.0
│ │ │ ├── boom@0.4.2
│ │ │ ├── cryptiles@0.2.2
│ │ │ ├── hoek@0.9.1
│ │ │ └── sntp@0.2.4
│ │ ├─┬ http-signature@0.10.1
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.5
│ │ │ └── ctype@0.5.3
│ │ ├── json-stringify-safe@5.0.1
│ │ ├── mime@1.2.11
│ │ ├── node-uuid@1.4.7
│ │ ├── oauth-sign@0.3.0
│ │ ├── qs@0.6.6
│ │ ├── tough-cookie@2.2.1
│ │ └── tunnel-agent@0.4.2
│ ├── saucelabs@0.1.1
│ ├─┬ selenium-webdriver@2.44.0
│ │ ├── tmp@0.0.24
│ │ └─┬ xml2js@0.4.4
│ │   ├── sax@0.6.1
│ │   └─┬ xmlbuilder@5.0.1
│ │     └── lodash@4.6.1
│ └─┬ source-map-support@0.2.10
│   └─┬ source-map@0.1.32
│     └── amdefine@1.0.0
├── rangy@1.3.0
├── restangular@1.5.2
├─┬ sass-loader@0.5.0
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ ├─┬ node-sass@3.4.2
│ │ ├── async-foreach@0.1.3
│ │ ├─┬ chalk@1.1.1
│ │ │ ├─┬ ansi-styles@2.2.0
│ │ │ │ └── color-convert@1.0.0
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ cross-spawn@2.1.5
│ │ │ ├─┬ cross-spawn-async@2.1.9
│ │ │ │ ├─┬ lru-cache@4.0.0
│ │ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ │ └── yallist@2.0.0
│ │ │ │ └─┬ which@1.2.4
│ │ │ │   ├─┬ is-absolute@0.1.7
│ │ │ │   │ └── is-relative@0.1.3
│ │ │ │   └── isexe@1.1.2
│ │ │ └─┬ spawn-sync@1.0.15
│ │ │   ├─┬ concat-stream@1.5.1
│ │ │   │ ├── inherits@2.0.1
│ │ │   │ ├─┬ readable-stream@2.0.5
│ │ │   │ │ ├── core-util-is@1.0.2
│ │ │   │ │ ├── isarray@0.0.1
│ │ │   │ │ ├── process-nextick-args@1.0.6
│ │ │   │ │ ├── string_decoder@0.10.31
│ │ │   │ │ └── util-deprecate@1.0.2
│ │ │   │ └── typedarray@0.0.6
│ │ │   └── os-shim@0.1.3
│ │ ├─┬ gaze@0.5.2
│ │ │ └─┬ globule@0.1.0
│ │ │   ├─┬ glob@3.1.21
│ │ │   │ ├── graceful-fs@1.2.3
│ │ │   │ └── inherits@1.0.2
│ │ │   ├── lodash@1.0.2
│ │ │   └─┬ minimatch@0.2.14
│ │ │     ├── lru-cache@2.7.3
│ │ │     └── sigmund@1.0.1
│ │ ├── get-stdin@4.0.1
│ │ ├─┬ glob@5.0.15
│ │ │ ├─┬ inflight@1.0.4
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ minimatch@3.0.0
│ │ │ │ └─┬ brace-expansion@1.1.3
│ │ │ │   ├── balanced-match@0.3.0
│ │ │ │   └── concat-map@0.0.1
│ │ │ ├─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.1
│ │ │ └── path-is-absolute@1.0.0
│ │ ├─┬ meow@3.7.0
│ │ │ ├─┬ camelcase-keys@2.0.0
│ │ │ │ └── camelcase@2.1.0
│ │ │ ├── decamelize@1.2.0
│ │ │ ├─┬ loud-rejection@1.3.0
│ │ │ │ ├── array-find-index@1.0.1
│ │ │ │ └── signal-exit@2.1.2
│ │ │ ├── map-obj@1.0.1
│ │ │ ├── minimist@1.2.0
│ │ │ ├─┬ normalize-package-data@2.3.5
│ │ │ │ ├── hosted-git-info@2.1.4
│ │ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ │ └── builtin-modules@1.1.1
│ │ │ │ ├── semver@5.1.0
│ │ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │ │   ├─┬ spdx-correct@1.0.2
│ │ │ │   │ └── spdx-license-ids@1.2.0
│ │ │ │   └─┬ spdx-expression-parse@1.0.2
│ │ │ │     ├── spdx-exceptions@1.0.4
│ │ │ │     └── spdx-license-ids@1.2.0
│ │ │ ├── object-assign@4.0.1
│ │ │ ├─┬ read-pkg-up@1.0.1
│ │ │ │ ├─┬ find-up@1.1.2
│ │ │ │ │ ├── path-exists@2.1.0
│ │ │ │ │ └─┬ pinkie-promise@2.0.0
│ │ │ │ │   └── pinkie@2.0.4
│ │ │ │ └─┬ read-pkg@1.1.0
│ │ │ │   ├─┬ load-json-file@1.1.0
│ │ │ │   │ ├── graceful-fs@4.1.3
│ │ │ │   │ ├─┬ parse-json@2.2.0
│ │ │ │   │ │ └─┬ error-ex@1.3.0
│ │ │ │   │ │   └── is-arrayish@0.2.1
│ │ │ │   │ ├── pify@2.3.0
│ │ │ │   │ ├─┬ pinkie-promise@2.0.0
│ │ │ │   │ │ └── pinkie@2.0.4
│ │ │ │   │ └─┬ strip-bom@2.0.0
│ │ │ │   │   └── is-utf8@0.2.1
│ │ │ │   └─┬ path-type@1.1.0
│ │ │ │     ├── graceful-fs@4.1.3
│ │ │ │     ├── pify@2.3.0
│ │ │ │     └─┬ pinkie-promise@2.0.0
│ │ │ │       └── pinkie@2.0.4
│ │ │ ├─┬ redent@1.0.0
│ │ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ │ └─┬ repeating@2.0.0
│ │ │ │ │   └─┬ is-finite@1.0.1
│ │ │ │ │     └── number-is-nan@1.0.0
│ │ │ │ └── strip-indent@1.0.1
│ │ │ └── trim-newlines@1.0.0
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├── nan@2.2.0
│ │ ├─┬ node-gyp@3.3.1
│ │ │ ├─┬ fstream@1.0.8
│ │ │ │ └── inherits@2.0.1
│ │ │ ├─┬ glob@4.5.3
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@2.0.10
│ │ │ │ │ └─┬ brace-expansion@1.1.3
│ │ │ │ │   ├── balanced-match@0.3.0
│ │ │ │ │   └── concat-map@0.0.1
│ │ │ │ └─┬ once@1.3.3
│ │ │ │   └── wrappy@1.0.1
│ │ │ ├── graceful-fs@4.1.3
│ │ │ ├─┬ minimatch@1.0.0
│ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ └── sigmund@1.0.1
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.0.7
│ │ │ ├─┬ npmlog@2.0.2
│ │ │ │ ├── ansi@0.3.1
│ │ │ │ ├─┬ are-we-there-yet@1.0.6
│ │ │ │ │ ├── delegates@1.0.0
│ │ │ │ │ └─┬ readable-stream@2.0.5
│ │ │ │ │   ├── core-util-is@1.0.2
│ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │   ├── process-nextick-args@1.0.6
│ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │   └── util-deprecate@1.0.2
│ │ │ │ └─┬ gauge@1.2.7
│ │ │ │   ├── has-unicode@2.0.0
│ │ │ │   ├─┬ lodash.pad@4.1.0
│ │ │ │   │ ├── lodash.repeat@4.0.0
│ │ │ │   │ └── lodash.tostring@4.1.2
│ │ │ │   ├─┬ lodash.padend@4.2.0
│ │ │ │   │ ├── lodash.repeat@4.0.0
│ │ │ │   │ └── lodash.tostring@4.1.2
│ │ │ │   └─┬ lodash.padstart@4.2.0
│ │ │ │     ├── lodash.repeat@4.0.0
│ │ │ │     └── lodash.tostring@4.1.2
│ │ │ ├─┬ osenv@0.1.3
│ │ │ │ ├── os-homedir@1.0.1
│ │ │ │ └── os-tmpdir@1.0.1
│ │ │ ├─┬ path-array@1.0.1
│ │ │ │ └─┬ array-index@1.0.0
│ │ │ │   ├─┬ debug@2.2.0
│ │ │ │   │ └── ms@0.7.1
│ │ │ │   └─┬ es6-symbol@3.0.2
│ │ │ │     ├── d@0.1.1
│ │ │ │     └─┬ es5-ext@0.10.11
│ │ │ │       └── es6-iterator@2.0.0
│ │ │ ├─┬ rimraf@2.5.2
│ │ │ │ └─┬ glob@7.0.3
│ │ │ │   ├─┬ inflight@1.0.4
│ │ │ │   │ └── wrappy@1.0.1
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├─┬ minimatch@3.0.0
│ │ │ │   │ └─┬ brace-expansion@1.1.3
│ │ │ │   │   ├── balanced-match@0.3.0
│ │ │ │   │   └── concat-map@0.0.1
│ │ │ │   ├─┬ once@1.3.3
│ │ │ │   │ └── wrappy@1.0.1
│ │ │ │   └── path-is-absolute@1.0.0
│ │ │ ├── semver@5.1.0
│ │ │ ├─┬ tar@2.2.1
│ │ │ │ ├── block-stream@0.0.8
│ │ │ │ └── inherits@2.0.1
│ │ │ └─┬ which@1.2.4
│ │ │   ├─┬ is-absolute@0.1.7
│ │ │   │ └── is-relative@0.1.3
│ │ │   └── isexe@1.1.2
│ │ ├─┬ npmconf@2.1.2
│ │ │ ├─┬ config-chain@1.1.10
│ │ │ │ └── proto-list@1.2.4
│ │ │ ├── inherits@2.0.1
│ │ │ ├── ini@1.3.4
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.0.7
│ │ │ ├─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├─┬ osenv@0.1.3
│ │ │ │ ├── os-homedir@1.0.1
│ │ │ │ └── os-tmpdir@1.0.1
│ │ │ ├── semver@4.3.6
│ │ │ └── uid-number@0.0.5
│ │ ├─┬ request@2.69.0
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├─┬ aws4@1.3.2
│ │ │ │ └─┬ lru-cache@4.0.0
│ │ │ │   ├── pseudomap@1.0.2
│ │ │ │   └── yallist@2.0.0
│ │ │ ├─┬ bl@1.0.3
│ │ │ │ └─┬ readable-stream@2.0.5
│ │ │ │   ├── core-util-is@1.0.2
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   ├── process-nextick-args@1.0.6
│ │ │ │   ├── string_decoder@0.10.31
│ │ │ │   └── util-deprecate@1.0.2
│ │ │ ├── caseless@0.11.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.0
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@1.0.0-rc3
│ │ │ │ └── async@1.5.2
│ │ │ ├─┬ har-validator@2.0.6
│ │ │ │ ├─┬ commander@2.9.0
│ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ │ ├── generate-function@2.0.0
│ │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ │ └── is-property@1.0.2
│ │ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ │ └── xtend@4.0.1
│ │ │ │ └─┬ pinkie-promise@2.0.0
│ │ │ │   └── pinkie@2.0.4
│ │ │ ├─┬ hawk@3.1.3
│ │ │ │ ├── boom@2.10.1
│ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ ├── hoek@2.16.3
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├─┬ jsprim@1.2.2
│ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ ├── json-schema@0.2.2
│ │ │ │ │ └── verror@1.3.6
│ │ │ │ └─┬ sshpk@1.7.4
│ │ │ │   ├── asn1@0.2.3
│ │ │ │   ├─┬ dashdash@1.13.0
│ │ │ │   │ └── assert-plus@1.0.0
│ │ │ │   ├── ecc-jsbn@0.1.1
│ │ │ │   ├── jodid25519@1.0.2
│ │ │ │   ├── jsbn@0.1.0
│ │ │ │   └── tweetnacl@0.14.1
│ │ │ ├── is-typedarray@1.0.0
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ mime-types@2.1.10
│ │ │ │ └── mime-db@1.22.0
│ │ │ ├── node-uuid@1.4.7
│ │ │ ├── oauth-sign@0.8.1
│ │ │ ├── qs@6.0.2
│ │ │ ├── stringstream@0.0.5
│ │ │ ├── tough-cookie@2.2.1
│ │ │ └── tunnel-agent@0.4.2
│ │ └─┬ sass-graph@2.1.1
│ │   ├─┬ glob@6.0.4
│ │   │ ├─┬ inflight@1.0.4
│ │   │ │ └── wrappy@1.0.1
│ │   │ ├── inherits@2.0.1
│ │   │ ├─┬ minimatch@3.0.0
│ │   │ │ └─┬ brace-expansion@1.1.3
│ │   │ │   ├── balanced-match@0.3.0
│ │   │ │   └── concat-map@0.0.1
│ │   │ ├─┬ once@1.3.3
│ │   │ │ └── wrappy@1.0.1
│ │   │ └── path-is-absolute@1.0.0
│ │   ├── lodash@4.6.1
│ │   └─┬ yargs@3.32.0
│ │     ├── camelcase@2.1.0
│ │     ├─┬ cliui@3.1.0
│ │     │ ├─┬ strip-ansi@3.0.1
│ │     │ │ └── ansi-regex@2.0.0
│ │     │ └── wrap-ansi@1.0.0
│ │     ├── decamelize@1.2.0
│ │     ├─┬ os-locale@1.4.0
│ │     │ └─┬ lcid@1.0.0
│ │     │   └── invert-kv@1.0.0
│ │     ├─┬ string-width@1.0.1
│ │     │ ├─┬ code-point-at@1.0.0
│ │     │ │ └── number-is-nan@1.0.0
│ │     │ ├─┬ is-fullwidth-code-point@1.0.0
│ │     │ │ └── number-is-nan@1.0.0
│ │     │ └─┬ strip-ansi@3.0.1
│ │     │   └── ansi-regex@2.0.0
│ │     ├── window-size@0.1.4
│ │     └── y18n@3.2.0
│ └─┬ sass-graph@1.3.0
│   ├─┬ commander@2.9.0
│   │ └── graceful-readlink@1.0.1
│   ├─┬ glob@4.5.3
│   │ ├─┬ inflight@1.0.4
│   │ │ └── wrappy@1.0.1
│   │ ├── inherits@2.0.1
│   │ ├─┬ minimatch@2.0.10
│   │ │ └─┬ brace-expansion@1.1.3
│   │ │   ├── balanced-match@0.3.0
│   │ │   └── concat-map@0.0.1
│   │ └─┬ once@1.3.3
│   │   └── wrappy@1.0.1
│   └── lodash@2.4.2
├─┬ sinon@1.14.1
│ ├─┬ formatio@1.1.1
│ │ └── samsam@1.1.3
│ ├── lolex@1.1.0
│ └─┬ util@0.10.3
│   └── inherits@2.0.1
├─┬ style-loader@0.12.4
│ └─┬ loader-utils@0.2.12
│   ├── big.js@3.1.3
│   └── json5@0.4.0
├─┬ superagent@0.18.2
│ ├── component-emitter@1.1.2
│ ├── cookiejar@2.0.1
│ ├─┬ debug@1.0.4
│ │ └── ms@0.6.2
│ ├── extend@1.2.1
│ ├─┬ form-data@0.1.3
│ │ ├── async@0.9.2
│ │ └─┬ combined-stream@0.0.7
│ │   └── delayed-stream@0.0.5
│ ├── formidable@1.0.14
│ ├── methods@1.0.1
│ ├── mime@1.2.11
│ ├── qs@0.6.6
│ ├─┬ readable-stream@1.0.27-1
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── reduce-component@1.0.1
├── textangular@1.4.3
├── ui-select@0.12.1 (git://github.com/angular-ui/ui-select.git#271bf6a03078587c5afdb05f61e826573a13d348)
├── underscore@1.8.3
├─┬ url-loader@0.5.7
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ └── mime@1.2.11
├─┬ webpack@1.12.14
│ ├── async@1.5.2
│ ├── clone@1.0.2
│ ├─┬ enhanced-resolve@0.9.1
│ │ ├── graceful-fs@4.1.3
│ │ └── memory-fs@0.2.0
│ ├── esprima@2.7.2
│ ├── interpret@0.6.6
│ ├─┬ loader-utils@0.2.12
│ │ ├── big.js@3.1.3
│ │ └── json5@0.4.0
│ ├─┬ memory-fs@0.3.0
│ │ ├─┬ errno@0.1.4
│ │ │ └── prr@0.0.0
│ │ └─┬ readable-stream@2.0.5
│ │   ├── core-util-is@1.0.2
│ │   ├── inherits@2.0.1
│ │   ├── isarray@0.0.1
│ │   ├── process-nextick-args@1.0.6
│ │   ├── string_decoder@0.10.31
│ │   └── util-deprecate@1.0.2
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├─┬ supports-color@3.1.2
│ │ └── has-flag@1.0.0
│ ├── tapable@0.1.10
│ ├─┬ uglify-js@2.6.2
│ │ ├── async@0.2.10
│ │ ├── source-map@0.5.3
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │   ├── camelcase@1.2.1
│ │   ├─┬ cliui@2.1.0
│ │   │ ├─┬ center-align@0.1.3
│ │   │ │ ├─┬ align-text@0.1.4
│ │   │ │ │ ├─┬ kind-of@3.0.2
│ │   │ │ │ │ └── is-buffer@1.1.3
│ │   │ │ │ ├── longest@1.0.1
│ │   │ │ │ └── repeat-string@1.5.4
│ │   │ │ └── lazy-cache@1.0.3
│ │   │ ├─┬ right-align@0.1.3
│ │   │ │ └─┬ align-text@0.1.4
│ │   │ │   ├─┬ kind-of@3.0.2
│ │   │ │   │ └── is-buffer@1.1.3
│ │   │ │   ├── longest@1.0.1
│ │   │ │   └── repeat-string@1.5.4
│ │   │ └── wordwrap@0.0.2
│ │   ├── decamelize@1.2.0
│ │   └── window-size@0.1.0
│ ├─┬ watchpack@0.2.9
│ │ ├── async@0.9.2
│ │ ├─┬ chokidar@1.4.3
│ │ │ ├─┬ anymatch@1.3.0
│ │ │ │ ├── arrify@1.0.1
│ │ │ │ └─┬ micromatch@2.3.7
│ │ │ │   ├─┬ arr-diff@2.0.0
│ │ │ │   │ └── arr-flatten@1.0.1
│ │ │ │   ├── array-unique@0.2.1
│ │ │ │   ├─┬ braces@1.8.3
│ │ │ │   │ ├─┬ expand-range@1.8.1
│ │ │ │   │ │ └─┬ fill-range@2.2.3
│ │ │ │   │ │   ├── is-number@2.1.0
│ │ │ │   │ │   ├─┬ isobject@2.0.0
│ │ │ │   │ │   │ └── isarray@0.0.1
│ │ │ │   │ │   ├── randomatic@1.1.5
│ │ │ │   │ │   └── repeat-string@1.5.4
│ │ │ │   │ ├── preserve@0.2.0
│ │ │ │   │ └── repeat-element@1.1.2
│ │ │ │   ├── expand-brackets@0.1.4
│ │ │ │   ├── extglob@0.3.2
│ │ │ │   ├── filename-regex@2.0.0
│ │ │ │   ├── is-extglob@1.0.0
│ │ │ │   ├─┬ kind-of@3.0.2
│ │ │ │   │ └── is-buffer@1.1.3
│ │ │ │   ├── normalize-path@2.0.1
│ │ │ │   ├─┬ object.omit@2.0.0
│ │ │ │   │ ├─┬ for-own@0.1.3
│ │ │ │   │ │ └── for-in@0.1.4
│ │ │ │   │ └── is-extendable@0.1.1
│ │ │ │   ├─┬ parse-glob@3.0.4
│ │ │ │   │ ├── glob-base@0.3.0
│ │ │ │   │ └── is-dotfile@1.0.2
│ │ │ │   └─┬ regex-cache@0.4.2
│ │ │ │     ├── is-equal-shallow@0.1.3
│ │ │ │     └── is-primitive@2.0.0
│ │ │ ├── async-each@1.0.0
│ │ │ ├─┬ fsevents@1.0.8
│ │ │ │ ├── ansi@0.3.1
│ │ │ │ ├── ansi-regex@2.0.0
│ │ │ │ ├── ansi-styles@2.1.0
│ │ │ │ ├── are-we-there-yet@1.0.6
│ │ │ │ ├── asn1@0.2.3
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├── async@1.5.2
│ │ │ │ ├── aws-sign2@0.6.0
│ │ │ │ ├─┬ aws4@1.2.1
│ │ │ │ │ └── lru-cache@2.7.3
│ │ │ │ ├── bl@1.0.2
│ │ │ │ ├── block-stream@0.0.8
│ │ │ │ ├── boom@2.10.1
│ │ │ │ ├── caseless@0.11.0
│ │ │ │ ├── chalk@1.1.1
│ │ │ │ ├── combined-stream@1.0.5
│ │ │ │ ├── commander@2.9.0
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ ├── dashdash@1.12.2
│ │ │ │ ├── debug@2.2.0
│ │ │ │ ├── deep-extend@0.4.1
│ │ │ │ ├── delayed-stream@1.0.0
│ │ │ │ ├── delegates@1.0.0
│ │ │ │ ├── ecc-jsbn@0.1.1
│ │ │ │ ├── escape-string-regexp@1.0.4
│ │ │ │ ├── extend@3.0.0
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── forever-agent@0.6.1
│ │ │ │ ├── form-data@1.0.0-rc3
│ │ │ │ ├── fstream@1.0.8
│ │ │ │ ├─┬ fstream-ignore@1.0.3
│ │ │ │ │ └─┬ minimatch@3.0.0
│ │ │ │ │   └─┬ brace-expansion@1.1.2
│ │ │ │ │     ├── balanced-match@0.3.0
│ │ │ │ │     └── concat-map@0.0.1
│ │ │ │ ├── gauge@1.2.5
│ │ │ │ ├── generate-function@2.0.0
│ │ │ │ ├── generate-object-property@1.2.0
│ │ │ │ ├── graceful-fs@4.1.3
│ │ │ │ ├── graceful-readlink@1.0.1
│ │ │ │ ├── har-validator@2.0.6
│ │ │ │ ├── has-ansi@2.0.0
│ │ │ │ ├── has-unicode@2.0.0
│ │ │ │ ├── hawk@3.1.3
│ │ │ │ ├── hoek@2.16.3
│ │ │ │ ├── http-signature@1.1.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── ini@1.3.4
│ │ │ │ ├── is-my-json-valid@2.12.4
│ │ │ │ ├── is-property@1.0.2
│ │ │ │ ├── is-typedarray@1.0.0
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── isstream@0.1.2
│ │ │ │ ├── jodid25519@1.0.2
│ │ │ │ ├── jsbn@0.1.0
│ │ │ │ ├── json-schema@0.2.2
│ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ ├── jsprim@1.2.2
│ │ │ │ ├── lodash._basetostring@3.0.1
│ │ │ │ ├── lodash._createpadding@3.6.1
│ │ │ │ ├── lodash._root@3.0.0
│ │ │ │ ├── lodash.pad@3.3.0
│ │ │ │ ├── lodash.padleft@3.1.1
│ │ │ │ ├── lodash.padright@3.1.1
│ │ │ │ ├── lodash.repeat@3.2.0
│ │ │ │ ├── mime-db@1.21.0
│ │ │ │ ├── mime-types@2.1.9
│ │ │ │ ├── minimist@0.0.8
│ │ │ │ ├── mkdirp@0.5.1
│ │ │ │ ├── ms@0.7.1
│ │ │ │ ├── nan@2.2.0
│ │ │ │ ├─┬ node-pre-gyp@0.6.21
│ │ │ │ │ └─┬ nopt@3.0.6
│ │ │ │ │   └── abbrev@1.0.7
│ │ │ │ ├── node-uuid@1.4.7
│ │ │ │ ├── npmlog@2.0.2
│ │ │ │ ├── oauth-sign@0.8.1
│ │ │ │ ├── once@1.3.3
│ │ │ │ ├── pinkie@2.0.4
│ │ │ │ ├── pinkie-promise@2.0.0
│ │ │ │ ├── process-nextick-args@1.0.6
│ │ │ │ ├── qs@6.0.2
│ │ │ │ ├─┬ rc@1.1.6
│ │ │ │ │ └── minimist@1.2.0
│ │ │ │ ├── readable-stream@2.0.5
│ │ │ │ ├── request@2.69.0
│ │ │ │ ├─┬ rimraf@2.5.1
│ │ │ │ │ └─┬ glob@6.0.4
│ │ │ │ │   ├─┬ inflight@1.0.4
│ │ │ │ │   │ └── wrappy@1.0.1
│ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │   ├─┬ minimatch@3.0.0
│ │ │ │ │   │ └─┬ brace-expansion@1.1.2
│ │ │ │ │   │   ├── balanced-match@0.3.0
│ │ │ │ │   │   └── concat-map@0.0.1
│ │ │ │ │   ├─┬ once@1.3.3
│ │ │ │ │   │ └── wrappy@1.0.1
│ │ │ │ │   └── path-is-absolute@1.0.0
│ │ │ │ ├── semver@5.1.0
│ │ │ │ ├── sntp@1.0.9
│ │ │ │ ├── sshpk@1.7.3
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ ├── stringstream@0.0.5
│ │ │ │ ├── strip-ansi@3.0.0
│ │ │ │ ├── strip-json-comments@1.0.4
│ │ │ │ ├── supports-color@2.0.0
│ │ │ │ ├── tar@2.2.1
│ │ │ │ ├── tar-pack@3.1.3
│ │ │ │ ├── tough-cookie@2.2.1
│ │ │ │ ├── tunnel-agent@0.4.2
│ │ │ │ ├── tweetnacl@0.13.3
│ │ │ │ ├── uid-number@0.0.6
│ │ │ │ ├── util-deprecate@1.0.2
│ │ │ │ ├── verror@1.3.6
│ │ │ │ ├── wrappy@1.0.1
│ │ │ │ └── xtend@4.0.1
│ │ │ ├── glob-parent@2.0.0
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ is-binary-path@1.0.1
│ │ │ │ └── binary-extensions@1.4.0
│ │ │ ├─┬ is-glob@2.0.1
│ │ │ │ └── is-extglob@1.0.0
│ │ │ ├── path-is-absolute@1.0.0
│ │ │ └─┬ readdirp@2.0.0
│ │ │   ├─┬ minimatch@2.0.10
│ │ │   │ └─┬ brace-expansion@1.1.3
│ │ │   │   ├── balanced-match@0.3.0
│ │ │   │   └── concat-map@0.0.1
│ │ │   └─┬ readable-stream@2.0.5
│ │ │     ├── core-util-is@1.0.2
│ │ │     ├── isarray@0.0.1
│ │ │     ├── process-nextick-args@1.0.6
│ │ │     ├── string_decoder@0.10.31
│ │ │     └── util-deprecate@1.0.2
│ │ └── graceful-fs@4.1.3
│ └─┬ webpack-core@0.6.8
│   ├── source-list-map@0.1.5
│   └─┬ source-map@0.4.4
│     └── amdefine@1.0.0
└─┬ webpack-dev-server@1.14.1
  ├─┬ compression@1.6.1
  │ ├─┬ accepts@1.3.2
  │ │ ├─┬ mime-types@2.1.10
  │ │ │ └── mime-db@1.22.0
  │ │ └── negotiator@0.6.0
  │ ├── bytes@2.2.0
  │ ├─┬ compressible@2.0.7
  │ │ └── mime-db@1.22.0
  │ ├─┬ debug@2.2.0
  │ │ └── ms@0.7.1
  │ ├── on-headers@1.0.1
  │ └── vary@1.1.0
  ├── connect-history-api-fallback@1.1.0
  ├─┬ express@4.13.4
  │ ├─┬ accepts@1.2.13
  │ │ ├─┬ mime-types@2.1.10
  │ │ │ └── mime-db@1.22.0
  │ │ └── negotiator@0.5.3
  │ ├── array-flatten@1.1.1
  │ ├── content-disposition@0.5.1
  │ ├── content-type@1.0.1
  │ ├── cookie@0.1.5
  │ ├── cookie-signature@1.0.6
  │ ├─┬ debug@2.2.0
  │ │ └── ms@0.7.1
  │ ├── depd@1.1.0
  │ ├── escape-html@1.0.3
  │ ├── etag@1.7.0
  │ ├─┬ finalhandler@0.4.1
  │ │ └── unpipe@1.0.0
  │ ├── fresh@0.3.0
  │ ├── merge-descriptors@1.0.1
  │ ├── methods@1.1.2
  │ ├─┬ on-finished@2.3.0
  │ │ └── ee-first@1.1.1
  │ ├── parseurl@1.3.1
  │ ├── path-to-regexp@0.1.7
  │ ├─┬ proxy-addr@1.0.10
  │ │ ├── forwarded@0.1.0
  │ │ └── ipaddr.js@1.0.5
  │ ├── qs@4.0.0
  │ ├── range-parser@1.0.3
  │ ├─┬ send@0.13.1
  │ │ ├── destroy@1.0.4
  │ │ ├─┬ http-errors@1.3.1
  │ │ │ └── inherits@2.0.1
  │ │ ├── mime@1.3.4
  │ │ ├── ms@0.7.1
  │ │ └── statuses@1.2.1
  │ ├── serve-static@1.10.2
  │ ├─┬ type-is@1.6.12
  │ │ ├── media-typer@0.3.0
  │ │ └─┬ mime-types@2.1.10
  │ │   └── mime-db@1.22.0
  │ ├── utils-merge@1.0.0
  │ └── vary@1.0.1
  ├─┬ http-proxy@1.13.2
  │ ├── eventemitter3@1.1.1
  │ └── requires-port@1.0.0
  ├─┬ optimist@0.6.1
  │ ├── minimist@0.0.10
  │ └── wordwrap@0.0.3
  ├─┬ serve-index@1.7.3
  │ ├─┬ accepts@1.2.13
  │ │ └── negotiator@0.5.3
  │ ├── batch@0.5.3
  │ ├─┬ debug@2.2.0
  │ │ └── ms@0.7.1
  │ ├── escape-html@1.0.3
  │ ├─┬ http-errors@1.3.1
  │ │ ├── inherits@2.0.1
  │ │ └── statuses@1.2.1
  │ ├─┬ mime-types@2.1.10
  │ │ └── mime-db@1.22.0
  │ └── parseurl@1.3.1
  ├─┬ sockjs@0.3.15
  │ ├─┬ faye-websocket@0.9.4
  │ │ └─┬ websocket-driver@0.6.4
  │ │   └── websocket-extensions@0.1.1
  │ └── node-uuid@1.4.7
  ├─┬ sockjs-client@1.0.3
  │ ├─┬ debug@2.2.0
  │ │ └── ms@0.7.1
  │ ├─┬ eventsource@0.1.6
  │ │ └── original@1.0.0
  │ ├─┬ faye-websocket@0.7.3
  │ │ └─┬ websocket-driver@0.6.4
  │ │   └── websocket-extensions@0.1.1
  │ ├── inherits@2.0.1
  │ ├── json3@3.3.2
  │ └─┬ url-parse@1.0.5
  │   ├── querystringify@0.0.3
  │   └── requires-port@1.0.0
  ├── stream-cache@0.0.2
  ├─┬ strip-ansi@3.0.1
  │ └── ansi-regex@2.0.0
  ├─┬ supports-color@3.1.2
  │ └── has-flag@1.0.0
  └─┬ webpack-dev-middleware@1.5.1
    ├─┬ memory-fs@0.3.0
    │ ├─┬ errno@0.1.4
    │ │ └── prr@0.0.0
    │ └─┬ readable-stream@2.0.5
    │   ├── core-util-is@1.0.2
    │   ├── inherits@2.0.1
    │   ├── isarray@0.0.1
    │   ├── process-nextick-args@1.0.6
    │   ├── string_decoder@0.10.31
    │   └── util-deprecate@1.0.2
    └── mime@1.3.4
orange22 commented 8 years ago

having the same problem. what is the reason for that error?

fzaninotto commented 8 years ago

make install is only for development, and can only be used if you clone this repo. If you want to use ng-admin inside another project, just require ng-admin.min.js in your code.

sydorkov commented 8 years ago

@fzaninotto That's what I'm trying to do. My task is to develop a new type of a field. And I wanna to write new code for our project and then build new min version of ng-admin.min.js with my new functional.

sydorkov commented 8 years ago

@fzaninotto And I tried to make install && make build when i cloned repo from git, but got the same error.