{
	"name": "@hugsmidjan/qj",
	"version": "4.23.0",
	"description": "Quick JavaScripts – Collection of mostly useful miniature JavaScript helper functions.",
	"repository": {
		"type": "git",
		"url": "ssh://git@github.com/hugsmidjan/qj.git"
	},
	"author": "Hugsmiðjan ehf. (www.hugsmidjan.is)",
	"contributors": [
		"Már Örlygsson <mar@hugsmidjan.is>"
	],
	"license": "MIT",
	"engines": ">=12",
	"scripts": {},
	"exports": {
		"./A": "./A.js",
		"./addUrlParams": "./addUrlParams.js",
		"./alphabetize": "./alphabetize.js",
		"./aquireId": "./aquireId.js",
		"./arrayToObject": "./arrayToObject.js",
		"./assertNever": "./assertNever.js",
		"./beget": "./beget.js",
		"./chain": "./chain.js",
		"./classes": "./classes.js",
		"./classUtils": "./classUtils.js",
		"./closestParent": "./closestParent.js",
		"./cookie": "./cookie.js",
		"./cropText": "./cropText.js",
		"./cssSupport": "./cssSupport.js",
		"./curry": "./curry.js",
		"./curryRight": "./curryRight.js",
		"./debounce": "./debounce.js",
		"./dedupeArray": "./dedupeArray.js",
		"./domid": "./domid.js",
		"./E": "./E.js",
		"./eventify": "./eventify.js",
		"./focusElm": "./focusElm.js",
		"./frag": "./frag.js",
		"./getPageScrollElm": "./getPageScrollElm.js",
		"./getScrollbarWidth": "./getScrollbarWidth.js",
		"./getUrlParam": "./getUrlParam.js",
		"./groupArrayBy": "./groupArrayBy.js",
		"./htmlLang": "./htmlLang.js",
		"./htmlToDiv": "./htmlToDiv.js",
		"./htmlToNodes": "./htmlToNodes.js",
		".": "./index.js",
		"./inject": "./inject.js",
		"./inject.test": "./inject.test.js",
		"./kennitala": "./kennitala.js",
		"./list": "./list.js",
		"./liveVal": "./liveVal.js",
		"./load": "./load.js",
		"./makeQueryString": "./makeQueryString.js",
		"./matches": "./matches.js",
		"./memoize": "./memoize.js",
		"./memoize.test": "./memoize.test.js",
		"./object": "./object.js",
		"./objectClean": "./objectClean.js",
		"./objectIsEmpty": "./objectIsEmpty.js",
		"./objectUpdate": "./objectUpdate.js",
		"./onEvery": "./onEvery.js",
		"./onNext": "./onNext.js",
		"./parseParams": "./parseParams.js",
		"./pipe": "./pipe.js",
		"./polyfills/Array": "./polyfills/Array.js",
		"./polyfills/Array.prototype.find": "./polyfills/Array.prototype.find.js",
		"./polyfills/Array.prototype.findIndex": "./polyfills/Array.prototype.findIndex.js",
		"./polyfills/Event": "./polyfills/Event.js",
		"./polyfills/IntersectionObserver": "./polyfills/IntersectionObserver.js",
		"./polyfills/Object": "./polyfills/Object.js",
		"./polyfills/Object.assign": "./polyfills/Object.assign.js",
		"./polyfills/Object.entries": "./polyfills/Object.entries.js",
		"./polyfills/Object.fromEntries": "./polyfills/Object.fromEntries.js",
		"./polyfills/Object.values": "./polyfills/Object.values.js",
		"./polyfills/Promise": "./polyfills/Promise.js",
		"./prettyNum": "./prettyNum.js",
		"./promiseAllObject": "./promiseAllObject.js",
		"./q": "./q.js",
		"./qq": "./qq.js",
		"./range": "./range.js",
		"./reenableElms": "./reenableElms.js",
		"./regEscape": "./regEscape.js",
		"./reloadPage": "./reloadPage.js",
		"./removeNode": "./removeNode.js",
		"./replaceNode": "./replaceNode.js",
		"./scrollToElm": "./scrollToElm.js",
		"./shuffle": "./shuffle.js",
		"./simpleSlugify": "./simpleSlugify.js",
		"./sortIsl": "./sortIsl.js",
		"./splitUrl": "./splitUrl.js",
		"./textSearch": "./textSearch.js",
		"./throttle": "./throttle.js",
		"./time": "./time.js",
		"./trigger": "./trigger.js",
		"./types": "./types.js",
		"./uniqueArray": "./uniqueArray.js",
		"./validCreditcard": "./validCreditcard.js",
		"./validEmail": "./validEmail.js",
		"./validKennitala": "./validKennitala.js",
		"./wait": "./wait.js",
		"./zapElm": "./zapElm.js",
		"./zeroPad": "./zeroPad.js"
	}
}