question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve npm install time / space

See original GitHub issue

Right now it takes 2m10s to create a new project (almost everything is npm install) and generates a 81meg node_modules/ folder. We need to figure out a way to cut this down, this is depressing 😦

  "dependencies": {
    "autoprefixer": "^6.3.7",
    "babel-core": "^6.10.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-plugin-transform-react-constant-elements": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2016": "^6.11.3",
    "babel-preset-react": "^6.11.1",
    "css-loader": "^0.23.1",
    "cross-spawn": "^4.0.0",
    "eslint": "^2.13.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-loader": "^1.4.1",
    "eslint-plugin-import": "^1.10.3",
    "eslint-plugin-jsx-a11y": "^1.5.5",
    "eslint-plugin-react": "^5.2.2",
    "file-loader": "^0.9.0",
    "html-webpack-plugin": "^2.22.0",
    "json-loader": "^0.5.4",
    "opn": "^4.0.2",
    "postcss-loader": "^0.9.1",
    "rimraf": "^2.5.3",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1"
  },
  "devDependencies": {
    "react": "^15.2.1",
    "react-dom": "^15.2.1"
  }
└─┬ create-react-app-scripts@0.0.1 
  β”œβ”€β”¬ autoprefixer@6.3.7 
  β”‚ β”œβ”€β”€ browserslist@1.3.5 
  β”‚ β”œβ”€β”€ caniuse-db@1.0.30000506 
  β”‚ β”œβ”€β”€ normalize-range@0.1.2 
  β”‚ β”œβ”€β”€ num2fraction@1.2.2 
  β”‚ β”œβ”€β”¬ postcss@5.1.0 
  β”‚ β”‚ └── js-base64@2.1.9 
  β”‚ └── postcss-value-parser@3.3.0 
  β”œβ”€β”¬ babel-core@6.10.4 
  β”‚ β”œβ”€β”¬ babel-code-frame@6.11.0 
  β”‚ β”‚ └── js-tokens@2.0.0 
  β”‚ β”œβ”€β”¬ babel-generator@6.11.3 
  β”‚ β”‚ └─┬ detect-indent@3.0.1 
  β”‚ β”‚   β”œβ”€β”€ get-stdin@4.0.1 
  β”‚ β”‚   β”œβ”€β”€ minimist@1.2.0 
  β”‚ β”‚   └─┬ repeating@1.1.3 
  β”‚ β”‚     └── is-finite@1.0.1 
  β”‚ β”œβ”€β”€ babel-helpers@6.8.0 
  β”‚ β”œβ”€β”€ babel-messages@6.8.0 
  β”‚ β”œβ”€β”¬ babel-register@6.9.0 
  β”‚ β”‚ β”œβ”€β”€ core-js@2.4.1 
  β”‚ β”‚ β”œβ”€β”¬ home-or-tmp@1.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ os-tmpdir@1.0.1 
  β”‚ β”‚ β”‚ └── user-home@1.1.1 
  β”‚ β”‚ └─┬ source-map-support@0.2.10 
  β”‚ β”‚   └── source-map@0.1.32 
  β”‚ β”œβ”€β”¬ babel-runtime@6.9.2 
  β”‚ β”‚ └── regenerator-runtime@0.9.5 
  β”‚ β”œβ”€β”€ babel-template@6.9.0 
  β”‚ β”œβ”€β”¬ babel-traverse@6.10.4 
  β”‚ β”‚ β”œβ”€β”€ globals@8.18.0 
  β”‚ β”‚ └─┬ invariant@2.2.1 
  β”‚ β”‚   └─┬ loose-envify@1.2.0 
  β”‚ β”‚     └── js-tokens@1.0.3 
  β”‚ β”œβ”€β”¬ babel-types@6.11.1 
  β”‚ β”‚ └── to-fast-properties@1.0.2 
  β”‚ β”œβ”€β”€ babylon@6.8.4 
  β”‚ β”œβ”€β”€ convert-source-map@1.2.0 
  β”‚ β”œβ”€β”¬ debug@2.2.0 
  β”‚ β”‚ └── ms@0.7.1 
  β”‚ β”œβ”€β”€ json5@0.4.0 
  β”‚ β”œβ”€β”€ lodash@4.13.1 
  β”‚ β”œβ”€β”¬ minimatch@3.0.2 
  β”‚ β”‚ └─┬ brace-expansion@1.1.5 
  β”‚ β”‚   β”œβ”€β”€ balanced-match@0.4.1 
  β”‚ β”‚   └── concat-map@0.0.1 
  β”‚ β”œβ”€β”€ path-exists@1.0.0 
  β”‚ β”œβ”€β”€ path-is-absolute@1.0.0 
  β”‚ β”œβ”€β”€ private@0.1.6 
  β”‚ β”œβ”€β”€ shebang-regex@1.0.0 
  β”‚ β”œβ”€β”€ slash@1.0.0 
  β”‚ └── source-map@0.5.6 
  β”œβ”€β”¬ babel-loader@6.2.4 
  β”‚ β”œβ”€β”¬ loader-utils@0.2.15 
  β”‚ β”‚ β”œβ”€β”€ big.js@3.1.3 
  β”‚ β”‚ β”œβ”€β”€ emojis-list@2.0.1 
  β”‚ β”‚ └── json5@0.5.0 
  β”‚ β”œβ”€β”¬ mkdirp@0.5.1 
  β”‚ β”‚ └── minimist@0.0.8 
  β”‚ └── object-assign@4.1.0 
  β”œβ”€β”¬ babel-plugin-transform-object-rest-spread@6.8.0 
  β”‚ └── babel-plugin-syntax-object-rest-spread@6.8.0 
  β”œβ”€β”€ babel-plugin-transform-react-constant-elements@6.9.1 
  β”œβ”€β”¬ babel-preset-es2015@6.9.0 
  β”‚ β”œβ”€β”€ babel-plugin-check-es2015-constants@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-arrow-functions@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-block-scoped-functions@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-block-scoping@6.10.1 
  β”‚ β”œβ”€β”¬ babel-plugin-transform-es2015-classes@6.9.0 
  β”‚ β”‚ β”œβ”€β”€ babel-helper-define-map@6.9.0 
  β”‚ β”‚ β”œβ”€β”€ babel-helper-function-name@6.8.0 
  β”‚ β”‚ β”œβ”€β”€ babel-helper-optimise-call-expression@6.8.0 
  β”‚ β”‚ └── babel-helper-replace-supers@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-computed-properties@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-destructuring@6.9.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-duplicate-keys@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-for-of@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-function-name@6.9.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-literals@6.8.0 
  β”‚ β”œβ”€β”¬ babel-plugin-transform-es2015-modules-commonjs@6.10.3 
  β”‚ β”‚ └── babel-plugin-transform-strict-mode@6.11.3 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-object-super@6.8.0 
  β”‚ β”œβ”€β”¬ babel-plugin-transform-es2015-parameters@6.11.3 
  β”‚ β”‚ β”œβ”€β”¬ babel-helper-call-delegate@6.8.0 
  β”‚ β”‚ β”‚ └── babel-helper-hoist-variables@6.8.0 
  β”‚ β”‚ └── babel-helper-get-function-arity@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-shorthand-properties@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-spread@6.8.0 
  β”‚ β”œβ”€β”¬ babel-plugin-transform-es2015-sticky-regex@6.8.0 
  β”‚ β”‚ └── babel-helper-regex@6.9.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-template-literals@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-es2015-typeof-symbol@6.8.0 
  β”‚ β”œβ”€β”¬ babel-plugin-transform-es2015-unicode-regex@6.11.0 
  β”‚ β”‚ └─┬ regexpu-core@2.0.0 
  β”‚ β”‚   β”œβ”€β”€ regenerate@1.3.1 
  β”‚ β”‚   β”œβ”€β”€ regjsgen@0.2.0 
  β”‚ β”‚   └─┬ regjsparser@0.1.5 
  β”‚ β”‚     └── jsesc@0.5.0 
  β”‚ └─┬ babel-plugin-transform-regenerator@6.9.0 
  β”‚   └── babel-plugin-syntax-async-functions@6.8.0 
  β”œβ”€β”¬ babel-preset-es2016@6.11.3 
  β”‚ └─┬ babel-plugin-transform-exponentiation-operator@6.8.0 
  β”‚   β”œβ”€β”¬ babel-helper-builder-binary-assignment-operator-visitor@6.8.0 
  β”‚   β”‚ └── babel-helper-explode-assignable-expression@6.8.0 
  β”‚   └── babel-plugin-syntax-exponentiation-operator@6.8.0 
  β”œβ”€β”¬ babel-preset-react@6.11.1 
  β”‚ β”œβ”€β”€ babel-plugin-syntax-flow@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-syntax-jsx@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-flow-strip-types@6.8.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-react-display-name@6.8.0 
  β”‚ β”œβ”€β”¬ babel-plugin-transform-react-jsx@6.8.0 
  β”‚ β”‚ └── babel-helper-builder-react-jsx@6.9.0 
  β”‚ β”œβ”€β”€ babel-plugin-transform-react-jsx-self@6.11.0 
  β”‚ └── babel-plugin-transform-react-jsx-source@6.9.0 
  β”œβ”€β”¬ cross-spawn@4.0.0 
  β”‚ β”œβ”€β”¬ lru-cache@4.0.1 
  β”‚ β”‚ β”œβ”€β”€ pseudomap@1.0.2 
  β”‚ β”‚ └── yallist@2.0.0 
  β”‚ └─┬ which@1.2.10 
  β”‚   └── isexe@1.1.2 
  β”œβ”€β”¬ css-loader@0.23.1 
  β”‚ β”œβ”€β”¬ css-selector-tokenizer@0.5.4 
  β”‚ β”‚ β”œβ”€β”€ cssesc@0.1.0 
  β”‚ β”‚ └── fastparse@1.1.1 
  β”‚ β”œβ”€β”¬ cssnano@3.7.3 
  β”‚ β”‚ β”œβ”€β”€ decamelize@1.2.0 
  β”‚ β”‚ β”œβ”€β”€ defined@1.0.0 
  β”‚ β”‚ β”œβ”€β”€ indexes-of@1.0.1 
  β”‚ β”‚ β”œβ”€β”¬ postcss-calc@5.3.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ postcss-message-helpers@2.0.0 
  β”‚ β”‚ β”‚ └─┬ reduce-css-calc@1.2.4 
  β”‚ β”‚ β”‚   β”œβ”€β”€ balanced-match@0.1.0 
  β”‚ β”‚ β”‚   └─┬ reduce-function-call@1.0.1 
  β”‚ β”‚ β”‚     └── balanced-match@0.1.0 
  β”‚ β”‚ β”œβ”€β”¬ postcss-colormin@2.2.0 
  β”‚ β”‚ β”‚ └─┬ colormin@1.1.1 
  β”‚ β”‚ β”‚   β”œβ”€β”¬ color@0.11.3 
  β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ color-convert@1.3.1 
  β”‚ β”‚ β”‚   β”‚ └─┬ color-string@0.3.0 
  β”‚ β”‚ β”‚   β”‚   └── color-name@1.1.1 
  β”‚ β”‚ β”‚   └── css-color-names@0.0.4 
  β”‚ β”‚ β”œβ”€β”€ postcss-convert-values@2.4.0 
  β”‚ β”‚ β”œβ”€β”€ postcss-discard-comments@2.0.4 
  β”‚ β”‚ β”œβ”€β”€ postcss-discard-duplicates@2.0.1 
  β”‚ β”‚ β”œβ”€β”€ postcss-discard-empty@2.1.0 
  β”‚ β”‚ β”œβ”€β”€ postcss-discard-overridden@0.1.1 
  β”‚ β”‚ β”œβ”€β”¬ postcss-discard-unused@2.2.1 
  β”‚ β”‚ β”‚ β”œβ”€β”€ flatten@1.0.2 
  β”‚ β”‚ β”‚ └── uniqs@2.0.0 
  β”‚ β”‚ β”œβ”€β”¬ postcss-filter-plugins@2.0.1 
  β”‚ β”‚ β”‚ └─┬ uniqid@3.1.0 
  β”‚ β”‚ β”‚   └── macaddress@0.2.8 
  β”‚ β”‚ β”œβ”€β”¬ postcss-merge-idents@2.1.6 
  β”‚ β”‚ β”‚ └── has-own@1.0.0 
  β”‚ β”‚ β”œβ”€β”€ postcss-merge-longhand@2.0.1 
  β”‚ β”‚ β”œβ”€β”€ postcss-merge-rules@2.0.9 
  β”‚ β”‚ β”œβ”€β”€ postcss-minify-font-values@1.0.5 
  β”‚ β”‚ β”œβ”€β”€ postcss-minify-gradients@1.0.3 
  β”‚ β”‚ β”œβ”€β”¬ postcss-minify-params@1.0.4 
  β”‚ β”‚ β”‚ └── alphanum-sort@1.0.2 
  β”‚ β”‚ β”œβ”€β”¬ postcss-minify-selectors@2.0.5 
  β”‚ β”‚ β”‚ └─┬ postcss-selector-parser@2.1.1 
  β”‚ β”‚ β”‚   └── uniq@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ postcss-normalize-charset@1.1.0 
  β”‚ β”‚ β”œβ”€β”¬ postcss-normalize-url@3.0.7 
  β”‚ β”‚ β”‚ β”œβ”€β”€ is-absolute-url@2.0.0 
  β”‚ β”‚ β”‚ └─┬ normalize-url@1.6.0 
  β”‚ β”‚ β”‚   β”œβ”€β”€ prepend-http@1.0.4 
  β”‚ β”‚ β”‚   β”œβ”€β”¬ query-string@4.2.2 
  β”‚ β”‚ β”‚   β”‚ └── strict-uri-encode@1.1.0 
  β”‚ β”‚ β”‚   └─┬ sort-keys@1.1.2 
  β”‚ β”‚ β”‚     └── is-plain-obj@1.1.0 
  β”‚ β”‚ β”œβ”€β”€ postcss-ordered-values@2.2.1 
  β”‚ β”‚ β”œβ”€β”€ postcss-reduce-idents@2.3.0 
  β”‚ β”‚ β”œβ”€β”€ postcss-reduce-initial@1.0.0 
  β”‚ β”‚ β”œβ”€β”€ postcss-reduce-transforms@1.0.3 
  β”‚ β”‚ β”œβ”€β”¬ postcss-svgo@2.1.4 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ is-svg@2.0.1 
  β”‚ β”‚ β”‚ β”‚ └── html-comment-regex@1.1.1 
  β”‚ β”‚ β”‚ └─┬ svgo@0.6.6 
  β”‚ β”‚ β”‚   β”œβ”€β”¬ coa@1.0.1 
  β”‚ β”‚ β”‚   β”‚ └── q@1.4.1 
  β”‚ β”‚ β”‚   β”œβ”€β”€ colors@1.1.2 
  β”‚ β”‚ β”‚   β”œβ”€β”¬ csso@2.0.0 
  β”‚ β”‚ β”‚   β”‚ └── clap@1.1.1 
  β”‚ β”‚ β”‚   β”œβ”€β”€ sax@1.2.1 
  β”‚ β”‚ β”‚   └── whet.extend@0.9.9 
  β”‚ β”‚ β”œβ”€β”€ postcss-unique-selectors@2.0.2 
  β”‚ β”‚ └── postcss-zindex@2.1.1 
  β”‚ β”œβ”€β”¬ lodash.camelcase@3.0.1 
  β”‚ β”‚ └─┬ lodash._createcompounder@3.0.0 
  β”‚ β”‚   β”œβ”€β”¬ lodash.deburr@3.2.0 
  β”‚ β”‚   β”‚ └── lodash._root@3.0.1 
  β”‚ β”‚   └── lodash.words@3.2.0 
  β”‚ β”œβ”€β”€ postcss-modules-extract-imports@1.0.1 
  β”‚ β”œβ”€β”€ postcss-modules-local-by-default@1.1.0 
  β”‚ β”œβ”€β”€ postcss-modules-scope@1.0.1 
  β”‚ β”œβ”€β”¬ postcss-modules-values@1.1.3 
  β”‚ β”‚ └── icss-replace-symbols@1.0.2 
  β”‚ └── source-list-map@0.1.6 
  β”œβ”€β”¬ eslint@2.13.1 
  β”‚ β”œβ”€β”¬ chalk@1.1.3 
  β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.2.1 
  β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5 
  β”‚ β”‚ β”œβ”€β”€ has-ansi@2.0.0 
  β”‚ β”‚ └── supports-color@2.0.0 
  β”‚ β”œβ”€β”¬ concat-stream@1.5.1 
  β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1 
  β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.0.6 
  β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7 
  β”‚ β”‚ β”‚ └── util-deprecate@1.0.2 
  β”‚ β”‚ └── typedarray@0.0.6 
  β”‚ β”œβ”€β”¬ doctrine@1.2.2 
  β”‚ β”‚ β”œβ”€β”€ esutils@1.1.6 
  β”‚ β”‚ └── isarray@1.0.0 
  β”‚ β”œβ”€β”¬ es6-map@0.1.4 
  β”‚ β”‚ β”œβ”€β”€ d@0.1.1 
  β”‚ β”‚ β”œβ”€β”€ es5-ext@0.10.12 
  β”‚ β”‚ β”œβ”€β”€ es6-iterator@2.0.0 
  β”‚ β”‚ β”œβ”€β”€ es6-symbol@3.1.0 
  β”‚ β”‚ └── event-emitter@0.3.4 
  β”‚ β”œβ”€β”¬ escope@3.6.0 
  β”‚ β”‚ β”œβ”€β”€ es6-weak-map@2.0.1 
  β”‚ β”‚ └─┬ esrecurse@4.1.0 
  β”‚ β”‚   └── estraverse@4.1.1 
  β”‚ β”œβ”€β”¬ espree@3.1.6 
  β”‚ β”‚ └── acorn-jsx@3.0.1 
  β”‚ β”œβ”€β”€ estraverse@4.2.0 
  β”‚ β”œβ”€β”€ esutils@2.0.2 
  β”‚ β”œβ”€β”¬ file-entry-cache@1.2.4 
  β”‚ β”‚ └─┬ flat-cache@1.0.10 
  β”‚ β”‚   β”œβ”€β”¬ del@2.2.1 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ globby@5.0.0 
  β”‚ β”‚   β”‚ β”‚ └─┬ array-union@1.0.2 
  β”‚ β”‚   β”‚ β”‚   └── array-uniq@1.0.3 
  β”‚ β”‚   β”‚ β”œβ”€β”€ is-path-cwd@1.0.0 
  β”‚ β”‚   β”‚ β”œβ”€β”¬ is-path-in-cwd@1.0.0 
  β”‚ β”‚   β”‚ β”‚ └── is-path-inside@1.0.0 
  β”‚ β”‚   β”‚ └── pify@2.3.0 
  β”‚ β”‚   β”œβ”€β”€ read-json-sync@1.1.1 
  β”‚ β”‚   └── write@0.2.1 
  β”‚ β”œβ”€β”¬ glob@7.0.5 
  β”‚ β”‚ β”œβ”€β”€ fs.realpath@1.0.0 
  β”‚ β”‚ β”œβ”€β”¬ inflight@1.0.5 
  β”‚ β”‚ β”‚ └── wrappy@1.0.2 
  β”‚ β”‚ └── once@1.3.3 
  β”‚ β”œβ”€β”€ globals@9.9.0 
  β”‚ β”œβ”€β”€ ignore@3.1.3 
  β”‚ β”œβ”€β”€ imurmurhash@0.1.4 
  β”‚ β”œβ”€β”¬ inquirer@0.12.0 
  β”‚ β”‚ β”œβ”€β”€ ansi-escapes@1.4.0 
  β”‚ β”‚ β”œβ”€β”€ ansi-regex@2.0.0 
  β”‚ β”‚ β”œβ”€β”¬ cli-cursor@1.0.2 
  β”‚ β”‚ β”‚ └─┬ restore-cursor@1.0.1 
  β”‚ β”‚ β”‚   β”œβ”€β”€ exit-hook@1.1.1 
  β”‚ β”‚ β”‚   └── onetime@1.1.0 
  β”‚ β”‚ β”œβ”€β”€ cli-width@2.1.0 
  β”‚ β”‚ β”œβ”€β”€ figures@1.7.0 
  β”‚ β”‚ β”œβ”€β”¬ readline2@1.0.1 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ code-point-at@1.0.0 
  β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ is-fullwidth-code-point@1.0.0 
  β”‚ β”‚ β”‚ └── mute-stream@0.0.5 
  β”‚ β”‚ β”œβ”€β”€ run-async@0.1.0 
  β”‚ β”‚ β”œβ”€β”€ rx-lite@3.1.2 
  β”‚ β”‚ β”œβ”€β”€ string-width@1.0.1 
  β”‚ β”‚ └── through@2.3.8 
  β”‚ β”œβ”€β”¬ 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 
  β”‚ β”œβ”€β”¬ is-resolvable@1.0.0 
  β”‚ β”‚ └── tryit@1.0.2 
  β”‚ β”œβ”€β”¬ js-yaml@3.6.1 
  β”‚ β”‚ β”œβ”€β”¬ argparse@1.0.7 
  β”‚ β”‚ β”‚ └── sprintf-js@1.0.3 
  β”‚ β”‚ └── esprima@2.7.2 
  β”‚ β”œβ”€β”¬ json-stable-stringify@1.0.1 
  β”‚ β”‚ └── jsonify@0.0.0 
  β”‚ β”œβ”€β”¬ levn@0.3.0 
  β”‚ β”‚ β”œβ”€β”€ prelude-ls@1.1.2 
  β”‚ β”‚ └── type-check@0.3.2 
  β”‚ β”œβ”€β”¬ optionator@0.8.1 
  β”‚ β”‚ β”œβ”€β”€ deep-is@0.1.3 
  β”‚ β”‚ β”œβ”€β”€ fast-levenshtein@1.1.3 
  β”‚ β”‚ └── wordwrap@1.0.0 
  β”‚ β”œβ”€β”€ path-is-inside@1.0.1 
  β”‚ β”œβ”€β”€ pluralize@1.2.1 
  β”‚ β”œβ”€β”€ progress@1.1.8 
  β”‚ β”œβ”€β”¬ require-uncached@1.0.2 
  β”‚ β”‚ β”œβ”€β”¬ caller-path@0.1.0 
  β”‚ β”‚ β”‚ └── callsites@0.2.0 
  β”‚ β”‚ └── resolve-from@1.0.1 
  β”‚ β”œβ”€β”€ shelljs@0.6.0 
  β”‚ β”œβ”€β”€ strip-json-comments@1.0.4 
  β”‚ β”œβ”€β”¬ table@3.7.8 
  β”‚ β”‚ β”œβ”€β”€ slice-ansi@0.0.4 
  β”‚ β”‚ β”œβ”€β”€ tv4@1.2.7 
  β”‚ β”‚ └── xregexp@3.1.1 
  β”‚ β”œβ”€β”€ text-table@0.2.0 
  β”‚ └─┬ user-home@2.0.0 
  β”‚   └── os-homedir@1.0.1 
  β”œβ”€β”¬ eslint-config-airbnb@9.0.1 
  β”‚ └── eslint-config-airbnb-base@3.0.1 
  β”œβ”€β”€ eslint-loader@1.4.1 
  β”œβ”€β”¬ eslint-plugin-import@1.11.0 
  β”‚ β”œβ”€β”€ builtin-modules@1.1.1 
  β”‚ β”œβ”€β”€ contains-path@0.1.0 
  β”‚ β”œβ”€β”€ es6-set@0.1.4 
  β”‚ β”œβ”€β”¬ eslint-import-resolver-node@0.2.2 
  β”‚ β”‚ └── resolve@1.1.7 
  β”‚ β”œβ”€β”¬ lodash.cond@4.4.0 
  β”‚ β”‚ β”œβ”€β”¬ lodash._baseiteratee@4.7.0 
  β”‚ β”‚ β”‚ └── lodash._stringtopath@4.8.0 
  β”‚ β”‚ └── lodash.rest@4.0.3 
  β”‚ β”œβ”€β”¬ lodash.endswith@4.1.0 
  β”‚ β”‚ β”œβ”€β”€ lodash._basetostring@4.12.0 
  β”‚ β”‚ └── lodash.tostring@4.1.3 
  β”‚ β”œβ”€β”¬ lodash.find@4.4.0 
  β”‚ β”‚ β”œβ”€β”€ lodash._baseeach@4.1.3 
  β”‚ β”‚ β”œβ”€β”€ lodash._basefind@3.0.0 
  β”‚ β”‚ └── lodash._basefindindex@3.6.0 
  β”‚ β”œβ”€β”€ lodash.findindex@4.4.0 
  β”‚ β”œβ”€β”¬ pkg-dir@1.0.0 
  β”‚ β”‚ └─┬ find-up@1.1.2 
  β”‚ β”‚   └── path-exists@2.1.0 
  β”‚ └── pkg-up@1.0.0 
  β”œβ”€β”¬ eslint-plugin-jsx-a11y@1.5.5 
  β”‚ β”œβ”€β”€ damerau-levenshtein@1.0.0 
  β”‚ └── jsx-ast-utils@1.3.1 
  β”œβ”€β”€ eslint-plugin-react@5.2.2 
  β”œβ”€β”€ file-loader@0.9.0 
  β”œβ”€β”¬ html-webpack-plugin@2.22.0 
  β”‚ β”œβ”€β”€ bluebird@3.4.1 
  β”‚ β”œβ”€β”¬ html-minifier@2.1.7 
  β”‚ β”‚ β”œβ”€β”¬ change-case@3.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ camel-case@3.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ constant-case@2.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ dot-case@2.1.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ header-case@1.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ is-lower-case@1.1.3 
  β”‚ β”‚ β”‚ β”œβ”€β”€ is-upper-case@1.1.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ lower-case@1.1.3 
  β”‚ β”‚ β”‚ β”œβ”€β”€ lower-case-first@1.0.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ no-case@2.3.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ param-case@2.1.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ pascal-case@2.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ path-case@2.1.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ sentence-case@2.1.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ snake-case@2.1.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ swap-case@1.1.2 
  β”‚ β”‚ β”‚ β”œβ”€β”€ title-case@2.1.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ upper-case@1.1.3 
  β”‚ β”‚ β”‚ └── upper-case-first@1.1.2 
  β”‚ β”‚ β”œβ”€β”¬ clean-css@3.4.18 
  β”‚ β”‚ β”‚ β”œβ”€β”€ commander@2.8.1 
  β”‚ β”‚ β”‚ └── source-map@0.4.4 
  β”‚ β”‚ β”œβ”€β”¬ commander@2.9.0 
  β”‚ β”‚ β”‚ └── graceful-readlink@1.0.1 
  β”‚ β”‚ β”œβ”€β”€ he@1.1.0 
  β”‚ β”‚ β”œβ”€β”¬ ncname@1.0.0 
  β”‚ β”‚ β”‚ └── xml-char-classes@1.0.0 
  β”‚ β”‚ └── relateurl@0.2.7 
  β”‚ β”œβ”€β”¬ pretty-error@2.0.0 
  β”‚ β”‚ β”œβ”€β”¬ renderkid@2.0.0 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ css-select@1.2.0 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ boolbase@1.0.0 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ css-what@2.1.0 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ domutils@1.5.1 
  β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ dom-serializer@0.1.0 
  β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ domelementtype@1.1.3 
  β”‚ β”‚ β”‚ β”‚ β”‚   └── entities@1.1.1 
  β”‚ β”‚ β”‚ β”‚ └── nth-check@1.0.1 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ dom-converter@0.1.4 
  β”‚ β”‚ β”‚ β”‚ └── utila@0.3.3 
  β”‚ β”‚ β”‚ β”œβ”€β”¬ htmlparser2@3.3.0 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ domelementtype@1.3.0 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ domhandler@2.1.0 
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ domutils@1.1.6 
  β”‚ β”‚ β”‚ β”‚ └─┬ readable-stream@1.0.34 
  β”‚ β”‚ β”‚ β”‚   └── isarray@0.0.1 
  β”‚ β”‚ β”‚ └── utila@0.3.3 
  β”‚ β”‚ └── utila@0.4.0 
  β”‚ └── toposort@1.0.0 
  β”œβ”€β”€ json-loader@0.5.4 
  β”œβ”€β”¬ opn@4.0.2 
  β”‚ └─┬ pinkie-promise@2.0.1 
  β”‚   └── pinkie@2.0.4 
  β”œβ”€β”€ postcss-loader@0.9.1 
  β”œβ”€β”€ rimraf@2.5.3 
  β”œβ”€β”€ style-loader@0.13.1 
  β”œβ”€β”¬ url-loader@0.5.7 
  β”‚ └── mime@1.2.11 
  β”œβ”€β”¬ webpack@1.13.1 
  β”‚ β”œβ”€β”€ acorn@3.2.0 
  β”‚ β”œβ”€β”€ async@1.5.2 
  β”‚ β”œβ”€β”€ clone@1.0.2 
  β”‚ β”œβ”€β”¬ enhanced-resolve@0.9.1 
  β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.1.4 
  β”‚ β”‚ └── memory-fs@0.2.0 
  β”‚ β”œβ”€β”€ interpret@0.6.6 
  β”‚ β”œβ”€β”¬ memory-fs@0.3.0 
  β”‚ β”‚ └─┬ errno@0.1.4 
  β”‚ β”‚   └── prr@0.0.0 
  β”‚ β”œβ”€β”¬ node-libs-browser@0.5.3 
  β”‚ β”‚ β”œβ”€β”€ assert@1.4.1 
  β”‚ β”‚ β”œβ”€β”¬ browserify-zlib@0.1.4 
  β”‚ β”‚ β”‚ └── pako@0.2.8 
  β”‚ β”‚ β”œβ”€β”¬ buffer@3.6.0 
  β”‚ β”‚ β”‚ β”œβ”€β”€ base64-js@0.0.8 
  β”‚ β”‚ β”‚ └── ieee754@1.1.6 
  β”‚ β”‚ β”œβ”€β”¬ 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.1 
  β”‚ β”‚ β”œβ”€β”¬ http-browserify@1.7.0 
  β”‚ β”‚ β”‚ └── Base64@0.2.1 
  β”‚ β”‚ β”œβ”€β”€ https-browserify@0.0.0 
  β”‚ β”‚ β”œβ”€β”€ os-browserify@0.1.2 
  β”‚ β”‚ β”œβ”€β”€ path-browserify@0.0.0 
  β”‚ β”‚ β”œβ”€β”€ process@0.11.5 
  β”‚ β”‚ β”œβ”€β”€ punycode@1.4.1 
  β”‚ β”‚ β”œβ”€β”€ querystring-es3@0.2.1 
  β”‚ β”‚ β”œβ”€β”¬ readable-stream@1.1.14 
  β”‚ β”‚ β”‚ └── isarray@0.0.1 
  β”‚ β”‚ β”œβ”€β”¬ stream-browserify@1.0.0 
  β”‚ β”‚ β”‚ └─┬ readable-stream@1.1.14 
  β”‚ β”‚ β”‚   └── isarray@0.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 
  β”‚ β”‚ └─┬ vm-browserify@0.0.4 
  β”‚ β”‚   └── indexof@0.0.1 
  β”‚ β”œβ”€β”¬ 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.4 
  β”‚ β”‚ β”œβ”€β”€ async@0.2.10 
  β”‚ β”‚ β”œβ”€β”€ 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 
  β”‚ β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ longest@1.0.1 
  β”‚ β”‚   β”‚ β”‚ β”‚ └── repeat-string@1.5.4 
  β”‚ β”‚   β”‚ β”‚ └── lazy-cache@1.0.4 
  β”‚ β”‚   β”‚ β”œβ”€β”€ right-align@0.1.3 
  β”‚ β”‚   β”‚ └── wordwrap@0.0.2 
  β”‚ β”‚   └── window-size@0.1.0 
  β”‚ β”œβ”€β”¬ watchpack@0.2.9 
  β”‚ β”‚ β”œβ”€β”€ async@0.9.2 
  β”‚ β”‚ └─┬ chokidar@1.6.0 
  β”‚ β”‚   β”œβ”€β”¬ anymatch@1.3.0 
  β”‚ β”‚   β”‚ β”œβ”€β”€ arrify@1.0.1 
  β”‚ β”‚   β”‚ └─┬ micromatch@2.3.11 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ arr-diff@2.0.0 
  β”‚ β”‚   β”‚   β”‚ └── arr-flatten@1.0.1 
  β”‚ β”‚   β”‚   β”œβ”€β”€ array-unique@0.2.1 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ braces@1.8.5 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ expand-range@1.8.2 
  β”‚ β”‚   β”‚   β”‚ β”‚ └─┬ fill-range@2.2.3 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”€ is-number@2.1.0 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”€ isobject@2.1.0 
  β”‚ β”‚   β”‚   β”‚ β”‚   └── randomatic@1.1.5 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ preserve@0.2.0 
  β”‚ β”‚   β”‚   β”‚ └── repeat-element@1.1.2 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ expand-brackets@0.1.5 
  β”‚ β”‚   β”‚   β”‚ └── is-posix-bracket@0.1.1 
  β”‚ β”‚   β”‚   β”œβ”€β”€ extglob@0.3.2 
  β”‚ β”‚   β”‚   β”œβ”€β”€ filename-regex@2.0.0 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ kind-of@3.0.3 
  β”‚ β”‚   β”‚   β”‚ └── is-buffer@1.1.3 
  β”‚ β”‚   β”‚   β”œβ”€β”€ normalize-path@2.0.1 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ object.omit@2.0.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ for-own@0.1.4 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── for-in@0.1.5 
  β”‚ β”‚   β”‚   β”‚ └── is-extendable@0.1.1 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ parse-glob@3.0.4 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ glob-base@0.3.0 
  β”‚ β”‚   β”‚   β”‚ └── is-dotfile@1.0.2 
  β”‚ β”‚   β”‚   └─┬ regex-cache@0.4.3 
  β”‚ β”‚   β”‚     β”œβ”€β”€ is-equal-shallow@0.1.3 
  β”‚ β”‚   β”‚     └── is-primitive@2.0.0 
  β”‚ β”‚   β”œβ”€β”€ async-each@1.0.0 
  β”‚ β”‚   β”œβ”€β”¬ fsevents@1.0.13 
  β”‚ β”‚   β”‚ β”œβ”€β”€ nan@2.4.0 
  β”‚ β”‚   β”‚ └─┬ node-pre-gyp@0.6.29 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ mkdirp@0.5.1 
  β”‚ β”‚   β”‚   β”‚ └── minimist@0.0.8 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ nopt@3.0.6 
  β”‚ β”‚   β”‚   β”‚ └── abbrev@1.0.7 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ npmlog@3.1.2 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ are-we-there-yet@1.1.2 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── delegates@1.0.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ console-control-strings@1.1.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ gauge@2.6.0 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”€ aproba@1.0.4 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”€ has-color@0.1.7 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”€ has-unicode@2.0.1 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.0 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”€ signal-exit@3.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 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”¬ strip-ansi@3.0.1 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ └── ansi-regex@2.0.0 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── wide-align@1.1.0 
  β”‚ β”‚   β”‚   β”‚ └── set-blocking@2.0.0 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ rc@1.1.6 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ deep-extend@0.4.1 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ ini@1.3.4 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ minimist@1.2.0 
  β”‚ β”‚   β”‚   β”‚ └── strip-json-comments@1.0.4 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ request@2.72.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ aws-sign2@0.6.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ aws4@1.4.1 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ bl@1.1.2 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── readable-stream@2.0.6 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ 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-rc4 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── async@1.5.2 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ har-validator@2.0.6 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”¬ chalk@1.1.3 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.2.1 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ has-ansi@2.0.0 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ └── supports-color@2.0.0 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”œβ”€β”¬ 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.1 
  β”‚ β”‚   β”‚   β”‚ β”‚   └── 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.3.0 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ extsprintf@1.0.2 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ β”œβ”€β”€ json-schema@0.2.2 
  β”‚ β”‚   β”‚   β”‚ β”‚ β”‚ └── verror@1.3.6 
  β”‚ β”‚   β”‚   β”‚ β”‚ └─┬ sshpk@1.8.3 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”€ asn1@0.2.3 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”€ assert-plus@1.0.0 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”¬ dashdash@1.14.0 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”‚ └── assert-plus@1.0.0 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”€ ecc-jsbn@0.1.1 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”¬ getpass@0.1.6 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”‚ └── assert-plus@1.0.0 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”€ jodid25519@1.0.2 
  β”‚ β”‚   β”‚   β”‚ β”‚   β”œβ”€β”€ jsbn@0.1.0 
  β”‚ β”‚   β”‚   β”‚ β”‚   └── tweetnacl@0.13.3 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ is-typedarray@1.0.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ isstream@0.1.2 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ mime-types@2.1.11 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── mime-db@1.23.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ node-uuid@1.4.7 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ oauth-sign@0.8.2 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ qs@6.1.0 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ stringstream@0.0.5 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ tough-cookie@2.2.2 
  β”‚ β”‚   β”‚   β”‚ └── tunnel-agent@0.4.3 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ rimraf@2.5.2 
  β”‚ β”‚   β”‚   β”‚ └─┬ glob@7.0.5 
  β”‚ β”‚   β”‚   β”‚   β”œβ”€β”€ fs.realpath@1.0.0 
  β”‚ β”‚   β”‚   β”‚   β”œβ”€β”€ inflight@1.0.5 
  β”‚ β”‚   β”‚   β”‚   β”œβ”€β”¬ minimatch@3.0.2 
  β”‚ β”‚   β”‚   β”‚   β”‚ └─┬ brace-expansion@1.1.5 
  β”‚ β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ balanced-match@0.4.1 
  β”‚ β”‚   β”‚   β”‚   β”‚   └── concat-map@0.0.1 
  β”‚ β”‚   β”‚   β”‚   └── path-is-absolute@1.0.0 
  β”‚ β”‚   β”‚   β”œβ”€β”€ semver@5.2.0 
  β”‚ β”‚   β”‚   β”œβ”€β”¬ tar@2.2.1 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”€ block-stream@0.0.9 
  β”‚ β”‚   β”‚   β”‚ β”œβ”€β”¬ fstream@1.0.10 
  β”‚ β”‚   β”‚   β”‚ β”‚ └── graceful-fs@4.1.4 
  β”‚ β”‚   β”‚   β”‚ └── inherits@2.0.1 
  β”‚ β”‚   β”‚   └─┬ tar-pack@3.1.4 
  β”‚ β”‚   β”‚     β”œβ”€β”¬ debug@2.2.0 
  β”‚ β”‚   β”‚     β”‚ └── ms@0.7.1 
  β”‚ β”‚   β”‚     β”œβ”€β”¬ fstream-ignore@1.0.5 
  β”‚ β”‚   β”‚     β”‚ └── minimatch@3.0.2 
  β”‚ β”‚   β”‚     β”œβ”€β”¬ once@1.3.3 
  β”‚ β”‚   β”‚     β”‚ └── wrappy@1.0.2 
  β”‚ β”‚   β”‚     β”œβ”€β”¬ readable-stream@2.1.4 
  β”‚ β”‚   β”‚     β”‚ β”œβ”€β”€ buffer-shims@1.0.0 
  β”‚ β”‚   β”‚     β”‚ β”œβ”€β”€ core-util-is@1.0.2 
  β”‚ β”‚   β”‚     β”‚ β”œβ”€β”€ isarray@1.0.0 
  β”‚ β”‚   β”‚     β”‚ β”œβ”€β”€ process-nextick-args@1.0.7 
  β”‚ β”‚   β”‚     β”‚ β”œβ”€β”€ string_decoder@0.10.31 
  β”‚ β”‚   β”‚     β”‚ └── util-deprecate@1.0.2 
  β”‚ β”‚   β”‚     └── uid-number@0.0.6 
  β”‚ β”‚   β”œβ”€β”€ glob-parent@2.0.0 
  β”‚ β”‚   β”œβ”€β”¬ is-binary-path@1.0.1 
  β”‚ β”‚   β”‚ └── binary-extensions@1.5.0 
  β”‚ β”‚   β”œβ”€β”¬ is-glob@2.0.1 
  β”‚ β”‚   β”‚ └── is-extglob@1.0.0 
  β”‚ β”‚   └─┬ readdirp@2.1.0 
  β”‚ β”‚     └── set-immediate-shim@1.0.1 
  β”‚ └─┬ webpack-core@0.6.8 
  β”‚   └─┬ source-map@0.4.4 
  β”‚     └── amdefine@1.0.0 
  └─┬ webpack-dev-server@1.14.1 
    β”œβ”€β”¬ compression@1.6.2 
    β”‚ β”œβ”€β”¬ accepts@1.3.3 
    β”‚ β”‚ └── negotiator@0.6.1 
    β”‚ β”œβ”€β”€ bytes@2.3.0 
    β”‚ β”œβ”€β”¬ compressible@2.0.8 
    β”‚ β”‚ └── mime-db@1.23.0 
    β”‚ β”œβ”€β”€ on-headers@1.0.1 
    β”‚ └── vary@1.1.0 
    β”œβ”€β”€ connect-history-api-fallback@1.1.0 
    β”œβ”€β”¬ express@4.14.0 
    β”‚ β”œβ”€β”€ array-flatten@1.1.1 
    β”‚ β”œβ”€β”€ content-disposition@0.5.1 
    β”‚ β”œβ”€β”€ content-type@1.0.2 
    β”‚ β”œβ”€β”€ cookie@0.3.1 
    β”‚ β”œβ”€β”€ cookie-signature@1.0.6 
    β”‚ β”œβ”€β”€ depd@1.1.0 
    β”‚ β”œβ”€β”€ encodeurl@1.0.1 
    β”‚ β”œβ”€β”€ escape-html@1.0.3 
    β”‚ β”œβ”€β”€ etag@1.7.0 
    β”‚ β”œβ”€β”¬ finalhandler@0.5.0 
    β”‚ β”‚ β”œβ”€β”€ statuses@1.3.0 
    β”‚ β”‚ └── 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.1.2 
    β”‚ β”‚ β”œβ”€β”€ forwarded@0.1.0 
    β”‚ β”‚ └── ipaddr.js@1.1.1 
    β”‚ β”œβ”€β”€ qs@6.2.0 
    β”‚ β”œβ”€β”€ range-parser@1.2.0 
    β”‚ β”œβ”€β”¬ send@0.14.1 
    β”‚ β”‚ β”œβ”€β”€ destroy@1.0.4 
    β”‚ β”‚ └── mime@1.3.4 
    β”‚ β”œβ”€β”€ serve-static@1.11.1 
    β”‚ β”œβ”€β”¬ type-is@1.6.13 
    β”‚ β”‚ └── media-typer@0.3.0 
    β”‚ └── utils-merge@1.0.0 
    β”œβ”€β”¬ http-proxy@1.14.0 
    β”‚ β”œβ”€β”€ eventemitter3@1.2.0 
    β”‚ └── requires-port@1.0.0 
    β”œβ”€β”¬ serve-index@1.8.0 
    β”‚ β”œβ”€β”€ batch@0.5.3 
    β”‚ β”œβ”€β”¬ http-errors@1.5.0 
    β”‚ β”‚ └── setprototypeof@1.0.1 
    β”‚ └── mime-types@2.1.11 
    β”œβ”€β”¬ sockjs@0.3.17 
    β”‚ β”œβ”€β”¬ faye-websocket@0.10.0 
    β”‚ β”‚ └─┬ websocket-driver@0.6.5 
    β”‚ β”‚   └── websocket-extensions@0.1.1 
    β”‚ └── uuid@2.0.2 
    β”œβ”€β”¬ sockjs-client@1.1.1 
    β”‚ β”œβ”€β”¬ eventsource@0.1.6 
    β”‚ β”‚ └─┬ original@1.0.0 
    β”‚ β”‚   └── url-parse@1.0.5 
    β”‚ β”œβ”€β”€ faye-websocket@0.11.0 
    β”‚ β”œβ”€β”€ json3@3.3.2 
    β”‚ └─┬ url-parse@1.1.1 
    β”‚   └── querystringify@0.0.3 
    β”œβ”€β”€ stream-cache@0.0.2 
    β”œβ”€β”€ strip-ansi@3.0.1 
    └─┬ webpack-dev-middleware@1.6.1 
      └── mime@1.3.4 

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
wtgtybhertgeghgtwtgcommented, Dec 2, 2016

I have a list of things that could be done to slim down dependencies, but it has hundreds of items. Should I make the issue and only list the larger ones?

1reaction
wtgtybhertgeghgtwtgcommented, Nov 29, 2016

Another thing that would help would be getting some of the dependencies to exclude tests/examples/config files from their packages. Some of them have a lot of tests (for example, sha.js has over 700 KB of tests), but it’s mostly just because they add up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Speeding up the npm install - node.js
Proposing two more modern approches: 1) npm ci. Use npm ci , which is available from npm version 5.7.0 (although I recommend 5.7.1...
Read more >
npm install takes too many hours Β· Issue #11028
I'm using Windows 10. npm install was crawling so I executed this command: npm cache clean. It reduced the time from hours to...
Read more >
Node module size: See how I reduced it by 90%
You've ended up with 1GB node module size? We know the struggle is real but there's a way to reduce that size to...
Read more >
21 ways to improve productivity with npm
The following steps show a few 'should-knows' that have the potential to improve productivity, make you type less or reduce waiting time.
Read more >
[URGENT] npm install taking too long to run in npm build
We could try the task Cache to reduce build time by allowing the outputs or downloaded dependencies from one run to be reused...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found