qnm icon indicating copy to clipboard operation
qnm copied to clipboard

:mag: cli utility for querying the node_modules directory

Results 23 qnm issues
Sort by recently updated
recently updated
newest added

This looks like a nice tool but it doesn't seem to work with pnpm installations (we, specifically, use Yarn 3 & its pnpm linker but I guess using the pnpm...

```sh qnm react ``` ENAMETOOLONG: name too long, scandir '/Users/Desktop/workspace/xxxx/node_modules/xxx/node_modules/webpack/node_modules/@webassemblyjs/ast/node_modules/@webassemblyjs/helper-module-context/node_modules/@webassemblyjs/ast/node_modules/@webassemblyjs/helper-module-context/node_modules/@webassemblyjs/ast/node_modules/@webassemblyjs/helper-module-context/node_modules/@webassemblyjs/ast/node_modules/@webassemblyjs/helper-module-context/node_modules/@webassemblyjs/ast/node_modules...

Similar to other indications display nohoist for packages that affected by the nohoist configuration. It should look similar to the way bundled-dependencies are presented ([see PR](https://github.com/ranyitz/qnm/pull/82))

help wanted
good first issue

@barak007 [had an idea](https://github.com/ranyitz/qnm/issues/81#issuecomment-1000385939) to mark dependencies with `overrides` if they were affected by npm's overrides. e.g. the root package has overrides configuration with this package. It should look similar...

help wanted
good first issue

Simple implementation to a much needed feature, also closes #71

How can I find out version from node javascript a version of a package used?

help wanted
good first issue

```bash qnm lodash --github ``` should open https://github.com/lodash/lodash

enhancement
help wanted
good first issue

I tried getting the fish completions from this package and go the following result: ```bash > qnm install-completions could not identify package directory [I] ~/G/fish (master) [1]> oh oh Error:...

When you use yarn without generating a lock file `qnm` has no way to understand why a package was installed (I mean, fast...) We can show to the user a...

Say I have the following graph: `a -> b -> c -> d` (`a` depends on `b` and so on). When I do `qnm --why d`, I'm getting `c`, which...

enhancement
help wanted