File: control

package info (click to toggle)
node-file-loader 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: makefile: 4; sh: 2
file content (30 lines) | stat: -rw-r--r-- 996 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
Source: node-file-loader
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
 , node-should
 , node-loader-utils (>= 1.0.2)
Standards-Version: 4.1.0
Homepage: https://github.com/webpack/file-loader
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-file-loader.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-file-loader.git

Package: node-file-loader
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-loader-utils (>= 1.0.2)
Description: file loader module for webpack
 This module instructs webpack to emit the required object as file and to
 return its public url. By default the filename of the resulting file is the
 MD5 hash of the file's contents with the original extension of the required
 resource.
 .
 Node.js is an event-based server-side JavaScript engine.