套件:node-underscore(1.9.1~dfsg-1+deb10u1)
node-underscore 的相關連結
Debian 的資源:
下載原始碼套件 underscore:
- [underscore_1.9.1~dfsg-1+deb10u1.dsc]
- [underscore_1.9.1~dfsg.orig.tar.xz]
- [underscore_1.9.1~dfsg-1+deb10u1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [underscorejs.org]
相似套件:
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.
其他與 node-underscore 有關的套件
|
|
|
|
-
- dep: libjs-underscore
- JavaScript's functional programming helper library
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable