File: control

package info (click to toggle)
node-loose-envify 1.4.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: javascript: 232; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,118 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: node-loose-envify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-browserify <!nocheck>
 , node-marked-man
 , node-js-tokens (>= 6) <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-loose-envify
Vcs-Git: https://salsa.debian.org/js-team/node-loose-envify.git
Homepage: https://github.com/zertosh/loose-envify
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-loose-envify
Architecture: all
Depends: ${misc:Depends}
 , node-js-tokens
 , nodejs:any
Multi-Arch: foreign
Description: Replace Node.js environment variables with plain strings
 Performs a Javascript source-to-source transformation (transpiling),
 that efficiently replaces process.env environment variables with plain
 strings. This makes the environment variable checks faster and easier to
 optimize out.
 .
 Node.js is an event-based server-side JavaScript engine.