2021-07-02 17:57:06 +00:00
|
|
|
/*!
|
|
|
|
* Connect - session - Cookie
|
|
|
|
* Copyright(c) 2010 Sencha Inc.
|
|
|
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* Connect - session - Session
|
|
|
|
* Copyright(c) 2010 Sencha Inc.
|
|
|
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* Connect - session - Store
|
|
|
|
* Copyright(c) 2010 Sencha Inc.
|
|
|
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions are met:
|
|
|
|
*
|
|
|
|
* 1. Redistributions of source code must retain the above copyright notice,
|
|
|
|
* this list of conditions and the following disclaimer.
|
|
|
|
*
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
|
|
* this list of conditions and the following disclaimer in the documentation
|
|
|
|
* and/or other materials provided with the distribution.
|
|
|
|
*
|
|
|
|
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
|
|
* be used to endorse or promote products derived from this software without
|
|
|
|
* specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
|
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
|
|
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* Copyright (c) 2018, Salesforce.com, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions are met:
|
|
|
|
*
|
|
|
|
* 1. Redistributions of source code must retain the above copyright notice,
|
|
|
|
* this list of conditions and the following disclaimer.
|
|
|
|
*
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
|
|
* this list of conditions and the following disclaimer in the documentation
|
|
|
|
* and/or other materials provided with the distribution.
|
|
|
|
*
|
|
|
|
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
|
|
|
* be used to endorse or promote products derived from this software without
|
|
|
|
* specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
|
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
|
|
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* Prototype.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* accepts
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* basic-auth
|
|
|
|
* Copyright(c) 2013 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* body-parser
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* body-parser
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* bytes
|
|
|
|
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2015 Jed Watson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* content-disposition
|
|
|
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* content-type
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* cookie
|
|
|
|
* Copyright(c) 2012-2014 Roman Shtylman
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* cookie-parser
|
|
|
|
* Copyright(c) 2014 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* depd
|
|
|
|
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* depd
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* depd
|
|
|
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* depd
|
|
|
|
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* depd
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* destroy
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* ee-first
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* encodeurl
|
|
|
|
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* escape-html
|
|
|
|
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2015 Andreas Lubbe
|
|
|
|
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* etag
|
|
|
|
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* express
|
|
|
|
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2013 Roman Shtylman
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* express
|
|
|
|
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* express-session
|
|
|
|
* Copyright(c) 2010 Sencha Inc.
|
|
|
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* express-session
|
|
|
|
* Copyright(c) 2010 Sencha Inc.
|
|
|
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* finalhandler
|
|
|
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* forwarded
|
|
|
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* fresh
|
|
|
|
* Copyright(c) 2012 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2016-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* http-errors
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* media-typer
|
|
|
|
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* memorystore
|
|
|
|
* Copyright(c) 2020 Rocco Musolino <@roccomuso>
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* merge-descriptors
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* methods
|
|
|
|
* Copyright(c) 2013-2014 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* mime-db
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* mime-types
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* morgan
|
|
|
|
* Copyright(c) 2010 Sencha Inc.
|
|
|
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* negotiator
|
|
|
|
* Copyright(c) 2012 Federico Romero
|
|
|
|
* Copyright(c) 2012-2014 Isaac Z. Schlueter
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* on-finished
|
|
|
|
* Copyright(c) 2013 Jonathan Ong
|
|
|
|
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* on-headers
|
|
|
|
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* parseurl
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* proxy-addr
|
|
|
|
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* random-bytes
|
|
|
|
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* range-parser
|
|
|
|
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* raw-body
|
|
|
|
* Copyright(c) 2013-2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* send
|
|
|
|
* Copyright(c) 2012 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* serve-static
|
|
|
|
* Copyright(c) 2010 Sencha Inc.
|
|
|
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* statuses
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* toidentifier
|
|
|
|
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* type-is
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* uid-safe
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
|
|
* Copyright(c) 2015-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* unpipe
|
|
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* vary
|
|
|
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
2021-09-22 14:45:25 +00:00
|
|
|
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
2021-07-02 17:57:06 +00:00
|
|
|
|
2021-09-22 14:45:25 +00:00
|
|
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|