{“ast”:null,“code”:“'use strict'; // (C) 1995-2013 Jean-loup Gailly and Mark Adlern// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsinn//n// This software is provided 'as-is', without any express or impliedn// warranty. In no event will the authors be held liable for any damagesn// arising from the use of this software.n//n// Permission is granted to anyone to use this software for any purpose,n// including commercial applications, and to alter it and redistribute itn// freely, subject to the following restrictions:n//n// 1. The origin of this software must not be misrepresented; you must notn// claim that you wrote the original software. If you use this softwaren// in a product, an acknowledgment in the product documentation would ben// appreciated but is not required.n// 2. Altered source versions must be plainly marked as such, and must not ben// misrepresented as being the original software.n// 3. This notice may not be removed or altered from any source distribution.nnmodule.exports = {n 2: 'need dictionary',nn /* Z_NEED_DICT 2 */n 1: 'stream end',nn /* Z_STREAM_END 1 */n 0: '',nn /* Z_OK 0 */n '-1': 'file error',nn /* Z_ERRNO (-1) */n '-2': 'stream error',nn /* Z_STREAM_ERROR (-2) */n '-3': 'data error',nn /* Z_DATA_ERROR (-3) */n '-4': 'insufficient memory',nn /* Z_MEM_ERROR (-4) */n '-5': 'buffer error',nn /* Z_BUF_ERROR (-5) */n '-6': 'incompatible version'n /* Z_VERSION_ERROR (-6) */nn};”,“map”:null,“metadata”:{},“sourceType”:“module”}