node-detective 5.2.1+~5.1.2-1 source package in Ubuntu

Changelog

node-detective (5.2.1+~5.1.2-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * Embed typescript declarations
  * New upstream version 5.2.1+~5.1.2
  * Drop patch, our Node.js is up-to-date

 -- Yadd <email address hidden>  Sun, 17 Jul 2022 18:12:11 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-detective_5.2.1+~5.1.2-1.dsc 2.5 KiB f8f3f20922ce031b4df133c802460f879eca0780ce16c217ee8e7c5428208a59
node-detective_5.2.1+~5.1.2.orig-types-detective.tar.gz 2.9 KiB a47931022639b56f27bffcaac943caf491344722dfc124b8987c9798c067111b
node-detective_5.2.1+~5.1.2.orig.tar.gz 6.8 KiB 2642fa65f47cd2759c6ea4dab0d891361164408c344a0f4d484398869864df30
node-detective_5.2.1+~5.1.2-1.debian.tar.xz 3.8 KiB 05730b800f6e69e17817f358e6c699ef1a97ae1279194345069413ece31d7fff

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.