captain-invalid-goods
Advanced tools
Comparing version 0.2.0 to 0.2.1
686
lib/index.js
@@ -76,3 +76,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/******/ // Load entry module and return exports | ||
/******/ return __webpack_require__(__webpack_require__.s = 432); | ||
/******/ return __webpack_require__(__webpack_require__.s = 447); | ||
/******/ }) | ||
@@ -105,4 +105,4 @@ /************************************************************************/ | ||
// to indexed object, toObject with fallback for non-array-like ES3 strings | ||
var IObject = __webpack_require__(50) | ||
, defined = __webpack_require__(25); | ||
var IObject = __webpack_require__(42) | ||
, defined = __webpack_require__(21); | ||
module.exports = function(it){ | ||
@@ -114,15 +114,57 @@ return IObject(defined(it)); | ||
/***/ 113: | ||
/***/ 12: | ||
/***/ (function(module, exports) { | ||
exports.f = Object.getOwnPropertySymbols; | ||
var hasOwnProperty = {}.hasOwnProperty; | ||
module.exports = function(it, key){ | ||
return hasOwnProperty.call(it, key); | ||
}; | ||
/***/ }), | ||
/***/ 12: | ||
/***/ 128: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
module.exports = { "default": __webpack_require__(130), __esModule: true }; | ||
/***/ }), | ||
/***/ 129: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
exports.__esModule = true; | ||
var _defineProperty = __webpack_require__(128); | ||
var _defineProperty2 = _interopRequireDefault(_defineProperty); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = function (obj, key, value) { | ||
if (key in obj) { | ||
(0, _defineProperty2.default)(obj, key, { | ||
value: value, | ||
enumerable: true, | ||
configurable: true, | ||
writable: true | ||
}); | ||
} else { | ||
obj[key] = value; | ||
} | ||
return obj; | ||
}; | ||
/***/ }), | ||
/***/ 13: | ||
/***/ (function(module, exports) { | ||
var hasOwnProperty = {}.hasOwnProperty; | ||
module.exports = function(it, key){ | ||
return hasOwnProperty.call(it, key); | ||
var toString = {}.toString; | ||
module.exports = function(it){ | ||
return toString.call(it).slice(8, -1); | ||
}; | ||
@@ -132,7 +174,27 @@ | ||
/***/ 13: | ||
/***/ 130: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
__webpack_require__(131); | ||
var $Object = __webpack_require__(3).Object; | ||
module.exports = function defineProperty(it, key, desc){ | ||
return $Object.defineProperty(it, key, desc); | ||
}; | ||
/***/ }), | ||
/***/ 131: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
var $export = __webpack_require__(17); | ||
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes) | ||
$export($export.S + $export.F * !__webpack_require__(4), 'Object', {defineProperty: __webpack_require__(8).f}); | ||
/***/ }), | ||
/***/ 14: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
// optional / simple context binding | ||
var aFunction = __webpack_require__(22); | ||
var aFunction = __webpack_require__(20); | ||
module.exports = function(fn, that, length){ | ||
@@ -159,3 +221,3 @@ aFunction(fn); | ||
/***/ 135: | ||
/***/ 141: | ||
/***/ (function(module, exports) { | ||
@@ -167,3 +229,3 @@ | ||
/***/ 142: | ||
/***/ 148: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -173,3 +235,3 @@ | ||
if (true) { | ||
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [module, exports, __webpack_require__(153)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory), | ||
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [module, exports, __webpack_require__(156)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory), | ||
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ? | ||
@@ -281,36 +343,11 @@ (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__), | ||
/***/ 143: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
module.exports = { "default": __webpack_require__(144), __esModule: true }; | ||
/***/ }), | ||
/***/ 144: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
__webpack_require__(146); | ||
var $Object = __webpack_require__(3).Object; | ||
module.exports = function defineProperty(it, key, desc){ | ||
return $Object.defineProperty(it, key, desc); | ||
}; | ||
/***/ }), | ||
/***/ 146: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
var $export = __webpack_require__(17); | ||
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes) | ||
$export($export.S + $export.F * !__webpack_require__(4), 'Object', {defineProperty: __webpack_require__(8).f}); | ||
/***/ }), | ||
/***/ 15: | ||
/***/ (function(module, exports) { | ||
var toString = {}.toString; | ||
module.exports = function(it){ | ||
return toString.call(it).slice(8, -1); | ||
module.exports = function(exec){ | ||
try { | ||
return !!exec(); | ||
} catch(e){ | ||
return true; | ||
} | ||
}; | ||
@@ -320,3 +357,3 @@ | ||
/***/ 153: | ||
/***/ 156: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -387,46 +424,2 @@ | ||
/***/ 159: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
exports.__esModule = true; | ||
var _defineProperty = __webpack_require__(143); | ||
var _defineProperty2 = _interopRequireDefault(_defineProperty); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = function (obj, key, value) { | ||
if (key in obj) { | ||
(0, _defineProperty2.default)(obj, key, { | ||
value: value, | ||
enumerable: true, | ||
configurable: true, | ||
writable: true | ||
}); | ||
} else { | ||
obj[key] = value; | ||
} | ||
return obj; | ||
}; | ||
/***/ }), | ||
/***/ 16: | ||
/***/ (function(module, exports) { | ||
module.exports = function(exec){ | ||
try { | ||
return !!exec(); | ||
} catch(e){ | ||
return true; | ||
} | ||
}; | ||
/***/ }), | ||
/***/ 17: | ||
@@ -437,3 +430,3 @@ /***/ (function(module, exports, __webpack_require__) { | ||
, core = __webpack_require__(3) | ||
, ctx = __webpack_require__(13) | ||
, ctx = __webpack_require__(14) | ||
, hide = __webpack_require__(7) | ||
@@ -500,23 +493,13 @@ , PROTOTYPE = 'prototype'; | ||
/***/ 22: | ||
/***/ (function(module, exports) { | ||
module.exports = function(it){ | ||
if(typeof it != 'function')throw TypeError(it + ' is not a function!'); | ||
return it; | ||
}; | ||
/***/ }), | ||
/***/ 222: | ||
/***/ 178: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
module.exports = { "default": __webpack_require__(223), __esModule: true }; | ||
module.exports = { "default": __webpack_require__(180), __esModule: true }; | ||
/***/ }), | ||
/***/ 223: | ||
/***/ 180: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
__webpack_require__(225); | ||
__webpack_require__(182); | ||
module.exports = __webpack_require__(3).Object.assign; | ||
@@ -526,3 +509,3 @@ | ||
/***/ 224: | ||
/***/ 181: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -533,11 +516,11 @@ | ||
// 19.1.2.1 Object.assign(target, source, ...) | ||
var getKeys = __webpack_require__(31) | ||
, gOPS = __webpack_require__(113) | ||
, pIE = __webpack_require__(56) | ||
, toObject = __webpack_require__(42) | ||
, IObject = __webpack_require__(50) | ||
var getKeys = __webpack_require__(29) | ||
, gOPS = __webpack_require__(69) | ||
, pIE = __webpack_require__(43) | ||
, toObject = __webpack_require__(53) | ||
, IObject = __webpack_require__(42) | ||
, $assign = Object.assign; | ||
// should work with symbols and should have deterministic property order (V8 bug) | ||
module.exports = !$assign || __webpack_require__(16)(function(){ | ||
module.exports = !$assign || __webpack_require__(15)(function(){ | ||
var A = {} | ||
@@ -568,3 +551,3 @@ , B = {} | ||
/***/ 225: | ||
/***/ 182: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -575,15 +558,12 @@ | ||
$export($export.S + $export.F, 'Object', {assign: __webpack_require__(224)}); | ||
$export($export.S + $export.F, 'Object', {assign: __webpack_require__(181)}); | ||
/***/ }), | ||
/***/ 23: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
/***/ 20: | ||
/***/ (function(module, exports) { | ||
var isObject = __webpack_require__(10) | ||
, document = __webpack_require__(0).document | ||
// in old IE typeof document.createElement is 'object' | ||
, is = isObject(document) && isObject(document.createElement); | ||
module.exports = function(it){ | ||
return is ? document.createElement(it) : {}; | ||
if(typeof it != 'function')throw TypeError(it + ' is not a function!'); | ||
return it; | ||
}; | ||
@@ -593,19 +573,5 @@ | ||
/***/ 24: | ||
/***/ 21: | ||
/***/ (function(module, exports) { | ||
module.exports = function(bitmap, value){ | ||
return { | ||
enumerable : !(bitmap & 1), | ||
configurable: !(bitmap & 2), | ||
writable : !(bitmap & 4), | ||
value : value | ||
}; | ||
}; | ||
/***/ }), | ||
/***/ 25: | ||
/***/ (function(module, exports) { | ||
// 7.2.1 RequireObjectCoercible(argument) | ||
@@ -619,10 +585,11 @@ module.exports = function(it){ | ||
/***/ 26: | ||
/***/ (function(module, exports) { | ||
/***/ 22: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
// 7.1.4 ToInteger | ||
var ceil = Math.ceil | ||
, floor = Math.floor; | ||
var isObject = __webpack_require__(10) | ||
, document = __webpack_require__(0).document | ||
// in old IE typeof document.createElement is 'object' | ||
, is = isObject(document) && isObject(document.createElement); | ||
module.exports = function(it){ | ||
return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it); | ||
return is ? document.createElement(it) : {}; | ||
}; | ||
@@ -632,16 +599,5 @@ | ||
/***/ 27: | ||
/***/ 229: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
var shared = __webpack_require__(33)('keys') | ||
, uid = __webpack_require__(29); | ||
module.exports = function(key){ | ||
return shared[key] || (shared[key] = uid(key)); | ||
}; | ||
/***/ }), | ||
/***/ 289: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
@@ -652,3 +608,3 @@ | ||
var _assign = __webpack_require__(222); | ||
var _assign = __webpack_require__(178); | ||
@@ -675,9 +631,35 @@ var _assign2 = _interopRequireDefault(_assign); | ||
/***/ 29: | ||
/***/ 23: | ||
/***/ (function(module, exports) { | ||
var id = 0 | ||
, px = Math.random(); | ||
module.exports = function(bitmap, value){ | ||
return { | ||
enumerable : !(bitmap & 1), | ||
configurable: !(bitmap & 2), | ||
writable : !(bitmap & 4), | ||
value : value | ||
}; | ||
}; | ||
/***/ }), | ||
/***/ 24: | ||
/***/ (function(module, exports) { | ||
// 7.1.4 ToInteger | ||
var ceil = Math.ceil | ||
, floor = Math.floor; | ||
module.exports = function(it){ | ||
return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it); | ||
}; | ||
/***/ }), | ||
/***/ 27: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
var shared = __webpack_require__(33)('keys') | ||
, uid = __webpack_require__(28); | ||
module.exports = function(key){ | ||
return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36)); | ||
return shared[key] || (shared[key] = uid(key)); | ||
}; | ||
@@ -687,15 +669,18 @@ | ||
/***/ 3: | ||
/***/ 28: | ||
/***/ (function(module, exports) { | ||
var core = module.exports = {version: '2.4.0'}; | ||
if(typeof __e == 'number')__e = core; // eslint-disable-line no-undef | ||
var id = 0 | ||
, px = Math.random(); | ||
module.exports = function(key){ | ||
return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36)); | ||
}; | ||
/***/ }), | ||
/***/ 31: | ||
/***/ 29: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
// 19.1.2.14 / 15.2.3.14 Object.keys(O) | ||
var $keys = __webpack_require__(41) | ||
var $keys = __webpack_require__(40) | ||
, enumBugKeys = __webpack_require__(32); | ||
@@ -709,2 +694,17 @@ | ||
/***/ 3: | ||
/***/ (function(module, exports) { | ||
var core = module.exports = {version: '2.4.0'}; | ||
if(typeof __e == 'number')__e = core; // eslint-disable-line no-undef | ||
/***/ }), | ||
/***/ 306: | ||
/***/ (function(module, exports) { | ||
// removed by extract-text-webpack-plugin | ||
/***/ }), | ||
/***/ 32: | ||
@@ -732,13 +732,31 @@ /***/ (function(module, exports) { | ||
/***/ 347: | ||
/***/ 34: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
// 7.1.1 ToPrimitive(input [, PreferredType]) | ||
var isObject = __webpack_require__(10); | ||
// instead of the ES6 spec version, we didn't implement @@toPrimitive case | ||
// and the second argument - flag - preferred type is a string | ||
module.exports = function(it, S){ | ||
if(!isObject(it))return it; | ||
var fn, val; | ||
if(S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it)))return val; | ||
if(typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it)))return val; | ||
if(!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it)))return val; | ||
throw TypeError("Can't convert object to primitive value"); | ||
}; | ||
/***/ }), | ||
/***/ 362: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
function injectStyle (ssrContext) { | ||
__webpack_require__(505) | ||
__webpack_require__(498) | ||
} | ||
var Component = __webpack_require__(5)( | ||
var Component = __webpack_require__(6)( | ||
/* script */ | ||
__webpack_require__(380), | ||
__webpack_require__(397), | ||
/* template */ | ||
__webpack_require__(608), | ||
__webpack_require__(598), | ||
/* styles */ | ||
@@ -757,20 +775,2 @@ injectStyle, | ||
/***/ 36: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
// 7.1.1 ToPrimitive(input [, PreferredType]) | ||
var isObject = __webpack_require__(10); | ||
// instead of the ES6 spec version, we didn't implement @@toPrimitive case | ||
// and the second argument - flag - preferred type is a string | ||
module.exports = function(it, S){ | ||
if(!isObject(it))return it; | ||
var fn, val; | ||
if(S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it)))return val; | ||
if(typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it)))return val; | ||
if(!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it)))return val; | ||
throw TypeError("Can't convert object to primitive value"); | ||
}; | ||
/***/ }), | ||
/***/ 38: | ||
@@ -780,3 +780,3 @@ /***/ (function(module, exports, __webpack_require__) { | ||
// 7.1.15 ToLength | ||
var toInteger = __webpack_require__(26) | ||
var toInteger = __webpack_require__(24) | ||
, min = Math.min; | ||
@@ -789,5 +789,14 @@ module.exports = function(it){ | ||
/***/ 380: | ||
/***/ 39: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
module.exports = !__webpack_require__(4) && !__webpack_require__(15)(function(){ | ||
return Object.defineProperty(__webpack_require__(22)('div'), 'a', {get: function(){ return 7; }}).a != 7; | ||
}); | ||
/***/ }), | ||
/***/ 397: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
@@ -800,7 +809,7 @@ | ||
var _extends2 = __webpack_require__(289); | ||
var _extends2 = __webpack_require__(229); | ||
var _extends3 = _interopRequireDefault(_extends2); | ||
var _defineProperty2 = __webpack_require__(159); | ||
var _defineProperty2 = __webpack_require__(129); | ||
@@ -850,3 +859,3 @@ var _defineProperty3 = _interopRequireDefault(_defineProperty2); | ||
var _helper = __webpack_require__(142); | ||
var _helper = __webpack_require__(148); | ||
@@ -857,5 +866,5 @@ var _helper2 = _interopRequireDefault(_helper); | ||
__webpack_require__(135); | ||
__webpack_require__(141); | ||
__webpack_require__(485); | ||
__webpack_require__(306); | ||
@@ -918,11 +927,2 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
/***/ 39: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
module.exports = !__webpack_require__(4) && !__webpack_require__(16)(function(){ | ||
return Object.defineProperty(__webpack_require__(23)('div'), 'a', {get: function(){ return 7; }}).a != 7; | ||
}); | ||
/***/ }), | ||
/***/ 4: | ||
@@ -932,3 +932,3 @@ /***/ (function(module, exports, __webpack_require__) { | ||
// Thank's IE8 for his funny defineProperty | ||
module.exports = !__webpack_require__(16)(function(){ | ||
module.exports = !__webpack_require__(15)(function(){ | ||
return Object.defineProperty({}, 'a', {get: function(){ return 7; }}).a != 7; | ||
@@ -939,3 +939,3 @@ }); | ||
/***/ 41: | ||
/***/ 40: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -945,3 +945,3 @@ | ||
, toIObject = __webpack_require__(11) | ||
, arrayIndexOf = __webpack_require__(58)(false) | ||
, arrayIndexOf = __webpack_require__(56)(false) | ||
, IE_PROTO = __webpack_require__(27)('IE_PROTO'); | ||
@@ -967,6 +967,6 @@ | ||
// 7.1.13 ToObject(argument) | ||
var defined = __webpack_require__(25); | ||
module.exports = function(it){ | ||
return Object(defined(it)); | ||
// fallback for non-array-like ES3 and non-enumerable old V8 strings | ||
var cof = __webpack_require__(13); | ||
module.exports = Object('z').propertyIsEnumerable(0) ? Object : function(it){ | ||
return cof(it) == 'String' ? it.split('') : Object(it); | ||
}; | ||
@@ -976,3 +976,10 @@ | ||
/***/ 432: | ||
/***/ 43: | ||
/***/ (function(module, exports) { | ||
exports.f = {}.propertyIsEnumerable; | ||
/***/ }), | ||
/***/ 447: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -987,3 +994,3 @@ | ||
var _main = __webpack_require__(347); | ||
var _main = __webpack_require__(362); | ||
@@ -998,3 +1005,3 @@ var _main2 = _interopRequireDefault(_main); | ||
/***/ 485: | ||
/***/ 498: | ||
/***/ (function(module, exports) { | ||
@@ -1007,106 +1014,19 @@ | ||
/***/ 5: | ||
/***/ (function(module, exports) { | ||
/***/ (function(module, exports, __webpack_require__) { | ||
/* globals __VUE_SSR_CONTEXT__ */ | ||
var isObject = __webpack_require__(10); | ||
module.exports = function(it){ | ||
if(!isObject(it))throw TypeError(it + ' is not an object!'); | ||
return it; | ||
}; | ||
// this module is a runtime utility for cleaner component module output and will | ||
// be included in the final webpack user bundle | ||
module.exports = function normalizeComponent ( | ||
rawScriptExports, | ||
compiledTemplate, | ||
injectStyles, | ||
scopeId, | ||
moduleIdentifier /* server only */ | ||
) { | ||
var esModule | ||
var scriptExports = rawScriptExports = rawScriptExports || {} | ||
// ES6 modules interop | ||
var type = typeof rawScriptExports.default | ||
if (type === 'object' || type === 'function') { | ||
esModule = rawScriptExports | ||
scriptExports = rawScriptExports.default | ||
} | ||
// Vue.extend constructor export interop | ||
var options = typeof scriptExports === 'function' | ||
? scriptExports.options | ||
: scriptExports | ||
// render functions | ||
if (compiledTemplate) { | ||
options.render = compiledTemplate.render | ||
options.staticRenderFns = compiledTemplate.staticRenderFns | ||
} | ||
// scopedId | ||
if (scopeId) { | ||
options._scopeId = scopeId | ||
} | ||
var hook | ||
if (moduleIdentifier) { // server build | ||
hook = function (context) { | ||
// 2.3 injection | ||
context = | ||
context || // cached call | ||
(this.$vnode && this.$vnode.ssrContext) || // stateful | ||
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional | ||
// 2.2 with runInNewContext: true | ||
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') { | ||
context = __VUE_SSR_CONTEXT__ | ||
} | ||
// inject component styles | ||
if (injectStyles) { | ||
injectStyles.call(this, context) | ||
} | ||
// register component module identifier for async chunk inferrence | ||
if (context && context._registeredComponents) { | ||
context._registeredComponents.add(moduleIdentifier) | ||
} | ||
} | ||
// used by ssr in case component is cached and beforeCreate | ||
// never gets called | ||
options._ssrRegister = hook | ||
} else if (injectStyles) { | ||
hook = injectStyles | ||
} | ||
if (hook) { | ||
var functional = options.functional | ||
var existing = functional | ||
? options.render | ||
: options.beforeCreate | ||
if (!functional) { | ||
// inject component registration as beforeCreate hook | ||
options.beforeCreate = existing | ||
? [].concat(existing, hook) | ||
: [hook] | ||
} else { | ||
// register for functioal component in vue file | ||
options.render = function renderWithStyleInjection (h, context) { | ||
hook.call(context) | ||
return existing(h, context) | ||
} | ||
} | ||
} | ||
return { | ||
esModule: esModule, | ||
exports: scriptExports, | ||
options: options | ||
} | ||
} | ||
/***/ }), | ||
/***/ 50: | ||
/***/ 53: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
// fallback for non-array-like ES3 and non-enumerable old V8 strings | ||
var cof = __webpack_require__(15); | ||
module.exports = Object('z').propertyIsEnumerable(0) ? Object : function(it){ | ||
return cof(it) == 'String' ? it.split('') : Object(it); | ||
// 7.1.13 ToObject(argument) | ||
var defined = __webpack_require__(21); | ||
module.exports = function(it){ | ||
return Object(defined(it)); | ||
}; | ||
@@ -1116,17 +1036,3 @@ | ||
/***/ 505: | ||
/***/ (function(module, exports) { | ||
// removed by extract-text-webpack-plugin | ||
/***/ }), | ||
/***/ 56: | ||
/***/ (function(module, exports) { | ||
exports.f = {}.propertyIsEnumerable; | ||
/***/ }), | ||
/***/ 58: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -1138,3 +1044,3 @@ | ||
, toLength = __webpack_require__(38) | ||
, toIndex = __webpack_require__(60); | ||
, toIndex = __webpack_require__(57); | ||
module.exports = function(IS_INCLUDES){ | ||
@@ -1159,17 +1065,6 @@ return function($this, el, fromIndex){ | ||
/***/ 6: | ||
/***/ 57: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
var isObject = __webpack_require__(10); | ||
module.exports = function(it){ | ||
if(!isObject(it))throw TypeError(it + ' is not an object!'); | ||
return it; | ||
}; | ||
/***/ }), | ||
/***/ 60: | ||
/***/ (function(module, exports, __webpack_require__) { | ||
var toInteger = __webpack_require__(26) | ||
var toInteger = __webpack_require__(24) | ||
, max = Math.max | ||
@@ -1184,3 +1079,3 @@ , min = Math.min; | ||
/***/ 608: | ||
/***/ 598: | ||
/***/ (function(module, exports) { | ||
@@ -1264,2 +1159,107 @@ | ||
/***/ 6: | ||
/***/ (function(module, exports) { | ||
/* globals __VUE_SSR_CONTEXT__ */ | ||
// this module is a runtime utility for cleaner component module output and will | ||
// be included in the final webpack user bundle | ||
module.exports = function normalizeComponent ( | ||
rawScriptExports, | ||
compiledTemplate, | ||
injectStyles, | ||
scopeId, | ||
moduleIdentifier /* server only */ | ||
) { | ||
var esModule | ||
var scriptExports = rawScriptExports = rawScriptExports || {} | ||
// ES6 modules interop | ||
var type = typeof rawScriptExports.default | ||
if (type === 'object' || type === 'function') { | ||
esModule = rawScriptExports | ||
scriptExports = rawScriptExports.default | ||
} | ||
// Vue.extend constructor export interop | ||
var options = typeof scriptExports === 'function' | ||
? scriptExports.options | ||
: scriptExports | ||
// render functions | ||
if (compiledTemplate) { | ||
options.render = compiledTemplate.render | ||
options.staticRenderFns = compiledTemplate.staticRenderFns | ||
} | ||
// scopedId | ||
if (scopeId) { | ||
options._scopeId = scopeId | ||
} | ||
var hook | ||
if (moduleIdentifier) { // server build | ||
hook = function (context) { | ||
// 2.3 injection | ||
context = | ||
context || // cached call | ||
(this.$vnode && this.$vnode.ssrContext) || // stateful | ||
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional | ||
// 2.2 with runInNewContext: true | ||
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') { | ||
context = __VUE_SSR_CONTEXT__ | ||
} | ||
// inject component styles | ||
if (injectStyles) { | ||
injectStyles.call(this, context) | ||
} | ||
// register component module identifier for async chunk inferrence | ||
if (context && context._registeredComponents) { | ||
context._registeredComponents.add(moduleIdentifier) | ||
} | ||
} | ||
// used by ssr in case component is cached and beforeCreate | ||
// never gets called | ||
options._ssrRegister = hook | ||
} else if (injectStyles) { | ||
hook = injectStyles | ||
} | ||
if (hook) { | ||
var functional = options.functional | ||
var existing = functional | ||
? options.render | ||
: options.beforeCreate | ||
if (!functional) { | ||
// inject component registration as beforeCreate hook | ||
options.beforeCreate = existing | ||
? [].concat(existing, hook) | ||
: [hook] | ||
} else { | ||
// register for functioal component in vue file | ||
options.render = function renderWithStyleInjection (h, context) { | ||
hook.call(context) | ||
return existing(h, context) | ||
} | ||
} | ||
} | ||
return { | ||
esModule: esModule, | ||
exports: scriptExports, | ||
options: options | ||
} | ||
} | ||
/***/ }), | ||
/***/ 69: | ||
/***/ (function(module, exports) { | ||
exports.f = Object.getOwnPropertySymbols; | ||
/***/ }), | ||
/***/ 7: | ||
@@ -1269,3 +1269,3 @@ /***/ (function(module, exports, __webpack_require__) { | ||
var dP = __webpack_require__(8) | ||
, createDesc = __webpack_require__(24); | ||
, createDesc = __webpack_require__(23); | ||
module.exports = __webpack_require__(4) ? function(object, key, value){ | ||
@@ -1283,5 +1283,5 @@ return dP.f(object, key, createDesc(1, value)); | ||
var anObject = __webpack_require__(6) | ||
var anObject = __webpack_require__(5) | ||
, IE8_DOM_DEFINE = __webpack_require__(39) | ||
, toPrimitive = __webpack_require__(36) | ||
, toPrimitive = __webpack_require__(34) | ||
, dP = Object.defineProperty; | ||
@@ -1288,0 +1288,0 @@ |
{ | ||
"name": "captain-invalid-goods", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "不可用商品列表组件", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55307