node-lexical-scope 1.2.0+dfsg1-3 source package in Ubuntu

Changelog

node-lexical-scope (1.2.0+dfsg1-3) unstable; urgency=medium

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

 -- Bastien Roucariès <email address hidden>  Mon, 16 Sep 2019 22:04:49 +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-lexical-scope_1.2.0+dfsg1-3.dsc 2.3 KiB 1e674e91f4044883f57e70f54c340e4b6a36dff094ec5cc30d493034e55589b7
node-lexical-scope_1.2.0+dfsg1.orig.tar.gz 5.5 KiB a0651ac31db90fad47c195fea5130e903e4d3175dd581633a1dcd8259bb5d8f6
node-lexical-scope_1.2.0+dfsg1-3.debian.tar.xz 2.8 KiB 2de4ba37b09632ba2903e4b265c16f449ae3085ed207b4e7952ae69ca4c72395

Available diffs

No changes file available.

Binary packages built by this source

node-lexical-scope: detect global and local lexical identifiers in javascript

 This package detects whether an indentifier is global scope
 or lexical scope.
 .
 This a dependency of Browserify. 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.