node-is-module 1.0.0-4 source package in Ubuntu

Changelog

node-is-module (1.0.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-is-module: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 15:18:39 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-is-module_1.0.0-4.dsc 2.0 KiB be4a1845ff0391b53ffc8368629574cbbbd3c20c13040fb600449d7020d491da
node-is-module_1.0.0.orig.tar.gz 1.7 KiB 22bf997e4deeb4a29682d4235c9abfea0b183810bbc9baab1edc858afbc2512c
node-is-module_1.0.0-4.debian.tar.xz 2.4 KiB f0fbc0bdf563c2bb584dae07203fc72b77baf37903a1360d6b5e308f834da22f

Available diffs

No changes file available.

Binary packages built by this source

node-is-module: Node.js code to check if a string is an ES6 module

 This simple code checks whether a string is the source of an ES6 module. It
 doesn't actually execute the code and doesn't check other module types, so
 source strings without module loaders aren't recognized as modules.
 .
 Node.js is an event-based server-side JavaScript engine.