uglify-js 3.6.3-1 source package in Ubuntu

Changelog

uglify-js (3.6.3-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Use debhelper compatibility level 10.

 -- Jonas Smedegaard <email address hidden>  Tue, 22 Oct 2019 12:44:12 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
uglify-js_3.6.3-1.dsc 2.2 KiB 0c1b0f95853fc07edc440ae1108a51b53dd47849e38fbbe065e2aaa5b988efc7
uglify-js_3.6.3.orig.tar.gz 296.3 KiB 7a91f3cc109e8394817003558665904de0e377f916e71223d6dbd08dc5b29b6b
uglify-js_3.6.3-1.debian.tar.xz 11.3 KiB dbe0368bcb304d29bad1d76dc27eee480e74d6954b0195f659d1435dd75538dc

Available diffs

No changes file available.

Binary packages built by this source

libjs-uglify-js: No summary available for libjs-uglify-js in ubuntu groovy.

No description available for libjs-uglify-js in ubuntu groovy.

node-uglify-js: JavaScript parser, mangler/compressor and beautifier - Nodejs library

 UglifyJS is a JavaScript compressor/minifier written in JavaScript. It
 also contains tools that allow one to automate working with JavaScript
 code:
 .
  * A parser which produces an abstract syntax tree (AST) from
    JavaScript code.
  * A code generator which outputs JavaScript code from an AST, also
    providing the option to get a source map.
  * A compressor (optimizer) - it uses the transformer API to optimize
    an AST into a smaller one.
  * A mangler - reduce names of local variables to (usually)
    single-letters.
  * A scope analyzer, which is a tool that augments the AST with
    information about where variables are defined/referenced etc.
  * A tree walker - a simple API allowing you to do something on every
    node in the AST.
  * A tree transformer - another API intended to transform the tree.
 .
 All the above utilities and APIs are defined in ~6500 lines of code
 (except for the effective generation of the source-map, which is
 handled by the source-map module). Compared to alternatives, UglifyJS
 is pretty small.

uglifyjs: No summary available for uglifyjs in ubuntu groovy.

No description available for uglifyjs in ubuntu groovy.