1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: node-yajsml
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-yajsml
Vcs-Git: https://salsa.debian.org/js-team/node-yajsml.git
Homepage: https://github.com/cweider/yajsml
Rules-Requires-Root: no
Package: node-yajsml
Architecture: all
Depends: ${misc:Depends}
Suggests: libjs-jquery,
libjs-underscore
Multi-Arch: foreign
Description: Yet another (Common)JS module loader
Yajsml is a server-side component that allows JavaScript code to be
distributed in a reliable and performant way. Its three features are:
.
- Proxy pass through for individual resource requests.
- Bulk responses for requests of closely associated resources
(e.g. dependencies) when a request specifies a JSONP-style callback.
- Canonical packaged resources where requests for disparate resources
may be fulfilled through a redirect to one canonical packaged resource
(which exploits warmed caches).
.
The tool’s interface is simple enough that there is no need for a prescribed
implementation on the client-side. That said, the require-kernel is a terse
implementation of a CommonJS module manager that can use all the features in
yajsml.
|