Lemonldap-NG-Portal
view release on metacpan or search on metacpan
site/htdocs/static/bwr/jquery/dist/jquery.js view on Meta::CPAN
"use strict";
if ( typeof module === "object" && typeof module.exports === "object" ) {
// For CommonJS and CommonJS-like environments where a proper `window`
// is present, execute the factory and get jQuery.
// For environments that do not have a `window` with a `document`
// (such as Node.js), expose a factory as module.exports.
// This accentuates the need for the creation of a real `window`.
// e.g. var jQuery = require("jquery")(window);
// See ticket trac-14549 for more info.
module.exports = global.document ?
factory( global, true ) :
function( w ) {
if ( !w.document ) {
throw new Error( "jQuery requires a window with a document" );
}
return factory( w );
};
} else {
site/htdocs/static/bwr/qrious/dist/qrious.js.map view on Meta::CPAN
{"version":3,"file":"qrious.js","sources":["../node_modules/nevis/src/extend.js","../node_modules/nevis/src/nevis.js","../node_modules/nevis/lite.js","../node_modules/qrious-core/src/renderer/Renderer.js","../node_modules/qrious-core/src/renderer/Can...
site/htdocs/static/bwr/qrious/dist/qrious.min.js.map view on Meta::CPAN
{"version":3,"file":"qrious.min.js","sources":["../node_modules/nevis/src/extend.js","../node_modules/nevis/src/nevis.js","../node_modules/qrious-core/src/renderer/Renderer.js","../node_modules/qrious-core/src/renderer/CanvasRenderer.js","../node_mod...
site/js-src/rollup.config.cjs view on Meta::CPAN
const fs = require('fs')
const path = require('path')
const babel = require('@rollup/plugin-babel')
const inputFiles = fs.readdirSync('.').filter(file => file.endsWith('.js'));
module.exports = inputFiles.map(file => ({
input: file,
output: {
file: path.join('..','htdocs','static','common','js', file),
format: 'iife',
name: path.basename(file, '.js'),
extend: true,
( run in 0.354 second using v1.01-cache-2.11-cpan-05444aca049 )