UNPKG

smartdown

Version:

A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.

1 lines 1.92 MB
!function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).stdlib_datasets_exclude=e()}((function(){return function e(t,o,a){function _(r,h){if(!o[r]){if(!t[r]){var d="function"==typeof require&&require;if(!h&&d)return d(r,!0);if(n)return n(r,!0);var i=new Error("Cannot find module '"+r+"'");throw i.code="MODULE_NOT_FOUND",i}var m=o[r]={exports:{}};t[r][0].call(m.exports,(function(e){return _(t[r][1][e]||e)}),m,m.exports,e,t,o,a)}return o[r].exports}for(var n="function"==typeof require&&require,r=0;r<a.length;r++)_(a[r]);return _}({1:[function(e,t,o){"use strict";var a="function"==typeof Float32Array?Float32Array:void 0;t.exports=a},{}],2:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-float32array-support"),n=e("./float32array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./float32array.js":1,"./polyfill.js":3,"@stdlib/assert/has-float32array-support":29}],3:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],4:[function(e,t,o){"use strict";var a="function"==typeof Float64Array?Float64Array:void 0;t.exports=a},{}],5:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-float64array-support"),n=e("./float64array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./float64array.js":4,"./polyfill.js":6,"@stdlib/assert/has-float64array-support":32}],6:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],7:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-int16array-support"),n=e("./int16array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./int16array.js":8,"./polyfill.js":9,"@stdlib/assert/has-int16array-support":34}],8:[function(e,t,o){"use strict";var a="function"==typeof Int16Array?Int16Array:void 0;t.exports=a},{}],9:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],10:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-int32array-support"),n=e("./int32array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./int32array.js":11,"./polyfill.js":12,"@stdlib/assert/has-int32array-support":37}],11:[function(e,t,o){"use strict";var a="function"==typeof Int32Array?Int32Array:void 0;t.exports=a},{}],12:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],13:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-int8array-support"),n=e("./int8array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./int8array.js":14,"./polyfill.js":15,"@stdlib/assert/has-int8array-support":40}],14:[function(e,t,o){"use strict";var a="function"==typeof Int8Array?Int8Array:void 0;t.exports=a},{}],15:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],16:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-uint16array-support"),n=e("./uint16array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./polyfill.js":17,"./uint16array.js":18,"@stdlib/assert/has-uint16array-support":52}],17:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],18:[function(e,t,o){"use strict";var a="function"==typeof Uint16Array?Uint16Array:void 0;t.exports=a},{}],19:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-uint32array-support"),n=e("./uint32array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./polyfill.js":20,"./uint32array.js":21,"@stdlib/assert/has-uint32array-support":55}],20:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],21:[function(e,t,o){"use strict";var a="function"==typeof Uint32Array?Uint32Array:void 0;t.exports=a},{}],22:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-uint8array-support"),n=e("./uint8array.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./polyfill.js":23,"./uint8array.js":24,"@stdlib/assert/has-uint8array-support":58}],23:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],24:[function(e,t,o){"use strict";var a="function"==typeof Uint8Array?Uint8Array:void 0;t.exports=a},{}],25:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-uint8clampedarray-support"),n=e("./uint8clampedarray.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./polyfill.js":26,"./uint8clampedarray.js":27,"@stdlib/assert/has-uint8clampedarray-support":61}],26:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],27:[function(e,t,o){"use strict";var a="function"==typeof Uint8ClampedArray?Uint8ClampedArray:void 0;t.exports=a},{}],28:[function(e,t,o){"use strict";var a="function"==typeof Float32Array?Float32Array:null;t.exports=a},{}],29:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":30}],30:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-float32array"),_=e("@stdlib/constants/float64/pinf"),n=e("./float32array.js");t.exports=function(){var e,t;if("function"!=typeof n)return!1;try{t=new n([1,3.14,-3.14,5e40]),e=a(t)&&1===t[0]&&3.140000104904175===t[1]&&-3.140000104904175===t[2]&&t[3]===_}catch(t){e=!1}return e}},{"./float32array.js":28,"@stdlib/assert/is-float32array":86,"@stdlib/constants/float64/pinf":148}],31:[function(e,t,o){"use strict";var a="function"==typeof Float64Array?Float64Array:null;t.exports=a},{}],32:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":33}],33:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-float64array"),_=e("./float64array.js");t.exports=function(){var e,t;if("function"!=typeof _)return!1;try{t=new _([1,3.14,-3.14,NaN]),e=a(t)&&1===t[0]&&3.14===t[1]&&-3.14===t[2]&&t[3]!=t[3]}catch(t){e=!1}return e}},{"./float64array.js":31,"@stdlib/assert/is-float64array":88}],34:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":36}],35:[function(e,t,o){"use strict";var a="function"==typeof Int16Array?Int16Array:null;t.exports=a},{}],36:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-int16array"),_=e("@stdlib/constants/int16/max"),n=e("@stdlib/constants/int16/min"),r=e("./int16array.js");t.exports=function(){var e,t;if("function"!=typeof r)return!1;try{t=new r([1,3.14,-3.14,_+1]),e=a(t)&&1===t[0]&&3===t[1]&&-3===t[2]&&t[3]===n}catch(t){e=!1}return e}},{"./int16array.js":35,"@stdlib/assert/is-int16array":92,"@stdlib/constants/int16/max":149,"@stdlib/constants/int16/min":150}],37:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":39}],38:[function(e,t,o){"use strict";var a="function"==typeof Int32Array?Int32Array:null;t.exports=a},{}],39:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-int32array"),_=e("@stdlib/constants/int32/max"),n=e("@stdlib/constants/int32/min"),r=e("./int32array.js");t.exports=function(){var e,t;if("function"!=typeof r)return!1;try{t=new r([1,3.14,-3.14,_+1]),e=a(t)&&1===t[0]&&3===t[1]&&-3===t[2]&&t[3]===n}catch(t){e=!1}return e}},{"./int32array.js":38,"@stdlib/assert/is-int32array":94,"@stdlib/constants/int32/max":151,"@stdlib/constants/int32/min":152}],40:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":42}],41:[function(e,t,o){"use strict";var a="function"==typeof Int8Array?Int8Array:null;t.exports=a},{}],42:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-int8array"),_=e("@stdlib/constants/int8/max"),n=e("@stdlib/constants/int8/min"),r=e("./int8array.js");t.exports=function(){var e,t;if("function"!=typeof r)return!1;try{t=new r([1,3.14,-3.14,_+1]),e=a(t)&&1===t[0]&&3===t[1]&&-3===t[2]&&t[3]===n}catch(t){e=!1}return e}},{"./int8array.js":41,"@stdlib/assert/is-int8array":96,"@stdlib/constants/int8/max":153,"@stdlib/constants/int8/min":154}],43:[function(e,t,o){(function(e){(function(){"use strict";var o="function"==typeof e?e:null;t.exports=o}).call(this)}).call(this,e("buffer").Buffer)},{buffer:320}],44:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":45}],45:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-buffer"),_=e("./buffer.js");t.exports=function(){var e,t;if("function"!=typeof _)return!1;try{t="function"==typeof _.from?_.from([1,2,3,4]):new _([1,2,3,4]),e=a(t)&&1===t[0]&&2===t[1]&&3===t[2]&&4===t[3]}catch(t){e=!1}return e}},{"./buffer.js":43,"@stdlib/assert/is-buffer":76}],46:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":47}],47:[function(e,t,o){"use strict";var a=Object.prototype.hasOwnProperty;t.exports=function(e,t){return null!=e&&a.call(e,t)}},{}],48:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":49}],49:[function(e,t,o){"use strict";t.exports=function(){return"function"==typeof Symbol&&"symbol"==typeof Symbol("foo")}},{}],50:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":51}],51:[function(e,t,o){"use strict";var a=e("@stdlib/assert/has-symbol-support")();t.exports=function(){return a&&"symbol"==typeof Symbol.toStringTag}},{"@stdlib/assert/has-symbol-support":48}],52:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":53}],53:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-uint16array"),_=e("@stdlib/constants/uint16/max"),n=e("./uint16array.js");t.exports=function(){var e,t;if("function"!=typeof n)return!1;try{t=new n(t=[1,3.14,-3.14,_+1,_+2]),e=a(t)&&1===t[0]&&3===t[1]&&t[2]===_-2&&0===t[3]&&1===t[4]}catch(t){e=!1}return e}},{"./uint16array.js":54,"@stdlib/assert/is-uint16array":129,"@stdlib/constants/uint16/max":155}],54:[function(e,t,o){"use strict";var a="function"==typeof Uint16Array?Uint16Array:null;t.exports=a},{}],55:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":56}],56:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-uint32array"),_=e("@stdlib/constants/uint32/max"),n=e("./uint32array.js");t.exports=function(){var e,t;if("function"!=typeof n)return!1;try{t=new n(t=[1,3.14,-3.14,_+1,_+2]),e=a(t)&&1===t[0]&&3===t[1]&&t[2]===_-2&&0===t[3]&&1===t[4]}catch(t){e=!1}return e}},{"./uint32array.js":57,"@stdlib/assert/is-uint32array":131,"@stdlib/constants/uint32/max":156}],57:[function(e,t,o){"use strict";var a="function"==typeof Uint32Array?Uint32Array:null;t.exports=a},{}],58:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":59}],59:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-uint8array"),_=e("@stdlib/constants/uint8/max"),n=e("./uint8array.js");t.exports=function(){var e,t;if("function"!=typeof n)return!1;try{t=new n(t=[1,3.14,-3.14,_+1,_+2]),e=a(t)&&1===t[0]&&3===t[1]&&t[2]===_-2&&0===t[3]&&1===t[4]}catch(t){e=!1}return e}},{"./uint8array.js":60,"@stdlib/assert/is-uint8array":133,"@stdlib/constants/uint8/max":157}],60:[function(e,t,o){"use strict";var a="function"==typeof Uint8Array?Uint8Array:null;t.exports=a},{}],61:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":62}],62:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-uint8clampedarray"),_=e("./uint8clampedarray.js");t.exports=function(){var e,t;if("function"!=typeof _)return!1;try{t=new _([-1,0,1,3.14,4.99,255,256]),e=a(t)&&0===t[0]&&0===t[1]&&1===t[2]&&3===t[3]&&5===t[4]&&255===t[5]&&255===t[6]}catch(t){e=!1}return e}},{"./uint8clampedarray.js":63,"@stdlib/assert/is-uint8clampedarray":135}],63:[function(e,t,o){"use strict";var a="function"==typeof Uint8ClampedArray?Uint8ClampedArray:null;t.exports=a},{}],64:[function(e,t,o){"use strict";var a,_=e("./main.js");a=function(){return _(arguments)}(),t.exports=a},{"./main.js":66}],65:[function(e,t,o){"use strict";var a,_=e("./detect.js"),n=e("./main.js"),r=e("./polyfill.js");a=_?n:r,t.exports=a},{"./detect.js":64,"./main.js":66,"./polyfill.js":67}],66:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class");t.exports=function(e){return"[object Arguments]"===a(e)}},{"@stdlib/utils/native-class":295}],67:[function(e,t,o){"use strict";var a=e("@stdlib/assert/has-own-property"),_=e("@stdlib/assert/is-enumerable-property"),n=e("@stdlib/assert/is-array"),r=e("@stdlib/math/base/assert/is-integer"),h=e("@stdlib/constants/uint32/max");t.exports=function(e){return null!==e&&"object"==typeof e&&!n(e)&&"number"==typeof e.length&&r(e.length)&&e.length>=0&&e.length<=h&&a(e,"callee")&&!_(e,"callee")}},{"@stdlib/assert/has-own-property":46,"@stdlib/assert/is-array":68,"@stdlib/assert/is-enumerable-property":81,"@stdlib/constants/uint32/max":156,"@stdlib/math/base/assert/is-integer":236}],68:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":69}],69:[function(e,t,o){"use strict";var a,_=e("@stdlib/utils/native-class");a=Array.isArray?Array.isArray:function(e){return"[object Array]"===_(e)},t.exports=a},{"@stdlib/utils/native-class":295}],70:[function(e,t,o){"use strict";var a=e("@stdlib/utils/define-nonenumerable-read-only-property"),_=e("./main.js"),n=e("./primitive.js"),r=e("./object.js");a(_,"isPrimitive",n),a(_,"isObject",r),t.exports=_},{"./main.js":71,"./object.js":72,"./primitive.js":73,"@stdlib/utils/define-nonenumerable-read-only-property":256}],71:[function(e,t,o){"use strict";var a=e("./primitive.js"),_=e("./object.js");t.exports=function(e){return a(e)||_(e)}},{"./object.js":72,"./primitive.js":73}],72:[function(e,t,o){"use strict";var a=e("@stdlib/assert/has-tostringtag-support"),_=e("@stdlib/utils/native-class"),n=e("./try2serialize.js"),r=a();t.exports=function(e){return"object"==typeof e&&(e instanceof Boolean||(r?n(e):"[object Boolean]"===_(e)))}},{"./try2serialize.js":75,"@stdlib/assert/has-tostringtag-support":50,"@stdlib/utils/native-class":295}],73:[function(e,t,o){"use strict";t.exports=function(e){return"boolean"==typeof e}},{}],74:[function(e,t,o){"use strict";var a=Boolean.prototype.toString;t.exports=a},{}],75:[function(e,t,o){"use strict";var a=e("./tostring.js");t.exports=function(e){try{return a.call(e),!0}catch(e){return!1}}},{"./tostring.js":74}],76:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":77}],77:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-object-like");t.exports=function(e){return a(e)&&(e._isBuffer||e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e))}},{"@stdlib/assert/is-object-like":117}],78:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":79}],79:[function(e,t,o){"use strict";var a=e("@stdlib/math/base/assert/is-integer"),_=e("@stdlib/constants/array/max-typed-array-length");t.exports=function(e){return"object"==typeof e&&null!==e&&"number"==typeof e.length&&a(e.length)&&e.length>=0&&e.length<=_}},{"@stdlib/constants/array/max-typed-array-length":146,"@stdlib/math/base/assert/is-integer":236}],80:[function(e,t,o){"use strict";var a;a=!e("./native.js").call("beep","0"),t.exports=a},{"./native.js":83}],81:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":82}],82:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-string"),_=e("@stdlib/assert/is-nan").isPrimitive,n=e("@stdlib/assert/is-integer").isPrimitive,r=e("./native.js"),h=e("./has_string_enumerability_bug.js");t.exports=function(e,t){var o;return null!=e&&(!(o=r.call(e,t))&&h&&a(e)?!_(t=+t)&&n(t)&&t>=0&&t<e.length:o)}},{"./has_string_enumerability_bug.js":80,"./native.js":83,"@stdlib/assert/is-integer":98,"@stdlib/assert/is-nan":103,"@stdlib/assert/is-string":123}],83:[function(e,t,o){"use strict";var a=Object.prototype.propertyIsEnumerable;t.exports=a},{}],84:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":85}],85:[function(e,t,o){"use strict";var a=e("@stdlib/utils/get-prototype-of"),_=e("@stdlib/utils/native-class");t.exports=function(e){if("object"!=typeof e||null===e)return!1;if(e instanceof Error)return!0;for(;e;){if("[object Error]"===_(e))return!0;e=a(e)}return!1}},{"@stdlib/utils/get-prototype-of":267,"@stdlib/utils/native-class":295}],86:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":87}],87:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Float32Array;t.exports=function(e){return _&&e instanceof Float32Array||"[object Float32Array]"===a(e)}},{"@stdlib/utils/native-class":295}],88:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":89}],89:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Float64Array;t.exports=function(e){return _&&e instanceof Float64Array||"[object Float64Array]"===a(e)}},{"@stdlib/utils/native-class":295}],90:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":91}],91:[function(e,t,o){"use strict";var a=e("@stdlib/utils/type-of");t.exports=function(e){return"function"===a(e)}},{"@stdlib/utils/type-of":316}],92:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":93}],93:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Int16Array;t.exports=function(e){return _&&e instanceof Int16Array||"[object Int16Array]"===a(e)}},{"@stdlib/utils/native-class":295}],94:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":95}],95:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Int32Array;t.exports=function(e){return _&&e instanceof Int32Array||"[object Int32Array]"===a(e)}},{"@stdlib/utils/native-class":295}],96:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":97}],97:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Int8Array;t.exports=function(e){return _&&e instanceof Int8Array||"[object Int8Array]"===a(e)}},{"@stdlib/utils/native-class":295}],98:[function(e,t,o){"use strict";var a=e("@stdlib/utils/define-nonenumerable-read-only-property"),_=e("./main.js"),n=e("./primitive.js"),r=e("./object.js");a(_,"isPrimitive",n),a(_,"isObject",r),t.exports=_},{"./main.js":100,"./object.js":101,"./primitive.js":102,"@stdlib/utils/define-nonenumerable-read-only-property":256}],99:[function(e,t,o){"use strict";var a=e("@stdlib/constants/float64/pinf"),_=e("@stdlib/constants/float64/ninf"),n=e("@stdlib/math/base/assert/is-integer");t.exports=function(e){return e<a&&e>_&&n(e)}},{"@stdlib/constants/float64/ninf":147,"@stdlib/constants/float64/pinf":148,"@stdlib/math/base/assert/is-integer":236}],100:[function(e,t,o){"use strict";var a=e("./primitive.js"),_=e("./object.js");t.exports=function(e){return a(e)||_(e)}},{"./object.js":101,"./primitive.js":102}],101:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-number").isObject,_=e("./integer.js");t.exports=function(e){return a(e)&&_(e.valueOf())}},{"./integer.js":99,"@stdlib/assert/is-number":111}],102:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-number").isPrimitive,_=e("./integer.js");t.exports=function(e){return a(e)&&_(e)}},{"./integer.js":99,"@stdlib/assert/is-number":111}],103:[function(e,t,o){"use strict";var a=e("@stdlib/utils/define-nonenumerable-read-only-property"),_=e("./main.js"),n=e("./primitive.js"),r=e("./object.js");a(_,"isPrimitive",n),a(_,"isObject",r),t.exports=_},{"./main.js":104,"./object.js":105,"./primitive.js":106,"@stdlib/utils/define-nonenumerable-read-only-property":256}],104:[function(e,t,o){"use strict";var a=e("./primitive.js"),_=e("./object.js");t.exports=function(e){return a(e)||_(e)}},{"./object.js":105,"./primitive.js":106}],105:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-number").isObject,_=e("@stdlib/math/base/assert/is-nan");t.exports=function(e){return a(e)&&_(e.valueOf())}},{"@stdlib/assert/is-number":111,"@stdlib/math/base/assert/is-nan":238}],106:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-number").isPrimitive,_=e("@stdlib/math/base/assert/is-nan");t.exports=function(e){return a(e)&&_(e)}},{"@stdlib/assert/is-number":111,"@stdlib/math/base/assert/is-nan":238}],107:[function(e,t,o){"use strict";var a=e("@stdlib/utils/define-nonenumerable-read-only-property"),_=e("./main.js"),n=e("./primitive.js"),r=e("./object.js");a(_,"isPrimitive",n),a(_,"isObject",r),t.exports=_},{"./main.js":108,"./object.js":109,"./primitive.js":110,"@stdlib/utils/define-nonenumerable-read-only-property":256}],108:[function(e,t,o){"use strict";var a=e("./primitive.js"),_=e("./object.js");t.exports=function(e){return a(e)||_(e)}},{"./object.js":109,"./primitive.js":110}],109:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-integer").isObject;t.exports=function(e){return a(e)&&e.valueOf()>=0}},{"@stdlib/assert/is-integer":98}],110:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-integer").isPrimitive;t.exports=function(e){return a(e)&&e>=0}},{"@stdlib/assert/is-integer":98}],111:[function(e,t,o){"use strict";var a=e("@stdlib/utils/define-nonenumerable-read-only-property"),_=e("./main.js"),n=e("./primitive.js"),r=e("./object.js");a(_,"isPrimitive",n),a(_,"isObject",r),t.exports=_},{"./main.js":112,"./object.js":113,"./primitive.js":114,"@stdlib/utils/define-nonenumerable-read-only-property":256}],112:[function(e,t,o){"use strict";var a=e("./primitive.js"),_=e("./object.js");t.exports=function(e){return a(e)||_(e)}},{"./object.js":113,"./primitive.js":114}],113:[function(e,t,o){"use strict";var a=e("@stdlib/assert/has-tostringtag-support"),_=e("@stdlib/utils/native-class"),n=e("@stdlib/number/ctor"),r=e("./try2serialize.js"),h=a();t.exports=function(e){return"object"==typeof e&&(e instanceof n||(h?r(e):"[object Number]"===_(e)))}},{"./try2serialize.js":116,"@stdlib/assert/has-tostringtag-support":50,"@stdlib/number/ctor":242,"@stdlib/utils/native-class":295}],114:[function(e,t,o){"use strict";t.exports=function(e){return"number"==typeof e}},{}],115:[function(e,t,o){"use strict";var a=e("@stdlib/number/ctor").prototype.toString;t.exports=a},{"@stdlib/number/ctor":242}],116:[function(e,t,o){"use strict";var a=e("./tostring.js");t.exports=function(e){try{return a.call(e),!0}catch(e){return!1}}},{"./tostring.js":115}],117:[function(e,t,o){"use strict";var a=e("@stdlib/utils/define-nonenumerable-read-only-property"),_=e("@stdlib/assert/tools/array-function"),n=e("./main.js");a(n,"isObjectLikeArray",_(n)),t.exports=n},{"./main.js":118,"@stdlib/assert/tools/array-function":138,"@stdlib/utils/define-nonenumerable-read-only-property":256}],118:[function(e,t,o){"use strict";t.exports=function(e){return null!==e&&"object"==typeof e}},{}],119:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":120}],120:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-array");t.exports=function(e){return"object"==typeof e&&null!==e&&!a(e)}},{"@stdlib/assert/is-array":68}],121:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":122}],122:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-object"),_=e("@stdlib/assert/is-function"),n=e("@stdlib/utils/get-prototype-of"),r=e("@stdlib/assert/has-own-property"),h=e("@stdlib/utils/native-class"),d=Object.prototype;t.exports=function(e){var t;return!!a(e)&&(!(t=n(e))||!r(e,"constructor")&&r(t,"constructor")&&_(t.constructor)&&"[object Function]"===h(t.constructor)&&r(t,"isPrototypeOf")&&_(t.isPrototypeOf)&&(t===d||function(e){var t;for(t in e)if(!r(e,t))return!1;return!0}(e)))}},{"@stdlib/assert/has-own-property":46,"@stdlib/assert/is-function":90,"@stdlib/assert/is-object":119,"@stdlib/utils/get-prototype-of":267,"@stdlib/utils/native-class":295}],123:[function(e,t,o){"use strict";var a=e("@stdlib/utils/define-nonenumerable-read-only-property"),_=e("./main.js"),n=e("./primitive.js"),r=e("./object.js");a(_,"isPrimitive",n),a(_,"isObject",r),t.exports=_},{"./main.js":124,"./object.js":125,"./primitive.js":126,"@stdlib/utils/define-nonenumerable-read-only-property":256}],124:[function(e,t,o){"use strict";var a=e("./primitive.js"),_=e("./object.js");t.exports=function(e){return a(e)||_(e)}},{"./object.js":125,"./primitive.js":126}],125:[function(e,t,o){"use strict";var a=e("@stdlib/assert/has-tostringtag-support"),_=e("@stdlib/utils/native-class"),n=e("./try2valueof.js"),r=a();t.exports=function(e){return"object"==typeof e&&(e instanceof String||(r?n(e):"[object String]"===_(e)))}},{"./try2valueof.js":127,"@stdlib/assert/has-tostringtag-support":50,"@stdlib/utils/native-class":295}],126:[function(e,t,o){"use strict";t.exports=function(e){return"string"==typeof e}},{}],127:[function(e,t,o){"use strict";var a=e("./valueof.js");t.exports=function(e){try{return a.call(e),!0}catch(e){return!1}}},{"./valueof.js":128}],128:[function(e,t,o){"use strict";var a=String.prototype.valueOf;t.exports=a},{}],129:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":130}],130:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Uint16Array;t.exports=function(e){return _&&e instanceof Uint16Array||"[object Uint16Array]"===a(e)}},{"@stdlib/utils/native-class":295}],131:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":132}],132:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Uint32Array;t.exports=function(e){return _&&e instanceof Uint32Array||"[object Uint32Array]"===a(e)}},{"@stdlib/utils/native-class":295}],133:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":134}],134:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Uint8Array;t.exports=function(e){return _&&e instanceof Uint8Array||"[object Uint8Array]"===a(e)}},{"@stdlib/utils/native-class":295}],135:[function(e,t,o){"use strict";var a=e("./main.js");t.exports=a},{"./main.js":136}],136:[function(e,t,o){"use strict";var a=e("@stdlib/utils/native-class"),_="function"==typeof Uint8ClampedArray;t.exports=function(e){return _&&e instanceof Uint8ClampedArray||"[object Uint8ClampedArray]"===a(e)}},{"@stdlib/utils/native-class":295}],137:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-array");t.exports=function(e){if("function"!=typeof e)throw new TypeError("invalid argument. Must provide a function. Value: `"+e+"`.");return function(t){var o,_;if(!a(t))return!1;if(0===(o=t.length))return!1;for(_=0;_<o;_++)if(!1===e(t[_]))return!1;return!0}}},{"@stdlib/assert/is-array":68}],138:[function(e,t,o){"use strict";var a=e("./arrayfcn.js");t.exports=a},{"./arrayfcn.js":137}],139:[function(e,t,o){"use strict";var a=e("buffer").Buffer;t.exports=a},{buffer:320}],140:[function(e,t,o){"use strict";var a,_=e("@stdlib/assert/has-node-buffer-support"),n=e("./buffer.js"),r=e("./polyfill.js");a=_()?n:r,t.exports=a},{"./buffer.js":139,"./polyfill.js":141,"@stdlib/assert/has-node-buffer-support":44}],141:[function(e,t,o){"use strict";t.exports=function(){throw new Error("not implemented")}},{}],142:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-function")(e("@stdlib/buffer/ctor").from);t.exports=a},{"@stdlib/assert/is-function":90,"@stdlib/buffer/ctor":140}],143:[function(e,t,o){"use strict";var a,_=e("./has_from.js"),n=e("./main.js"),r=e("./polyfill.js");a=_?n:r,t.exports=a},{"./has_from.js":142,"./main.js":144,"./polyfill.js":145}],144:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-buffer"),_=e("@stdlib/buffer/ctor");t.exports=function(e){if(!a(e))throw new TypeError("invalid argument. Must provide a Buffer. Value: `"+e+"`");return _.from(e)}},{"@stdlib/assert/is-buffer":76,"@stdlib/buffer/ctor":140}],145:[function(e,t,o){"use strict";var a=e("@stdlib/assert/is-buffer"),_=e("@stdlib/buffer/ctor");t.exports=function(e){if(!a(e))throw new TypeError("invalid argument. Must provide a Buffer. Value: `"+e+"`");return new _(e)}},{"@stdlib/assert/is-buffer":76,"@stdlib/buffer/ctor":140}],146:[function(e,t,o){"use strict";t.exports=9007199254740991},{}],147:[function(e,t,o){"use strict";var a=e("@stdlib/number/ctor").NEGATIVE_INFINITY;t.exports=a},{"@stdlib/number/ctor":242}],148:[function(e,t,o){"use strict";var a=Number.POSITIVE_INFINITY;t.exports=a},{}],149:[function(e,t,o){"use strict";t.exports=32767},{}],150:[function(e,t,o){"use strict";t.exports=-32768},{}],151:[function(e,t,o){"use strict";t.exports=2147483647},{}],152:[function(e,t,o){"use strict";t.exports=-2147483648},{}],153:[function(e,t,o){"use strict";t.exports=127},{}],154:[function(e,t,o){"use strict";t.exports=-128},{}],155:[function(e,t,o){"use strict";t.exports=65535},{}],156:[function(e,t,o){"use strict";t.exports=4294967295},{}],157:[function(e,t,o){"use strict";t.exports=255},{}],158:[function(e,t,o){t.exports=[["abandon",-2],["abandoned",-2],["abandons",-2],["abducted",-2],["abduction",-2],["abductions",-2],["abhor",-3],["abhorred",-3],["abhorrent",-3],["abhors",-3],["abilities",2],["ability",2],["aboard",1],["absentee",-1],["absentees",-1],["absolve",2],["absolved",2],["absolves",2],["absolving",2],["absorbed",1],["abuse",-3],["abused",-3],["abuses",-3],["abusive",-3],["accept",1],["accepted",1],["accepting",1],["accepts",1],["accident",-2],["accidental",-2],["accidentally",-2],["accidents",-2],["accomplish",2],["accomplished",2],["accomplishes",2],["accusation",-2],["accusations",-2],["accuse",-2],["accused",-2],["accuses",-2],["accusing",-2],["ache",-2],["achievable",1],["aching",-2],["acquit",2],["acquits",2],["acquitted",2],["acquitting",2],["acrimonious",-3],["active",1],["adequate",1],["admire",3],["admired",3],["admires",3],["admiring",3],["admit",-1],["admits",-1],["admitted",-1],["admonish",-2],["admonished",-2],["adopt",1],["adopts",1],["adorable",3],["adore",3],["adored",3],["adores",3],["advanced",1],["advantage",2],["advantages",2],["adventure",2],["adventures",2],["adventurous",2],["affected",-1],["affection",3],["affectionate",3],["afflicted",-1],["affronted",-1],["afraid",-2],["aggravate",-2],["aggravated",-2],["aggravates",-2],["aggravating",-2],["aggression",-2],["aggressions",-2],["aggressive",-2],["aghast",-2],["agog",2],["agonise",-3],["agonised",-3],["agonises",-3],["agonising",-3],["agonize",-3],["agonized",-3],["agonizes",-3],["agonizing",-3],["agree",1],["agreeable",2],["agreed",1],["agreement",1],["agrees",1],["alarm",-2],["alarmed",-2],["alarmist",-2],["alarmists",-2],["alas",-1],["alert",-1],["alienation",-2],["alive",1],["allergic",-2],["allow",1],["alone",-2],["amaze",2],["amazed",2],["amazes",2],["amazing",4],["ambitious",2],["ambivalent",-1],["amuse",3],["amused",3],["amusement",3],["amusements",3],["anger",-3],["angers",-3],["angry",-3],["anguish",-3],["anguished",-3],["animosity",-2],["annoy",-2],["annoyance",-2],["annoyed",-2],["annoying",-2],["annoys",-2],["antagonistic",-2],["anti",-1],["anticipation",1],["anxiety",-2],["anxious",-2],["apathetic",-3],["apathy",-3],["apeshit",-3],["apocalyptic",-2],["apologise",-1],["apologised",-1],["apologises",-1],["apologising",-1],["apologize",-1],["apologized",-1],["apologizes",-1],["apologizing",-1],["apology",-1],["appalled",-2],["appalling",-2],["appease",2],["appeased",2],["appeases",2],["appeasing",2],["applaud",2],["applauded",2],["applauding",2],["applauds",2],["applause",2],["appreciate",2],["appreciated",2],["appreciates",2],["appreciating",2],["appreciation",2],["apprehensive",-2],["approval",2],["approved",2],["approves",2],["ardent",1],["arrest",-2],["arrested",-3],["arrests",-2],["arrogant",-2],["ashame",-2],["ashamed",-2],["ass",-4],["assassination",-3],["assassinations",-3],["asset",2],["assets",2],["assfucking",-4],["asshole",-4],["astonished",2],["astound",3],["astounded",3],["astounding",3],["astoundingly",3],["astounds",3],["attack",-1],["attacked",-1],["attacking",-1],["attacks",-1],["attract",1],["attracted",1],["attracting",2],["attraction",2],["attractions",2],["attracts",1],["audacious",3],["authority",1],["avert",-1],["averted",-1],["averts",-1],["avid",2],["avoid",-1],["avoided",-1],["avoids",-1],["await",-1],["awaited",-1],["awaits",-1],["award",3],["awarded",3],["awards",3],["awesome",4],["awful",-3],["awkward",-2],["axe",-1],["axed",-1],["backed",1],["backing",2],["backs",1],["bad",-3],["badass",-3],["badly",-3],["bailout",-2],["bamboozle",-2],["bamboozled",-2],["bamboozles",-2],["ban",-2],["banish",-1],["bankrupt",-3],["bankster",-3],["banned",-2],["bargain",2],["barrier",-2],["bastard",-5],["bastards",-5],["battle",-1],["battles",-1],["beaten",-2],["beatific",3],["beating",-1],["beauties",3],["beautiful",3],["beautifully",3],["beautify",3],["belittle",-2],["belittled",-2],["beloved",3],["benefit",2],["benefits",2],["benefitted",2],["benefitting",2],["bereave",-2],["bereaved",-2],["bereaves",-2],["bereaving",-2],["best",3],["betray",-3],["betrayal",-3],["betrayed",-3],["betraying",-3],["betrays",-3],["better",2],["bias",-1],["biased",-2],["big",1],["bitch",-5],["bitches",-5],["bitter",-2],["bitterly",-2],["bizarre",-2],["blah",-2],["blame",-2],["blamed",-2],["blames",-2],["blaming",-2],["bless",2],["blesses",2],["blessing",3],["blind",-1],["bliss",3],["blissful",3],["blithe",2],["block",-1],["blockbuster",3],["blocked",-1],["blocking",-1],["blocks",-1],["bloody",-3],["blurry",-2],["boastful",-2],["bold",2],["boldly",2],["bomb",-1],["boost",1],["boosted",1],["boosting",1],["boosts",1],["bore",-2],["bored",-2],["boring",-3],["bother",-2],["bothered",-2],["bothers",-2],["bothersome",-2],["boycott",-2],["boycotted",-2],["boycotting",-2],["boycotts",-2],["brainwashing",-3],["brave",2],["breakthrough",3],["breathtaking",5],["bribe",-3],["bright",1],["brightest",2],["brightness",1],["brilliant",4],["brisk",2],["broke",-1],["broken",-1],["brooding",-2],["bullied",-2],["bullshit",-4],["bully",-2],["bullying",-2],["bummer",-2],["buoyant",2],["burden",-2],["burdened",-2],["burdening",-2],["burdens",-2],["calm",2],["calmed",2],["calming",2],["calms",2],["can't stand",-3],["cancel",-1],["cancelled",-1],["cancelling",-1],["cancels",-1],["cancer",-1],["capable",1],["captivated",3],["care",2],["carefree",1],["careful",2],["carefully",2],["careless",-2],["cares",2],["cashing in",-2],["casualty",-2],["catastrophe",-3],["catastrophic",-4],["cautious",-1],["celebrate",3],["celebrated",3],["celebrates",3],["celebrating",3],["censor",-2],["censored",-2],["censors",-2],["certain",1],["chagrin",-2],["chagrined",-2],["challenge",-1],["chance",2],["chances",2],["chaos",-2],["chaotic",-2],["charged",-3],["charges",-2],["charm",3],["charming",3],["charmless",-3],["chastise",-3],["chastised",-3],["chastises",-3],["chastising",-3],["cheat",-3],["cheated",-3],["cheater",-3],["cheaters",-3],["cheats",-3],["cheer",2],["cheered",2],["cheerful",2],["cheering",2],["cheerless",-2],["cheers",2],["cheery",3],["cherish",2],["cherished",2],["cherishes",2],["cherishing",2],["chic",2],["childish",-2],["chilling",-1],["choke",-2],["choked",-2],["chokes",-2],["choking",-2],["clarifies",2],["clarity",2],["clash",-2],["classy",3],["clean",2],["cleaner",2],["clear",1],["cleared",1],["clearly",1],["clears",1],["clever",2],["clouded",-1],["clueless",-2],["cock",-5],["cocksucker",-5],["cocksuckers",-5],["cocky",-2],["coerced",-2],["collapse",-2],["collapsed",-2],["collapses",-2],["collapsing",-2],["collide",-1],["collides",-1],["colliding",-1],["collision",-2],["collisions",-2],["colluding",-3],["combat",-1],["combats",-1],["comedy",1],["comfort",2],["comfortable",2],["comforting",2],["comforts",2],["commend",2],["commended",2],["commit",1],["commitment",2],["commits",1],["committed",1],["committing",1],["compassionate",2],["compelled",1],["competent",2],["competitive",2],["complacent",-2],["complain",-2],["complained",-2],["complains",-2],["comprehensive",2],["conciliate",2],["conciliated",2],["conciliates",2],["conciliating",2],["condemn",-2],["condemnation",-2],["condemned",-2],["condemns",-2],["confidence",2],["confident",2],["conflict",-2],["conflicting",-2],["conflictive",-2],["conflicts",-2],["confuse",-2],["confused",-2],["confusing",-2],["congrats",2],["congratulate",2],["congratulation",2],["congratulations",2],["consent",2],["consents",2],["consolable",2],["conspiracy",-3],["constrained",-2],["contagion",-2],["contagions",-2],["contagious",-1],["contempt",-2],["contemptuous",-2],["contemptuously",-2],["contend",-1],["contender",-1],["contending",-1],["contentious",-2],["contestable",-2],["controversial",-2],["controversially",-2],["convince",1],["convinced",1],["convinces",1],["convivial",2],["cool",1],["cool stuff",3],["cornered",-2],["corpse",-1],["costly",-2],["courage",2],["courageous",2],["courteous",2],["courtesy",2],["cover-up",-3],["coward",-2],["cowardly",-2],["coziness",2],["cramp",-1],["crap",-3],["crash",-2],["crazier",-2],["craziest",-2],["crazy",-2],["creative",2],["crestfallen",-2],["cried",-2],["cries",-2],["crime",-3],["criminal",-3],["criminals",-3],["crisis",-3],["critic",-2],["criticism",-2],["criticize",-2],["criticized",-2],["criticizes",-2],["criticizing",-2],["critics",-2],["cruel",-3],["cruelty",-3],["crush",-1],["crushed",-2],["crushes",-1],["crushing",-1],["cry",-1],["crying",-2],["cunt",-5],["curious",1],["curse",-1],["cut",-1],["cute",2],["cuts",-1],["cutting",-1],["cynic",-2],["cynical",-2],["cynicism",-2],["damage",-3],["damages",-3],["damn",-4],["damned",-4],["damnit",-4],["danger",-2],["daredevil",2],["daring",2],["darkest",-2],["darkness",-1],["dauntless",2],["dead",-3],["deadlock",-2],["deafening",-1],["dear",2],["dearly",3],["death",-2],["debonair",2],["debt",-2],["deceit",-3],["deceitful",-3],["deceive",-3],["deceived",-3],["deceives",-3],["deceiving",-3],["deception",-3],["decisive",1],["dedicated",2],["defeated",-2],["defect",-3],["defects",-3],["defender",2],["defenders",2],["defenseless",-2],["defer",-1],["deferring",-1],["defiant",-1],["deficit",-2],["degrade",-2],["degraded",-2],["degrades",-2],["dehumanize",-2],["dehumanized",-2],["dehumanizes",-2],["dehumanizing",-2],["deject",-2],["dejected",-2],["dejecting",-2],["dejects",-2],["delay",-1],["delayed",-1],["delight",3],["delighted",3],["delighting",3],["delights",3],["demand",-1],["demanded",-1],["demanding",-1],["demands",-1],["demonstration",-1],["demoralized",-2],["denied",-2],["denier",-2],["deniers",-2],["denies",-2],["denounce",-2],["denounces",-2],["deny",-2],["denying",-2],["depressed",-2],["depressing",-2],["derail",-2],["derailed",-2],["derails",-2],["deride",-2],["derided",-2],["derides",-2],["deriding",-2],["derision",-2],["desirable",2],["desire",1],["desired",2],["desirous",2],["despair",-3],["despairing",-3],["despairs",-3],["desperate",-3],["desperately",-3],["despondent",-3],["destroy",-3],["destroyed",-3],["destroying",-3],["destroys",-3],["destruction",-3],["destructive",-3],["detached",-1],["detain",-2],["detained",-2],["detention",-2],["determined",2],["devastate",-2],["devastated",-2],["devastating",-2],["devoted",3],["diamond",1],["dick",-4],["dickhead",-4],["die",-3],["died",-3],["difficult",-1],["diffident",-2],["dilemma",-1],["dipshit",-3],["dire",-3],["direful",-3],["dirt",-2],["dirtier",-2],["dirtiest",-2],["dirty",-2],["disabling",-1],["disadvantage",-2],["disadvantaged",-2],["disappear",-1],["disappeared",-1],["disappears",-1],["disappoint",-2],["disappointed",-2],["disappointing",-2],["disappointment",-2],["disappointments",-2],["disappoints",-2],["disaster",-2],["disasters",-2],["disastrous",-3],["disbelieve",-2],["discard",-1],["discarded",-1],["discarding",-1],["discards",-1],["disconsolate",-2],["disconsolation",-2],["discontented",-2],["discord",-2],["discounted",-1],["discouraged",-2],["discredited",-2],["disdain",-2],["disgrace",-2],["disgraced",-2],["disguise",-1],["disguised",-1],["disguises",-1],["disguising",-1],["disgust",-3],["disgusted",-3],["disgusting",-3],["disheartened",-2],["dishonest",-2],["disillusioned",-2],["disinclined",-2],["disjointed",-2],["dislike",-2],["dismal",-2],["dismayed",-2],["disorder",-2],["disorganized",-2],["disoriented",-2],["disparage",-2],["disparaged",-2],["disparages",-2],["disparaging",-2],["displeased",-2],["dispute",-2],["disputed",-2],["disputes",-2],["disputing",-2],["disqualified",-2],["disquiet",-2],["disregard",-2],["disregarded",-2],["disregarding",-2],["disregards",-2],["disrespect",-2],["disrespected",-2],["disruption",-2],["disruptions",-2],["disruptive",-2],["dissatisfied",-2],["distort",-2],["distorted",-2],["distorting",-2],["distorts",-2],["distract",-2],["distracted",-2],["distraction",-2],["distracts",-2],["distress",-2],["distressed",-2],["distresses",-2],["distressing",-2],["distrust",-3],["distrustful",-3],["disturb",-2],["disturbed",-2],["disturbing",-2],["disturbs",-2],["dithering",-2],["dizzy",-1],["dodging",-2],["dodgy",-2],["does not work",-3],["dolorous",-2],["dont like",-2],["doom",-2],["doomed",-2],["doubt",-1],["doubted",-1],["doubtful",-1],["doubting",-1],["doubts",-1],["douche",-3],["douchebag",-3],["downcast",-2],["downhearted",-2],["downside",-2],["drag",-1],["dragged",-1],["drags",-1],["drained",-2],["dread",-2],["dreaded",-2],["dreadful",-3],["dreading",-2],["dream",1],["dreams",1],["dreary",-2],["droopy",-2],["drop",-1],["drown",-2],["drowned",-2],["drowns",-2],["drunk",-2],["dubious",-2],["dud",-2],["dull",-2],["dumb",-3],["dumbass",-3],["dump",-1],["dumped",-2],["dumps",-1],["dupe",-2],["duped",-2],["dysfunction",-2],["eager",2],["earnest",2],["ease",2],["easy",1],["ecstatic",4],["eerie",-2],["eery",-2],["effective",2],["effectively",2],["elated",3],["elation",3],["elegant",2],["elegantly",2],["embarrass",-2],["embarrassed",-2],["embarrasses",-2],["embarrassing",-2],["embarrassment",-2],["embittered",-2],["embrace",1],["emergency",-2],["empathetic",2],["emptiness",-1],["empty",-1],["enchanted",2],["encourage",2],["encouraged",2],["encouragement",2],["encourages",2],["endorse",2],["endorsed",2],["endorsement",2],["endorses",2],["enemies",-2],["enemy",-2],["energetic",2],["engage",1],["engages",1],["engrossed",1],["enjoy",2],["enjoying",2],["enjoys",2],["enlighten",2],["enlightened",2],["enlightening",2],["enlightens",2],["ennui",-2],["enrage",-2],["enraged",-2],["enrages",-2],["enraging",-2],["enrapture",3],["enslave",-2],["enslaved",-2],["enslaves",-2],["ensure",1],["ensuring",1],["enterprising",1],["entertaining",2],["enthral",3],["enthusiastic",3],["entitled",1],["entrusted",2],["envies",-1],["envious",-2],["envy",-1],["envying",-1],["erroneous",-2],["error",-2],["errors",-2],["escape",-1],["escapes",-1],["escaping",-1],["esteemed",2],["ethical",2],["euphoria",3],["euphoric",4],["eviction",-1],["evil",-3],["exaggerate",-2],["exaggerated",-2],["exaggerates",-2],["exaggerating",-2],["exasperated",2],["excellence",3],["excellent",3],["excite",3],["excited",3],["excitement",3],["exciting",3],["exclude",-1],["excluded",-2],["exclusion",-1],["exclusive",2],["excuse",-1],["exempt",-1],["exhausted",-2],["exhilarated",3],["exhilarates",3],["exhilarating",3],["exonerate",2],["exonerated",2],["exonerates",2],["exonerating",2],["expand",1],["expands",1],["expel",-2],["expelled",-2],["expelling",-2],["expels",-2],["exploit",-2],["exploited",-2],["exploiting",-2],["exploits",-2],["exploration",1],["explorations",1],["expose",-1],["exposed",-1],["exposes",-1],["exposing",-1],["extend",1],["extends",1],["exuberant",4],["exultant",3],["exultantly",3],["fabulous",4],["fad",-2],["fag",-3],["faggot",-3],["faggots",-3],["fail",-2],["failed",-2],["failing",-2],["fails",-2],["failure",-2],["failures",-2],["fainthearted",-2],["fair",2],["faith",1],["faithful",3],["fake",-3],["fakes",-3],["faking",-3],["fallen",-2],["falling",-1],["falsified",-3],["falsify",-3],["fame",1],["fan",3],["fantastic",4],["farce",-1],["fascinate",3],["fascinated",3],["fascinates",3],["fascinating",3],["fascist",-2],["fascists",-2],["fatalities",-3],["fatality",-3],["fatigue",-2],["fatigued",-2],["fatigues",-2],["fatiguing",-2],["favor",2],["favored",2],["favorite",2],["favorited",2],["favorites",2],["favors",2],["fear",-2],["fearful",-2],["fearing",-2],["fearless",2],["fearsome",-2],["fed up",-3],["feeble",-2],["feeling",1],["felonies",-3],["felony",-3],["fervent",2],["fervid",2],["festive",2],["fiasco",-3],["fidgety",-2],["fight",-1],["fine",2],["fire",-2],["fired",-2],["firing",-2],["fit",1],["fitness",1],["flagship",2],["flees",-1],["flop",-2],["flops",-2],["flu",-2],["flustered",-2],["focused",2],["fond",2],["fondness",2],["fool",-2],["foolish",-2],["fools",-2],["forced",-1],["foreclosure",-2],["foreclosures",-2],["forget",-1],["forgetful",-2],["forgive",1],["forgiving",1],["forgotten",-1],["fortunate",2],["frantic",-1],["fraud",-4],["frauds",-4],["fraudster",-4],["fraudsters",-4],["fraudulence",-4],["fraudulent",-4],["free",1],["freedom",2],["frenzy",-3],["fresh",1],["friendly",2],["fright",-2],["frightened",-2],["frightening",-3],["frikin",-2],["frisky",2],["frowning",-1],["frustrate",-2],["frustrated",-2],["frustrates",-2],["frustrating",-2],["frustration",-2],["ftw",3],["fuck",-4],["fucked",-4],["fucker",-4],["fuckers",-4],["fuckface",-4],["fuckhead",-4],["fucking",-4],["fucktard",-4],["fud",-3],["fuked",-4],["fuking",-4],["fulfill",2],["fulfilled",2],["fulfills",2],["fuming",-2],["fun",4],["funeral",-1],["funerals",-1],["funky",2],["funnier",4],["funny",4],["furious",-3],["futile",2],["gag",-2],["gagged",-2],["gain",2],["gained",2],["gaining",2],["gains",2],["gallant",3],["gallantly",3],["gallantry",3],["generous",2],["genial",3],["ghost",-1],["giddy",-2],["gift",2],["glad",3],["glamorous",3],["glamourous",3],["glee",3],["gleeful",3],["gloom",-1],["gloomy",-2],["glorious",2],["glory",2],["glum",-2],["god",1],["goddamn",-3],["godsend",4],["good",3],["goodness",3],["grace",1],["gracious",3],["grand",3],["grant",1],["granted",1],["granting",1],["grants",1],["grateful",3],["gratification",2],["grave",-2],["gray",-1],["great",3],["greater",3],["greatest",3],["greed",-3],["greedy",-2],["green wash",-3],["green washing",-3],["greenwash",-3],["greenwasher",-3],["greenwashers",-3],["greenwashing",-3],["greet",1],["greeted",1],["greeting",1],["greetings",2],["greets",1],["grey",-1],["grief",-2],["grieved",-2],["gross",-2],["growing",1],["growth",2],["guarantee",1],["guilt",-3],["guilty",-3],["gullibility",-2],["gullible",-2],["gun",-1],["ha",2],["hacked",-1],["haha",3],["hahaha",3],["hahahah",3],["hail",2],["hailed",2],["hapless",-2],["haplessness",-2],["happiness",3],["happy",3],["hard",-1],["hardier",2],["hardship",-2],["hardy",2],["harm",-2],["harmed",-2],["harmful",-2],["harming",-2],["harms",-2],["harried",-2],["harsh",-2],["harsher",-2],["harshest",-2],["hate",-3],["hated",-3],["haters",-3],["hates",-3],["hating",-3],["haunt",-1],["haunted",-2],["haunting",1],["haunts",-1],["havoc",-2],["healthy",2],["heartbreaking",-3],["heartbroken",-3],["heartfelt",3],["heaven",2],["heavenly",4],["heavyhearted",-2],["hell",-4],["help",2],["helpful",2],["helping",2],["helpless",-2],["helps",2],["hero",2],["heroes",2],["heroic",3],["hesitant",-2],["hesitate",-2],["hid",-1],["hide",-1],["hides",-1],["hiding",-1],["highlight",2],["hilarious",2],["hindrance",-2],["hoax",-2],["homesick",-2],["honest",2],["honor",2],["honored",2],["honoring",2],["honour",2],["honoured",2],["honouring",2],["hooligan",-2],["hooliganism",-2],["hooligans",-2],["hope",2],["hopeful",2],["hopefully",2],["hopeless",-2],["hopelessness",-2],["hopes",2],["hoping",2],["horrendous",-3],["horrible",-3],["horrific",-3],["horrified",-3],["hostile",-2],["huckster",-2],["hug",2],["huge",1],["hugs",2],["humerous",3],["humiliated",-3],["humiliation",-3],["humor",2],["humorous",2],["humour",2],["humourous",2],["hunger",-2],["hurrah",5],["hurt",-2],["hurting",-2],["hurts",-2],["hypocritical",-2],["hysteria",-3],["hysterical",-3],["hysterics",-3],["idiot",-3],["idiotic",-3],["ignorance",-2],["ignorant",-2],["ignore",-1],["ignored",-2],["ignores",-1],["ill",-2],["illegal",-3],["illiteracy",-2],["illness",-2],["illnesses",-2],["imbecile",-3],["immobilized",-1],["immortal",2],["immune",1],["impatient",-2],["imperfect",-2],["importance",2],["important",2],["impose",-1],["imposed",-1],["imposes",-1],["imposing",-1],["impotent",-2],["impress",3],["impressed",3],["impresses",3],["impressive",3],["imprisoned",-2],["improve",2],["improved",2],["improvement",2],["improves",2],["improving",2],["inability",-2],["inaction",-2],["inadequate",-2],["incapable",-2],["incapacitated",-2],["incensed",-2],["incompetence",-2],["incompetent",-2],["inconsiderate",-2],["inconvenience",-2],["inconvenient",-2],["increase",1],["increased",1],["indecisive",-2],["indestructible",2],["indifference",-2],["indifferent",-2],["indignant",-2],["indignation",-2],["indoctrinate",-2],["indoctrinated",-2],["indoctrinates",-2],["indoctrinating",-2],["ineffective",-2],["ineffectively",-2],["infatuated",2],["infatuation",2],["infected",-2],["inferior",-2],["inflamed",-2],["influential",2],["infringement",-2],["infuriate",-2],["infuriated",-2],["infuriates",-2],["infuriating",-2],["inhibit",-1],["injured",-2],["injury",-2],["injustice",-2],["innovate",1],["innovates",1],["innovation",1],["innovative",2],["inquisition",-2],["inquisitive",2],["insane",-2],["insanity",-2],["insecure",-2],["insensitive",-2],["insensitivity",-2],["insignificant",-2],["insipid",-2],["inspiration",2],["inspirational",2],["inspire",2],["inspired",2],["inspires",2],["inspiring",3],["insult",-2],["insulted",-2],["insulting",-2],["insults",-2],["intact",2],["integrity",2],["intelligent",2],["intense",1],["interest",1],["interested",2],["interesting",2],["interests",1],["interrogated",-2],["interrupt",-2],["interrupted",-2],["interrupting",-2],["interruption",-2],["interrupts",-2],["intimidate",-2],["intimidated",-2],["intimidates",-2],["intimidating",-2],["intimidation",-2],["intricate",2],["intrigues",1],["invincible",2],["invite",1],["inviting",1],["invulnerable",2],["irate",-3],["ironic",-1],["irony",-1],["irrational",-1],["irresistible",2],["irresolute",-2],["irresponsible",2],["irreversible",-1],["irritate",-3],["irritated",-3],["irritating",-3],["isolated",-1],["itchy",-2],["jackass",-4],["jackasses",-4],["jailed",-2],["jaunty",2],["jealous",-2],["jeopardy",-2],["jerk",-3],["jesus",1],["jewel",1],["jewels",1],["jocular",2],["join",1],["joke",2],["jokes",2],["jolly",2],["jovial",2],["joy",3],["joyful",3],["joyfully",3],["joyless",-2],["joyous",3],["jubilant",3],["jumpy",-1],["justice",2],["justifiably",2],["justified",2],["ke