requirejs 2.3.6+ds+~2.1.34-ok1 source package in openKylin

Changelog

requirejs (2.3.6+ds+~2.1.34-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Wed, 24 Apr 2024 15:11:38 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main web
Nile V2.0 proposed main web

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
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-ok1.debian.tar.xz 5.8 KiB 1de3d8a7d34d275737c9da557858ee9fcee174f46206d49425d0715e8d7292f4
requirejs_2.3.6+ds+~2.1.34-ok1.dsc 2.3 KiB e19274dae60f3f11094fdf92a8b9ebfca1a3fb85e351331918d5a4421874d9ce

View changes file

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.