{"library":"command-queue-module","type":"library","category":null,"description":"A lightweight utility (v1.0.0, stable) for creating proxy modules that queue method calls before the actual module is loaded. Unlike heavier alternatives like lazy-async (20x larger), it focuses on minimal size and a simple API. The proxy mirrors the original API exactly; queued commands replay in order once the real implementation arrives. Ideal for deferring non-critical libraries (e.g., analytics) while still collecting calls early.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","command queue","command","queue","async","lazy","load"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install command-queue-module","imports":["import createCommandQueueModule from 'command-queue-module'","const createCommandQueueModule = require('command-queue-module')","import createCommandQueueModule from 'command-queue-module'"]},{"cmd":"yarn add command-queue-module","imports":[]},{"cmd":"pnpm add command-queue-module","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"command-queue-module","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}