File: control

package info (click to toggle)
filesaver.js 2.0.4%2Bdfsg%2B~2.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: javascript: 122; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 832 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
Source: filesaver.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Build-Depends: debhelper-compat (= 13)
 , node-babel7
 , yui-compressor
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/filesaver.js
Vcs-Git: https://salsa.debian.org/js-team/filesaver.js.git
Homepage: https://github.com/eligrey/FileSaver.js
Rules-Requires-Root: no

Package: libjs-filesaver
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Client-side, HTML5 library for saving local files
 FileSaver.js is the solution to saving files on the client-side, and
 is perfect for web apps that generates files on the client.