{"library":"module-available","type":"library","category":null,"description":"The `module-available` package provides a synchronous utility function to determine if a given Node.js module name can be successfully resolved and loaded using the `require` mechanism. The current stable version is 1.0.6, released in early 2016. The project appears to be unmaintained, with no updates in over eight years, making it an `abandoned` project. Its core function remains stable for its intended use case: checking the existence and resolvability of modules typically found in `node_modules` or built-in Node.js modules, without actually loading them. This differentiates it from simply attempting a `try/catch` around `require`, as it specifically checks *availability* rather than *loading success*. It strictly operates within the CommonJS module resolution context.","language":"javascript","status":"abandoned","version":"1.0.6","tags":["javascript","module","modules","available","availability","require","requirable","check","dependency"],"install":[{"cmd":"npm install module-available","imports":["const moduleAvailable = require('module-available');"]},{"cmd":"yarn add module-available","imports":[]},{"cmd":"pnpm add module-available","imports":[]}],"homepage":null,"github":"https://github.com/kownacki/module-available","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/module-available","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/module-available/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}