requirejs 2.3.7+ds+~2.1.37-1 source package in Ubuntu

Changelog

requirejs (2.3.7+ds+~2.1.37-1) unstable; urgency=medium

  * New upstream version 2.3.7+ds+~2.1.37

 -- Georges Khaznadar <email address hidden>  Sat, 27 Jul 2024 12:56:18 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requirejs_2.3.7+ds+~2.1.37-1.dsc 2.5 KiB 845a7a3a08d7d1182e2585562ef893e454c2278c390246d7b3d9e2bfb226ac19
requirejs_2.3.7+ds+~2.1.37.orig-types-requirejs.tar.xz 4.3 KiB c2d8833244ed61ed4a0b842ea962235a60d93bfca566d112e4e63c32d0d77a93
requirejs_2.3.7+ds+~2.1.37.orig.tar.xz 7.0 MiB 23a1457b115adb6915998735bdf30190c196c5b25b7f13f077134d6e8a57c0fa
requirejs_2.3.7+ds+~2.1.37-1.debian.tar.xz 7.1 KiB 1a95d450c512bacdbc37facb4a97c0599a052e76bc5c22807658d1ddd9606212

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.