File: control

package info (click to toggle)
backbone 1.4.1~dfsg%2B~1.4.15-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 8,068 kB
  • sloc: javascript: 7,290; makefile: 24; sh: 6
file content (78 lines) | stat: -rw-r--r-- 2,442 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: backbone
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 brotli,
 coffeescript <!nocheck>,
 debhelper-compat (= 13),
 jq,
 libjs-underscore (>= 1.8.3~dfsg) <!nocheck>,
 node-source-map,
 node-underscore (>= 1.8.3~dfsg) <!nocheck>,
 pandoc <!nodoc>,
 pigz,
 uglifyjs (>= 3),
Standards-Version: 4.6.0
Homepage: https://backbonejs.org/
Vcs-Browser: https://salsa.debian.org/js-team/backbone
Vcs-Git: https://salsa.debian.org/js-team/backbone.git
Rules-Requires-Root: no

Package: libjs-backbone
Architecture: all
Multi-Arch: foreign
Depends:
 libjs-underscore (>= 1.8.3~dfsg),
 ${misc:Depends},
Recommends:
 javascript-common,
Suggests:
 libjs-jquery | libjs-lodash,
 libjs-jquery-lazyload,
 libjs-json,
Description: some Backbone for JavaScript applications - browser library
 Backbone gives structure to your serious JavaScript web applications by
 supplying models with key-value binding and custom events, collections
 with a rich API of enumerable functions, views with declarative event
 handling, and connects it all to your existing API over a RESTful JSON
 interface.
 .
 This package contains backbone usable directly in web browsers.
 .
 RESTful persistence and DOM manipulation with Backbone.View requires
 either of the packages libjs-jquery libjs-lodash, and libjs-json for
 older Internet Explorer support.
 .
 Optimal rendering of upstream index.html requires the package
 libjs-jquery-lazyload.

Package: node-backbone
Architecture: all
Multi-Arch: foreign
Depends:
 libjs-backbone,
 node-underscore (>= 1.8.3~dfsg) | node-lodash,
 ${misc:Depends},
Recommends:
 node-jquery,
Suggests:
 libjs-jquery-lazyload,
Provides:
 node-types-backbone (= ${types:Version}),
Breaks: node-typescript-types (<< 20210110-2~)
Description: some Backbone for JavaScript applications - Node module
 Node is an event-based server-side JavaScript engine.
 .
 Backbone gives structure to your serious JavaScript web applications by
 supplying models with key-value binding and custom events, collections
 with a rich API of enumerable functions, views with declarative event
 handling, and connects it all to your existing API over a RESTful JSON
 interface.
 .
 This package contains node-uuid usable with Node.
 .
 Optimal rendering of upstream index.html requires the package
 libjs-jquery-lazyload.