1.2.1 • Published 11 months ago

real-ls v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

real-ls

Behaves similar to npm-ls but resolves dependencies by enhanced-resolve instead of reading lockfiles (as in loadVirtual) or reading node_modules (as in loadActual). This makes it somewhat:

  • universal as it doesn't make assumptions about how node_modules are organized, works for pnpm and rush.
  • useful for debugging build issues in webpack/rollup/etc., as it points out the actual resolved dependencies.

Usage

Using npx:

npx real-ls lodash
npx real-ls lodash@4.17.21

Install globally:

npm install -g real-ls
real-ls lodash

Arguments

real-ls --help
1.2.1

11 months ago

1.2.0

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago