underscore 1.13.2-ok1 source package in openKylin
Changelog
underscore (1.13.2-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Wed, 31 Aug 2022 10:05:45 +0800
underscore (1.13.2-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Wed, 31 Aug 2022 10:05:45 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | web | |
Yangtze V1.0 | proposed | main | web |
File | Size | SHA-256 Checksum |
---|---|---|
underscore_1.13.2.orig.tar.gz | 417.3 KiB | 3c7c3ff1530e9b9e63246286c4bbdae13cb430863d96c3a9a98cd69fb7d590f2 |
underscore_1.13.2-ok1.debian.tar.xz | 4.9 KiB | 3ff44a6feb14d0c5370fc9049b6f04cd8ff82b5851edb66732d50d20342f4a43 |
underscore_1.13.2-ok1.dsc | 1.7 KiB | fc610ce728232d42596bc21ead5b8ae6ce873950d3d4e381e6aea092876a7972 |
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.
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.