underscore 1.13.4~dfsg+~1.11.4-ok1 source package in openKylin

Changelog

underscore (1.13.4~dfsg+~1.11.4-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Wed, 24 Apr 2024 15:09:39 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main web
Huanghe V3.0 release main web
Nile V2.0 release main web
Nile V2.0 proposed main web

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.13.4~dfsg+~1.11.4.orig-types-underscore.tar.xz 23.2 KiB 44b7eadc6bda0a7f62e22bf6c73627c84d238f6f2c5050480c7feb994595059c
underscore_1.13.4~dfsg+~1.11.4.orig.tar.xz 211.8 KiB 343e4f2ebf4111eb1b6100e967bb026efa91c7de810befd5ca0fc5efc0e86787
underscore_1.13.4~dfsg+~1.11.4-ok1.debian.tar.xz 6.6 KiB 965e77bb8c7f8b23ab703eb92f42cc7f71b1e750ba0b04bcb51cf98cd16245d1
underscore_1.13.4~dfsg+~1.11.4-ok1.dsc 2.3 KiB 90ede651718441ef9c3cfaa24911f08c9c7a994243f0d6f99b981d3b99870f73

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.