File: control

package info (click to toggle)
node-fn.name 1.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: javascript: 68; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 809 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
Source: node-fn.name
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Harley Swick <fancycade@protonmail.com>, Roland Mas <lolando@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , nodejs
 , dh-sequence-nodejs
 , mocha
 , node-assume
Standards-Version: 4.5.0
Homepage: https://github.com/3rd-Eden/fn.name
Vcs-Git: https://salsa.debian.org/js-team/node-fn.name.git
Vcs-Browser: https://salsa.debian.org/js-team/node-fn.name
Rules-Requires-Root: no

Package: node-fn.name
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs:any
Description: Extract the name of a given function.
 Extract names from functions.
 .
 Useful as a build dependency for other packages to use.
 Typically for testing other node packages.