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.
|