browserify / browserify

browser-side require() the node.js way
http://browserify.org/
MIT License
14.6k stars 1.19k forks source link

Cannot find module './aes.asm' from '/Users.../openpgp/dist' #1901

Closed stochastic-thread closed 5 years ago

stochastic-thread commented 5 years ago

Hi, I'm not sure if its best if I post this on here or on the openpgpjs issues page. I am able to run some javascript code using node mycode.js but I'm trying to incorporate this logic into a Rails web app (specifically on the client side) and so I started looking at browserify to be able to address not being able to require(...) on the client-side.

However, I'm getting an error that I'm a bit confused about:

Error while running `/Users/stochastic-thread/myapp/app/node_modules/.bin/browserifyinc --list --cachefile=/Users/stochastic-thread/myapp/app/tmp/cache/browserify-rails/browserifyinc-cache.json -o "/Users/stochastic-thread/myapp/app/tmp/cache/browserify-rails/output20190303-23067-juzxod" -`:

events.js:167
      throw er; // Unhandled 'error' event
      ^

Error: Cannot find module './aes.asm' from '/Users/stochastic-thread/myapp/app/node_modules/openpgp/dist'
    at /Users/stochastic-thread/myapp/app/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
    at load (/Users/stochastic-thread/myapp/app/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
    at onex (/Users/stochastic-thread/myapp/app/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
    at /Users/stochastic-thread/myapp/app/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
    at FSReqWrap.oncomplete (fs.js:165:21)
Emitted 'error' event at:
    at DestroyableTransform.onerror (/Users/stochastic-thread/myapp/app/node_modules/readable-stream/lib/_stream_readable.js:640:52)
    at DestroyableTransform.emit (events.js:182:13)
    at Readable.<anonymous> (/Users/stochastic-thread/myapp/app/node_modules/browserify-cache-api/lib/proxyEvent.js:3:17)
    at Readable.emit (events.js:182:13)
    at Labeled.<anonymous> (/Users/stochastic-thread/myapp/app/node_modules/read-only-stream/index.js:28:44)
    at Labeled.emit (events.js:182:13)
    at Labeled.<anonymous> (/Users/stochastic-thread/myapp/app/node_modules/stream-splicer/index.js:130:18)
    at Labeled.emit (events.js:182:13)
    at Deps.<anonymous> (/Users/stochastic-thread/malefice/app/node_modules/stream-splicer/index.js:130:18)
    at Deps.emit (events.js:182:13)

This error causes my Rails app to simply not load at all, which is odd because even though the JS wasn't actually working to begin with (in the context of the app, that is - standalone, it would work fine as described above)

Here is the output of an npm ls:

npm ls ``` app@ /Users/stochastic-thread/myapp/app ├─┬ @rails/webpacker@3.5.5 │ ├─┬ babel-core@6.26.3 │ │ ├─┬ babel-code-frame@6.26.0 │ │ │ ├── chalk@1.1.3 deduped │ │ │ ├── esutils@2.0.2 │ │ │ └── js-tokens@3.0.2 │ │ ├─┬ babel-generator@6.26.1 │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-types@6.26.0 deduped │ │ │ ├─┬ detect-indent@4.0.0 │ │ │ │ └─┬ repeating@2.0.1 │ │ │ │ └─┬ is-finite@1.0.2 │ │ │ │ └── number-is-nan@1.0.1 deduped │ │ │ ├── jsesc@1.3.0 │ │ │ ├── lodash@4.17.11 deduped │ │ │ ├── source-map@0.5.7 deduped │ │ │ └── trim-right@1.0.1 │ │ ├─┬ babel-helpers@6.24.1 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-template@6.26.0 deduped │ │ ├─┬ babel-messages@6.23.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-register@6.26.0 │ │ │ ├── babel-core@6.26.3 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── core-js@2.6.5 deduped │ │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ │ ├── os-homedir@1.0.2 │ │ │ │ └── os-tmpdir@1.0.2 │ │ │ ├── lodash@4.17.11 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ └─┬ source-map-support@0.4.18 │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ babel-runtime@6.26.0 │ │ │ ├── core-js@2.6.5 deduped │ │ │ └── regenerator-runtime@0.11.1 │ │ ├─┬ babel-template@6.26.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ ├── babel-types@6.26.0 deduped │ │ │ ├── babylon@6.18.0 deduped │ │ │ └── lodash@4.17.11 deduped │ │ ├─┬ babel-traverse@6.26.0 │ │ │ ├── babel-code-frame@6.26.0 deduped │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-types@6.26.0 deduped │ │ │ ├── babylon@6.18.0 deduped │ │ │ ├── debug@2.6.9 deduped │ │ │ ├── globals@9.18.0 │ │ │ ├── invariant@2.2.4 deduped │ │ │ └── lodash@4.17.11 deduped │ │ ├─┬ babel-types@6.26.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── esutils@2.0.2 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ └── to-fast-properties@1.0.3 │ │ ├── babylon@6.18.0 │ │ ├─┬ convert-source-map@1.6.0 │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── json5@0.5.1 deduped │ │ ├── lodash@4.17.11 │ │ ├─┬ minimatch@3.0.4 │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ ├── balanced-match@1.0.0 deduped │ │ │ └── concat-map@0.0.1 │ │ ├── path-is-absolute@1.0.1 │ │ ├── private@0.1.8 │ │ ├── slash@1.0.0 │ │ └── source-map@0.5.7 deduped │ ├─┬ babel-loader@7.1.5 │ │ ├─┬ find-cache-dir@1.0.0 │ │ │ ├── commondir@1.0.1 │ │ │ ├─┬ make-dir@1.3.0 │ │ │ │ └── pify@3.0.0 deduped │ │ │ └─┬ pkg-dir@2.0.0 │ │ │ └── find-up@2.1.0 deduped │ │ ├── loader-utils@1.2.3 deduped │ │ └── mkdirp@0.5.1 deduped │ ├── babel-plugin-syntax-dynamic-import@6.18.0 │ ├─┬ babel-plugin-transform-class-properties@6.24.1 │ │ ├─┬ babel-helper-function-name@6.24.1 │ │ │ ├─┬ babel-helper-get-function-arity@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-template@6.26.0 deduped │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├── babel-plugin-syntax-class-properties@6.13.0 │ │ ├── babel-runtime@6.26.0 deduped │ │ └── babel-template@6.26.0 deduped │ ├─┬ babel-plugin-transform-object-rest-spread@6.26.0 │ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 │ │ └── babel-runtime@6.26.0 deduped │ ├─┬ babel-polyfill@6.26.0 │ │ ├── babel-runtime@6.26.0 deduped │ │ ├── core-js@2.6.5 │ │ └── regenerator-runtime@0.10.5 │ ├─┬ babel-preset-env@1.7.0 │ │ ├─┬ babel-plugin-check-es2015-constants@6.22.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ │ ├─┬ babel-plugin-transform-async-to-generator@6.24.1 │ │ │ ├─┬ babel-helper-remap-async-to-generator@6.24.1 │ │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-plugin-syntax-async-functions@6.13.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-arrow-functions@6.22.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-block-scoped-functions@6.22.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-block-scoping@6.26.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-template@6.26.0 deduped │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ ├── babel-types@6.26.0 deduped │ │ │ └── lodash@4.17.11 deduped │ │ ├─┬ babel-plugin-transform-es2015-classes@6.24.1 │ │ │ ├─┬ babel-helper-define-map@6.26.0 │ │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ └── lodash@4.17.11 deduped │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ ├─┬ babel-helper-optimise-call-expression@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├─┬ babel-helper-replace-supers@6.24.1 │ │ │ │ ├── babel-helper-optimise-call-expression@6.24.1 deduped │ │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-template@6.26.0 deduped │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-computed-properties@6.24.1 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-template@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-destructuring@6.23.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-duplicate-keys@6.24.1 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-for-of@6.23.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-function-name@6.24.1 │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-literals@6.22.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-modules-amd@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-modules-commonjs@6.26.2 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-template@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.2 │ │ │ ├─┬ babel-plugin-transform-strict-mode@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-template@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1 │ │ │ ├─┬ babel-helper-hoist-variables@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-template@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-modules-umd@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-modules-amd@6.24.1 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-template@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-object-super@6.24.1 │ │ │ ├── babel-helper-replace-supers@6.24.1 deduped │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 │ │ │ ├─┬ babel-helper-call-delegate@6.24.1 │ │ │ │ ├── babel-helper-hoist-variables@6.24.1 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-helper-get-function-arity@6.24.1 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-template@6.26.0 deduped │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-shorthand-properties@6.24.1 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-spread@6.22.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 │ │ │ ├─┬ babel-helper-regex@6.26.0 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ └── lodash@4.17.11 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-template-literals@6.22.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-typeof-symbol@6.23.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 │ │ │ ├── babel-helper-regex@6.26.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └─┬ regexpu-core@2.0.0 │ │ │ ├── regenerate@1.4.0 │ │ │ ├── regjsgen@0.2.0 │ │ │ └─┬ regjsparser@0.1.5 │ │ │ └── jsesc@0.5.0 │ │ ├─┬ babel-plugin-transform-exponentiation-operator@6.24.1 │ │ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 │ │ │ │ ├─┬ babel-helper-explode-assignable-expression@6.24.1 │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-plugin-syntax-exponentiation-operator@6.13.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-regenerator@6.26.0 │ │ │ └─┬ regenerator-transform@0.10.1 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-types@6.26.0 deduped │ │ │ └── private@0.1.8 deduped │ │ ├─┬ browserslist@3.2.8 │ │ │ ├── caniuse-lite@1.0.30000939 │ │ │ └── electron-to-chromium@1.3.113 │ │ ├─┬ invariant@2.2.4 │ │ │ └─┬ loose-envify@1.4.0 │ │ │ └── js-tokens@3.0.2 deduped │ │ └── semver@5.6.0 deduped │ ├── case-sensitive-paths-webpack-plugin@2.2.0 │ ├─┬ compression-webpack-plugin@1.1.12 │ │ ├─┬ cacache@10.0.4 │ │ │ ├── bluebird@3.5.3 │ │ │ ├── chownr@1.1.1 │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├─┬ lru-cache@4.1.5 │ │ │ │ ├── pseudomap@1.0.2 │ │ │ │ └── yallist@2.1.2 │ │ │ ├─┬ mississippi@2.0.0 │ │ │ │ ├── concat-stream@1.6.2 deduped │ │ │ │ ├─┬ duplexify@3.7.1 │ │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ │ └── stream-shift@1.0.0 │ │ │ │ ├─┬ end-of-stream@1.4.1 │ │ │ │ │ └── once@1.4.0 deduped │ │ │ │ ├─┬ flush-write-stream@1.1.1 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├─┬ from2@2.3.0 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├─┬ parallel-transform@1.1.0 │ │ │ │ │ ├── cyclist@0.2.2 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├─┬ pump@2.0.1 │ │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ │ └── once@1.4.0 deduped │ │ │ │ ├─┬ pumpify@1.5.1 │ │ │ │ │ ├── duplexify@3.7.1 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── pump@2.0.1 deduped │ │ │ │ ├─┬ stream-each@1.2.3 │ │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ │ └── stream-shift@1.0.0 deduped │ │ │ │ └── through2@2.0.5 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├─┬ move-concurrently@1.0.1 │ │ │ │ ├── aproba@1.2.0 │ │ │ │ ├─┬ copy-concurrently@1.0.5 │ │ │ │ │ ├── aproba@1.2.0 deduped │ │ │ │ │ ├── fs-write-stream-atomic@1.0.10 deduped │ │ │ │ │ ├── iferr@0.1.5 │ │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ │ ├── rimraf@2.6.3 deduped │ │ │ │ │ └── run-queue@1.0.3 deduped │ │ │ │ ├─┬ fs-write-stream-atomic@1.0.10 │ │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ │ ├── iferr@0.1.5 deduped │ │ │ │ │ ├── imurmurhash@0.1.4 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── rimraf@2.6.3 deduped │ │ │ │ └─┬ run-queue@1.0.3 │ │ │ │ └── aproba@1.2.0 deduped │ │ │ ├── promise-inflight@1.0.1 │ │ │ ├── rimraf@2.6.3 deduped │ │ │ ├─┬ ssri@5.3.0 │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├─┬ unique-filename@1.1.1 │ │ │ │ └─┬ unique-slug@2.0.1 │ │ │ │ └── imurmurhash@0.1.4 deduped │ │ │ └── y18n@4.0.0 deduped │ │ ├── find-cache-dir@1.0.0 deduped │ │ ├── neo-async@2.6.0 deduped │ │ ├── serialize-javascript@1.6.1 │ │ └── webpack-sources@1.3.0 deduped │ ├─┬ css-loader@0.28.11 │ │ ├── babel-code-frame@6.26.0 deduped │ │ ├─┬ css-selector-tokenizer@0.7.1 │ │ │ ├── cssesc@0.1.0 │ │ │ ├── fastparse@1.1.2 │ │ │ └─┬ regexpu-core@1.0.0 │ │ │ ├── regenerate@1.4.0 deduped │ │ │ ├── regjsgen@0.2.0 deduped │ │ │ └── regjsparser@0.1.5 deduped │ │ ├─┬ cssnano@3.10.0 │ │ │ ├─┬ autoprefixer@6.7.7 │ │ │ │ ├─┬ browserslist@1.7.7 │ │ │ │ │ ├── caniuse-db@1.0.30000939 deduped │ │ │ │ │ └── electron-to-chromium@1.3.113 deduped │ │ │ │ ├── caniuse-db@1.0.30000939 │ │ │ │ ├── normalize-range@0.1.2 deduped │ │ │ │ ├── num2fraction@1.2.2 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├── decamelize@1.2.0 deduped │ │ │ ├── defined@1.0.0 deduped │ │ │ ├── has@1.0.3 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-calc@5.3.1 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ ├── postcss-message-helpers@2.0.0 deduped │ │ │ │ └── reduce-css-calc@1.3.0 deduped │ │ │ ├─┬ postcss-colormin@2.2.2 │ │ │ │ ├─┬ colormin@1.1.2 │ │ │ │ │ ├── color@0.11.4 deduped │ │ │ │ │ ├── css-color-names@0.0.4 │ │ │ │ │ └── has@1.0.3 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-convert-values@2.6.1 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-discard-comments@2.0.4 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-discard-duplicates@2.1.0 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-discard-empty@2.1.0 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-discard-overridden@0.1.1 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-discard-unused@2.2.3 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── uniqs@2.0.0 │ │ │ ├─┬ postcss-filter-plugins@2.0.3 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-merge-idents@2.1.7 │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-merge-longhand@2.0.2 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-merge-rules@2.1.2 │ │ │ │ ├─┬ browserslist@1.7.7 │ │ │ │ │ ├── caniuse-db@1.0.30000939 deduped │ │ │ │ │ └── electron-to-chromium@1.3.113 deduped │ │ │ │ ├─┬ caniuse-api@1.6.1 │ │ │ │ │ ├── browserslist@1.7.7 deduped │ │ │ │ │ ├── caniuse-db@1.0.30000939 deduped │ │ │ │ │ ├── lodash.memoize@4.1.2 deduped │ │ │ │ │ └── lodash.uniq@4.5.0 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ ├── postcss-selector-parser@2.2.3 deduped │ │ │ │ └── vendors@1.0.2 │ │ │ ├─┬ postcss-minify-font-values@1.0.5 │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-minify-gradients@1.0.5 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-minify-params@1.2.2 │ │ │ │ ├── alphanum-sort@1.0.2 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ │ └── uniqs@2.0.0 deduped │ │ │ ├─┬ postcss-minify-selectors@2.1.1 │ │ │ │ ├── alphanum-sort@1.0.2 deduped │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-selector-parser@2.2.3 deduped │ │ │ ├─┬ postcss-normalize-charset@1.1.1 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-normalize-url@3.0.8 │ │ │ │ ├── is-absolute-url@2.1.0 │ │ │ │ ├─┬ normalize-url@1.9.1 │ │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ │ ├── prepend-http@1.0.4 │ │ │ │ │ ├─┬ query-string@4.3.4 │ │ │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ │ │ └── strict-uri-encode@1.1.0 │ │ │ │ │ └─┬ sort-keys@1.1.2 │ │ │ │ │ └── is-plain-obj@1.1.0 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-ordered-values@2.2.3 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-reduce-idents@2.4.0 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-reduce-initial@1.0.1 │ │ │ │ └── postcss@5.2.18 deduped │ │ │ ├─┬ postcss-reduce-transforms@1.0.4 │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-svgo@2.1.6 │ │ │ │ ├─┬ is-svg@2.1.0 │ │ │ │ │ └── html-comment-regex@1.1.2 │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ │ └─┬ svgo@0.7.2 │ │ │ │ ├─┬ coa@1.0.4 │ │ │ │ │ └── q@1.5.1 │ │ │ │ ├── colors@1.1.2 │ │ │ │ ├─┬ csso@2.3.2 │ │ │ │ │ ├─┬ clap@1.2.3 │ │ │ │ │ │ └── chalk@1.1.3 deduped │ │ │ │ │ └── source-map@0.5.7 deduped │ │ │ │ ├─┬ js-yaml@3.7.0 │ │ │ │ │ ├── argparse@1.0.10 deduped │ │ │ │ │ └── esprima@2.7.3 │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── sax@1.2.4 │ │ │ │ └── whet.extend@0.9.9 │ │ │ ├─┬ postcss-unique-selectors@2.0.2 │ │ │ │ ├── alphanum-sort@1.0.2 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── uniqs@2.0.0 deduped │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ └─┬ postcss-zindex@2.2.0 │ │ │ ├── has@1.0.3 deduped │ │ │ ├── postcss@5.2.18 deduped │ │ │ └── uniqs@2.0.0 deduped │ │ ├─┬ icss-utils@2.1.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├── loader-utils@1.2.3 deduped │ │ ├── lodash.camelcase@4.3.0 │ │ ├── object-assign@4.1.1 │ │ ├─┬ postcss@5.2.18 │ │ │ ├── chalk@1.1.3 deduped │ │ │ ├── js-base64@2.5.1 │ │ │ ├── source-map@0.5.7 deduped │ │ │ └─┬ supports-color@3.2.3 │ │ │ └── has-flag@1.0.0 │ │ ├─┬ postcss-modules-extract-imports@1.2.1 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-modules-local-by-default@1.2.0 │ │ │ ├── css-selector-tokenizer@0.7.1 deduped │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-modules-scope@1.1.0 │ │ │ ├── css-selector-tokenizer@0.7.1 deduped │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-modules-values@1.3.0 │ │ │ ├── icss-replace-symbols@1.1.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├── postcss-value-parser@3.3.1 │ │ └── source-list-map@2.0.1 │ ├─┬ extract-text-webpack-plugin@3.0.2 │ │ ├── async@2.6.2 deduped │ │ ├── loader-utils@1.2.3 deduped │ │ ├─┬ schema-utils@0.3.0 │ │ │ └─┬ ajv@5.5.2 │ │ │ ├── co@4.6.0 │ │ │ ├── fast-deep-equal@1.1.0 │ │ │ ├── fast-json-stable-stringify@2.0.0 deduped │ │ │ └── json-schema-traverse@0.3.1 │ │ └── webpack-sources@1.3.0 deduped │ ├─┬ file-loader@1.1.11 │ │ ├── loader-utils@1.2.3 deduped │ │ └─┬ schema-utils@0.4.7 │ │ ├── ajv@6.10.0 deduped │ │ └── ajv-keywords@3.4.0 deduped │ ├─┬ glob@7.1.3 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ ├── once@1.4.0 deduped │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├── minimatch@3.0.4 deduped │ │ ├─┬ once@1.4.0 │ │ │ └── wrappy@1.0.2 deduped │ │ └── path-is-absolute@1.0.1 deduped │ ├─┬ js-yaml@3.12.2 │ │ ├─┬ argparse@1.0.10 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@4.0.1 │ ├─┬ node-sass@4.11.0 │ │ ├── async-foreach@0.1.3 │ │ ├─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ └── ansi-regex@2.1.1 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── supports-color@2.0.0 │ │ ├─┬ cross-spawn@3.0.1 │ │ │ ├── lru-cache@4.1.5 deduped │ │ │ └─┬ which@1.3.1 │ │ │ └── isexe@2.0.0 │ │ ├─┬ gaze@1.1.3 │ │ │ └─┬ globule@1.2.1 │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ └── minimatch@3.0.4 deduped │ │ ├── get-stdin@4.0.1 │ │ ├── glob@7.1.3 deduped │ │ ├── in-publish@2.0.0 │ │ ├── lodash.assign@4.2.0 │ │ ├── lodash.clonedeep@4.5.0 │ │ ├── lodash.mergewith@4.6.1 │ │ ├─┬ meow@3.7.0 │ │ │ ├─┬ camelcase-keys@2.1.0 │ │ │ │ ├── camelcase@2.1.1 │ │ │ │ └── map-obj@1.0.1 deduped │ │ │ ├── decamelize@1.2.0 deduped │ │ │ ├─┬ loud-rejection@1.6.0 │ │ │ │ ├─┬ currently-unhandled@0.4.1 │ │ │ │ │ └── array-find-index@1.0.2 │ │ │ │ └── signal-exit@3.0.2 │ │ │ ├── map-obj@1.0.1 │ │ │ ├── minimist@1.2.0 │ │ │ ├─┬ normalize-package-data@2.5.0 │ │ │ │ ├── hosted-git-info@2.7.1 │ │ │ │ ├── resolve@1.10.0 deduped │ │ │ │ ├── semver@5.6.0 deduped │ │ │ │ └─┬ validate-npm-package-license@3.0.4 │ │ │ │ ├─┬ spdx-correct@3.1.0 │ │ │ │ │ ├── spdx-expression-parse@3.0.0 deduped │ │ │ │ │ └── spdx-license-ids@3.0.3 │ │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ │ ├── spdx-exceptions@2.2.0 │ │ │ │ └── spdx-license-ids@3.0.3 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ │ ├─┬ find-up@1.1.2 │ │ │ │ │ ├─┬ path-exists@2.1.0 │ │ │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ │ └─┬ read-pkg@1.1.0 │ │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ │ ├── parse-json@2.2.0 deduped │ │ │ │ │ ├── pify@2.3.0 │ │ │ │ │ ├── pinkie-promise@2.0.1 deduped │ │ │ │ │ └─┬ strip-bom@2.0.0 │ │ │ │ │ └── is-utf8@0.2.1 │ │ │ │ ├── normalize-package-data@2.5.0 deduped │ │ │ │ └─┬ path-type@1.1.0 │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ ├── pify@2.3.0 │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ ├─┬ redent@1.0.0 │ │ │ │ ├─┬ indent-string@2.1.0 │ │ │ │ │ └── repeating@2.0.1 deduped │ │ │ │ └─┬ strip-indent@1.0.1 │ │ │ │ └── get-stdin@4.0.1 deduped │ │ │ └── trim-newlines@1.0.0 │ │ ├── mkdirp@0.5.1 deduped │ │ ├── nan@2.12.1 │ │ ├─┬ node-gyp@3.8.0 │ │ │ ├─┬ fstream@1.0.11 │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ └── rimraf@2.6.3 deduped │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├─┬ nopt@3.0.6 │ │ │ │ └── abbrev@1.1.1 │ │ │ ├── npmlog@4.1.2 deduped │ │ │ ├─┬ osenv@0.1.5 │ │ │ │ ├── os-homedir@1.0.2 deduped │ │ │ │ └── os-tmpdir@1.0.2 deduped │ │ │ ├── request@2.88.0 deduped │ │ │ ├── rimraf@2.6.3 deduped │ │ │ ├── semver@5.3.0 │ │ │ ├─┬ tar@2.2.1 │ │ │ │ ├─┬ block-stream@0.0.9 │ │ │ │ │ └── inherits@2.0.3 deduped │ │ │ │ ├── fstream@1.0.11 deduped │ │ │ │ └── inherits@2.0.3 deduped │ │ │ └── which@1.3.1 deduped │ │ ├─┬ npmlog@4.1.2 │ │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ │ ├── delegates@1.0.0 │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ ├── console-control-strings@1.1.0 │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ ├── aproba@1.2.0 deduped │ │ │ │ ├── console-control-strings@1.1.0 deduped │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ ├── code-point-at@1.1.0 deduped │ │ │ │ │ ├── is-fullwidth-code-point@1.0.0 deduped │ │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └─┬ wide-align@1.1.3 │ │ │ │ └── string-width@1.0.2 deduped │ │ │ └── set-blocking@2.0.0 deduped │ │ ├── request@2.88.0 deduped │ │ ├─┬ sass-graph@2.2.4 │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ ├─┬ scss-tokenizer@0.2.3 │ │ │ │ ├── js-base64@2.5.1 deduped │ │ │ │ └─┬ source-map@0.4.4 │ │ │ │ └── amdefine@1.0.1 │ │ │ └─┬ yargs@7.1.0 │ │ │ ├── camelcase@3.0.0 │ │ │ ├─┬ cliui@3.2.0 │ │ │ │ ├── string-width@1.0.2 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── wrap-ansi@2.1.0 deduped │ │ │ ├── decamelize@1.2.0 deduped │ │ │ ├── get-caller-file@1.0.3 deduped │ │ │ ├─┬ os-locale@1.4.0 │ │ │ │ └── lcid@1.0.0 deduped │ │ │ ├── read-pkg-up@1.0.1 deduped │ │ │ ├── require-directory@2.1.1 deduped │ │ │ ├── require-main-filename@1.0.1 deduped │ │ │ ├── set-blocking@2.0.0 deduped │ │ │ ├── string-width@1.0.2 deduped │ │ │ ├── which-module@1.0.0 │ │ │ ├── y18n@3.2.1 │ │ │ └─┬ yargs-parser@5.0.0 │ │ │ └── camelcase@3.0.0 │ │ ├─┬ stdout-stream@1.4.1 │ │ │ └── readable-stream@2.3.6 deduped │ │ └─┬ true-case-path@1.0.3 │ │ └── glob@7.1.3 deduped │ ├─┬ optimize-css-assets-webpack-plugin@3.2.0 │ │ ├── cssnano@3.10.0 deduped │ │ └─┬ last-call-webpack-plugin@2.1.2 │ │ ├── lodash@4.17.11 deduped │ │ └── webpack-sources@1.3.0 deduped │ ├── path-complete-extname@1.0.0 │ ├─┬ postcss-cssnext@3.1.0 │ │ ├─┬ autoprefixer@7.2.6 │ │ │ ├─┬ browserslist@2.11.3 │ │ │ │ ├── caniuse-lite@1.0.30000939 deduped │ │ │ │ └── electron-to-chromium@1.3.113 deduped │ │ │ ├── caniuse-lite@1.0.30000939 deduped │ │ │ ├── normalize-range@0.1.2 │ │ │ ├── num2fraction@1.2.2 │ │ │ ├── postcss@6.0.23 deduped │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ ├─┬ caniuse-api@2.0.0 │ │ │ ├── browserslist@2.11.3 deduped │ │ │ ├── caniuse-lite@1.0.30000939 deduped │ │ │ ├── lodash.memoize@4.1.2 │ │ │ └── lodash.uniq@4.5.0 │ │ ├─┬ chalk@2.4.2 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ pixrem@4.0.1 │ │ │ ├─┬ browserslist@2.11.3 │ │ │ │ ├── caniuse-lite@1.0.30000939 deduped │ │ │ │ └── electron-to-chromium@1.3.113 deduped │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └─┬ reduce-css-calc@1.3.0 │ │ │ ├── balanced-match@0.4.2 │ │ │ ├── math-expression-evaluator@1.2.17 │ │ │ └── reduce-function-call@1.0.2 deduped │ │ ├─┬ pleeease-filters@4.0.0 │ │ │ ├── onecolor@3.1.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss@6.0.23 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └── supports-color@5.5.0 deduped │ │ ├─┬ postcss-apply@0.8.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── balanced-match@0.4.2 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-attribute-case-insensitive@2.0.0 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └─┬ postcss-selector-parser@2.2.3 │ │ │ ├── flatten@1.0.2 │ │ │ ├── indexes-of@1.0.1 │ │ │ └── uniq@1.0.1 │ │ ├─┬ postcss-calc@6.0.2 │ │ │ ├── css-unit-converter@1.1.1 │ │ │ ├─┬ postcss@7.0.14 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── source-map@0.6.1 deduped │ │ │ │ └─┬ supports-color@6.1.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├── postcss-selector-parser@2.2.3 deduped │ │ │ └─┬ reduce-css-calc@2.1.6 │ │ │ ├── css-unit-converter@1.1.1 deduped │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ ├─┬ postcss-color-function@4.0.1 │ │ │ ├─┬ css-color-function@1.3.3 │ │ │ │ ├── balanced-match@0.1.0 │ │ │ │ ├─┬ color@0.11.4 │ │ │ │ │ ├── clone@1.0.4 │ │ │ │ │ ├── color-convert@1.9.3 deduped │ │ │ │ │ └─┬ color-string@0.3.0 │ │ │ │ │ └── color-name@1.1.3 deduped │ │ │ │ ├─┬ debug@3.2.6 │ │ │ │ │ └── ms@2.1.1 │ │ │ │ └── rgb@0.1.0 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ ├── postcss-message-helpers@2.0.0 │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ ├─┬ postcss-color-gray@4.1.0 │ │ │ ├─┬ color@2.0.1 │ │ │ │ ├─┬ color-convert@1.9.3 │ │ │ │ │ └── color-name@1.1.3 │ │ │ │ └─┬ color-string@1.5.3 │ │ │ │ ├── color-name@1.1.3 deduped │ │ │ │ └─┬ simple-swizzle@0.2.2 │ │ │ │ └── is-arrayish@0.3.2 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ ├── postcss-message-helpers@2.0.0 deduped │ │ │ └─┬ reduce-function-call@1.0.2 │ │ │ └── balanced-match@0.4.2 │ │ ├─┬ postcss-color-hex-alpha@3.0.0 │ │ │ ├─┬ color@1.0.3 │ │ │ │ ├── color-convert@1.9.3 deduped │ │ │ │ └─┬ color-string@1.5.3 │ │ │ │ ├── color-name@1.1.3 deduped │ │ │ │ └── simple-swizzle@0.2.2 deduped │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └── postcss-message-helpers@2.0.0 deduped │ │ ├─┬ postcss-color-hsl@2.0.0 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ └─┬ units-css@0.4.0 │ │ │ ├── isnumeric@0.2.0 │ │ │ └── viewport-dimensions@0.2.0 │ │ ├─┬ postcss-color-hwb@3.0.0 │ │ │ ├─┬ color@1.0.3 │ │ │ │ ├── color-convert@1.9.3 deduped │ │ │ │ └─┬ color-string@1.5.3 │ │ │ │ ├── color-name@1.1.3 deduped │ │ │ │ └── simple-swizzle@0.2.2 deduped │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ ├── postcss-message-helpers@2.0.0 deduped │ │ │ └── reduce-function-call@1.0.2 deduped │ │ ├─┬ postcss-color-rebeccapurple@3.1.0 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └─┬ postcss-values-parser@1.5.0 │ │ │ ├── flatten@1.0.2 deduped │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ └── uniq@1.0.1 deduped │ │ ├─┬ postcss-color-rgb@2.0.0 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ ├─┬ postcss-color-rgba-fallback@3.0.0 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ └── rgb-hex@2.1.0 │ │ ├─┬ postcss-custom-media@6.0.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-custom-properties@6.3.1 │ │ │ ├── balanced-match@1.0.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-custom-selectors@4.0.1 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └── postcss-selector-matches@3.0.1 deduped │ │ ├─┬ postcss-font-family-system-ui@3.0.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-font-variant@3.0.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-image-set-polyfill@0.3.5 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └── postcss-media-query-parser@0.2.3 │ │ ├─┬ postcss-initial@2.0.0 │ │ │ ├─┬ lodash.template@4.4.0 │ │ │ │ ├── lodash._reinterpolate@3.0.0 │ │ │ │ └─┬ lodash.templatesettings@4.1.0 │ │ │ │ └── lodash._reinterpolate@3.0.0 deduped │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-media-minmax@3.0.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-nesting@4.2.1 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-pseudo-class-any-link@4.0.0 │ │ │ ├─┬ postcss@6.0.23 │ │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └── postcss-selector-parser@2.2.3 deduped │ │ ├─┬ postcss-pseudoelements@5.0.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-replace-overflow-wrap@2.0.0 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-selector-matches@3.0.1 │ │ │ ├── balanced-match@0.4.2 │ │ │ └─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ └─┬ postcss-selector-not@3.0.1 │ │ ├── balanced-match@0.4.2 │ │ └─┬ postcss@6.0.23 │ │ ├─┬ chalk@2.4.2 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └── supports-color@5.5.0 deduped │ │ ├── source-map@0.6.1 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 │ ├─┬ postcss-import@11.1.0 │ │ ├─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├── postcss-value-parser@3.3.1 deduped │ │ ├─┬ read-cache@1.0.0 │ │ │ └── pify@2.3.0 │ │ └── resolve@1.10.0 deduped │ ├─┬ postcss-loader@2.1.6 │ │ ├── loader-utils@1.2.3 deduped │ │ ├─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ postcss-load-config@2.0.0 │ │ │ ├─┬ cosmiconfig@4.0.0 │ │ │ │ ├── is-directory@0.3.1 │ │ │ │ ├── js-yaml@3.12.2 deduped │ │ │ │ ├─┬ parse-json@4.0.0 │ │ │ │ │ ├─┬ error-ex@1.3.2 │ │ │ │ │ │ └── is-arrayish@0.2.1 │ │ │ │ │ └── json-parse-better-errors@1.0.2 deduped │ │ │ │ └── require-from-string@2.0.2 │ │ │ └─┬ import-cwd@2.1.0 │ │ │ └─┬ import-from@2.1.0 │ │ │ └── resolve-from@3.0.0 deduped │ │ └─┬ schema-utils@0.4.7 │ │ ├── ajv@6.10.0 deduped │ │ └── ajv-keywords@3.4.0 deduped │ ├─┬ sass-loader@6.0.7 │ │ ├─┬ clone-deep@2.0.2 │ │ │ ├─┬ for-own@1.0.0 │ │ │ │ └── for-in@1.0.2 │ │ │ ├─┬ is-plain-object@2.0.4 │ │ │ │ └── isobject@3.0.1 deduped │ │ │ ├── kind-of@6.0.2 deduped │ │ │ └─┬ shallow-clone@1.0.0 │ │ │ ├── is-extendable@0.1.1 │ │ │ ├── kind-of@5.1.0 │ │ │ └─┬ mixin-object@2.0.1 │ │ │ ├── for-in@0.1.8 │ │ │ └── is-extendable@0.1.1 deduped │ │ ├── loader-utils@1.2.3 deduped │ │ ├── lodash.tail@4.1.1 │ │ ├── neo-async@2.6.0 deduped │ │ └── pify@3.0.0 │ ├─┬ style-loader@0.21.0 │ │ ├── loader-utils@1.2.3 deduped │ │ └─┬ schema-utils@0.4.7 │ │ ├── ajv@6.10.0 deduped │ │ └── ajv-keywords@3.4.0 deduped │ ├─┬ uglifyjs-webpack-plugin@1.3.0 │ │ ├── cacache@10.0.4 deduped │ │ ├── find-cache-dir@1.0.0 deduped │ │ ├─┬ schema-utils@0.4.7 │ │ │ ├── ajv@6.10.0 deduped │ │ │ └── ajv-keywords@3.4.0 deduped │ │ ├── serialize-javascript@1.6.1 deduped │ │ ├── source-map@0.6.1 │ │ ├─┬ uglify-es@3.3.9 │ │ │ ├── commander@2.13.0 │ │ │ └── source-map@0.6.1 │ │ ├── webpack-sources@1.3.0 deduped │ │ └─┬ worker-farm@1.6.0 │ │ └── errno@0.1.7 deduped │ ├─┬ UNMET PEER DEPENDENCY webpack@3.12.0 │ │ ├── acorn@5.7.3 │ │ ├─┬ acorn-dynamic-import@2.0.2 │ │ │ └── acorn@4.0.13 │ │ ├── ajv@6.10.0 deduped │ │ ├── ajv-keywords@3.4.0 deduped │ │ ├─┬ async@2.6.2 │ │ │ └── lodash@4.17.11 deduped │ │ ├─┬ enhanced-resolve@3.4.1 │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├── memory-fs@0.4.1 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ └── tapable@0.2.9 deduped │ │ ├─┬ escope@3.6.0 │ │ │ ├─┬ es6-map@0.1.5 │ │ │ │ ├─┬ d@1.0.0 │ │ │ │ │ └── es5-ext@0.10.48 deduped │ │ │ │ ├─┬ es5-ext@0.10.48 │ │ │ │ │ ├── es6-iterator@2.0.3 deduped │ │ │ │ │ ├── es6-symbol@3.1.1 deduped │ │ │ │ │ └── next-tick@1.0.0 │ │ │ │ ├─┬ es6-iterator@2.0.3 │ │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ │ ├── es5-ext@0.10.48 deduped │ │ │ │ │ └── es6-symbol@3.1.1 deduped │ │ │ │ ├─┬ es6-set@0.1.5 │ │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ │ ├── es5-ext@0.10.48 deduped │ │ │ │ │ ├── es6-iterator@2.0.3 deduped │ │ │ │ │ ├── es6-symbol@3.1.1 deduped │ │ │ │ │ └── event-emitter@0.3.5 deduped │ │ │ │ ├─┬ es6-symbol@3.1.1 │ │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ │ └── es5-ext@0.10.48 deduped │ │ │ │ └─┬ event-emitter@0.3.5 │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ └── es5-ext@0.10.48 deduped │ │ │ ├─┬ es6-weak-map@2.0.2 │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ ├── es5-ext@0.10.48 deduped │ │ │ │ ├── es6-iterator@2.0.3 deduped │ │ │ │ └── es6-symbol@3.1.1 deduped │ │ │ ├── esrecurse@4.2.1 deduped │ │ │ └── estraverse@4.2.0 deduped │ │ ├── interpret@1.2.0 │ │ ├── json-loader@0.5.7 │ │ ├── json5@0.5.1 │ │ ├── loader-runner@2.4.0 deduped │ │ ├── loader-utils@1.2.3 deduped │ │ ├── memory-fs@0.4.1 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ ├── node-libs-browser@2.2.0 deduped │ │ ├── source-map@0.5.7 │ │ ├─┬ supports-color@4.5.0 │ │ │ └── has-flag@2.0.0 │ │ ├── tapable@0.2.9 │ │ ├─┬ uglifyjs-webpack-plugin@0.4.6 │ │ │ ├── source-map@0.5.7 deduped │ │ │ ├─┬ uglify-js@2.8.29 │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ ├── 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.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├── longest@1.0.1 │ │ │ │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ │ │ │ └── lazy-cache@1.0.4 │ │ │ │ │ ├─┬ right-align@0.1.3 │ │ │ │ │ │ └── align-text@0.1.4 deduped │ │ │ │ │ └── wordwrap@0.0.2 │ │ │ │ ├── decamelize@1.2.0 deduped │ │ │ │ └── window-size@0.1.0 │ │ │ └── webpack-sources@1.3.0 deduped │ │ ├── watchpack@1.6.0 deduped │ │ ├── webpack-sources@1.3.0 deduped │ │ └─┬ yargs@8.0.2 │ │ ├── camelcase@4.1.0 │ │ ├─┬ cliui@3.2.0 │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── wrap-ansi@2.1.0 deduped │ │ ├── decamelize@1.2.0 │ │ ├── get-caller-file@1.0.3 deduped │ │ ├─┬ os-locale@2.1.0 │ │ │ ├─┬ execa@0.7.0 │ │ │ │ ├─┬ cross-spawn@5.1.0 │ │ │ │ │ ├── lru-cache@4.1.5 deduped │ │ │ │ │ ├── shebang-command@1.2.0 deduped │ │ │ │ │ └── which@1.3.1 deduped │ │ │ │ ├── get-stream@3.0.0 │ │ │ │ ├── is-stream@1.1.0 deduped │ │ │ │ ├── npm-run-path@2.0.2 deduped │ │ │ │ ├── p-finally@1.0.0 deduped │ │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ │ └── strip-eof@1.0.0 deduped │ │ │ ├─┬ lcid@1.0.0 │ │ │ │ └── invert-kv@1.0.0 │ │ │ └─┬ mem@1.1.0 │ │ │ └── mimic-fn@1.2.0 deduped │ │ ├─┬ read-pkg-up@2.0.0 │ │ │ ├─┬ find-up@2.1.0 │ │ │ │ └─┬ locate-path@2.0.0 │ │ │ │ ├─┬ p-locate@2.0.0 │ │ │ │ │ └─┬ p-limit@1.3.0 │ │ │ │ │ └── p-try@1.0.0 │ │ │ │ └── path-exists@3.0.0 deduped │ │ │ └─┬ read-pkg@2.0.0 │ │ │ ├─┬ load-json-file@2.0.0 │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ │ └── error-ex@1.3.2 deduped │ │ │ │ ├── pify@2.3.0 │ │ │ │ └── strip-bom@3.0.0 │ │ │ ├── normalize-package-data@2.5.0 deduped │ │ │ └─┬ path-type@2.0.0 │ │ │ └── pify@2.3.0 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├─┬ string-width@2.1.1 │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ └─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ ├── which-module@2.0.0 │ │ ├── y18n@3.2.1 │ │ └─┬ yargs-parser@7.0.0 │ │ └── camelcase@4.1.0 │ └─┬ webpack-manifest-plugin@1.3.2 │ ├─┬ fs-extra@0.30.0 │ │ ├── graceful-fs@4.1.15 deduped │ │ ├─┬ jsonfile@2.4.0 │ │ │ └── graceful-fs@4.1.15 deduped │ │ ├─┬ klaw@1.3.1 │ │ │ └── graceful-fs@4.1.15 deduped │ │ ├── path-is-absolute@1.0.1 deduped │ │ └── rimraf@2.6.3 deduped │ └── lodash@4.17.11 deduped ├─┬ ajv@6.10.0 │ ├── fast-deep-equal@2.0.1 │ ├── fast-json-stable-stringify@2.0.0 │ ├── json-schema-traverse@0.4.1 │ └─┬ uri-js@4.2.2 │ └── punycode@2.1.1 ├─┬ browserify@14.5.0 │ ├─┬ assert@1.4.1 │ │ └─┬ util@0.10.3 │ │ └── inherits@2.0.1 │ ├─┬ browser-pack@6.1.0 │ │ ├─┬ combine-source-map@0.8.0 │ │ │ ├── convert-source-map@1.1.3 │ │ │ ├─┬ inline-source-map@0.6.2 │ │ │ │ └── source-map@0.5.7 deduped │ │ │ ├── lodash.memoize@3.0.4 │ │ │ └── source-map@0.5.7 deduped │ │ ├── defined@1.0.0 deduped │ │ ├── JSONStream@1.3.5 deduped │ │ ├── safe-buffer@5.1.2 deduped │ │ ├── through2@2.0.5 deduped │ │ └── umd@3.0.3 │ ├─┬ browser-resolve@1.11.3 │ │ └── resolve@1.1.7 │ ├─┬ browserify-zlib@0.2.0 │ │ └── pako@1.0.10 deduped │ ├─┬ buffer@5.2.1 │ │ ├── base64-js@1.3.0 │ │ └── ieee754@1.1.12 │ ├── cached-path-relative@1.0.2 │ ├─┬ concat-stream@1.5.2 │ │ ├── inherits@2.0.3 deduped │ │ ├─┬ readable-stream@2.0.6 │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@1.0.0 deduped │ │ │ ├── process-nextick-args@1.0.7 │ │ │ ├── string_decoder@0.10.31 │ │ │ └── util-deprecate@1.0.2 deduped │ │ └── typedarray@0.0.6 │ ├─┬ console-browserify@1.1.0 │ │ └── date-now@0.1.4 │ ├── constants-browserify@1.0.0 │ ├─┬ crypto-browserify@3.12.0 │ │ ├─┬ browserify-cipher@1.0.1 │ │ │ ├─┬ browserify-aes@1.2.0 │ │ │ │ ├── buffer-xor@1.0.3 │ │ │ │ ├── cipher-base@1.0.4 deduped │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ ├── evp_bytestokey@1.0.3 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├─┬ browserify-des@1.0.2 │ │ │ │ ├── cipher-base@1.0.4 deduped │ │ │ │ ├─┬ des.js@1.0.0 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ └─┬ evp_bytestokey@1.0.3 │ │ │ ├── md5.js@1.3.5 deduped │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ browserify-sign@4.0.4 │ │ │ ├── bn.js@4.11.8 deduped │ │ │ ├─┬ browserify-rsa@4.0.1 │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ └── randombytes@2.1.0 deduped │ │ │ ├── create-hash@1.2.0 deduped │ │ │ ├── create-hmac@1.1.7 deduped │ │ │ ├─┬ elliptic@6.4.1 │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ ├── brorand@1.1.0 deduped │ │ │ │ ├── hash.js@1.1.7 deduped │ │ │ │ ├── hmac-drbg@1.0.1 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── minimalistic-assert@1.0.1 deduped │ │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ └─┬ parse-asn1@5.1.4 │ │ │ ├─┬ asn1.js@4.10.1 │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ └── minimalistic-assert@1.0.1 deduped │ │ │ ├── browserify-aes@1.2.0 deduped │ │ │ ├── create-hash@1.2.0 deduped │ │ │ ├── evp_bytestokey@1.0.3 deduped │ │ │ ├── pbkdf2@3.0.17 deduped │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ create-ecdh@4.0.3 │ │ │ ├── bn.js@4.11.8 deduped │ │ │ └── elliptic@6.4.1 deduped │ │ ├─┬ create-hash@1.2.0 │ │ │ ├─┬ cipher-base@1.0.4 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├─┬ md5.js@1.3.5 │ │ │ │ ├─┬ hash-base@3.0.4 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├─┬ ripemd160@2.0.2 │ │ │ │ ├── hash-base@3.0.4 deduped │ │ │ │ └── inherits@2.0.3 deduped │ │ │ └── sha.js@2.4.11 deduped │ │ ├─┬ create-hmac@1.1.7 │ │ │ ├── cipher-base@1.0.4 deduped │ │ │ ├── create-hash@1.2.0 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── ripemd160@2.0.2 deduped │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ └── sha.js@2.4.11 deduped │ │ ├─┬ diffie-hellman@5.0.3 │ │ │ ├── bn.js@4.11.8 deduped │ │ │ ├─┬ miller-rabin@4.0.1 │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ └── brorand@1.1.0 deduped │ │ │ └── randombytes@2.1.0 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├─┬ pbkdf2@3.0.17 │ │ │ ├── create-hash@1.2.0 deduped │ │ │ ├── create-hmac@1.1.7 deduped │ │ │ ├── ripemd160@2.0.2 deduped │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ └── sha.js@2.4.11 deduped │ │ ├─┬ public-encrypt@4.0.3 │ │ │ ├── bn.js@4.11.8 deduped │ │ │ ├── browserify-rsa@4.0.1 deduped │ │ │ ├── create-hash@1.2.0 deduped │ │ │ ├── parse-asn1@5.1.4 deduped │ │ │ ├── randombytes@2.1.0 deduped │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ randombytes@2.1.0 │ │ │ └── safe-buffer@5.1.2 deduped │ │ └─┬ randomfill@1.0.4 │ │ ├── randombytes@2.1.0 deduped │ │ └── safe-buffer@5.1.2 deduped │ ├── defined@1.0.0 │ ├─┬ deps-sort@2.0.0 │ │ ├── JSONStream@1.3.5 deduped │ │ ├── shasum@1.0.2 deduped │ │ ├── subarg@1.0.0 deduped │ │ └── through2@2.0.5 deduped │ ├── domain-browser@1.1.7 │ ├─┬ duplexer2@0.1.4 │ │ └── readable-stream@2.3.6 deduped │ ├── events@1.1.1 │ ├── glob@7.1.3 deduped │ ├─┬ has@1.0.3 │ │ └── function-bind@1.1.1 │ ├── htmlescape@1.1.1 │ ├── https-browserify@1.0.0 │ ├── inherits@2.0.3 │ ├─┬ insert-module-globals@7.2.0 │ │ ├─┬ acorn-node@1.6.2 │ │ │ ├── acorn@6.1.1 │ │ │ ├── acorn-dynamic-import@4.0.0 │ │ │ ├── acorn-walk@6.1.1 │ │ │ └── xtend@4.0.1 deduped │ │ ├── combine-source-map@0.8.0 deduped │ │ ├─┬ concat-stream@1.6.2 │ │ │ ├── buffer-from@1.1.1 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ └── typedarray@0.0.6 deduped │ │ ├── is-buffer@1.1.6 │ │ ├── JSONStream@1.3.5 deduped │ │ ├── path-is-absolute@1.0.1 deduped │ │ ├── process@0.11.10 deduped │ │ ├── through2@2.0.5 deduped │ │ ├─┬ undeclared-identifiers@1.1.3 │ │ │ ├── acorn-node@1.6.2 deduped │ │ │ ├── dash-ast@1.0.0 │ │ │ ├── get-assigned-identifiers@1.2.0 │ │ │ ├── simple-concat@1.0.0 │ │ │ └── xtend@4.0.1 deduped │ │ └── xtend@4.0.1 deduped │ ├─┬ JSONStream@1.3.5 │ │ ├── jsonparse@1.3.1 │ │ └── through@2.3.8 │ ├─┬ labeled-stream-splicer@2.0.1 │ │ ├── inherits@2.0.3 deduped │ │ ├── isarray@2.0.4 │ │ └─┬ stream-splicer@2.0.0 │ │ ├── inherits@2.0.3 deduped │ │ └── readable-stream@2.3.6 deduped │ ├─┬ module-deps@4.1.1 │ │ ├── browser-resolve@1.11.3 deduped │ │ ├── cached-path-relative@1.0.2 deduped │ │ ├─┬ concat-stream@1.5.2 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├─┬ readable-stream@2.0.6 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@1.0.0 deduped │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ └── typedarray@0.0.6 deduped │ │ ├── defined@1.0.0 deduped │ │ ├─┬ detective@4.7.1 │ │ │ ├── acorn@5.7.3 deduped │ │ │ └── defined@1.0.0 deduped │ │ ├── duplexer2@0.1.4 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── JSONStream@1.3.5 deduped │ │ ├── parents@1.0.1 deduped │ │ ├── readable-stream@2.3.6 deduped │ │ ├── resolve@1.10.0 deduped │ │ ├─┬ stream-combiner2@1.1.1 │ │ │ ├── duplexer2@0.1.4 deduped │ │ │ └── readable-stream@2.3.6 deduped │ │ ├── subarg@1.0.0 deduped │ │ ├── through2@2.0.5 deduped │ │ └── xtend@4.0.1 deduped │ ├── os-browserify@0.3.0 │ ├─┬ parents@1.0.1 │ │ └── path-platform@0.11.15 │ ├── path-browserify@0.0.0 │ ├── process@0.11.10 │ ├── punycode@1.4.1 │ ├── querystring-es3@0.2.1 │ ├─┬ read-only-stream@2.0.0 │ │ └── readable-stream@2.3.6 deduped │ ├─┬ readable-stream@2.3.6 │ │ ├── core-util-is@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├── isarray@1.0.0 │ │ ├── process-nextick-args@2.0.0 │ │ ├── safe-buffer@5.1.2 deduped │ │ ├─┬ string_decoder@1.1.1 │ │ │ └── safe-buffer@5.1.2 deduped │ │ └── util-deprecate@1.0.2 │ ├─┬ resolve@1.10.0 │ │ └── path-parse@1.0.6 │ ├─┬ shasum@1.0.2 │ │ ├─┬ json-stable-stringify@0.0.1 │ │ │ └── jsonify@0.0.0 deduped │ │ └─┬ sha.js@2.4.11 │ │ ├── inherits@2.0.3 deduped │ │ └── safe-buffer@5.1.2 deduped │ ├─┬ shell-quote@1.6.1 │ │ ├── array-filter@0.0.1 │ │ ├── array-map@0.0.0 │ │ ├── array-reduce@0.0.0 │ │ └── jsonify@0.0.0 │ ├─┬ stream-browserify@2.0.2 │ │ ├── inherits@2.0.3 deduped │ │ └── readable-stream@2.3.6 deduped │ ├─┬ stream-http@2.8.3 │ │ ├── builtin-status-codes@3.0.0 │ │ ├── inherits@2.0.3 deduped │ │ ├── readable-stream@2.3.6 deduped │ │ ├── to-arraybuffer@1.0.1 │ │ └── xtend@4.0.1 deduped │ ├─┬ string_decoder@1.0.3 │ │ └── safe-buffer@5.1.2 deduped │ ├─┬ subarg@1.0.0 │ │ └── minimist@1.2.0 │ ├─┬ syntax-error@1.4.0 │ │ └── acorn-node@1.6.2 deduped │ ├─┬ through2@2.0.5 │ │ ├── readable-stream@2.3.6 deduped │ │ └── xtend@4.0.1 deduped │ ├─┬ timers-browserify@1.4.2 │ │ └── process@0.11.10 deduped │ ├── tty-browserify@0.0.0 │ ├─┬ url@0.11.0 │ │ ├── punycode@1.3.2 │ │ └── querystring@0.2.0 │ ├─┬ util@0.10.4 │ │ └── inherits@2.0.3 deduped │ ├─┬ vm-browserify@0.0.4 │ │ └── indexof@0.0.1 │ └── xtend@4.0.1 ├─┬ browserify-incremental@3.1.1 │ ├─┬ browserify-cache-api@3.0.1 │ │ ├── async@1.5.2 │ │ ├── through2@2.0.5 deduped │ │ └── xtend@4.0.1 deduped │ ├─┬ JSONStream@0.10.0 │ │ ├── jsonparse@0.0.5 │ │ └── through@2.3.8 deduped │ ├── through2@2.0.5 deduped │ └── xtend@4.0.1 deduped ├─┬ openpgp@4.4.9 │ ├── @mattiasbuelens/web-streams-polyfill@0.3.1 │ ├─┬ address-rfc2822@2.0.4 │ │ └── email-addresses@3.0.3 │ ├── asmcrypto.js@2.3.0 (github:openpgpjs/asmcrypto#6e4e407b9b8ae317925a9e677cc7b4de3e447e83) │ ├─┬ asn1.js@5.0.1 │ │ ├── bn.js@4.11.8 deduped │ │ ├── inherits@2.0.3 deduped │ │ └── minimalistic-assert@1.0.1 deduped │ ├── bn.js@4.11.8 │ ├─┬ buffer@5.2.1 │ │ ├── base64-js@1.3.0 deduped │ │ └── ieee754@1.1.12 deduped │ ├─┬ elliptic@6.4.0 (github:openpgpjs/elliptic#ad81845f693effa5b4b6d07db2e82112de222f48) │ │ ├── bn.js@4.11.8 deduped │ │ ├── brorand@1.1.0 │ │ ├── hash.js@1.1.7 deduped │ │ ├─┬ hmac-drbg@1.0.1 │ │ │ ├── hash.js@1.1.7 deduped │ │ │ ├── minimalistic-assert@1.0.1 deduped │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── minimalistic-assert@1.0.1 deduped │ │ └── minimalistic-crypto-utils@1.0.1 │ ├─┬ hash.js@1.1.7 │ │ ├── inherits@2.0.3 deduped │ │ └── minimalistic-assert@1.0.1 │ ├── node-fetch@2.3.0 │ ├─┬ node-localstorage@1.3.1 │ │ └─┬ write-file-atomic@1.3.4 │ │ ├── graceful-fs@4.1.15 deduped │ │ ├── imurmurhash@0.1.4 │ │ └── slide@1.1.6 │ ├── pako@1.0.10 │ ├─┬ seek-bzip@1.0.5-git (github:openpgpjs/seek-bzip#3aca608ffedc055a1da1d898ecb244804ef32209) │ │ └─┬ commander@2.8.1 │ │ └── graceful-readlink@1.0.1 │ └── web-stream-tools@0.0.1 (github:openpgpjs/web-stream-tools#84a497715c9df271a673f8616318264ab42ab3cc) ├─┬ request@2.88.0 │ ├── aws-sign2@0.7.0 │ ├── aws4@1.8.0 │ ├── caseless@0.12.0 │ ├─┬ combined-stream@1.0.7 │ │ └── delayed-stream@1.0.0 │ ├── extend@3.0.2 │ ├── forever-agent@0.6.1 │ ├─┬ form-data@2.3.3 │ │ ├── asynckit@0.4.0 │ │ ├── combined-stream@1.0.7 deduped │ │ └── mime-types@2.1.21 deduped │ ├─┬ har-validator@5.1.3 │ │ ├── ajv@6.10.0 deduped │ │ └── har-schema@2.0.0 │ ├─┬ http-signature@1.2.0 │ │ ├── assert-plus@1.0.0 │ │ ├─┬ jsprim@1.4.1 │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ ├── extsprintf@1.3.0 │ │ │ ├── json-schema@0.2.3 │ │ │ └─┬ verror@1.10.0 │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ └── extsprintf@1.3.0 deduped │ │ └─┬ sshpk@1.16.0 │ │ ├─┬ asn1@0.2.4 │ │ │ └── safer-buffer@2.1.2 deduped │ │ ├── assert-plus@1.0.0 deduped │ │ ├─┬ bcrypt-pbkdf@1.0.2 │ │ │ └── tweetnacl@0.14.5 deduped │ │ ├─┬ dashdash@1.14.1 │ │ │ └── assert-plus@1.0.0 deduped │ │ ├─┬ ecc-jsbn@0.1.2 │ │ │ ├── jsbn@0.1.1 deduped │ │ │ └── safer-buffer@2.1.2 deduped │ │ ├─┬ getpass@0.1.7 │ │ │ └── assert-plus@1.0.0 deduped │ │ ├── jsbn@0.1.1 │ │ ├── safer-buffer@2.1.2 │ │ └── tweetnacl@0.14.5 │ ├── is-typedarray@1.0.0 │ ├── isstream@0.1.2 │ ├── json-stringify-safe@5.0.1 │ ├─┬ mime-types@2.1.21 │ │ └── mime-db@1.37.0 │ ├── oauth-sign@0.9.0 │ ├── performance-now@2.1.0 │ ├── qs@6.5.2 │ ├── safe-buffer@5.1.2 │ ├─┬ tough-cookie@2.4.3 │ │ ├── psl@1.1.31 │ │ └── punycode@1.4.1 │ ├─┬ tunnel-agent@0.6.0 │ │ └── safe-buffer@5.1.2 deduped │ └── uuid@3.3.2 ├─┬ webpack@4.29.6 │ ├─┬ @webassemblyjs/ast@1.8.5 │ │ ├── @webassemblyjs/helper-module-context@1.8.5 deduped │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 │ │ └─┬ @webassemblyjs/wast-parser@1.8.5 │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ ├── @webassemblyjs/floating-point-hex-parser@1.8.5 │ │ ├── @webassemblyjs/helper-api-error@1.8.5 deduped │ │ ├─┬ @webassemblyjs/helper-code-frame@1.8.5 │ │ │ └── @webassemblyjs/wast-printer@1.8.5 deduped │ │ ├── @webassemblyjs/helper-fsm@1.8.5 │ │ └── @xtuc/long@4.2.2 │ ├─┬ @webassemblyjs/helper-module-context@1.8.5 │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ └── mamacro@0.0.3 │ ├─┬ @webassemblyjs/wasm-edit@1.8.5 │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ ├── @webassemblyjs/helper-buffer@1.8.5 │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ ├─┬ @webassemblyjs/helper-wasm-section@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-buffer@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ │ └── @webassemblyjs/wasm-gen@1.8.5 deduped │ │ ├─┬ @webassemblyjs/wasm-gen@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ │ ├── @webassemblyjs/ieee754@1.8.5 deduped │ │ │ ├── @webassemblyjs/leb128@1.8.5 deduped │ │ │ └── @webassemblyjs/utf8@1.8.5 deduped │ │ ├─┬ @webassemblyjs/wasm-opt@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-buffer@1.8.5 deduped │ │ │ ├── @webassemblyjs/wasm-gen@1.8.5 deduped │ │ │ └── @webassemblyjs/wasm-parser@1.8.5 deduped │ │ ├── @webassemblyjs/wasm-parser@1.8.5 deduped │ │ └─┬ @webassemblyjs/wast-printer@1.8.5 │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ ├── @webassemblyjs/wast-parser@1.8.5 deduped │ │ └── @xtuc/long@4.2.2 deduped │ ├─┬ @webassemblyjs/wasm-parser@1.8.5 │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ ├── @webassemblyjs/helper-api-error@1.8.5 │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ ├─┬ @webassemblyjs/ieee754@1.8.5 │ │ │ └── @xtuc/ieee754@1.2.0 │ │ ├─┬ @webassemblyjs/leb128@1.8.5 │ │ │ └── @xtuc/long@4.2.2 deduped │ │ └── @webassemblyjs/utf8@1.8.5 │ ├── UNMET PEER DEPENDENCY acorn@6.1.1 │ ├── acorn-dynamic-import@4.0.0 │ ├── ajv@6.10.0 deduped │ ├── ajv-keywords@3.4.0 │ ├─┬ chrome-trace-event@1.0.0 │ │ └── tslib@1.9.3 │ ├─┬ enhanced-resolve@4.1.0 │ │ ├── graceful-fs@4.1.15 │ │ ├── memory-fs@0.4.1 deduped │ │ └── tapable@1.1.1 deduped │ ├─┬ eslint-scope@4.0.2 │ │ ├─┬ esrecurse@4.2.1 │ │ │ └── estraverse@4.2.0 deduped │ │ └── estraverse@4.2.0 │ ├── json-parse-better-errors@1.0.2 │ ├── loader-runner@2.4.0 │ ├─┬ loader-utils@1.2.3 │ │ ├── big.js@5.2.2 │ │ ├── emojis-list@2.1.0 │ │ └─┬ json5@1.0.1 │ │ └── minimist@1.2.0 │ ├─┬ memory-fs@0.4.1 │ │ ├─┬ errno@0.1.7 │ │ │ └── prr@1.0.1 │ │ └── readable-stream@2.3.6 deduped │ ├─┬ micromatch@3.1.10 │ │ ├── arr-diff@4.0.0 │ │ ├── array-unique@0.3.2 │ │ ├─┬ braces@2.3.2 │ │ │ ├── arr-flatten@1.1.0 │ │ │ ├── array-unique@0.3.2 deduped │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── repeat-string@1.6.1 │ │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ │ ├── is-number@3.0.0 deduped │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ ├── isobject@3.0.1 │ │ │ ├── repeat-element@1.1.3 │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ └─┬ snapdragon-util@3.0.1 │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ ├─┬ split-string@3.1.0 │ │ │ │ └── extend-shallow@3.0.2 deduped │ │ │ └── to-regex@3.0.2 deduped │ │ ├─┬ define-property@2.0.2 │ │ │ ├─┬ is-descriptor@1.0.2 │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ └── isobject@3.0.1 deduped │ │ ├─┬ extend-shallow@3.0.2 │ │ │ ├── assign-symbols@1.0.0 │ │ │ └─┬ is-extendable@1.0.1 │ │ │ └── is-plain-object@2.0.4 deduped │ │ ├─┬ extglob@2.0.4 │ │ │ ├── array-unique@0.3.2 deduped │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ ├── debug@2.6.9 deduped │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ ├── posix-character-classes@0.1.1 │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ ├── regex-not@1.0.2 deduped │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ └── to-regex@3.0.2 deduped │ │ ├─┬ fragment-cache@0.2.1 │ │ │ └── map-cache@0.2.2 │ │ ├── kind-of@6.0.2 │ │ ├─┬ nanomatch@1.2.13 │ │ │ ├── arr-diff@4.0.0 deduped │ │ │ ├── array-unique@0.3.2 deduped │ │ │ ├── define-property@2.0.2 deduped │ │ │ ├── extend-shallow@3.0.2 deduped │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ ├── is-windows@1.0.2 │ │ │ ├── kind-of@6.0.2 deduped │ │ │ ├── object.pick@1.3.0 deduped │ │ │ ├── regex-not@1.0.2 deduped │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ └── to-regex@3.0.2 deduped │ │ ├─┬ object.pick@1.3.0 │ │ │ └── isobject@3.0.1 deduped │ │ ├─┬ regex-not@1.0.2 │ │ │ ├── extend-shallow@3.0.2 deduped │ │ │ └─┬ safe-regex@1.1.0 │ │ │ └── ret@0.1.15 │ │ ├─┬ snapdragon@0.8.2 │ │ │ ├─┬ base@0.11.2 │ │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ │ ├─┬ map-visit@1.0.0 │ │ │ │ │ │ │ └── object-visit@1.0.1 deduped │ │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ ├── component-emitter@1.2.1 deduped │ │ │ │ │ ├── get-value@2.0.6 │ │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ │ ├── is-number@3.0.0 deduped │ │ │ │ │ │ │ └─┬ kind-of@4.0.0 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ ├─┬ set-value@2.0.0 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ └── split-string@3.1.0 deduped │ │ │ │ │ ├─┬ to-object-path@0.3.0 │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ ├─┬ union-value@1.0.0 │ │ │ │ │ │ ├── arr-union@3.1.0 deduped │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ └─┬ set-value@0.4.3 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ └── to-object-path@0.3.0 deduped │ │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ │ └─┬ isobject@2.1.0 │ │ │ │ │ │ └── isarray@1.0.0 deduped │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ ├─┬ class-utils@0.3.6 │ │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ └─┬ static-extend@0.1.2 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ └─┬ object-copy@0.1.0 │ │ │ │ │ ├── copy-descriptor@0.1.1 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ ├─┬ mixin-deep@1.3.1 │ │ │ │ │ ├── for-in@1.0.2 deduped │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ └── pascalcase@0.1.1 │ │ │ ├── debug@2.6.9 deduped │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ └── kind-of@5.1.0 │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├── map-cache@0.2.2 deduped │ │ │ ├── source-map@0.5.7 deduped │ │ │ ├─┬ source-map-resolve@0.5.2 │ │ │ │ ├── atob@2.1.2 │ │ │ │ ├── decode-uri-component@0.2.0 │ │ │ │ ├── resolve-url@0.2.1 │ │ │ │ ├── source-map-url@0.4.0 │ │ │ │ └── urix@0.1.0 │ │ │ └── use@3.1.1 │ │ └─┬ to-regex@3.0.2 │ │ ├── define-property@2.0.2 deduped │ │ ├── extend-shallow@3.0.2 deduped │ │ ├── regex-not@1.0.2 deduped │ │ └── safe-regex@1.1.0 deduped │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├── neo-async@2.6.0 │ ├─┬ node-libs-browser@2.2.0 │ │ ├── assert@1.4.1 deduped │ │ ├── browserify-zlib@0.2.0 deduped │ │ ├─┬ buffer@4.9.1 │ │ │ ├── base64-js@1.3.0 deduped │ │ │ ├── ieee754@1.1.12 deduped │ │ │ └── isarray@1.0.0 deduped │ │ ├── console-browserify@1.1.0 deduped │ │ ├── constants-browserify@1.0.0 deduped │ │ ├── crypto-browserify@3.12.0 deduped │ │ ├── domain-browser@1.2.0 │ │ ├── events@3.0.0 │ │ ├── https-browserify@1.0.0 deduped │ │ ├── os-browserify@0.3.0 deduped │ │ ├── path-browserify@0.0.0 deduped │ │ ├── process@0.11.10 deduped │ │ ├── punycode@1.4.1 │ │ ├── querystring-es3@0.2.1 deduped │ │ ├── readable-stream@2.3.6 deduped │ │ ├── stream-browserify@2.0.2 deduped │ │ ├── stream-http@2.8.3 deduped │ │ ├── string_decoder@1.1.1 deduped │ │ ├─┬ timers-browserify@2.0.10 │ │ │ └── setimmediate@1.0.5 │ │ ├── tty-browserify@0.0.0 deduped │ │ ├── url@0.11.0 deduped │ │ ├─┬ util@0.11.1 │ │ │ └── inherits@2.0.3 deduped │ │ └── vm-browserify@0.0.4 deduped │ ├─┬ schema-utils@1.0.0 │ │ ├── ajv@6.10.0 deduped │ │ ├── ajv-errors@1.0.1 │ │ └── ajv-keywords@3.4.0 deduped │ ├── tapable@1.1.1 │ ├─┬ terser-webpack-plugin@1.2.3 │ │ ├─┬ cacache@11.3.2 │ │ │ ├── bluebird@3.5.3 deduped │ │ │ ├── chownr@1.1.1 deduped │ │ │ ├── figgy-pudding@3.5.1 │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├─┬ lru-cache@5.1.1 │ │ │ │ └── yallist@3.0.3 │ │ │ ├─┬ mississippi@3.0.0 │ │ │ │ ├── concat-stream@1.6.2 deduped │ │ │ │ ├── duplexify@3.7.1 deduped │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ ├── flush-write-stream@1.1.1 deduped │ │ │ │ ├── from2@2.3.0 deduped │ │ │ │ ├── parallel-transform@1.1.0 deduped │ │ │ │ ├─┬ pump@3.0.0 │ │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ │ └── once@1.4.0 deduped │ │ │ │ ├── pumpify@1.5.1 deduped │ │ │ │ ├── stream-each@1.2.3 deduped │ │ │ │ └── through2@2.0.5 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── move-concurrently@1.0.1 deduped │ │ │ ├── promise-inflight@1.0.1 deduped │ │ │ ├── rimraf@2.6.3 deduped │ │ │ ├─┬ ssri@6.0.1 │ │ │ │ └── figgy-pudding@3.5.1 deduped │ │ │ ├── unique-filename@1.1.1 deduped │ │ │ └── y18n@4.0.0 deduped │ │ ├─┬ find-cache-dir@2.0.0 │ │ │ ├── commondir@1.0.1 deduped │ │ │ ├── make-dir@1.3.0 deduped │ │ │ └─┬ pkg-dir@3.0.0 │ │ │ └─┬ find-up@3.0.0 │ │ │ └─┬ locate-path@3.0.0 │ │ │ ├─┬ p-locate@3.0.0 │ │ │ │ └─┬ p-limit@2.2.0 │ │ │ │ └── p-try@2.0.0 │ │ │ └── path-exists@3.0.0 deduped │ │ ├─┬ schema-utils@1.0.0 │ │ │ ├── ajv@6.10.0 deduped │ │ │ ├── ajv-errors@1.0.1 deduped │ │ │ └── ajv-keywords@3.4.0 deduped │ │ ├── serialize-javascript@1.6.1 deduped │ │ ├── source-map@0.6.1 │ │ ├─┬ terser@3.16.1 │ │ │ ├── commander@2.17.1 │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ source-map-support@0.5.10 │ │ │ ├── buffer-from@1.1.1 deduped │ │ │ └── source-map@0.6.1 deduped │ │ ├── webpack-sources@1.3.0 deduped │ │ └── worker-farm@1.6.0 deduped │ ├─┬ watchpack@1.6.0 │ │ ├── chokidar@2.1.2 deduped │ │ ├── graceful-fs@4.1.15 deduped │ │ └── neo-async@2.6.0 deduped │ └─┬ webpack-sources@1.3.0 │ ├── source-list-map@2.0.1 deduped │ └── source-map@0.6.1 └─┬ webpack-dev-server@3.2.1 ├── ansi-html@0.0.7 ├─┬ bonjour@3.5.0 │ ├── array-flatten@2.1.2 │ ├── deep-equal@1.0.1 │ ├── dns-equal@1.0.0 │ ├─┬ dns-txt@2.0.2 │ │ └── buffer-indexof@1.1.1 │ ├─┬ multicast-dns@6.2.3 │ │ ├─┬ dns-packet@1.3.1 │ │ │ ├── ip@1.1.5 deduped │ │ │ └── safe-buffer@5.1.2 deduped │ │ └── thunky@1.0.3 │ └── multicast-dns-service-types@1.1.0 ├─┬ chokidar@2.1.2 │ ├─┬ anymatch@2.0.0 │ │ ├── micromatch@3.1.10 deduped │ │ └─┬ normalize-path@2.1.1 │ │ └── remove-trailing-separator@1.1.0 │ ├── async-each@1.0.1 │ ├── braces@2.3.2 deduped │ ├─┬ fsevents@1.2.7 │ │ ├── nan@2.12.1 deduped │ │ └─┬ node-pre-gyp@0.10.3 │ │ ├── detect-libc@1.0.3 │ │ ├─┬ mkdirp@0.5.1 │ │ │ └── minimist@0.0.8 │ │ ├─┬ needle@2.2.4 │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 │ │ │ ├─┬ iconv-lite@0.4.24 │ │ │ │ └── safer-buffer@2.1.2 │ │ │ └── sax@1.2.4 │ │ ├─┬ nopt@4.0.1 │ │ │ ├── abbrev@1.1.1 │ │ │ └─┬ osenv@0.1.5 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ ├─┬ npm-packlist@1.2.0 │ │ │ ├─┬ ignore-walk@3.0.1 │ │ │ │ └─┬ minimatch@3.0.4 │ │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ │ ├── balanced-match@1.0.0 │ │ │ │ └── concat-map@0.0.1 │ │ │ └── npm-bundled@1.0.5 │ │ ├─┬ npmlog@4.1.2 │ │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ │ ├── delegates@1.0.0 │ │ │ │ └─┬ readable-stream@2.3.6 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@2.0.0 │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── util-deprecate@1.0.2 │ │ │ ├── console-control-strings@1.1.0 │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ ├── aproba@1.2.0 │ │ │ │ ├── console-control-strings@1.1.0 deduped │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ └─┬ wide-align@1.1.3 │ │ │ │ └── string-width@1.0.2 deduped │ │ │ └── set-blocking@2.0.0 │ │ ├─┬ rc@1.2.8 │ │ │ ├── deep-extend@0.6.0 │ │ │ ├── ini@1.3.5 │ │ │ ├── minimist@1.2.0 │ │ │ └── strip-json-comments@2.0.1 │ │ ├─┬ rimraf@2.6.3 │ │ │ └─┬ glob@7.1.3 │ │ │ ├── fs.realpath@1.0.0 │ │ │ ├─┬ inflight@1.0.6 │ │ │ │ ├── once@1.4.0 deduped │ │ │ │ └── wrappy@1.0.2 │ │ │ ├── inherits@2.0.3 │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├─┬ once@1.4.0 │ │ │ │ └── wrappy@1.0.2 deduped │ │ │ └── path-is-absolute@1.0.1 │ │ ├── semver@5.6.0 │ │ └─┬ tar@4.4.8 │ │ ├── chownr@1.1.1 │ │ ├─┬ fs-minipass@1.2.5 │ │ │ └── minipass@2.3.5 deduped │ │ ├─┬ minipass@2.3.5 │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ └── yallist@3.0.3 deduped │ │ ├─┬ minizlib@1.2.1 │ │ │ └── minipass@2.3.5 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ ├── safe-buffer@5.1.2 │ │ └── yallist@3.0.3 │ ├─┬ glob-parent@3.1.0 │ │ ├─┬ is-glob@3.1.0 │ │ │ └── is-extglob@2.1.1 deduped │ │ └── path-dirname@1.0.2 │ ├── inherits@2.0.3 deduped │ ├─┬ is-binary-path@1.0.1 │ │ └── binary-extensions@1.13.0 │ ├─┬ is-glob@4.0.0 │ │ └── is-extglob@2.1.1 │ ├── normalize-path@3.0.0 │ ├── path-is-absolute@1.0.1 deduped │ ├─┬ readdirp@2.2.1 │ │ ├── graceful-fs@4.1.15 deduped │ │ ├── micromatch@3.1.10 deduped │ │ └── readable-stream@2.3.6 deduped │ └── upath@1.1.0 ├─┬ compression@1.7.3 │ ├─┬ accepts@1.3.5 │ │ ├── mime-types@2.1.21 deduped │ │ └── negotiator@0.6.1 │ ├── bytes@3.0.0 │ ├─┬ compressible@2.0.16 │ │ └── mime-db@1.38.0 │ ├── debug@2.6.9 deduped │ ├── on-headers@1.0.2 │ ├── safe-buffer@5.1.2 deduped │ └── vary@1.1.2 ├── connect-history-api-fallback@1.6.0 ├─┬ debug@4.1.1 │ └── ms@2.1.1 ├─┬ del@3.0.0 │ ├─┬ globby@6.1.0 │ │ ├─┬ array-union@1.0.2 │ │ │ └── array-uniq@1.0.3 │ │ ├── glob@7.1.3 deduped │ │ ├── object-assign@4.1.1 deduped │ │ ├── pify@2.3.0 │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ ├── is-path-cwd@1.0.0 │ ├─┬ is-path-in-cwd@1.0.1 │ │ └─┬ is-path-inside@1.0.1 │ │ └── path-is-inside@1.0.2 │ ├── p-map@1.2.0 │ ├── pify@3.0.0 deduped │ └─┬ rimraf@2.6.3 │ └── glob@7.1.3 deduped ├─┬ express@4.16.4 │ ├── accepts@1.3.5 deduped │ ├── array-flatten@1.1.1 │ ├─┬ body-parser@1.18.3 │ │ ├── bytes@3.0.0 deduped │ │ ├── content-type@1.0.4 deduped │ │ ├── debug@2.6.9 deduped │ │ ├── depd@1.1.2 deduped │ │ ├── http-errors@1.6.3 deduped │ │ ├─┬ iconv-lite@0.4.23 │ │ │ └── safer-buffer@2.1.2 deduped │ │ ├── on-finished@2.3.0 deduped │ │ ├── qs@6.5.2 deduped │ │ ├─┬ raw-body@2.3.3 │ │ │ ├── bytes@3.0.0 deduped │ │ │ ├── http-errors@1.6.3 deduped │ │ │ ├── iconv-lite@0.4.23 deduped │ │ │ └── unpipe@1.0.0 deduped │ │ └── type-is@1.6.16 deduped │ ├── content-disposition@0.5.2 │ ├── content-type@1.0.4 │ ├── cookie@0.3.1 │ ├── cookie-signature@1.0.6 │ ├── debug@2.6.9 deduped │ ├── depd@1.1.2 │ ├── encodeurl@1.0.2 │ ├── escape-html@1.0.3 │ ├── etag@1.8.1 │ ├─┬ finalhandler@1.1.1 │ │ ├── debug@2.6.9 deduped │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── on-finished@2.3.0 deduped │ │ ├── parseurl@1.3.2 deduped │ │ ├── statuses@1.4.0 deduped │ │ └── unpipe@1.0.0 │ ├── fresh@0.5.2 │ ├── merge-descriptors@1.0.1 │ ├── methods@1.1.2 │ ├─┬ on-finished@2.3.0 │ │ └── ee-first@1.1.1 │ ├── parseurl@1.3.2 │ ├── path-to-regexp@0.1.7 │ ├─┬ proxy-addr@2.0.4 │ │ ├── forwarded@0.1.2 │ │ └── ipaddr.js@1.8.0 │ ├── qs@6.5.2 deduped │ ├── range-parser@1.2.0 │ ├── safe-buffer@5.1.2 deduped │ ├─┬ send@0.16.2 │ │ ├── debug@2.6.9 deduped │ │ ├── depd@1.1.2 deduped │ │ ├── destroy@1.0.4 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── etag@1.8.1 deduped │ │ ├── fresh@0.5.2 deduped │ │ ├── http-errors@1.6.3 deduped │ │ ├── mime@1.4.1 │ │ ├── ms@2.0.0 deduped │ │ ├── on-finished@2.3.0 deduped │ │ ├── range-parser@1.2.0 deduped │ │ └── statuses@1.4.0 deduped │ ├─┬ serve-static@1.13.2 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── parseurl@1.3.2 deduped │ │ └── send@0.16.2 deduped │ ├── setprototypeof@1.1.0 │ ├── statuses@1.4.0 │ ├─┬ type-is@1.6.16 │ │ ├── media-typer@0.3.0 │ │ └── mime-types@2.1.21 deduped │ ├── utils-merge@1.0.1 │ └── vary@1.1.2 deduped ├── html-entities@1.2.1 ├─┬ http-proxy-middleware@0.19.1 │ ├─┬ http-proxy@1.17.0 │ │ ├── eventemitter3@3.1.0 │ │ ├─┬ follow-redirects@1.7.0 │ │ │ └─┬ debug@3.2.6 │ │ │ └── ms@2.1.1 │ │ └── requires-port@1.0.0 │ ├── is-glob@4.0.0 deduped │ ├── lodash@4.17.11 deduped │ └── micromatch@3.1.10 deduped ├─┬ import-local@2.0.0 │ ├─┬ pkg-dir@3.0.0 │ │ └─┬ find-up@3.0.0 │ │ └─┬ locate-path@3.0.0 │ │ ├─┬ p-locate@3.0.0 │ │ │ └─┬ p-limit@2.2.0 │ │ │ └── p-try@2.0.0 │ │ └── path-exists@3.0.0 deduped │ └─┬ resolve-cwd@2.0.0 │ └── resolve-from@3.0.0 ├─┬ internal-ip@4.2.0 │ ├─┬ default-gateway@4.1.2 │ │ ├─┬ execa@1.0.0 │ │ │ ├─┬ cross-spawn@6.0.5 │ │ │ │ ├── nice-try@1.0.5 │ │ │ │ ├── path-key@2.0.1 │ │ │ │ ├── semver@5.6.0 deduped │ │ │ │ ├─┬ shebang-command@1.2.0 │ │ │ │ │ └── shebang-regex@1.0.0 │ │ │ │ └── which@1.3.1 deduped │ │ │ ├─┬ get-stream@4.1.0 │ │ │ │ └─┬ pump@3.0.0 │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ └── once@1.4.0 deduped │ │ │ ├── is-stream@1.1.0 │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ └── path-key@2.0.1 deduped │ │ │ ├── p-finally@1.0.0 │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ └── strip-eof@1.0.0 │ │ └── ip-regex@2.1.0 │ └── ipaddr.js@1.9.0 ├── ip@1.1.5 ├── killable@1.0.1 ├── loglevel@1.6.1 ├─┬ opn@5.4.0 │ └── is-wsl@1.1.0 ├─┬ portfinder@1.0.20 │ ├── async@1.5.2 │ ├── debug@2.6.9 deduped │ └── mkdirp@0.5.1 deduped ├─┬ schema-utils@1.0.0 │ ├── ajv@6.10.0 deduped │ ├── ajv-errors@1.0.1 deduped │ └── ajv-keywords@3.4.0 deduped ├─┬ selfsigned@1.10.4 │ └── node-forge@0.7.5 ├── semver@5.6.0 ├─┬ serve-index@1.9.1 │ ├── accepts@1.3.5 deduped │ ├── batch@0.6.1 │ ├── debug@2.6.9 deduped │ ├── escape-html@1.0.3 deduped │ ├─┬ http-errors@1.6.3 │ │ ├── depd@1.1.2 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── setprototypeof@1.1.0 deduped │ │ └── statuses@1.4.0 deduped │ ├── mime-types@2.1.21 deduped │ └── parseurl@1.3.2 deduped ├─┬ sockjs@0.3.19 │ ├─┬ faye-websocket@0.10.0 │ │ └─┬ websocket-driver@0.7.0 │ │ ├── http-parser-js@0.5.0 │ │ └── websocket-extensions@0.1.3 │ └── uuid@3.3.2 deduped ├─┬ sockjs-client@1.3.0 │ ├─┬ debug@3.2.6 │ │ └── ms@2.1.1 │ ├─┬ eventsource@1.0.7 │ │ └─┬ original@1.0.2 │ │ └── url-parse@1.4.4 deduped │ ├─┬ faye-websocket@0.11.1 │ │ └── websocket-driver@0.7.0 deduped │ ├── inherits@2.0.3 deduped │ ├── json3@3.3.2 │ └─┬ url-parse@1.4.4 │ ├── querystringify@2.1.0 │ └── requires-port@1.0.0 deduped ├─┬ spdy@4.0.0 │ ├─┬ debug@4.1.1 │ │ └── ms@2.1.1 │ ├── handle-thing@2.0.0 │ ├── http-deceiver@1.2.7 │ ├── select-hose@2.0.0 │ └─┬ spdy-transport@3.0.0 │ ├─┬ debug@4.1.1 │ │ └── ms@2.1.1 │ ├── detect-node@2.0.4 │ ├─┬ hpack.js@2.1.6 │ │ ├── inherits@2.0.3 deduped │ │ ├── obuf@1.1.2 deduped │ │ ├── readable-stream@2.3.6 deduped │ │ └── wbuf@1.7.3 deduped │ ├── obuf@1.1.2 │ ├─┬ readable-stream@3.2.0 │ │ ├── inherits@2.0.3 deduped │ │ ├── string_decoder@1.1.1 deduped │ │ └── util-deprecate@1.0.2 deduped │ └─┬ wbuf@1.7.3 │ └── minimalistic-assert@1.0.1 deduped ├─┬ strip-ansi@3.0.1 │ └── ansi-regex@2.1.1 ├─┬ supports-color@6.1.0 │ └── has-flag@3.0.0 ├── url@0.11.0 deduped ├─┬ webpack-dev-middleware@3.6.0 │ ├── memory-fs@0.4.1 deduped │ ├── mime@2.4.0 │ ├── range-parser@1.2.0 deduped │ └── webpack-log@2.0.0 deduped ├─┬ webpack-log@2.0.0 │ ├── ansi-colors@3.2.4 │ └── uuid@3.3.2 deduped └─┬ yargs@12.0.2 ├─┬ cliui@4.1.0 │ ├── string-width@2.1.1 deduped │ ├─┬ strip-ansi@4.0.0 │ │ └── ansi-regex@3.0.0 │ └─┬ wrap-ansi@2.1.0 │ ├── string-width@1.0.2 deduped │ └── strip-ansi@3.0.1 deduped ├─┬ decamelize@2.0.0 │ └── xregexp@4.0.0 ├─┬ find-up@3.0.0 │ └─┬ locate-path@3.0.0 │ ├─┬ p-locate@3.0.0 │ │ └─┬ p-limit@2.2.0 │ │ └── p-try@2.0.0 │ └── path-exists@3.0.0 ├── get-caller-file@1.0.3 ├─┬ os-locale@3.1.0 │ ├─┬ execa@1.0.0 │ │ ├─┬ cross-spawn@6.0.5 │ │ │ ├── nice-try@1.0.5 deduped │ │ │ ├── path-key@2.0.1 deduped │ │ │ ├── semver@5.6.0 deduped │ │ │ ├── shebang-command@1.2.0 deduped │ │ │ └── which@1.3.1 deduped │ │ ├─┬ get-stream@4.1.0 │ │ │ └─┬ pump@3.0.0 │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ └── once@1.4.0 deduped │ │ ├── is-stream@1.1.0 deduped │ │ ├── npm-run-path@2.0.2 deduped │ │ ├── p-finally@1.0.0 deduped │ │ ├── signal-exit@3.0.2 deduped │ │ └── strip-eof@1.0.0 deduped │ ├─┬ lcid@2.0.0 │ │ └── invert-kv@2.0.0 │ └─┬ mem@4.1.0 │ ├─┬ map-age-cleaner@0.1.3 │ │ └── p-defer@1.0.0 │ ├── mimic-fn@1.2.0 │ └── p-is-promise@2.0.0 ├── require-directory@2.1.1 ├── require-main-filename@1.0.1 ├── set-blocking@2.0.0 ├─┬ string-width@2.1.1 │ ├── is-fullwidth-code-point@2.0.0 │ └─┬ strip-ansi@4.0.0 │ └── ansi-regex@3.0.0 deduped ├── which-module@2.0.0 ├── y18n@4.0.0 └─┬ yargs-parser@10.1.0 └── camelcase@4.1.0 npm ERR! peer dep missing: webpack@^3.1.0, required by extract-text-webpack-plugin@3.0.2 npm ERR! peer dep missing: webpack@1 || 2 || 3, required by webpack-manifest-plugin@1.3.2 npm ERR! peer dep missing: acorn@^6.0.0, required by acorn-dynamic-import@4.0.0 ```

Thanks for any help here.

goto-bus-stop commented 5 years ago

It looks like openpgp/dist/openpgp.js is itself a browserified bundle. browserify tries to interpret the require() calls in that file, but they're supposed to be resolved by openpgp.js at runtime. Browserify bundles aren't intended to be used as entry points for npm modules, but it can work if the project uses derequire. openpgp/dist/compat/ contains files that appear to have been 'derequired'—perhaps openpgp could do the same for the openpgp/dist/ files?

stochastic-thread commented 5 years ago

Thanks, I was able to just link the openpgp.min.js file in my HTML and avoid this altogether. Appreciate the help