requirejs 2.3.6+ds+~2.1.34-1 source package in Ubuntu
Changelog
requirejs (2.3.6+ds+~2.1.34-1) unstable; urgency=medium [ Chris Lamb ] * Make the build reproducible (Closes: #975958) [ Debian Janitor ] * Apply multi-arch hints. + libjs-requirejs, node-requirejs: Add Multi-Arch: foreign. [ Yadd ] * Declare compliance with policy 4.6.1 * Add ctype=nodejs to component(s) * Fix debian/watch * Update lintian overrides * Use uscan group and repack -- Yadd <email address hidden> Thu, 07 Jul 2022 15:09:03 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requirejs_2.3.6+ds+~2.1.34-1.dsc | 2.5 KiB | 5666fafcb7b60917043df5a4164f5c2589c684d2f7995bf84dad3900384235b0 |
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-1.debian.tar.xz | 7.0 KiB | 6e129ab6af8a2e712358490fce9737776f84d71eaaebda2f71a088421e97cd90 |
Available diffs
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.