uglify-js 3.13.4-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new bugfix release(s)

 -- Jonas Smedegaard <email address hidden>  Sun, 18 Apr 2021 09:53:20 +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

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
uglify-js_3.13.4-1.dsc 2.2 KiB ccc04e5d18995ea8e52013cc8ecabd94e263f8bf56748c1e660901f16ac5431c
uglify-js_3.13.4.orig.tar.gz 451.0 KiB 2bb7ffa38f1ab32c73580c44a365548fc1057fb19cce70695ba2c6491d0e25bb
uglify-js_3.13.4-1.debian.tar.xz 11.1 KiB 8aedf8549a9bf450e1bae021c7a5ef76f03013c69f8f78ed5db64b9e90f9a882

Available diffs

No changes file available.

Binary packages built by this source

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

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

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.
 .
 This package provides UglifyJS library
 usable with Node.JS.

uglifyjs: No summary available for uglifyjs in ubuntu impish.

No description available for uglifyjs in ubuntu impish.