{"library":"path-browserify","type":"library","category":null,"description":"`path-browserify` provides a browser-compatible implementation of the Node.js `path` module, designed primarily for environments where the native Node.js module is unavailable, such as web browsers. It is commonly used as a transparent polyfill by JavaScript bundlers like Browserify and Webpack, often eliminating the need for direct installation in many projects. The current stable version, v1.0.1, mirrors the Node.js 10.3.0 `path` API, ensuring consistent behavior for POSIX-style path operations. Unlike the full Node.js module, `path-browserify` only implements POSIX functions and does not include Windows-specific (`path.win32`) utilities. Releases are typically driven by updates to the Node.js `path` module, with a focus on porting features and bugfixes directly from the Node.js core to maintain strict API parity. This approach makes it a reliable choice for projects needing Node.js `path` functionality in browser contexts without introducing new APIs.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript","browser","browserify","path"],"install":[{"cmd":"npm install path-browserify","imports":["const path = require('path-browserify')","const path = require('path')"]},{"cmd":"yarn add path-browserify","imports":[]},{"cmd":"pnpm add path-browserify","imports":[]}],"homepage":null,"github":"https://github.com/browserify/path-browserify","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/path-browserify","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/path-browserify/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}