File: control

package info (click to toggle)
underscore 1.8.3~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 688 kB
  • sloc: makefile: 20
file content (55 lines) | stat: -rw-r--r-- 2,244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: underscore
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
 , David Paleino <dapal@debian.org>
Build-Depends: cdbs,
 licensecheck,
 debhelper,
 dh-buildinfo,
 uglifyjs,
 node-source-map
Standards-Version: 3.9.8
Homepage: http://underscorejs.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/underscore
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/underscore.git

Package: libjs-underscore
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common,
 libjs-jquery
Description: 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.

Package: node-underscore
Architecture: all
Depends: ${misc:Depends}
 , nodejs
 , libjs-underscore
Description: 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.