File: control

package info (click to toggle)
node-turbolinks 5.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 492 kB
  • sloc: javascript: 27; ruby: 12; sh: 5; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,206 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
Source: node-turbolinks
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>,
 Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , nodejs
 , coffeescript
 , webpack (>= 4~)
 , uglifyjs
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Homepage: https://github.com/turbolinks/turbolinks#readme
Vcs-Git: https://salsa.debian.org/js-team/node-turbolinks.git
Vcs-Browser: https://salsa.debian.org/js-team/node-turbolinks
Rules-Requires-Root: no

Package: node-turbolinks
Architecture: all
Depends:
 ${misc:Depends}
Provides: libjs-turbolinks (= ${source:Version})
Description: Turbolinks makes navigating your web application faster
 Get the performance benefits of a single-page application without the added
 complexity of a client-side JavaScript framework. Use HTML to render your
 views on the server side and link to pages as usual. When you follow a link,
 Turbolinks automatically fetches the page, swaps in its <body>, and merges
 its <head>, all without incurring the cost of a full page load.
 .
 Node.js is an event-based server-side JavaScript engine.