Alien-SwaggerUI
view release on metacpan or search on metacpan
share/swagger-ui-bundle.js view on Meta::CPAN
141516171819202122232425262728293031323334
Licensed under the MIT License (MIT), see
*/
!function(){
"use strict"
;var n={}.hasOwnProperty;function o(){
for
(var e=[],t=0;t<arguments.
length
;t++){var r=arguments[t];
if
(r){var i=typeof r;
if
(
"string"
===i||
"number"
===i)e.
push
(r);
else
if
(Array.isArray(r)&
&r
.
length
){var a=o.apply(null,r);a&
&e
.
push
...
/*!
* The buffer module from node.js,
for
the browser.
*
*
@license
MIT
*/
var r=n(569),o=n(570),i=n(355);function a(){
return
u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){
if
(a()<t)throw new RangeError(
"Invalid typed array length"
);
return
u.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=u.
prototype
:(null=...
/*!
*
@description
Recursive object extending
*
@author
Viacheslav Lotsmanov <lotsmanov89
@gmail
.com>
*
@license
MIT
*
* The MIT License (MIT)
*
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
share/swagger-ui-bundle.js view on Meta::CPAN
41424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED
"AS IS"
, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
function n(e){
return
e instanceof t||e instanceof Date||e instanceof RegExp}function r(e){
if
(e instanceof t){var n=t.alloc?t.alloc(e.
length
):new t(e.
length
);
return
e.copy(n),n}
if
(e instanceof Date)
return
new Date(e.getTime());
if
(e instanceof RegExp)r...
/**
* Checks
if
an event is supported in the current execution environment.
*
* NOTE: This will not work correctly
for
non-generic events such as `change`,
* `
reset
`, `load`, `error`, and `
select
`.
*
* Borrows from Modernizr.
*
*
@param
{string} eventNameSuffix Event name, e.g.
"click"
.
*
@param
{?boolean} capture Check
if
the capture phase is supported.
*
@return
{boolean} True
if
the event is supported.
*
@internal
*
@license
Modernizr 3.0.0pre (Custom Build) | MIT
*/,e.exports=function(e,t){
if
(!o.canUseDOM||t&&!(
"addEventListener"
in document))
return
!1;var n=
"on"
+e,i=n in document;
if
(!i){var a=document.createElement(
"div"
);a.setAttribute(n,
"return;"
),i=
"function"
==typeof a[n]}
return
!i&
&r
&&
"wheel"
===e&&(i=docum...
/*!
* (c) 2017 Joachim Wester
* MIT license
*/
var n=this&
&this
.__extends||function(e,t){
for
(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);function r(){this.constructor=e}e.
prototype
=null===t?Object.create(t):(r.
prototype
=t.
prototype
,new r)},r=Object.
prototype
.hasOwnProperty;function o(e,t){
return
...
/**
@license
React v16.8.6
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/Object.defineProperty(t,
"__esModule"
,{value:!0});var r=
"function"
==typeof Symbol&
&Symbol
.
for
,o=r?Symbol.
for
(
"react.element"
):60103,i=r?Symbol.
for
(
"react.portal"
):60106,a=r?Symbol.
for
(
"react.fragment"
):60107,s=r?Symbol.
for
(
"react.strict_mode"
):6010...
/*!
* (c) 2017 Joachim Wester
* MIT license
*/
var r=n(267),o=n(456),i=n(456);t.applyOperation=i.applyOperation,t.applyPatch=i.applyPatch,t.applyReducer=i.applyReducer,t.getValueByPointer=i.getValueByPointer,t.validate=i.validate,t.validator=i.validator;var a=n(267);t.JsonPatchError=a.PatchError,...
/*!
*
@description
Recursive object extending
*
@author
Viacheslav Lotsmanov <lotsmanov89
@gmail
.com>
*
@license
MIT
*
* The MIT License (MIT)
*
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
share/swagger-ui-bundle.js.map view on Meta::CPAN
share/swagger-ui-standalone-preset.js view on Meta::CPAN
12345678910111213141516171819202122!function(t,e){
"object"
==typeof exports&&
"object"
==typeof module?module.exports=e(function(){
try
{
return
require
(
"esprima"
)}
catch
(t){}}()):
"function"
==typeof define&
&define
.amd?define([
"esprima"
],e):
"object"
==typeof exports?exports.SwaggerUIStandalone...
/*
object-assign
(c) Sindre Sorhus
@license
MIT
*/var r=Object.getOwnPropertySymbols,i=Object.
prototype
.hasOwnProperty,o=Object.
prototype
.propertyIsEnumerable;function u(t){
if
(null==t)throw new TypeError(
"Object.assign cannot be called with null or undefined"
);
return
Object(t)}t.exports=function()...
/*!
* The buffer module from node.js,
for
the browser.
*
*
@license
MIT
*/
var r=n(237),i=n(238),o=n(135);function u(){
return
a.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(t,e){
if
(u()<e)throw new RangeError(
"Invalid typed array length"
);
return
a.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e)).__proto__=a.
prototype
:(null=...
/**
@license
React v16.8.6
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/Object.defineProperty(e,
"__esModule"
,{value:!0});var r=
"function"
==typeof Symbol&
&Symbol
.
for
,i=r?Symbol.
for
(
"react.element"
):60103,o=r?Symbol.
for
(
"react.portal"
):60106,u=r?Symbol.
for
(
"react.fragment"
):60107,s=r?Symbol.
for
(
"react.strict_mode"
):6010...
//
# sourceMappingURL=swagger-ui-standalone-preset.js.map
share/swagger-ui-standalone-preset.js.map view on Meta::CPAN
share/swagger-ui.js view on Meta::CPAN
123456789!function(e,t){
"object"
==typeof exports&&
"object"
==typeof module?module.exports=t():
"function"
==typeof define&
&define
.amd?define([],t):
"object"
==typeof exports?exports.SwaggerUICore=t():e.SwaggerUICore=t()}(window,function(){
return
function(e){var t=...
/*!
* The buffer module from node.js,
for
the browser.
*
*
@license
MIT
*/
var r=n(418),o=n(419),a=n(420);function i(){
return
c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function u(e,t){
if
(i()<t)throw new RangeError(
"Invalid typed array length"
);
return
c.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=c.
prototype
:(null=...
//
# sourceMappingURL=swagger-ui.js.map
share/swagger-ui.js.map view on Meta::CPAN
1{
"version"
:3,
"sources"
:[
"webpack://SwaggerUICore/webpack/universalModuleDefinition"
,
"webpack://SwaggerUICore/webpack/bootstrap"
,
"webpack://SwaggerUICore/external \"react\""
,
"webpack://SwaggerUICore/external \"immutable\""
,"webpack://SwaggerUICore/./n...
( run in 0.634 second using v1.01-cache-2.11-cpan-49f99fa48dc )