Source: node-yallist Section: javascript Priority: optional Testsuite: autopkgtest-pkg-nodejs Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 12~) , dh-buildinfo , node-tap , nodejs , pkg-js-tools (>= 0.8.8) Standards-Version: 4.4.1 Homepage: https://github.com/isaacs/yallist#readme Vcs-Git: https://salsa.debian.org/js-team/node-yallist.git Vcs-Browser: https://salsa.debian.org/js-team/node-yallist Rules-Requires-Root: no Package: node-yallist Architecture: all Depends: ${misc:Depends} , nodejs Description: Double linked list implementation for Node.js This module allows one to create a double linked list that exposes many array-like methods like push, unshift, forEach, reduce, and more specific methods like forEachReverse or mapReverse. . Node.js is an event-based server-side JavaScript engine.