Source: node-detective
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper-compat (= 12)
 , dh-buildinfo
 , nodejs (>= 10)
 , dpkg-dev (>= 1.17.14)
 , node-tap (>=10) <!nocheck>
 , node-defined (>= 1.0.0) <!nocheck>
 , node-acorn-node (>= 1.3.0) <!nocheck>
 , node-minimist (>= 1.1.1) <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/substack/node-detective#readme
Vcs-Git: https://salsa.debian.org/js-team/node-detective.git
Vcs-Browser: https://salsa.debian.org/js-team/node-detective

Package: node-detective
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-defined (>= 1.0.0)
 , node-acorn-node (>= 1.3.0)
 , node-minimist (>= 1.1.1)
Description: find all require() calls by walking the AST
 This modules allows one to determine modules depends by
 walking AST tree and detecting require() call.
 .
 In computer science, an abstract syntax tree (AST),
 or just syntax tree, is a tree representation of the abstract
 syntactic structure of source code
 .
 This a dependency of Browserify is a JavaScript tool that allows
 developers to write Node.js-style modules that compile for use in
 the browser.
 .
 Node.js is an event-based server-side JavaScript engine.
