1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: node-yallist
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 11~)
, dh-buildinfo
, node-tap
, nodejs
Standards-Version: 4.3.0
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
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.
|