node-detective 5.2.0-1 source package in Ubuntu

Changelog

node-detective (5.2.0-1) unstable; urgency=medium

  * New upstream version
  * Bump debhelper and policy (no changes)
  * Move to /usr/share

 -- Bastien Roucariès <email address hidden>  Sun, 15 Sep 2019 20:40:46 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-detective_5.2.0-1.dsc 2.2 KiB 203e98bf35eda4397e0ec3adc52e5b0fb8716bed7eb07cbf49deefe6341ffd03
node-detective_5.2.0.orig.tar.gz 6.7 KiB ce671b09e6e0370a35aa1733734a19e88317195ca82c6edb75aedcadb918723b
node-detective_5.2.0-1.debian.tar.xz 3.5 KiB 3463b89af7894c6fdc580a0f9bcacc04e318b6e28db54431e7c99e3c7ef009fc

Available diffs

No changes file available.

Binary packages built by this source

node-detective: 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.