underscore 1.9.1~dfsg-3 source package in Ubuntu
Changelog
underscore (1.9.1~dfsg-3) unstable; urgency=medium * Team upload * Revert Janitor changes as required by release team (#986175) -- Yadd <email address hidden> Wed, 31 Mar 2021 14:21:21 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
underscore_1.9.1~dfsg-3.dsc | 2.1 KiB | 9809d94a08a96822bf673691640ef4ddaf4164e8dd1a28b5320ff1a880d201bd |
underscore_1.9.1~dfsg.orig.tar.xz | 134.8 KiB | 26832038e5282c0bde14d5cbe511a42053b5f440e1670f99ba67224a4fd45702 |
underscore_1.9.1~dfsg-3.debian.tar.xz | 9.1 KiB | 46c46607d26bab1fd4b4149e1ebbcc136924ad35e4eaf2c7cffedc43aed485bc |
Available diffs
- diff from 1.9.1~dfsg-1 to 1.9.1~dfsg-3 (2.1 KiB)
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.