UNPKG

@oresoftware/linked-queue

Version:

Synchronous queue implementation with constant/linear time operations.

40 lines (39 loc) 905 B
{ "name": "@oresoftware/linked-queue", "version": "2.1.128", "description": "Synchronous queue implementation with constant/linear time operations.", "main": "dist/linked-queue.js", "types": "dist/linked-queue.d.ts", "typings": "dist/linked-queue.d.ts", "scripts": { "test": "suman test/src --force-match" }, "repository": { "type": "git", "url": "git+https://github.com/ORESoftware/linked-queue.git" }, "keywords": [ "linked", "queue", "doubly", "linked", "linear", "constant" ], "author": "Olegzandr VD", "license": "MIT", "bugs": { "url": "https://github.com/ORESoftware/linked-queue/issues" }, "homepage": "https://github.com/ORESoftware/linked-queue#readme", "dependencies": { "chalk": "^2.4.2" }, "devDependencies": { "@types/node": "^12.6.1", "uuid": "^3.2.1" }, "r2g": { "test": "echo noop" } }