File: control

package info (click to toggle)
libjs-angular-file-upload 12.2.13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 516 kB
  • sloc: javascript: 5,796; java: 207; xml: 179; cs: 33; sh: 32; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,281 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
Source: libjs-angular-file-upload
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ivan Udovichenko <iudovichenko@mirantis.com>,
 Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper-compat (= 13)
 , grunt
 , node-load-grunt-tasks
 , node-grunt-contrib-clean
 , node-grunt-contrib-concat
 , node-grunt-contrib-copy
 , node-grunt-contrib-uglify
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/js-team/libjs-angular-file-upload.git
Vcs-Browser: https://salsa.debian.org/js-team/libjs-angular-file-upload
Homepage: https://github.com/danialfarid/ng-file-upload
Rules-Requires-Root: no

Package: libjs-angular-file-upload
Architecture: all
Depends: ${misc:Depends}
 , libjs-angularjs
Recommends: javascript-common
Description: lightweight angular directive to upload files
 Angular ng-file-upload directive which supports a wide variety of features.
 It allows you to upload files in many sophisticated ways with ability to
 track the progress, native validation support for file type/size, image
 width/height/aspect ratio, video/audio duration, ng-required with
 pluggable custom sync or async validations, show thumbnail or preview of
 selected images/audio/videos, and more.