underscore 1.13.3~dfsg+~1.11.4-1 source package in Ubuntu

Changelog

underscore (1.13.3~dfsg+~1.11.4-1) unstable; urgency=medium

  * Team upload
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Tue, 26 Apr 2022 07:17:18 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.13.3~dfsg+~1.11.4-1.dsc 2.5 KiB ee8b45ff24db1a87b64a5edb49c57b7e7bf5aeaddcd0bc62cb544d0ac1ba4ee8
underscore_1.13.3~dfsg+~1.11.4.orig-types-underscore.tar.xz 23.2 KiB 44b7eadc6bda0a7f62e22bf6c73627c84d238f6f2c5050480c7feb994595059c
underscore_1.13.3~dfsg+~1.11.4.orig.tar.xz 211.5 KiB 354fbae925dfeb31888e07bbe1cf3175a1cd9061497bd642ac5bac5081782c79
underscore_1.13.3~dfsg+~1.11.4-1.debian.tar.xz 9.1 KiB 163c5727791a936afc9cb821926889bcf55881a61a540fb42e17b6b0ae110180

No changes file available.

Binary packages built by this source

libjs-underscore: JavaScript's functional programming helper library

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.

node-underscore: JavaScript's functional programming helper library - NodeJS

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.
 .
 This package contains the NodeJS module.