Skip to content

Instantly share code, notes, and snippets.

@markwylde
Last active December 27, 2020 07:12
Show Gist options
  • Save markwylde/8bdb0efc8aabc22d9edd57a03129f4b1 to your computer and use it in GitHub Desktop.
Save markwylde/8bdb0efc8aabc22d9edd57a03129f4b1 to your computer and use it in GitHub Desktop.
List of dependencies node-sass brings
tmp@1.0.0 /tmp
└─┬ node-sass@5.0.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
│ ├─┬ strip-ansi@3.0.1
│ │ └── ansi-regex@2.1.1 deduped
│ └── supports-color@2.0.0
├─┬ cross-spawn@7.0.3
│ ├── path-key@3.1.1
│ ├─┬ shebang-command@2.0.0
│ │ └── shebang-regex@3.0.0
│ └─┬ which@2.0.2
│ └── isexe@2.0.0
├─┬ gaze@1.1.3
│ └─┬ globule@1.3.2
│ ├── glob@7.1.6 deduped
│ ├── lodash@4.17.20 deduped
│ └── minimatch@3.0.4 deduped
├── get-stdin@4.0.1
├─┬ glob@7.1.6
│ ├── fs.realpath@1.0.0
│ ├─┬ inflight@1.0.6
│ │ ├── once@1.4.0 deduped
│ │ └── wrappy@1.0.2
│ ├── inherits@2.0.4
│ ├─┬ minimatch@3.0.4
│ │ └─┬ brace-expansion@1.1.11
│ │ ├── balanced-match@1.0.0
│ │ └── concat-map@0.0.1
│ ├─┬ once@1.4.0
│ │ └── wrappy@1.0.2 deduped
│ └── path-is-absolute@1.0.1
├── lodash@4.17.20
├─┬ meow@3.7.0
│ ├─┬ camelcase-keys@2.1.0
│ │ ├── camelcase@2.1.1
│ │ └── map-obj@1.0.1 deduped
│ ├── decamelize@1.2.0
│ ├─┬ loud-rejection@1.6.0
│ │ ├─┬ currently-unhandled@0.4.1
│ │ │ └── array-find-index@1.0.2
│ │ └── signal-exit@3.0.3
│ ├── map-obj@1.0.1
│ ├── minimist@1.2.5
│ ├─┬ normalize-package-data@2.5.0
│ │ ├── hosted-git-info@2.8.8
│ │ ├─┬ resolve@1.19.0
│ │ │ ├─┬ is-core-module@2.2.0
│ │ │ │ └─┬ has@1.0.3
│ │ │ │ └── function-bind@1.1.1
│ │ │ └── path-parse@1.0.6
│ │ ├── semver@5.7.1
│ │ └─┬ validate-npm-package-license@3.0.4
│ │ ├─┬ spdx-correct@3.1.1
│ │ │ ├── spdx-expression-parse@3.0.1 deduped
│ │ │ └── spdx-license-ids@3.0.7
│ │ └─┬ spdx-expression-parse@3.0.1
│ │ ├── spdx-exceptions@2.3.0
│ │ └── spdx-license-ids@3.0.7 deduped
│ ├── object-assign@4.1.1
│ ├─┬ 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
│ │ │ └── pinkie@2.0.4
│ │ └─┬ read-pkg@1.1.0
│ │ ├─┬ load-json-file@1.1.0
│ │ │ ├── graceful-fs@4.2.4 deduped
│ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ └─┬ error-ex@1.3.2
│ │ │ │ └── is-arrayish@0.2.1
│ │ │ ├── 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.2.4 deduped
│ │ ├── pify@2.3.0 deduped
│ │ └── pinkie-promise@2.0.1 deduped
│ ├─┬ redent@1.0.0
│ │ ├─┬ indent-string@2.1.0
│ │ │ └─┬ repeating@2.0.1
│ │ │ └── is-finite@1.1.0
│ │ └─┬ strip-indent@1.0.1
│ │ └── get-stdin@4.0.1 deduped
│ └── trim-newlines@1.0.0
├─┬ mkdirp@0.5.5
│ └── minimist@1.2.5 deduped
├── nan@2.14.2
├─┬ node-gyp@7.1.2
│ ├── env-paths@2.2.0
│ ├── glob@7.1.6 deduped
│ ├── graceful-fs@4.2.4
│ ├─┬ nopt@5.0.0
│ │ └── abbrev@1.1.1
│ ├── npmlog@4.1.2 deduped
│ ├── request@2.88.2 deduped
│ ├─┬ rimraf@3.0.2
│ │ └── glob@7.1.6 deduped
│ ├─┬ semver@7.3.4
│ │ └─┬ lru-cache@6.0.0
│ │ └── yallist@4.0.0 deduped
│ ├─┬ tar@6.0.5
│ │ ├── chownr@2.0.0
│ │ ├─┬ fs-minipass@2.1.0
│ │ │ └── minipass@3.1.3 deduped
│ │ ├─┬ minipass@3.1.3
│ │ │ └── yallist@4.0.0 deduped
│ │ ├─┬ minizlib@2.1.2
│ │ │ ├── minipass@3.1.3 deduped
│ │ │ └── yallist@4.0.0 deduped
│ │ ├── mkdirp@1.0.4
│ │ └── yallist@4.0.0
│ └── which@2.0.2 deduped
├─┬ npmlog@4.1.2
│ ├─┬ are-we-there-yet@1.1.5
│ │ ├── delegates@1.0.0
│ │ └── readable-stream@2.3.7 deduped
│ ├── 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 deduped
│ │ ├── signal-exit@3.0.3 deduped
│ │ ├─┬ 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
│ │ └─┬ wide-align@1.1.3
│ │ └── string-width@1.0.2 deduped
│ └── set-blocking@2.0.0
├─┬ request@2.88.2
│ ├── aws-sign2@0.7.0
│ ├── aws4@1.11.0
│ ├── caseless@0.12.0
│ ├─┬ combined-stream@1.0.8
│ │ └── 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.8 deduped
│ │ └── mime-types@2.1.27 deduped
│ ├─┬ har-validator@5.1.5
│ │ ├─┬ ajv@6.12.6
│ │ │ ├── fast-deep-equal@3.1.3
│ │ │ ├── fast-json-stable-stringify@2.1.0
│ │ │ ├── json-schema-traverse@0.4.1
│ │ │ └─┬ uri-js@4.4.0
│ │ │ └── punycode@2.1.1 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.1
│ │ ├─┬ 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.27
│ │ └── mime-db@1.44.0
│ ├── oauth-sign@0.9.0
│ ├── performance-now@2.1.0
│ ├── qs@6.5.2
│ ├── safe-buffer@5.1.2
│ ├─┬ tough-cookie@2.5.0
│ │ ├── psl@1.8.0
│ │ └── punycode@2.1.1
│ ├─┬ tunnel-agent@0.6.0
│ │ └── safe-buffer@5.1.2 deduped
│ └── uuid@3.4.0
├─┬ sass-graph@2.2.5
│ ├── glob@7.1.6 deduped
│ ├── lodash@4.17.20 deduped
│ ├─┬ scss-tokenizer@0.2.3
│ │ ├── js-base64@2.6.4
│ │ └─┬ source-map@0.4.4
│ │ └── amdefine@1.0.1
│ └─┬ yargs@13.3.2
│ ├─┬ cliui@5.0.0
│ │ ├─┬ string-width@3.1.0
│ │ │ ├── emoji-regex@7.0.3 deduped
│ │ │ ├── is-fullwidth-code-point@2.0.0
│ │ │ └── strip-ansi@5.2.0 deduped
│ │ ├─┬ strip-ansi@5.2.0
│ │ │ └── ansi-regex@4.1.0
│ │ └─┬ wrap-ansi@5.1.0
│ │ ├─┬ ansi-styles@3.2.1
│ │ │ └─┬ color-convert@1.9.3
│ │ │ └── color-name@1.1.3
│ │ ├─┬ string-width@3.1.0
│ │ │ ├── emoji-regex@7.0.3 deduped
│ │ │ ├── is-fullwidth-code-point@2.0.0
│ │ │ └── strip-ansi@5.2.0 deduped
│ │ └─┬ strip-ansi@5.2.0
│ │ └── ansi-regex@4.1.0
│ ├─┬ find-up@3.0.0
│ │ └─┬ locate-path@3.0.0
│ │ ├─┬ p-locate@3.0.0
│ │ │ └─┬ p-limit@2.3.0
│ │ │ └── p-try@2.2.0
│ │ └── path-exists@3.0.0
│ ├── get-caller-file@2.0.5
│ ├── require-directory@2.1.1
│ ├── require-main-filename@2.0.0
│ ├── set-blocking@2.0.0 deduped
│ ├─┬ string-width@3.1.0
│ │ ├── emoji-regex@7.0.3
│ │ ├── is-fullwidth-code-point@2.0.0
│ │ └─┬ strip-ansi@5.2.0
│ │ └── ansi-regex@4.1.0
│ ├── which-module@2.0.0
│ ├── y18n@4.0.1
│ └─┬ yargs-parser@13.1.2
│ ├── camelcase@5.3.1
│ └── decamelize@1.2.0 deduped
├─┬ stdout-stream@1.4.1
│ └─┬ readable-stream@2.3.7
│ ├── core-util-is@1.0.2
│ ├── inherits@2.0.4 deduped
│ ├── isarray@1.0.0
│ ├── process-nextick-args@2.0.1
│ ├── safe-buffer@5.1.2 deduped
│ ├─┬ string_decoder@1.1.1
│ │ └── safe-buffer@5.1.2 deduped
│ └── util-deprecate@1.0.2
└─┬ true-case-path@1.0.3
└── glob@7.1.6 deduped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment