Clone a JS/TS dependency's original source at the pinned version into /tmp for richer inspection than node_modules. Use when: (1) Reading the source of an installed npm/pnpm/yarn dependency, (2) Tracing how a package actually works behind its bundled API, (3) Looking at tests, examples, in-source typedoc comments, or files stripped from the published tarball, (4) Wanting to grep a dependency without going through the bundled/minified node_modules copy
2026-05-18