Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["public.bundle"],{
- /***/ "./assets/js/products/components/product-display.vue":
- /*!***********************************************************!*\
- !*** ./assets/js/products/components/product-display.vue ***!
- \***********************************************************/
- /*! exports provided: default */
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony import */ var _product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./product-display.vue?vue&type=script&lang=js& */ "./assets/js/products/components/product-display.vue?vue&type=script&lang=js&");
- /* empty/unused harmony star reexport *//* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */ "./node_modules/vue-loader/lib/runtime/componentNormalizer.js");
- var render, staticRenderFns
- /* normalize component */
- var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_1__["default"])(
- _product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__["default"],
- render,
- staticRenderFns,
- false,
- null,
- "1c5293c4",
- null
- )
- /* hot reload */
- if (true) {
- var api = __webpack_require__(/*! ./node_modules/vue-hot-reload-api/dist/index.js */ "./node_modules/vue-hot-reload-api/dist/index.js")
- api.install(__webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.js"))
- if (api.compatible) {
- module.hot.accept()
- if (!api.isRecorded('1c5293c4')) {
- api.createRecord('1c5293c4', component.options)
- } else {
- api.reload('1c5293c4', component.options)
- }
- }
- }
- component.options.__file = "assets/js/products/components/product-display.vue"
- /* harmony default export */ __webpack_exports__["default"] = (component.exports);
- /***/ }),
- /***/ "./assets/js/products/components/product-display.vue?vue&type=script&lang=js&":
- /*!************************************************************************************!*\
- !*** ./assets/js/products/components/product-display.vue?vue&type=script&lang=js& ***!
- \************************************************************************************/
- /*! exports provided: default */
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony import */ var _node_modules_babel_loader_lib_index_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../node_modules/babel-loader/lib??ref--0-0!../../../../node_modules/vue-loader/lib??vue-loader-options!./product-display.vue?vue&type=script&lang=js& */ "./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./assets/js/products/components/product-display.vue?vue&type=script&lang=js&");
- /* empty/unused harmony star reexport */ /* harmony default export */ __webpack_exports__["default"] = (_node_modules_babel_loader_lib_index_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__["default"]);
- /***/ }),
- /***/ "./assets/js/products/public.products.js":
- /*!***********************************************!*\
- !*** ./assets/js/products/public.products.js ***!
- \***********************************************/
- /*! exports provided: default */
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony import */ var _components_product_display_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./components/product-display.vue */ "./assets/js/products/components/product-display.vue");
- /* harmony default export */ __webpack_exports__["default"] = (function () {});
- /***/ }),
- /***/ "./assets/js/public.bundle.js":
- /*!************************************!*\
- !*** ./assets/js/public.bundle.js ***!
- \************************************/
- /*! no exports provided */
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony import */ var _products_public_products__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./products/public.products */ "./assets/js/products/public.products.js");
- /***/ }),
- /***/ "./node_modules/ansi-html/index.js":
- /*!*****************************************!*\
- !*** ./node_modules/ansi-html/index.js ***!
- \*****************************************/
- /*! no static exports found */
- /***/ (function(module, exports, __webpack_require__) {
- "use strict";
- module.exports = ansiHTML
- // Reference to https://github.com/sindresorhus/ansi-regex
- var _regANSI = /(?:(?:\u001b\[)|\u009b)(?:(?:[0-9]{1,3})?(?:(?:;[0-9]{0,3})*)?[A-M|f-m])|\u001b[A-M]/
- var _defColors = {
- reset: ['fff', '000'], // [FOREGROUD_COLOR, BACKGROUND_COLOR]
- black: '000',
- red: 'ff0000',
- green: '209805',
- yellow: 'e8bf03',
- blue: '0000ff',
- magenta: 'ff00ff',
- cyan: '00ffee',
- lightgrey: 'f0f0f0',
- darkgrey: '888'
- }
- var _styles = {
- 30: 'black',
- 31: 'red',
- 32: 'green',
- 33: 'yellow',
- 34: 'blue',
- 35: 'magenta',
- 36: 'cyan',
- 37: 'lightgrey'
- }
- var _openTags = {
- '1': 'font-weight:bold', // bold
- '2': 'opacity:0.5', // dim
- '3': '<i>', // italic
- '4': '<u>', // underscore
- '8': 'display:none', // hidden
- '9': '<del>' // delete
- }
- var _closeTags = {
- '23': '</i>', // reset italic
- '24': '</u>', // reset underscore
- '29': '</del>' // reset delete
- }
- ;[0, 21, 22, 27, 28, 39, 49].forEach(function (n) {
- _closeTags[n] = '</span>'
- })
- /**
- * Converts text with ANSI color codes to HTML markup.
- * @param {String} text
- * @returns {*}
- */
- function ansiHTML (text) {
- // Returns the text if the string has no ANSI escape code.
- if (!_regANSI.test(text)) {
- return text
- }
- // Cache opened sequence.
- var ansiCodes = []
- // Replace with markup.
- var ret = text.replace(/\033\[(\d+)*m/g, function (match, seq) {
- var ot = _openTags[seq]
- if (ot) {
- // If current sequence has been opened, close it.
- if (!!~ansiCodes.indexOf(seq)) { // eslint-disable-line no-extra-boolean-cast
- ansiCodes.pop()
- return '</span>'
- }
- // Open tag.
- ansiCodes.push(seq)
- return ot[0] === '<' ? ot : '<span style="' + ot + ';">'
- }
- var ct = _closeTags[seq]
- if (ct) {
- // Pop sequence
- ansiCodes.pop()
- return ct
- }
- return ''
- })
- // Make sure tags are closed.
- var l = ansiCodes.length
- ;(l > 0) && (ret += Array(l + 1).join('</span>'))
- return ret
- }
- /**
- * Customize colors.
- * @param {Object} colors reference to _defColors
- */
- ansiHTML.setColors = function (colors) {
- if (typeof colors !== 'object') {
- throw new Error('`colors` parameter must be an Object.')
- }
- var _finalColors = {}
- for (var key in _defColors) {
- var hex = colors.hasOwnProperty(key) ? colors[key] : null
- if (!hex) {
- _finalColors[key] = _defColors[key]
- continue
- }
- if ('reset' === key) {
- if (typeof hex === 'string') {
- hex = [hex]
- }
- if (!Array.isArray(hex) || hex.length === 0 || hex.some(function (h) {
- return typeof h !== 'string'
- })) {
- throw new Error('The value of `' + key + '` property must be an Array and each item could only be a hex string, e.g.: FF0000')
- }
- var defHexColor = _defColors[key]
- if (!hex[0]) {
- hex[0] = defHexColor[0]
- }
- if (hex.length === 1 || !hex[1]) {
- hex = [hex[0]]
- hex.push(defHexColor[1])
- }
- hex = hex.slice(0, 2)
- } else if (typeof hex !== 'string') {
- throw new Error('The value of `' + key + '` property must be a hex string, e.g.: FF0000')
- }
- _finalColors[key] = hex
- }
- _setTags(_finalColors)
- }
- /**
- * Reset colors.
- */
- ansiHTML.reset = function () {
- _setTags(_defColors)
- }
- /**
- * Expose tags, including open and close.
- * @type {Object}
- */
- ansiHTML.tags = {}
- if (Object.defineProperty) {
- Object.defineProperty(ansiHTML.tags, 'open', {
- get: function () { return _openTags }
- })
- Object.defineProperty(ansiHTML.tags, 'close', {
- get: function () { return _closeTags }
- })
- } else {
- ansiHTML.tags.open = _openTags
- ansiHTML.tags.close = _closeTags
- }
- function _setTags (colors) {
- // reset all
- _openTags['0'] = 'font-weight:normal;opacity:1;color:#' + colors.reset[0] + ';background:#' + colors.reset[1]
- // inverse
- _openTags['7'] = 'color:#' + colors.reset[1] + ';background:#' + colors.reset[0]
- // dark grey
- _openTags['90'] = 'color:#' + colors.darkgrey
- for (var code in _styles) {
- var color = _styles[code]
- var oriColor = colors[color] || '000'
- _openTags[code] = 'color:#' + oriColor
- code = parseInt(code)
- _openTags[(code + 10).toString()] = 'background:#' + oriColor
- }
- }
- ansiHTML.reset()
- /***/ }),
- /***/ "./node_modules/ansi-regex/index.js":
- /*!******************************************!*\
- !*** ./node_modules/ansi-regex/index.js ***!
- \******************************************/
- /*! no static exports found */
- /***/ (function(module, exports, __webpack_require__) {
- "use strict";
- module.exports = function () {
- return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
- };
- /***/ }),
- /***/ "./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./assets/js/products/components/product-display.vue?vue&type=script&lang=js&":
- /*!********************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./assets/js/products/components/product-display.vue?vue&type=script&lang=js& ***!
- \********************************************************************************************************************************************************************************/
- /*! exports provided: default */
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony import */ var vue_router__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue-router */ "./node_modules/vue-router/dist/vue-router.esm.js");
- /* harmony default export */ __webpack_exports__["default"] = ({
- name: 'ProductDisplay',
- router: new vue_router__WEBPACK_IMPORTED_MODULE_0__["default"]({
- routes: [{
- name: 'offer',
- path: '/'
- }, {
- name: 'posts',
- path: '/posts'
- }, {
- name: 'howtoget',
- path: '/how-to-get'
- }, {
- name: 'reviews',
- path: '/reviews'
- }, {
- name: 'gallery',
- path: '/gallery'
- }, {
- name: 'request',
- path: '/request'
- }]
- })
- });
- /***/ }),
- },[[5,"runtime"]]]);
Advertisement
Add Comment
Please, Sign In to add comment