Skip to content

Instantly share code, notes, and snippets.

@DFurnes
Created April 19, 2018 14:26
Show Gist options
  • Save DFurnes/98c00f683e59e642797a07b148708d15 to your computer and use it in GitHub Desktop.
Save DFurnes/98c00f683e59e642797a07b148708d15 to your computer and use it in GitHub Desktop.
'npm ls readable-stream' in phoenix-next
λ phoenix-next shrink-vendor-bundle* npm ls readable-stream
/Users/dfurnes/Sites/phoenix-next
├─┬ @dosomething/eslint-config@4.0.0
│ └─┬ eslint@4.19.1
│ └─┬ concat-stream@1.6.2
│ └── readable-stream@2.3.6 deduped
├─┬ @dosomething/webpack-config@4.0.0
│ └─┬ node-sass@4.7.2
│ ├─┬ npmlog@4.1.2
│ │ └─┬ are-we-there-yet@1.1.4
│ │ └── readable-stream@2.3.6 deduped
│ └─┬ stdout-stream@1.4.0
│ └── readable-stream@2.3.6 deduped
├─┬ enzyme@3.3.0
│ └─┬ cheerio@1.0.0-rc.2
│ └─┬ htmlparser2@3.9.2
│ └── readable-stream@2.3.6 deduped
├─┬ jest@22.4.3
│ └─┬ jest-cli@22.4.3
│ └─┬ jest-worker@22.4.3
│ └─┬ merge-stream@1.0.1
│ └── readable-stream@2.3.6 deduped
├─┬ tailwindcss@0.4.3
│ └─┬ nodemon@1.17.3
│ └─┬ chokidar@2.0.3
│ ├─┬ fsevents@1.1.3
│ │ └─┬ node-pre-gyp@0.6.39
│ │ ├─┬ npmlog@4.1.0
│ │ │ └─┬ are-we-there-yet@1.1.4
│ │ │ └── readable-stream@2.2.9 deduped
│ │ └─┬ tar-pack@3.4.0
│ │ └── readable-stream@2.2.9
│ └─┬ readdirp@2.1.0
│ └── readable-stream@2.3.6 deduped
├─┬ webpack@4.6.0
│ ├─┬ memory-fs@0.4.1
│ │ └── readable-stream@2.3.6
│ ├─┬ node-libs-browser@2.1.0
│ │ ├── readable-stream@2.3.6 deduped
│ │ ├─┬ stream-browserify@2.0.1
│ │ │ └── readable-stream@2.3.6 deduped
│ │ └─┬ stream-http@2.8.1
│ │ └── readable-stream@2.3.6 deduped
│ └─┬ uglifyjs-webpack-plugin@1.2.5
│ └─┬ cacache@10.0.4
│ ├─┬ mississippi@2.0.0
│ │ ├─┬ duplexify@3.5.4
│ │ │ └── readable-stream@2.3.6 deduped
│ │ ├─┬ flush-write-stream@1.0.3
│ │ │ └── readable-stream@2.3.6 deduped
│ │ └─┬ parallel-transform@1.1.0
│ │ └── readable-stream@2.3.6 deduped
│ └─┬ move-concurrently@1.0.1
│ └─┬ fs-write-stream-atomic@1.0.10
│ └── readable-stream@2.3.6 deduped
└─┬ webpack-cli@2.0.14
├─┬ got@8.3.0
│ └─┬ into-stream@3.1.0
│ └─┬ from2@2.3.0
│ └── readable-stream@2.3.6 deduped
├─┬ yeoman-environment@2.0.6
│ └─┬ mem-fs@1.1.3
│ └─┬ vinyl-file@2.0.0
│ └─┬ strip-bom-stream@2.0.0
│ └─┬ first-chunk-stream@2.0.0
│ └── readable-stream@2.3.6 deduped
└─┬ yeoman-generator@2.0.3
├─┬ mem-fs-editor@3.0.2
│ └─┬ vinyl@2.1.0
│ └─┬ cloneable-readable@1.1.2
│ └── readable-stream@2.3.6 deduped
└─┬ through2@2.0.3
└── readable-stream@2.3.6 deduped
λ phoenix-next shrink-vendor-bundle*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment