requirejs 2.3.6+ds+~2.1.34-2 source package in Ubuntu

Changelog

requirejs (2.3.6+ds+~2.1.34-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 14:30:49 +0000

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requirejs_2.3.6+ds+~2.1.34-2.dsc 2.5 KiB b5c6a97ba492c94d35663308d2684944df6143e4c57a1ec10a5e1a59243c78af
requirejs_2.3.6+ds+~2.1.34.orig-types-requirejs.tar.xz 4.4 KiB 3a12a3a7b1561ee06de3e74a39c027980f5bb70a3233cf71542350a4e8507642
requirejs_2.3.6+ds+~2.1.34.orig.tar.xz 7.0 MiB d122aa9f215b220587f2e68b5bd5ff33a1c6f4f5683c92bf437bb502cc4c79af
requirejs_2.3.6+ds+~2.1.34-2.debian.tar.xz 7.0 KiB 2a1a34e89ff70b33b6fb9b3e89b306b69adf0485c824c0f683641ad593d315be

No changes file available.

Binary packages built by this source

libjs-requirejs: JavaScript file and module loader

 RequireJS loads plain JavaScript files as well as more defined
 modules. It is optimized for in-browser use, including in a Web
 Worker, but it can be used in other JavaScript environments, like
 Rhino and Node. It implements the Asynchronous Module API
 .
 RequireJS uses plain script tags to load modules/files, so it should
 allow for easy debugging. It can be used simply to load existing
 JavaScript files, so you can add it to your existing project without
 having to re-write your JavaScript files.
 .
 RequireJS includes an optimization tool you can run as part of your
 packaging steps for deploying your code. The optimization tool can
 combine and minify your JavaScript files to allow for better
 performance.
 .
 If the JavaScript file defines a JavaScript module via define(), then
 there are other benefits RequireJS can offer: improvements over
 traditional CommonJS modules and loading multiple versions of a
 module in a page. RequireJS also has a plugin system that supports
 features like i18n string bundles, and text file dependencies.
 .
 RequireJS does not have any dependencies on a JavaScript
 framework.
 .
 The standard require.js file is around 5.5KB when minified via
 Closure Compiler and gzipped.
 .
 RequireJS works in IE 6+, Firefox 2+, Safari 3.2+, Chrome 3+, and
 Opera 10+.
 .
 This package also provides a script r.js, that has two major functions:
  * Run AMD-based projects in Node and Rhino.
  * Includes the RequireJS Optimizer that combines scripts for optimal
   browser delivery.

node-requirejs: JavaScript file and module loader - NodeJS

 RequireJS loads plain JavaScript files as well as more defined
 modules. It is optimized for in-browser use, including in a Web
 Worker, but it can be used in other JavaScript environments, like
 Rhino and Node. It implements the Asynchronous Module API
 .
 RequireJS uses plain script tags to load modules/files, so it should
 allow for easy debugging. It can be used simply to load existing
 JavaScript files, so you can add it to your existing project without
 having to re-write your JavaScript files.
 .
 RequireJS includes an optimization tool you can run as part of your
 packaging steps for deploying your code. The optimization tool can
 combine and minify your JavaScript files to allow for better
 performance.
 .
 If the JavaScript file defines a JavaScript module via define(), then
 there are other benefits RequireJS can offer: improvements over
 traditional CommonJS modules and loading multiple versions of a
 module in a page. RequireJS also has a plugin system that supports
 features like i18n string bundles, and text file dependencies.
 .
 RequireJS does not have any dependencies on a JavaScript
 framework.
 .
 The standard require.js file is around 5.5KB when minified via
 Closure Compiler and gzipped.
 .
 This package also provides a script r.js, that has two major functions:
  * Run AMD-based projects in Node and Rhino.
  * Includes the RequireJS Optimizer that combines scripts for optimal
   browser delivery.