Skip to content

Instantly share code, notes, and snippets.

@robojukie
Created April 6, 2016 10:28
Show Gist options
  • Save robojukie/b6ca2443f02511d05f372eefc132e3a0 to your computer and use it in GitHub Desktop.
Save robojukie/b6ca2443f02511d05f372eefc132e3a0 to your computer and use it in GitHub Desktop.
npm install -g browserify
/Users/me/.npm-packages/bin/browserify -> /Users/me/.npm-packages/lib/node_modules/browserify/bin/cmd.js
browserify@13.0.0 /Users/me/.npm-packages/lib/node_modules/browserify
├── https-browserify@0.0.1
├── tty-browserify@0.0.0
├── path-browserify@0.0.0
├── duplexer2@0.1.4
├── punycode@1.4.1
├── constants-browserify@1.0.0
├── browser-resolve@1.11.1
├── string_decoder@0.10.31
├── isarray@0.0.1
├── through2@2.0.1
├── os-browserify@0.1.2
├── inherits@2.0.1
├── htmlescape@1.1.1
├── process@0.11.2
├── stream-browserify@2.0.1
├── defined@1.0.0
├── assert@1.3.0
├── domain-browser@1.1.7
├── xtend@4.0.1
├── read-only-stream@2.0.0
├── querystring-es3@0.2.1
├── timers-browserify@1.4.2
├── deps-sort@2.0.0
├── util@0.10.3
├── concat-stream@1.5.1 (typedarray@0.0.6)
├── events@1.1.0
├── parents@1.0.1 (path-platform@0.11.15)
├── vm-browserify@0.0.4 (indexof@0.0.1)
├── has@1.0.1 (function-bind@1.1.0)
├── console-browserify@1.1.0 (date-now@0.1.4)
├── shell-quote@1.5.0 (array-filter@0.0.1, array-map@0.0.0, jsonify@0.0.0, array-reduce@0.0.0)
├── url@0.11.0 (punycode@1.3.2, querystring@0.2.0)
├── readable-stream@2.0.6 (process-nextick-args@1.0.6, util-deprecate@1.0.2, core-util-is@1.0.2, isarray@1.0.0)
├── subarg@1.0.0 (minimist@1.2.0)
├── shasum@1.0.2 (sha.js@2.4.5, json-stable-stringify@0.0.1)
├── labeled-stream-splicer@2.0.0 (stream-splicer@2.0.0)
├── stream-http@2.2.1 (builtin-status-codes@2.0.0, to-arraybuffer@1.0.1)
├── buffer@4.5.1 (ieee754@1.1.6, isarray@1.0.0, base64-js@1.1.2)
├── glob@5.0.15 (path-is-absolute@1.0.0, inflight@1.0.4, once@1.3.3, minimatch@3.0.0)
├── JSONStream@1.1.1 (through@2.3.8, jsonparse@1.2.0)
├── browserify-zlib@0.1.4 (pako@0.2.8)
├── resolve@1.1.7
├── syntax-error@1.1.6 (acorn@2.7.0)
├── browser-pack@6.0.1 (umd@3.0.1, combine-source-map@0.7.1)
├── crypto-browserify@3.11.0 (create-hmac@1.1.4, randombytes@2.0.3, pbkdf2@3.0.4, create-hash@1.1.2, diffie-hellman@5.0.2, create-ecdh@4.0.0, browserify-cipher@1.0.0, browserify-sign@4.0.0, public-encrypt@4.0.0)
├── insert-module-globals@7.0.1 (is-buffer@1.1.3, combine-source-map@0.7.1, lexical-scope@1.2.0)
└── module-deps@4.0.5 (stream-combiner2@1.1.1, detective@4.3.1)
$ browserify main.js > bundle.js
-bash: browserify: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment