Skip to main content

Module crawlers

Module crawlers 

Source

Re-exports§

pub use npm_crawler::NpmCrawler;
pub use pkg_managers::detect_npm_pkg_manager;
pub use pkg_managers::NpmPkgManager;
pub use python_crawler::PythonCrawler;
pub use ruby_crawler::RubyCrawler;
pub use types::*;

Modules§

npm_crawler
pkg_managers
Detect which Node.js package manager produced the layout in a project root (npm, pnpm, yarn classic, or yarn-berry PnP).
python_crawler
ruby_crawler
types