Source: node-fn-name Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Shirish Togarla , 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.