{"library":"esmoduleserve","type":"library","category":null,"description":"esmoduleserve is a lightweight, shim HTTP development server designed for serving ES modules directly in the browser without requiring a bundling step. Currently at version 0.3.1, it focuses on providing a direct ES module development experience by rewriting import specifiers on-the-fly to precise, resolved paths. It implements a Node-like module resolution algorithm, prioritizing `\"module\"` or `\"jsnext\"` fields in `package.json` over `\"main\"`. This differentiates it from more comprehensive dev servers (e.g., Vite, Webpack dev server) that typically integrate bundling, transpilation, and hot module reloading, by offering a simpler, unbundled approach for native ES module workflows. Its release cadence is likely infrequent, as it serves a specific, focused niche for rapid development and testing of native ES modules.","language":"javascript","status":"active","version":"0.3.1","tags":["javascript","module","es module","http","development","dev server"],"last_verified":"Wed May 27","install":[{"cmd":"npm install esmoduleserve","imports":["const { ModuleServer } = require('esmoduleserve/moduleserver')"]},{"cmd":"yarn add esmoduleserve","imports":[]},{"cmd":"pnpm add esmoduleserve","imports":[]}],"homepage":null,"github":"https://github.com/marijnh/esmoduleserve","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/esmoduleserve","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/esmoduleserve/compatibility"}}