Source: node-shebang-command
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-shebang-regex <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-shebang-command
Vcs-Git: https://salsa.debian.org/js-team/node-shebang-command.git
Homepage: https://github.com/kevva/shebang-command
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-shebang-command
Architecture: all
Depends: ${misc:Depends}
 , node-shebang-regex
Multi-Arch: foreign
Description: Get the command from a shebang
 This module provides functionality for retrieving the interpreter
 command specified in a script's shebang line. It supports shebangs
 that invoke interpreters directly as well as those that use
 /usr/bin/env to resolve the executable. The module returns only the
 command component, enabling higher-level tools to determine the
 appropriate interpreter for a given script.
 .
 A shebang is the character sequence "#!" placed at the beginning of a
 script to indicate which interpreter should be used to execute it.
 It typically specifies either a direct path to the interpreter or an
 invocation through /usr/bin/env for environment-based resolution.
 .
 Node.js is an event-based server-side JavaScript engine.
