{"library":"queuejs","type":"library","category":null,"description":"A minimalistic queue data structure for Node.js, version 1.0.0, released under MIT license. It provides basic FIFO operations (enqueue, dequeue, peek, size) with no dependencies. Last updated in 2018, it is stable but unmaintained, suitable for simple queue needs without advanced features like concurrency, iterators, or TypeScript support.","language":"javascript","status":"maintenance","version":"1.0.0","tags":["javascript","queue","data structure"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queuejs","imports":["const Queue = require('queuejs')","queue.enq(element)","queue.deq()","queue.peek()"]},{"cmd":"yarn add queuejs","imports":[]},{"cmd":"pnpm add queuejs","imports":[]}],"homepage":"https://github.com/janogonzalez/queuejs","github":"git://github.com/janogonzalez/queuejs","docs":null,"changelog":null,"pypi":null,"npm":"queuejs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}