File: control

package info (click to toggle)
node-fn-name 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: javascript: 39; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 927 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
Source: node-fn-name
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Shirish Togarla <shirishtogarla533@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 mocha,
 nodejs,
 pkg-js-tools,
Standards-Version: 4.5.0
Homepage: https://github.com/sindresorhus/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:
 nodejs,
 ${misc:Depends},
Description: Get the name of a named function
 There is a non-standard name property on functions in Javascript,
 but it's not supported in all browsers. This module tries that property then
 falls back to extracting the name from the function source.
 This package is a dependency for ava.
 .
 Node.js is an event-based server-side JavaScript engine.