underscore 1.7.0~dfsg-1ubuntu1 source package in Ubuntu

Changelog

underscore (1.7.0~dfsg-1ubuntu1) vivid; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Suggest javascript-common instead of recommending it.
    - Build using yui-compressor, we don't want uglifyjs's dependencies
      in main.
 -- Dmitry Shachnev <email address hidden>   Tue, 17 Feb 2015 13:11:07 +0300

Upload details

Uploaded by:
Dmitry Shachnev
Uploaded to:
Vivid
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main web

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.7.0~dfsg.orig.tar.gz 134.0 KiB 508063238b1c65610dfcbe465d75676a2470a4680ea55b5a89efeea5241cfc8b
underscore_1.7.0~dfsg-1ubuntu1.debian.tar.gz 7.5 KiB 9e44996e836328073f7848dd6f1512b47a048d1246ce0dc55ea25c3803b7f603
underscore_1.7.0~dfsg-1ubuntu1.dsc 2.1 KiB c77432c1a9e45d09b7410e5a27497bac535e71651276d5dcac0f62a71440251b

View changes file

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.