UNPKG

@hakerh400/list

Version:

Double-linked list implementation in JavaScript

27 lines 633 B
{ "name": "@hakerh400/list", "description": "Double-linked list implementation in JavaScript", "version": "1.0.6", "author": "Thomas <hakerh403@gmail.com>", "main": "index.js", "contributors": [], "keywords": [ "linked-list", "double-linked-list" ], "homepage": "https://github.com/Hakerh400/js-list", "repository": "git://github.com/Hakerh400/js-list.git", "scripts": { "test": "node test" }, "dependencies": { "omikron": "~1.2.32" }, "devDependencies": { "@hakerh400/jstest": "~1.1.2" }, "engines": { "node": ">=14" }, "license": "Unlicense" }