{"_id":"misc-utils-of-mine-generic","_rev":"61-bb035b154be8e1667fd8ac5edf098730","name":"misc-utils-of-mine-generic","dist-tags":{"latest":"0.2.45"},"versions":{"0.0.5":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.5","scripts":{"build":"npm run clean && tsc && npm run copy","build-watch":"tsc -w","copy":"rm -rf dist/spec/support && mkdir -p dist/spec/support && cp -r spec/support/jasmine-js-debug.json dist/spec/support/jasmine.json","clean":"rm -rf dist tmp","test":"ts-node node_modules/jasmine/bin/jasmine","test-js":"jasmine --config=spec/support/jasmine-js.json","all":"npm run clean && npm run build && npm run test-js && npm run test","prepare":"npm run all"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","devDependencies":{"@types/jasmine":"^3.3.5","@types/node":"^10.12.18","jasmine":"^3.3.1","ts-node":"^7.0.1","typescript":"^3.3.3"},"dependencies":{},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.5","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-tT6RzYwSD4ofDzPSh8TfxnMM0oIf536GAQCmFBlNeBC3OaHxohjflfSQk3R1SdE3b4tRcf1ZDZlzYPuSAcExZw==","shasum":"a4b9232c322a4d75c0c1e2ebf65a12ec80bf24c0","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.5.tgz","fileCount":24,"unpackedSize":9672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccWmXCRA9TVsSAnZWagAA3jkP/Ax4maLsvS/WBEzlRK9j\nn4J7a9lVUZ3qapgYxcWryZtcfw+LcW2oVVYoZfYNSd/jPYI6BSpsQsatNt3K\n1cpgVoOi0ljRaM262BuHgas1r/4mLOwZCyDZBjrYVIWxseSP0TwYqRwOxM56\nZ25StLNPoVus3XXqEk2VfoQREwDR1uLjtlD4OQR3/jcYP2gkE1E4Hs4ozEow\nxCkMwc5j14xay8vcIED9oRVC4TmGhMGZA2OKZWClb11FSTg3usdTRxXpXGZ7\n0RpumlMTrnXyBFy+2G0GsVNadcrz6KF/qjIm2LkfP5Bmt+v+Xq7dtaNC2FKb\nIW21LnUFW5kqXhsI6fn9L4w1YycXCL4l7YZDfh6Fmj2jPL3mUCe0UAvU6PJt\n5/TqE8HfyRKLvMBJYj5KceAA9SSjdF2Fkc9BuNn6pnaP77YFYoyqlOYGS44L\nASiiByN5ahcnSZEZ7L4MkE8nZASAIMmfd1enuer95wBYyD0I9DHpQTnulxPg\n6zC4eDgWJYBHY3/g2PmL7D51n75IqxRJj7Jc2nDLkjiqLRK8gjMiW2lQWjBt\n1RWhksL6HgdX6a4n+pxUHbIEfhL9ZoIAkYvc5OrS5VyZVjnVqqa53yPGkmGz\nptytOUc/I8wQVVrqcn+u8x40V8pXg5aJqopRoTRsPBP+KUTFHo0q5heCSLO/\nbyD+\r\n=nSUY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGkSi6mzLMlHKcRuhn+HmJP9bvJ1M8rtKFTZKLPBDwBuAiEAvbYx8FOd6DP34r30L2iY4SuLUUkxHJoYDDk4VyrYA7Y="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.5_1550936471073_0.16086578434180865"},"_hasShrinkwrap":false},"0.0.6":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.6","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","all":"npm run clean && npm run build && npm run test-js && npm run test","prepare":"npm run all"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","ts-jest":"^24.0.0","typescript":"^3.2.2"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.6","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-byiItMPEKp9dSTu7QQaqPI8m6zHe80gYjhG45wxzH9rpyjU9G3Yc5wCMijvfzxxK+GJQyLctUDVsGHPb5AXiRQ==","shasum":"7ad6da1b89de7d9b8d3de2c295d035a968387878","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.6.tgz","fileCount":32,"unpackedSize":14213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccXqsCRA9TVsSAnZWagAA+4gP/2polIzXwaq95uI9Te2I\n+2GqIXaqotx/s0zlpCEeDEtSDUtxZNAnySnhHqPjgxHGycPspnjV5KfLyp3B\nK50HRpWlmkcDqgkNiqNqAB3VmGKXe21jFF3FUuqWAqkfpNTsa0O4hkhaNsmL\nJIDBYfkkL13KMx1lWoZUEK3FD755wjma4/GpRtfgmrDgulqFtv+evbRQu+jS\nW5iZXX5eu5zTAs0Upn3mvz9wc9X7nc3/j9ujXdG8X1NnfkuhlwgSj18M4K69\n8780VpNYbuUo7HDWTFfGmSanigVlW8dtwqXnZyHvu4MHcrXTqxTtGMR3Saeu\nBEL5QYvu12JeTI9AQ3vwbyrg5wKM6eh5RciQy0M7AmmCkW26Gl0KoY5+ci51\nJ0YqcGwq/oWoUiX7r+kNAgYR25rmJE9js5+HMk/ZxjzvXl7/a1wyW9pZtApg\nutsSJseA9m0u01o7VnZGn2dYiPK0BvDPOmAIPfjbj4QciDcW9NGBTV2WsWHj\nzqXndRDWz++yilhIUcWWo9Vyw1FiOyoq2eApeh36TYz79uyo7B087Cl2FbeV\nPgLkapH6ouWHCY7Eb7egBkQyXDXqyqU1dHawKgOt5l3ahaaEjfaeo1048HKK\neoVC5S3OPSZIV5eoF/CVpDNENatEWu23Gp3a+FKTHKao3m0Hj6dXzlE7pdRz\n4ecT\r\n=Srgs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDl0KQGFwwqO2lVlZUzJo87GmrYDXEK5a+QTZShTkGBKAiAGbnTdObK+BMi30biUEz3Sp+KtHI7O9cvJeLGjNgYN8Q=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.6_1550940844051_0.22492808385227003"},"_hasShrinkwrap":false},"0.0.7":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.7","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","all":"npm run clean && npm run build && npm run test-js && npm run test","prepare":"npm run all"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","ts-jest":"^24.0.0","typescript":"^3.2.2"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.7","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-PwI56vBxhpiiiJmmMF2uBWW+MIWbXp0gbKnCI/4RjatEYMnZYnk3GooNxnV+vuqtC/0/GZov1zdYqxnIQHplLw==","shasum":"2fcd4386864ec75b4ec6287c1a35d9a0d5eb83a2","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.7.tgz","fileCount":32,"unpackedSize":14624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccX0ZCRA9TVsSAnZWagAA6RUP+QEp7wak1UCb8nBdH8s0\ni6FeOwolzj7mAYYcSrsgRS/KptfZ1pt+NoMeCjBtmZza/tpfaeTd/LaGp6Mu\noqOmqhMw+0+YuMkC+M8xB4+XqoxnqzTuB/jaRwdFvAMF4+g3kGdTKYW4Mt2r\ngaQfvfNsnqy2UOu2uid5LtQneUUwCl6CG3sbzgKicYSReopyVfIPQdGHaGLw\nDDo/umxpI7nZyqQwJ7OMqMB2YaAGXQl/ADsgCXii742JOR6z1tr301YEO0Tt\npoqwOoq7LpM/+StAUAOESWSeMyYM1BDURheWR0q5yDQtzgIl21ejIg9lvciK\n9/7zS81y/3pMLXraG4QzZr83hdMv9L+bP76WkhFB+yExE+KPBgFaX5KKzuv7\nI3ZMuHW24miPxYv+8Yyt2LFQK4BVxiw2D8JxGxco92x3eJqmamYGRhVrtIAs\nM0panJEanCljUiCfhU620xeNDuMGo3kFaB6XyDVT1IYZ3ZIQwBMXQToe6JzO\nDuBwSgVQquOYfceImi5/P/wtFNz4wpbGin1KR0ogftC9OILGIvujb0QEoeRh\nYCniMgU4ED6L+oTjQfOSCePmaxhAb4OpzzeN03LGHRo1v/YdBGNZVoAsvgHQ\nkgcGaCxyZA52pbJphKNJAez8bw0gjI/TmnVUNNWaBn9oH60V1tNch5I/IOVs\nF/HQ\r\n=EeXL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBgmVElMoef05/Hy5HltjVM3p57hL6ut3T7dJj0FJcPgIhALCWT7Ao4Ay/I8bGpbtlQSJbmoPSdd9cC2sXJ7XoVWYU"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.7_1550941464836_0.8379970937217391"},"_hasShrinkwrap":false},"0.0.8":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.8","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","all":"npm run clean && npm run build && npm run test-js && npm run test","prepare":"npm run all"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","ts-jest":"^24.0.0","typescript":"^3.2.2"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.8"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.8","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-LhSZO2aOnPLi2vBQCAarCcre9KDWT6iGx1pL1fw6q/UtlRaIgasS25Yygyts5otX6KK413ezp2n7BxlctRdTfA==","shasum":"42d3d89aeafe671c0aa0165bdffe3dc74d61d0c2","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.8.tgz","fileCount":42,"unpackedSize":18321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccZc9CRA9TVsSAnZWagAAw0gP/1sS/XQC7/uOyHi+jmXD\npCp6v7TsVpqiPhW6ErT/a2XgyXlyXQwUcTIRXFsUPOCcu2mGJXDUpC6jOHlM\nqtCgTyuZw7kdhqQEpf+eZvmsz95uLhLZGNkXvMxRP3We850vwXdBgLP2dn1d\nxhB2vgHXOXaNPXOW9I/75rHfek01ME2xe7cslznePDJDn20KpWnaQ6DTNCB6\nzV72K2nCy65NKtjSOzK2iCvBNvuVFHmWXFQfqJKZi3OIzouFb7n8E8QMXsoe\nT+vY/MNO/tzeKyml2Z1D6SVR6qEa4U4Q9jUGjeBefvgPADNlFD6kTOyubXsB\n5+KyZOtirEk1sP0dWY0m4lT1lTp2OAmDOz5G+TNC2jDW3keblD4hA238X/O/\nn9r9j+dXQtOfyegmB+NrtdwcP6QTLI7f/0mdU/FcStyucRsaO/NQkXC9jCaX\nMFfl2Lb0NeHIsT7Qtv5OoxeAFPTPoXecXywNWBViyH3tUuAjVj81WtOlqytn\n5mKv3YBF7/gbvQQqk8/hzwfXifa61B1OlRmsYKLbxpNmwrQf/OCSma28rEnF\nA3uyS/xW7FFzwzE+qRsTfdeogCAlMigNWuNcGn6ovalLKwIczabW58daB76F\neX2mN9oqY0k8/5g0OPFeDq1ZWMrP1nZHJ6gk8Xq7TB7gvW1ii77XdjxdV+JS\n0EXU\r\n=9yzk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFbfHoC0cvNyAFOaIPnrUwQgPkV42Z2Cw+jp30GrUkRYAiAi7otQRwwrQLwU7tJJZAzCW7Ie6N0lks8gCKu+MC3fQg=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.8_1550948157249_0.4822685596953593"},"_hasShrinkwrap":false},"0.0.9":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.9","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","all":"npm run clean && npm run build && npm run test-js && npm run test","prepare":"npm run build && npx shx rm -rf dist/**/__tests__"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","shx":"^0.3.2","ts-jest":"^24.0.0","typescript":"^3.2.2"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.9"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.9","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-Jdgcx07f/AE3Hwdj/SNW6jmNl9QD6m9w9l2sCx9YwB8G5Gu+j+Ug4hJL54zf7UOkN81Mf+1HrFBVr9rgueSrjw==","shasum":"cbbab83a7d3de5b5d383c05895484ea715cf9ac9","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.9.tgz","fileCount":44,"unpackedSize":17520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc1FbCRA9TVsSAnZWagAAivYP/RbL0wEtzWEPrCWY2Orc\n5BeEFefZulkegv1KkeOwvIdk2cUtmIveqfzVOoDJRZcbs8KSViQN1h2OH054\nlw9+hyzlmpw6TPSd3uH7lf9rbqCHnNBTE7sPMnfxihmGIE8AGQk97fiUHmVp\nhFr2lWffMSx2aqosMVKbzYDiFDAN0Lwt06H3wB0x0NqRwINHJnsDxoV2fDd4\n7KfX6xLJ48NR/hWLYpi4Q18oq9TlDFJaFGKnSACRdIaReg/RgsVdP7NA9mvC\nEEZtTwORfV+XACTj+8JAgiXaEiOGh3ph0NzGTNIHiJVniwFggdEvRgTwsuV9\ndfd1oMtP22r3YOUmkLHAJ4nh9hLkqugwFHQlCedTmcnE0M9wjZXyBkSzOxMG\nbu3F92yDWJfsgjZTbLQ/jd0xOg69Cpo6PTcAXgOuv2YPVqSD4VOt/gub1WHX\nu+McPJXLX8fAjGNBx1EHiFgvmCGibGR3Rat7k4GOPWlqsgUdeo+c+zSzeX72\nT5Dxyn4wMXVg6uFRzohI5y29bTNcBJyyYoshHETAFMIvNn5UMW3BmmP0ODmX\nE6YMfruMvKtajTPd4fB9ZuV43MiDPHMSjw+yrTsr76a9vygVHKkhqxejTiox\nDc5vaVOVQkel3Fi0pdzMR4zFI+o4O44FtzLRbAz/lnxaMU0s8cOED+yaZIDm\naJzo\r\n=7dtk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDB5Hm0UuzWUuNNO/f5Q/FS+qJzgBd+QIUvyolYUZdkvAiBXg0iLkOeYpOjOnWMGfw6st3OcdYdln/3py5/3bsbLow=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.9_1551061339134_0.36625692157117773"},"_hasShrinkwrap":false},"0.0.10":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.10","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","all":"npm run clean && npm run build && npm run test-js && npm run test","prepare":"npm run build && npx shx rm -rf dist/**/__tests__"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","shx":"^0.3.2","ts-jest":"^24.0.0","typescript":"^3.2.2"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.10"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.10","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-RgMcJ6et7O0W+5ie/Iacgj7ozrENcpRgPsft8jVHhy/3b7gTrJlOzLBTAauTp5ifkz6ha790ealM4l8n9fjgwA==","shasum":"b83320572bc714cd92655c3d80153625d54540fb","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.10.tgz","fileCount":44,"unpackedSize":17522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc1hACRA9TVsSAnZWagAAW1IP/2SvItMQ4fqanTFGWasE\nu+yXYmiAmN+41DF+0TD1fICgraiqcwDWizgF6G+yDcjY7E1Ktg/Yg4Res/tm\nyDXP/w3FohUaYcUFXKOqFdKvEzyiLRWWepR7vR4nM3NUlC6str0n1K8meC3/\nQD9B13M/jlie7XH62Ci9xbEXMPL1uFjy6BoZuLVnbhZzTrjZ7NvVCwdyABp3\nz0gtXEHvpfAtQtn4m3+cH4HGEj95jAfABrjAO5z6hXQK+1Azhv+vfgAwRpFY\nlDSBlTQF5vtoxS+HKZ7HQWX3ndmbYDSuo8Zcqbuu0u3yCr914HRXOtn1ZWrZ\nF3wE3cnFeJudjMWeuVKjQoarMn9RfBWxa7f75eolbVSH28icWO+WCQnpSwuN\ns917bLX7VJNrS4yoaPY2PtM3f10tb0bj+7rF4D4QD1Z9Eau/QbDVsPkHE1Am\nfDA+QUJuiXKj8g0vB+wAz1G83so6rEr+6BpIrxpIkdAySWEzp2tyFnBukBvN\nQPBpLxTi2hHnQMgJRvEQ1gMEziKewsCgCE9OzuDneUtWDm6Fnl22YST6CR9G\nqIXtAsGczeGRyb4yrqg/avZFLIU7MAF1pypA/kS9QSJ7oBRqCd9G2Pbi+DWb\n/77Yv0adAjwVqUkqEGYWX7Yvdiyw63e2DM9xN/a1XGhPWi+8Gf2bhEQ7AwAG\nMCEb\r\n=MtbQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuViTLidVSH3ahO7bjCV7ewlrQ4dsDyDfSqI/Olf0QgQIhANP31XRz4/p7X2EWtGYK0FOJN+x/WbVCIXJzdzAxsOyC"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.10_1551063103768_0.8491047088489561"},"_hasShrinkwrap":false},"0.0.11":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.11","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","all":"npm run clean && npm run build && npm run test-js && npm run test","prepare":"npm run build && npx shx rm -rf dist/**/__tests__"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","shx":"^0.3.2","ts-jest":"^24.0.0","typescript":"^3.2.2"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.11"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.11","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-1JWAc8NtzbotSmyF4kl90tmGOAiDyHxW2CkQMT7DJxet8J6eRTu3CpNLrIFkLKIwEfzfvHxNQgOPgbYMyFu6JQ==","shasum":"f785dc131ebd42c06ea4650c83372f31e375f62a","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.11.tgz","fileCount":44,"unpackedSize":17523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc1sXCRA9TVsSAnZWagAAGqcP/RIqrJcI3wZwruC9gJp1\no/FShYcPCXaKM7URi3jwiLiCI/9I6q9YObJWJbPfoETMEBOUfv5M6QbJRJ8a\neqnXEA4uAYcKAcSN77hJ5uF4IZOIjdMttXEAfMTgV7GXqNKUWHPtu51jNJbV\n260TiQQt/HAXy24LbMo0gZqHLAqsJA5Z2nYTj6Wa6dXgXSaApkmFIQpiYODo\ndrU4HvB1ImHtgpoJAf/JnL89uXU07oD3yg8WOoMMyNeHfd0HjXJ9NE/l7tL8\nw9Sj8rACG31dLhQBNsnjOQLUC8nsNmM7xIKqUN5aTSyONQhEMBwMJhJdqoFt\nbsym9PhjH2tYQ24faKmoUFvL1vpQJQBRjDUioONczhC/ZjpXPOeUrNVnxg8l\nGWRAXGzzkAKLh8RRO9lVvTjjeaMlITIRGKvZccfwRwyeVFwFRK4bY4y7/Nc3\nqtZUgX+772ZEzIdnQRgiB07C4J/b1BtwkrWNmqU/wA5k9djmgkIAQabVsoVR\nsNDjPzLTcqHOacF1LOgZY2fkOsPK3T7zD4FIQUHE3ZABX8wOiKbUhhDo2LBb\nN/aXliiwZEW2seKmfNTBFYHYCHFKR0BDHGGTL+gORR1ZfwCKcgfscrmYqCft\n1sv96y2n1I6/di2Fd1cqMVcGPI9fBaiJhqMQVXqEc4LyOy6fP+TZEZm5FRqQ\nSigi\r\n=0FZq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAO2i4ONBVJaabi+BJLInab8Acjcgpr5IRZqB89ZXQCLAiEAxBOkX7kqNW120cAplSk0ObdWEAYX46kbT8nTf1538Zg="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.11_1551063830699_0.47050587682728695"},"_hasShrinkwrap":false},"0.0.12":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.12","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","prettier":"^1.16.4","ts-jest":"^24.0.0","typescript":"^3.3.33"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.12","_nodeVersion":"11.10.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-LdcBdbi3lbwoMOlWnIGrWFYO+Bth1GMKgUR5uIofnojaR2eh0aJrPmHkTZ9EDwoIRaoP90a2s4ldHiUKy6hVjA==","shasum":"7b8905d32beb8739ec3985c7731581508fe806b8","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.12.tgz","fileCount":56,"unpackedSize":23135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnGr8CRA9TVsSAnZWagAAMpEP/2EomTYGH5zHGuCho8ij\n9xdO0d/A4Gvx7lsPe1Qcr9N8cJm56CjGfnSmTDGJl2VQTGHHik7QqxV0gLD8\nel0ucX+SNpFmKdGVLaIYskRxSs5nYuzsAY/g+wzUaUtB21sqvzP5XdhKXuDe\nO7S4Mt+WyWwOgDzbeOnZ0kO+1by0ifY0asyDysoPJdA1Q1QxrpAa6WTukHxD\n5Z/Hv8mBtlpa2QspvfzsAKTZlxhudxUR+Jr60+p/tnAY5ScIKXNt9eDgwj5d\njx/UTxo8AYy+fAhtW2L1H7AnyOiPKhwoNchiA627e3SbONWCmb4Uh20LXXVi\ngHkjuP8jwK8T/xAAY5yjPNFZNt6S/zIWAh7Dv3+hGfBW04W5ZPBwumdiboz0\nNZT2GZNJUvV57YR0m+OIq5OdAcUA011kmg19jo4L77E/bDmRTexgVDLMvo05\nhVFfBLA6MxJlf2CU5YBGutzFwgU2t/OwnVdWh6+ftDclGx3a5MF+DqtUdVYC\nWuj4EC9QpVYrfwHKU0P7enD587CoUZzqSg5laxeE+EvFyHgoI8Y0+U0cLX9V\nHHQhCWkzpD8F2PU2v5YbBFgkTnj6cMKhZkQajInynuquztWCJmS2mfuQdYwC\n0yLVUqN1jEiAC2ByRswy6bUZr+9fx6QM+yB92SocemlnVXlc3aKkIwlKKfhe\nHhwR\r\n=Og/w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICxYHWCk7f+lfbhbx4FtY0SGcelpLNK8PUWfDVLpALg9AiAecobTaIDYeYC59aneJ4Meac7B4ClTju8LGMyZPRoYug=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.12_1553754876012_0.2804617803259506"},"_hasShrinkwrap":false},"0.0.13":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","version":"0.0.13","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.12.18","jest":"^24.1.0","prettier":"^1.16.4","ts-jest":"^24.0.0","typedoc":"^0.13.0","typedoc-plugin-markdown":"^1.1.27","typescript":"^3.3.400"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.13","_nodeVersion":"11.10.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-IxdXrbFlnmbMv7soD5pn6bKAbnqX/xOk1LlcP5IPC9px0HCq3O+zpn1dAj+4fH50PcC50Ia+Rv8ZW5xS8P4peA==","shasum":"2bcaffe53343f2c7c7cf456e972733ffe6ebd152","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.13.tgz","fileCount":80,"unpackedSize":51228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnkT/CRA9TVsSAnZWagAAXCYQAJkJosBlLHdkxap5yVFv\nRM3Y7PeDJWq80hIMn9seAc5Nsx/yXvl+/fHMht5HUVrtR0Dg0o09/XGJr+Wm\nPiKMbi2rtuN6KNyG17fpbr79hRE5qGdk0/gtvL6+/WDi7Weq+zHvQbfia99t\n5e8gtUCCpCQFXQ2cNNCTbynJBDAaxnR2PV728uA+6f0Ll4Sa6P2a0ZY90p1a\njvKq4Vo+r6NZK46XnQkoXoV2OaeJW+3ZKUBaVnSrc6cRDM8+s3NxiJ4EJUZi\nY6c1SnpgfaFfyqChAQoFtgZooLPJqECZF0o6f3nY8+QmofH6RG/ukPGFhCY0\nNLRiBVGMpT6dBT/Wp96uE9tYhz2s+ILQGEKtvEnWgEQN2rWyHzExbjMhiMtV\nmGbTYmYiXc+rdfOsQooxNo0d58bzHZcBI0SYOdL/80XvE3uceoTombRn446M\nVtx6Eqi0+z/52bn4XAbrA1AOaTMTRpd22P1yn9Xs+JG7RoZZv0WYV0jawGwc\ng1fMf6eDMjdzLj1uolrrSYZdb2r5skB6dA2PtXz/2ZVbFsdCiLxDe1AOHpgN\ntdLn4MB3SUg2sdgMB7KkH7xdl0aWh7pR/Kg0cv87e/IrGw4jGfyLdtsQcOio\nAmbCYSGo0R5Twv11W4jjxPuGeAGgVsT7CLCw5N6zFCPtefz+Xoi+ijVzCJwD\nR0+C\r\n=IGZL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC8uuZQKh83MuF0LanO/Y6WIWq25v4gvVdGHQH4csS64AiBa05dyP1PqW8hKiKM0kNNrLS65HrX39HiVAlCE1uMOwg=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.13_1553876222231_0.9520694848785463"},"_hasShrinkwrap":false},"0.0.14":{"name":"misc-utils-of-mine-generic","main":"dist/src/index.js","version":"0.0.14","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.5.2","jest":"^24.1.0","prettier":"^1.16.4","ts-jest":"^24.0.0","typedoc":"^0.13.0","typedoc-plugin-markdown":"^1.1.27","typescript":"^3.4.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.14","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-iQdopBO7J8mpRLpKn0uEo8YGtcZFOTLMWmkrnX3gVGOGnYGETsLuK94AYJ2YmcTtDMSMzxhioJHprzTDURr5Kg==","shasum":"9dd3c5bb78dcf6f7230474dd6b94550ac3c29793","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.14.tgz","fileCount":80,"unpackedSize":54451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrRBICRA9TVsSAnZWagAASCwP/i0kxuMlPCxkri+GcHlM\n8yhnoBjB81YH7rjMbyl0pUjVzKDOWiwgS0Kai0oI2uqAYJEU48ErA4yI2YCj\nYlHOSTS0j8xYB5MNiyinzpVKPD1ecwFGows7CbBlS8W1H9gYw/3AxlrPHvhS\n8bDFtVkX1sId2uZ5rzsa/Qt4LdGhFikJdQJWqwapttxsJdIHRFzAu7knpdPh\ns2JwYdkMf3P8NxzyXPhD9slFEN9rcJLw/c5xIyCaNIzBNuJRkL2lY2AWVKdk\nEgsyPc5Qe47fjeTilmWyxKR+x7hgV0Zg+TaPOwVCuO43q06TFtVmvIEX013Y\n6HCVV/2J1qMQNMyyLoYC5QIi/mqlrBQppGS7PLRTp07tq+aE1JcZm0E3RizZ\npFH4t60cRcLYOfmFPQdwo6skDjEGh7Cm78durNvHROd1y/V1EwYFczDS/YrY\nwPU6a3EFt1LbNMDwboJTq+5XPq/jEGc5ucMb6+ePk4yFdgh3/wltb7hQ1k04\nr0ffwVE4eqTyQtHumJBmLKLy55fWoaEEWy1w8JB+B35XIemHeimnCJ19p8He\n1TKpEfoMTrFjXMFGzXmuZxzwQLYNMo69JKK3rIypqdhZZ84GJBhKTDpQqLzu\nB7Q8RL2gPlIfB3dybjvi4galuexBw01ftOhkFjRj1qhAAIeicTOXvvbJT3Bx\n7vMg\r\n=NVuZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDOuCa1PjxveN4RNM/4nWfAsFBhE7/+FxEAHkYZARVKeAiAw/IffgjyMTzo7RQW7PwM3aM9N7+auFcpRaI+Usb5Mrw=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.14_1554845767663_0.7225973797427816"},"_hasShrinkwrap":false},"0.0.15":{"name":"misc-utils-of-mine-generic","version":"0.0.15","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.6","@types/node":"^10.5.2","jest":"^24.1.0","prettier":"^1.16.4","ts-jest":"^24.0.0","typedoc":"^0.13.0","typedoc-plugin-markdown":"^1.1.27","typescript":"^3.4.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.15","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-Hf5hpD9n2Ku8Phb1EkRf9f4HMaDkKiK/nlKy9lIXKZjoh4bld7AYAwgVKwZc8QH48leKlEy+sBAF4bGWbQZZ9w==","shasum":"e473704ea3e9862e8f536a3c12b8a0d4fccce12b","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.15.tgz","fileCount":80,"unpackedSize":54451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrRqICRA9TVsSAnZWagAAUMYP/i4tJohNiGay8bxk8jQ1\nG9yj5ajT3OWd1Bq4soe5fVWiNnD5aLtGyDUXYFG/6abCjcGVCRdE1sosqDvY\nZgxZnEu99//NpjuO8no0sMR9qvs7l+y51H92lGLbmOqUjfPaYR5Uib7iqO6r\n2sqpVBGsMg51WpP9ZjZKf0zpYVH7uonGSwRrIBS79JKTyEnqdQt/qxw1bpxd\nr99FEtvtIxllmFP3SpGWUSDtGkgloAf4Q64nQzn9eVDj0jUSA6tz63xx+pC1\nQDiya2awi/jQF3y5++lX9aatLBSiCIGvmEwDgKclqt9O1pwViDMBOfHIQ/7W\nxGJ9tx+UUkWBaYgSbju7UztD1VpAcYdqI5VhWQ/wdvLYug5GNtCExvQGec0t\nQgvgO33H98mpem+Vz6+4C1lc/PTpI5rYyxdq03XW89oimGGj3eIFCEJP6fQC\nF2tizw8z0I7EQHt9JQDwKbjJqz5oCAMDrp/MCYwDk2y0BJ4z+Yl2fQDXgyDE\nspb/I89XYq4xrFFB3dVfhbyzCpziXXPta2q/aUCRDDRx7h9dIY/XXR/S/s7H\n8Yh77UJOFbiAEqp3hb8Rz3AV7iTZ3MhhgpzHk6eb14apk59sTYjwZLxUClkM\nz709Bkm3y1QNZUoIW3XydL5OmNMNKnMzK/EAVVG8gdh3wHrZpOMKYTlYxQTk\nqBlG\r\n=Y1lm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICIQTxFaN1yQXl5CEwQZRK40TtZaX/UuGA1Yw+yLhJv5AiAtdU3sbdExkzvO6z2leH32W9pH89ROFmGNc8FM+3f3zw=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.15_1554848391547_0.09869808412650727"},"_hasShrinkwrap":false},"0.0.16":{"name":"misc-utils-of-mine-generic","version":"0.0.16","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.16","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-QNrdUB2K++kfC9pWC7mVUFt2cs/7zLukC7ESj9sufczxxM+pPV8bgCM3rRAKcJkWV98LDx/IN5GnOWfCIme1sg==","shasum":"9afa848a204df3e80feb3b86f088f6df3f62a79a","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.16.tgz","fileCount":92,"unpackedSize":79681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwrTiCRA9TVsSAnZWagAArTUP/A6xPJ7IQ8f0hncwohC7\nGGYiF28lsnyiLfwiPNZ2Uj85D3mDfpyrjPqt7ICvYwxUae8PzauVPphCuk6D\nUv3mmR4lBFKIaa32V2nu+QJ7zWiJ1fHIFnMjLF91WOSjepuBhcl5OKlkvejc\nbtvaCPLDvIO38gxVGTkT9Nr9c4v9R2UT2poNNRa8V8GYjBM79fmXFfOCFf6X\nCtHQ6q4fgH2NmERt+d4RwR39t2Yy2qhaF9qkdhg3fLO7wCMwerYTFf7f9Sbo\nnRhUYenflyPh+J3JbnvSGYyR/XCA+CwkKLQ3OXVw06k3G76NLS9bBoyZjMdb\nKjd2UuR263d/56m1j98rtGnumKDHBBeyoBu0zINJLA1syq84g6IlWd1Mn+Ub\nJ1S2DKrEWfje3FH7tw52LRc+3O3KvTr4AuOTZBqeJ4QVa0zpGgA/dpqRB/zq\ny0z+jr9ZqyGFNM2y0aBtyw3AqVpLv/H++o3isY9zahH+lsp6usu0QhBYyy6O\npolsAy52sTYs4xyovaOW7R9IJmOPD1W+6Kml9Zaqy6uOzvCaCmwB+amv5FtZ\n+E2bQ+f1nsS2zpb9mERafWDcyX2pNd5dxffyPSsndEUGyxw++hzcqz3kZ4Lb\nR6j8Fx0QEcWUXzzLeREHhZSqmm41Q5PdAqmdmCRMXFR5um3uEbbaq42mPPHS\n75vf\r\n=9H2L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQDMcu1MMzaJzvguZEeO4Fn3Q4pRq50iVloR4hiWaplsGgIfPgiI2bffkLXnvxn42T55Dy+wuYqc7/PTutvtQhdPtA=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.16_1556264161691_0.8391384208372705"},"_hasShrinkwrap":false},"0.0.17":{"name":"misc-utils-of-mine-generic","version":"0.0.17","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.17","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-2d52BhdEmECoYNXZSjj87hfQFksEHbUFdeBAALshsOZGi4rXJxTc2VQcK8y1lSrn/tmtZoFMhLjHmQA81HRM7A==","shasum":"b6df00d5c12cd762add84ccc6491bc504b64e338","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.17.tgz","fileCount":95,"unpackedSize":81688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcykWaCRA9TVsSAnZWagAAz7oP/jFJFJO09R+Q+8Pu1JaH\nStaaySjE075qHwqeDY2InVMns9ZHXilnucbxtDR2HUq4fr9pXmyuZNCIWf0O\nqSy99nZfAuL5XRuNKkowTFkbPbn15iq0jwzTrOeD7dTZFcn2uhlQyFHrXEhj\nRsiWTGdwk5ZUdBqooK2le7P+LO7U8pIcO/mhzrSG1Ja5sUhpnDWS/OXsEm9a\nOye7Ds0KaGot1wMKBeKwyOSy1tOyhturhI/Z29ZTklM3O511wN2v5ZHYNKCM\nlsdczJmRriA25usvegQ6cDKS1aEYsnA/5b72NHlxnjUujOV7l7tSW/7NJnvO\nP46twXNaKZgMtAkQAf33luwA0Cz1qMdQkq+C4k2bwUIDGBRyGvrqXJg3aJ+K\nmXWJmHQ8LB83QWYGpsFzAdvmBIAOhs3hQpFPKM6uXqLgg1FmQXlGQsBJJ1+l\ncdivd5MHGPbirhgY8BcjA+OLgIcW+QNBo/tHkorxN9/xcX/v7KM7v/JZtkZa\n1K//9mshlrKAueK7FGwK7Tse90ZVZt6ncZmarqBeDjoJtOVsOIVnHaPXtMQw\ne/zp0HsFfnEnskJpoR4iBQfY/ugzmrEQ2gcrJ9mbxlbdyQteoFKx6yqK5Lkr\nNCRxABdXRueLQEOuCA2M+tyH4J3KuJvoc/fl/3RH9JE9RPGCb8ofBOtBBWV6\nCRUQ\r\n=Aeaj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJzpBRwqN9GzzfGzgdcByCu3P4oT7w9WLtsJT6ekMWyAiB+F7zwvn62k+b6S3W/l/zgDXHzynfMftnYXRnB5/fWpw=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.17_1556759961146_0.9530122290487293"},"_hasShrinkwrap":false},"0.0.18":{"name":"misc-utils-of-mine-generic","version":"0.0.18","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.18","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-KLgggIay0xXKX4d3j7ydCXIn/iHUBtmCFj8SjuzC3NE5bVYhinA1Nsq3enWthR0cLSvzp0uzcoPvqOAkh3Z1lA==","shasum":"ac38ad4e0e81299eb410a341e830a666bcffb6c7","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.18.tgz","fileCount":95,"unpackedSize":85744,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyuXgCRA9TVsSAnZWagAAcZcP/3lEpanxNoBidsjXRex0\nj0lMa30VxGazM9nda7NTFgkyjxzM1HCcbqal3XjvMk8YvYNar0XqznTlk0Le\nOAJtPLgoUfWXqINpFfOrE0FJqEbyElkjt5Tpz/1ACeSVtUMuI+Cqpqr4gK3W\nDEva0yzVwSRtyqZoSRRHXSP9/GB1ptUqN/It7p1yLhevUAgOEt9nM40LwWS0\nKEiJrLUQRcEkhhSn9xUajMX7gyNEdFancCHS5e+T3nPgZ0pvBe0IMt5wZi8B\nQdKWtbJVoNzjFQpyhjSmKgaP737DHWzkKOWo1ubz1vktVNl5tZD8xuMFoQHE\ntZw1zAa8hf5sReFfwq49wCm8tV5qbmoMFISlpK22+VYD3iEACNtKo08mJmTC\nU/2UVNFkNR27YWn1pzcg2qYCKwg4hQu9YonvdRRPjkU04lWCeh/bQrPJ5hHY\n5iO+LxPeZ/cUpxcRd4off3pFmQ8ESv+w+XZTgnNz5jIQi01Pwuk8PfdUPmWm\nmH/KqmE68WgtHnApPdlFtOyOn685MUC5ByxN78EUue4nHuLgNZX1T7I9iGwp\nAm+ee/nyGwWjXehVWcRj8Obf44VfGGOSADtAEu7qwRyQhsebHyYXuqtxt13M\njJtTgCnLFfHki1jpezN/fsga6umXbrKBLH8CVPIyuTgkvJLUe1+mfKX+PaOF\npScW\r\n=ymQu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDoLrvWCgeJOfPbzy7b02AHqSh4DXORZb5dkZdjoZ1ZtAiARdU6LsAtNOWo7W/kqqgFS+SaAb6v3Vzv4GeujDxEaoQ=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.18_1556800991212_0.12093060705073189"},"_hasShrinkwrap":false},"0.0.19":{"name":"misc-utils-of-mine-generic","version":"0.0.19","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.0.19","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-QiRF509hXnwOQyYoIT/K0wCgnOtDghuXUDrtZjzFcx0L2r6drVvwIFESoDhlnlkgU9BV5fIJ+QuEtXxs5Uglmg==","shasum":"1b4a3b234218dc43c60fe083bc6dc2e8a1b52d5e","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.0.19.tgz","fileCount":95,"unpackedSize":86807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcy1l0CRA9TVsSAnZWagAAjZ4P/14FUMkH5Ji6RffaxzAb\nJftQlX+pcOYsmvuKksu8LfcOwhIzTwH4+jsOvWY/VM8JuDNRpsCb6NcqD9s9\nSHQpLRwYtqjSoAU0Mdy576GLlCvxRsR8xQCs8L/3+WFrmWC1WfwDb6PnzWTl\nH+0H6sY1aLXdxbyziUVsGvSDgioXPLx2u3tSgNufLofC65SlL+zQ8HzIjNgd\nDsFpz0govXcTpDuGNKDTnZxIwP39USBBlgL52vvGBkzlQcG6utWKy2iB1CbY\nppODcOCqj7LY7meM4cii54jlbaFTf9ZIpragU4dckOJrfI5/yQMlKuM6SsDr\nB7IO+CPRU0EYTmuLOOFPy/8fg6+c+KsSlV2EiLcWH+tTDm7hqeZlev109Wim\noei/l0H3gOYR4WZ2qWD504jrXCJzsdQRbFQjfZeYUopftubLJcd8hFnqRgox\n4kS3HuB9vrqCMmpVNbpZOMk/VISWEhqWM8XQt+b1nLkEAoBIfwmhUlsXfMf1\nmjxm2h/Br3ghFIX/lpdVoprwj3pMXJU6NAuXtVDabGc9WZ9VDsudQxYspJqz\n0qWRwwFcKKm3XncatHD4o7cTQkQ9otSBAFY4ZhadX3KcL4DS1X0zxds0V90G\nQZ7PmlEuSj3cjuN0fKvNEvgzX1To7AbR8X/5vRJGXtYcEiyBVEy02wv9U1kd\nbO0P\r\n=X0nL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg3xtQH4FqS7Wvw+1/ZkUICbg280xNUA05j3UXgI3E+AIhAI2dlO8eM4NENeVdeLEFdr1+IIE4VKRAAq375EabnU4F"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.0.19_1556830579434_0.1513436470063807"},"_hasShrinkwrap":false},"0.2.0":{"name":"misc-utils-of-mine-generic","version":"0.2.0","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.0","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-yTFGGpFmg8hca4ycukDWUHKSH5HkcWW3W/ShQQ3PRu8hp44F3J2ADNDs1W5Sb1V5Nb0xvg9YIIDLd3DFhq0lzQ==","shasum":"e9d2b61d9582a278c74ab5a6ea75b11ce0b53476","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.0.tgz","fileCount":106,"unpackedSize":95583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0KJnCRA9TVsSAnZWagAA+Q4P/Arv0/TEaZoIN1IdFJSn\nZRT+k++e5OKs1NgIVDrbJb6hSewNHrFjAtIvORH5wKNxnUp31a4tzRIrcSkN\n3kon0NeYNYzonCAbyWYOdTPlQgOmJ2+bcP+AuskXRAIKJoJlATNfetPiTGXT\no6rN0JgqBQO8t5IPgMidXC0TwBG5NE9ruufoFkt6ndleOGjTHcNagT4CLshs\nmVa0va6dC2UF0g3PZFFeFu7lx2bEu2eAchxILZLtAQ2m+dJDOOtY3C7aKptF\n6H02NnQ3BdEpT3iECuepH/B+anfXSk4lakGIzJslUflpZi/aBugb2ElnIyKB\ny45azAAlTbfKpyaKB5WpNPeYm5gVophIic2AKp7QDLFR2sc1k568qoe00gVG\n+Sz6/gK48IeYHV+sp5ldIHHxzUcrHAC9p3iJdv51Ss4P6HB5kGExkkEoe3sW\nF5YpZTpkMIkcULATYs+nZfObFBj7c/oBq+McpmePQ1YWiA9bsQlUlFITwWSE\nJPmXLi/fywghoLnhl4hKe5ax2s+vdlzitWcKMcsg1krdbzaG0sZ6p9dD74zh\nIhsUF9mlQEdjh4I9n+zlhDr9+N8XoVXrdwTZxfmRaKdXI86tTAkY9X+3Doul\nWIr6ecloJMvI6SmIWqrAqDUoJYDxuwCAfm6+4V9Hx7ex3fzKxFc8zgKWC5hG\n+4L8\r\n=cX+I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBlpcPY7y5JUx8qtADW1GA6Kq0rsaxRGbOh2oeSquhl0AiAsqGbiQeUeRGi9+gjPqyto6uNkoZJDm2wBcEgjLOsmsg=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.0_1557176934314_0.15559702119917085"},"_hasShrinkwrap":false},"0.2.1":{"name":"misc-utils-of-mine-generic","version":"0.2.1","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.1","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-ucRMEk7oS+wW90g9+P+3ZAYDy5wVubUqK1dXoLBbSAihvL4zbQJ5p99LBifbF8UtNnMQleQjC3iXSX5v24mrNA==","shasum":"37636aed78ca3c004e7192b8c02690b300dd1b20","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.1.tgz","fileCount":110,"unpackedSize":106041,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2QFxCRA9TVsSAnZWagAA8p4P/36jVOmaj8Wmu7SfYdU9\nn/RdhLd3cz6HmpdbI8C0YWXMRS2FUrwskDzthi8ARI/QgCUqwtZVwJ6h43Is\nNiO2mtQPKGSkxVl4jYm0/ybH1eSv2aVdt4fBBGrXfkfdroTuo1slABKKXmYk\nszjJZm4qQ/uS4RdbsjaOEYtFyXckxfIzIgOuQtuws3HcfvGxXlyDJr7SS067\ndQvOukCrMIlIKTozghfAJc/el+U/nF2t9IEdXLQqZ2mRoVVgwbIYCmBo+Ijr\nqOKJRuD1ek1b84srBZw0V5nUF0oTjtxBUGDfuV2zVLdyr68WtpVnqx6yYPpZ\nfdgVfkARY60tWTWuWEdilhU+DRJGcQejwjsP4vkgHB1BpwGrBf3XGkWJUnUw\nh47UXgeIBZq0V7ooN8Ymb1whoD+U4gt3AT7u6qpbuMaWd344jzjiKlzf25fa\nyXbnCI/7o1Sh4GfT+3yxB7sSp8a0ovRbFij8xvLrRdPMtUoAUKZ+IdBHEFqg\nQQ34T2PLh2hFRGetVPlDc8CLxRyFNU/tNrlUTsQ7uMzA9CuMO1EoQZ3Okx9E\nORGuZHT8e3WjmGN7SaOxMkVcsnyD/LluI+9oZ4PFkMVgSahbGY0Xkf2tBjB8\nHgKQbzgPbTJ8bDzhpbnvd/pc9PvyGpjPGzDmPLiD8/pTzxYsev8cKUCYYphx\nPRlf\r\n=EwoI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBsvOa3XqBGxDARtCU3oUL6WhnDqMNUTcujXEb8IpxBaAiEAvQRRcWSaNDmt0hJeA0fq8q53bht2KjYWe4jznFjWfaQ="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.1_1557725552329_0.08425342755391241"},"_hasShrinkwrap":false},"0.2.2":{"name":"misc-utils-of-mine-generic","version":"0.2.2","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.2","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-NI5s7w23shAfaLJolo72Xf4xPW3XbjqFbMth3z4Ldew9uVlrosI7hNVSFEWJBt6xPOni3ZUVgTzMpDGU8B4QIQ==","shasum":"0651386a181f49101143e9b72c82a82ea3ae342c","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.2.tgz","fileCount":109,"unpackedSize":109665,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4eXuCRA9TVsSAnZWagAAisoQAJ9JMCJuEnSIeUqZnaQT\naseop8nAuA240szvmCUufFloanqaENQhJmrLZCmRsh62ZAM0SLtLrSDv24Dn\nqvtdWtddCQaJlxQILLvPBY3xq42WynZwUSlkmxwkYqxF0uIbPhFrhuFHQf45\nxpDEzbNYMIgci9IRjizQ/mmWStMJ6bjQEqGy6DaI/H7yMDKGYe+1fgJbPhG/\nyM2gIuCyENhLRCe9XRtYkN38UXksCy+Aaj57YEv8HzqrB/Y/gC84reA6wqMv\nRqzwqX8KMQMRThSAE3FY5mf/wooIbrY5OYfjUs+IaQNFABxX6vcj1eZHVSXq\nGXNf5hQS6wG4dUKVBEr/TVopjqy0jryVbLgiuawQXirkmdcC3MLIrgIpibwl\nbHRoHhhoHTa0Y8wvfd2KeWcrBgpfZXYyuKZ1IMtibKqOeHY1XrTpNX9k7JP9\njj2OYkfrMRAGnZuFZNlwUMGgtssSAJFhELaX+9Od5/92dMUpIoQcTg/MeI7h\ncqG6p5RP9YgBnIUITG3OcbOW0S3tHEWicTcQ7ojXSbDFbadzqEJTmPIB8Hvf\nfBklHfCvUSgZcIvW9KvKsNNbWBEalRVmp1Ug4MhJbUj8T8t6MPJ6kC1MJurA\nBWgo8a1g/Y1o3JjTeWmTGMwj6SGTEAUwSoZs4yHVEBMUfGLcBlLw7YA7C2Je\nCxAI\r\n=uJvK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGPw+KfwNh5aurJRCh6p7UOsmSqs/pxQh+lTY/roYasAIhAK4/GMNualoMu9h1pvk0Z7sXOxxMN65Ee415XlN99RwK"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.2_1558308333523_0.7721088676885077"},"_hasShrinkwrap":false},"0.2.3":{"name":"misc-utils-of-mine-generic","version":"0.2.3","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.3","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-Y1WKp0gpfTN0DOoxE3eXB1R7y8vNDMNwz9VW0D2nmSnn4TsxTVYr9xeaaCss/eQPkbATUIsJmGCQVKqmSQTOyA==","shasum":"6462dfccc465129093e808dee8d2ee4f973b2e97","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.3.tgz","fileCount":114,"unpackedSize":138406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5xDiCRA9TVsSAnZWagAAOHwP/j8qV4dSHGXSGXbFooah\n25cgXnNsX7IB0c0OcHAv0dKeO+O0VdexGRC4Izlxz0NCcJ9fNnFxfO4igHFD\n2ftMWV62ltOcjfau4KPvr3HpzayUBDmqcF369prC3UkzE1GAAMXQ5u+7O4uO\nWVVvsswdRYG8NwVHzwmBvPfqk7/Z9sxDV40TRuMS+B3wVlZsP6NF2Vhv/wFe\nVzZjxgCx5o99zB64HNy49R9wHjYIQYhdbOmvS1tBD5cTXWYRf5IV4L5FNSYX\nP+7nlP6jBzEYBDWpEyTEUgD/JRs9TtgRnTfOcNdKwuWh0ONjKj/A5tGsBqnl\nCnEANm56k/h5KCuQVJU7HFJBZ3DKMElmgZW5qWlO3zliqX7pyEohdaI1JfbY\nvrHstT9fuurac9pQ56bPsQsylI7/X0kdg2SKfhwdeBAmCuhQGb44tdcfNTXO\ntffos+zEYqI8TkPH1jnlpylbA4o9UEY5/UrtSfXuUtz2z3mfQ6Bu6uZuoCY4\nwBy62RGZrskSWvogL81oFmUyB99up/eytWdlpdY0n5l9N+5ATKd5Y9fRSgui\n23BpVTd1ArF+xgN3xBn2ADSDk5obFinCbSIv2HL1MEK8zS5q0Ckq1OUkXXmL\nFSF963eG1faa3+YKRzcHqp8LzV52C0da1ihVvvxJq79oYDQOvW0CdD40R5Pp\nhilO\r\n=qRVp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGRl/vDxI9sOy31Bd+LagU6/KdyEJk2DiKHBz9BKtb+MAiAEbevK64qRPf1S3CJDOm6SFeKL0t798wBACgf0sxcT2Q=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.3_1558647009478_0.02743416756239081"},"_hasShrinkwrap":false},"0.2.4":{"name":"misc-utils-of-mine-generic","version":"0.2.4","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.11","@types/node":"^11.13.7","jest":"^24.7.1","prettier":"^1.17.0","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.0","typescript":"^3.4.5"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.4","_npmVersion":"6.5.0","_nodeVersion":"11.6.0","_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"dist":{"integrity":"sha512-8MYL8ZehbSFslHAc6RBTgIxLgdYAu0Vdfca5XXZZeCr7Mi9z54ji5S1lmdx7IQKmgaTMRqfFuU143XlNr8KxyA==","shasum":"18dcbc0178c7fa28bb195a570f6e01b166381d19","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.4.tgz","fileCount":118,"unpackedSize":125116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6YsbCRA9TVsSAnZWagAA4eYP/3nHOv+dQdE7aRkTp0K8\nukQr53sbkuqIhFFO2o0QKg8d8w6W869+v5bYDYmC2mCMibWzMUIwzem5UOO/\nD9e3fIKwrxSE+/VCbKg6BPvYkQWPFCUsoe+xntaYVyBjhgfQxzfSFc8aGhs5\nBYHn0EB3TljmMw8QfzmnQuMUBLYxxn0P0jPh99Vyw3T90sdbr4kWJddSmN9B\nrWrfL/U6s7oJ/QvYgEZEU1WsVCTck0dMaRn25H8tcact5mUA5MGLnyAx57GS\n4+rp/HaNCAKP+DT17FWUlSSDBFysYGz86/7hbpiPhUQ+93EKvw7aIzUqziJH\n2d1a0H7yjIqgO09+74QDQAAyQiXb3z8oVuu6/wg8E8nc00+XN7JaTWPep7l/\n0eUNXX1/YHRamOzEVkGt/gs9vjgRVyueZKVKmUS0b6ZMHt4auCr/PxXFL/GZ\nzTH0dI7GQBeh7vtUxCBhXrvEdl+SCFMeAxNzG6xci5qfE4XBRPQJzqjmMdEQ\ny6bE7uaxj2h4p3BfveBMPWYodbJgfRwc2tJaZK7c0t195QL8IlM5FLILdQYv\nHC+VrS2cc/K7GsG+TmzGLXaBBSi3m20WNfNG5BF+Sw2FUY/wmbtKu6EJS7Nd\nEZXYn1IO8ZZrUppQdSdKnqLNec89UrR13qw7bl1iv2X6gg6RZ46tDHbnxAzF\nqyQZ\r\n=E7Fb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPun0VuBnkA1mcQbIZJ4eysyGxKb3UMIMllOblCEvFpgIhALJzRgoqNm3AIuLBiszJwc2QR062b2SlyW0J7mot1M4K"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.4_1558809370527_0.3817708409247029"},"_hasShrinkwrap":false},"0.2.5":{"name":"misc-utils-of-mine-generic","version":"0.2.5","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.4","jest":"^24.8.0","prettier":"^1.17.1","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.5","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-oYMhZHiCI2fg0rzV+t+DZDPw65cAQ1ez4xOQFvDoBOLFxa4GUOieniyhVS70/BhNVsieklHWqR2U/6a/m3+QxQ==","shasum":"38ab5b82f01b8f6cc90e0b645b793834414b0ab5","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.5.tgz","fileCount":121,"unpackedSize":126320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8ZKwCRA9TVsSAnZWagAA8dQP+QAl1LgJ3r5YsTBOSVqM\n+y6XCOZTcGBks0gTA+uo4P+c7fETGGb+zCSyWQNMUP/djbB7NcRB0BfkzRMx\nxeKfddo6AqfBik/FJ/+bR++s2KbnFTz0IkvjjsVhnht5WwIRyonjWWNYH9KI\nMzfH7noUAoC65UMpdhcGUbPYg0KNBB9QqJR17XwlVTmzytyOIdGKacb6/lQ2\njU1hRhWN8JpHx1QMJN+X1mWRid6JZNlA93EAycq+c663+Y1QxKmileq8sKTm\n8Y3pHotn8Pb4XQgl/f2eThHegRRUJeicnj0FeGhjW1FHPXmovPMgA8PUZzDx\nK+S57BGWMHi1JiKx38nu09TzxdiIGo40X7RGW+s0d8c74Kkz292qOaJIEhhO\n/ZWiRkbStYZyez0kes6sEiQ9uzY0PeF4SW/fjx7X8cqs76LhIDplmRqS9I76\n9vZaI9ko3o+zBgmWonXkMh85o+Rl3/LXN579kc6DaP+uI+iU06w96aOwCDbV\nVQZdsbe6X/aEmaqxEi7exTfHxsegDDgdiq0+N86V9FjV6/tNGfRMhh60GKic\nsE6IFuLJ/xyXUZzwXTNQrxZVTL8l+1q/xneunKTmMrjN0eC16eR+/py2+y6G\nVfzT+qDVpzAZ+ysM9KQ2l67YvqtZCx8y8BZKc641EmArHLW/Xnq1JUbxU6Op\n0YVD\r\n=oRuw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBtFqrXa2XAQrr0rs2IYlp4VXu1PqZo0lTviDVkGNM/yAiB9ntFrYHh3XnLeEWYTnBxPcz5pwgriof9r7ingi8sytg=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.5_1559335599717_0.032212795766084934"},"_hasShrinkwrap":false},"0.2.6":{"name":"misc-utils-of-mine-generic","version":"0.2.6","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.4","jest":"^24.8.0","prettier":"^1.17.1","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.6","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-qLl9mephEe8GAZt6Z0u/vc35D06wqMfN3DC4iinLdzK+2fKFmsa1ZnQa+vYJ+OuWL8Ntl6YfbAcm8kx9ajSV4w==","shasum":"82357bc656dee87552c6b55f96aa7562061416f2","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.6.tgz","fileCount":127,"unpackedSize":139083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8gyuCRA9TVsSAnZWagAAnKMP/A8lThjlqkRq9fe29WiQ\nItegFci01r+cqSk98RAc2w80LB0DCzpJhis0h5h9+5mR1dBoTvOxuNhpfkLo\nREkEuakb8ZphOsZWGzuemQsGySO2BYvDcfWKiDywVg9IVBZE9i6kWSBpOvZl\nWV3m1f29oZwdgJFfAzFluD/KWMMPMjxvNCCnGubUHu52rwrKupQQ2/1AvKwc\nV4veS99mHVbObybdnlcJ7d0E7sQswvQFmXisojgWzG30ir8whFHM+Mf+ZRE2\nV8oL6j69dUugXrxn7D9T2DIQE8H3Byg5IdXopMTO1wK0usuVMKeG99ds5dRC\nPVLtfXnS2xkRztcZyRo+xePtJ//mL5nliA2m8RnXFWb/mImozhZ2cbyZbPLc\n7qXYi3K/UMwwRwVyBDizSrIbmmcYNLuvXmXPbP92/ksAWiv280z6ALv+E60J\nlfHLC8zEvxpjbktRw1k3Ik5BVE7Um3TB2ekSok8FkOzlacOIdCK7t+0QPYfI\njQ+hy8JWwD7xlgl+r21X2B8xpXdxva/SnxfGDV5KSbU7ka3Wm+TYiBY65wYt\n+MyU1Q+E3g8jacj47cOpWq9Gsv3woEZcy1PMbKcdeifSAiT7HkAh0opN7r9I\nSQybvaHsdSFmNZrrbmZ6/MvVvl/VV1uV/tkwLUetBhHuX54MXAg6+owKknUn\n+KI+\r\n=ANpA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6FseAqgQK4vHWez1tj4nxqQNHbqxP0bfVw1QsdjAzggIhALmDxXnH7eSeP77/so0K5d6ODCunm/5STJfaS93VJKBX"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.6_1559366829747_0.5443362967894079"},"_hasShrinkwrap":false},"0.2.7":{"name":"misc-utils-of-mine-generic","version":"0.2.7","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.4","jest":"^24.8.0","prettier":"^1.17.1","ts-jest":"^24.0.2","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.7","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-tgNsDRKwA80jrvrBWLAeV5eJRW+qpeYOwoWVKrQwjk1uYESJ8di8I7huTXmoJl8Nm6bzBGvctpCC8wLx5RSTnA==","shasum":"fe4d31c4e9d53fe68fe13b9482f1c78a50ab6fb6","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.7.tgz","fileCount":130,"unpackedSize":140395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8iHpCRA9TVsSAnZWagAA864P+wQnBuyY9GlEvUjGR9Pt\nrxh73CZiYLiyCB/ID60QJjOPr0vdDF9GDh1VuvMVnIvKd5dG8C57oqjMFv7M\nKNroANhLgoJbZU5ykm1BkKAr2/8bpq3LszSO+Hn64mvlXeDVRrzYbiAYM3+P\nNNo+ah/1VBHPMO5twy8XKmZ8xrNJX4NpM7j+kk/8sOtzhCDt7C8Yd7AjyORe\nSZdjiIpLbbpK+v39jpfXHmKtA8ZdCNkFKiD9dRvwE4/I6Y28qME/8vmqHP7Y\nKBAhgBKLrdvPCiBerJILdDkZ4PuJBCcSBxb8U6u6k05uClZAkox5QUngQElJ\nTQQXNbRrLiNvjkRS9xxbrrTN9/NS2r4soKsvTQZNh8wze/qaNqauZKA2o6F/\nqkAHUmMDwMN6Cud/lBbRV+7kyw1kxAvXC3FibVNHdCgc7XGwK1nsvd479t55\nseqPIBSs+28MmLiiG8SuxrPJ7dUP0OkEEBwNPCuDSmYW2YSoOHTPXgkLM9fs\n9GKaCARcgxnTtbf7YoAqntC2vEZNkSriFt2k+e0KxfeuijvzRxx6GUKIJF+z\nnyHPlurEKOAr6i3mNH4VUtkvBAtrYyQzJCxNZfaWrW4MybaiVlj1FCaRBLl7\n/qdo1KUlRn6unPxwoLKrjPF7+BVD250W2kDs07zrqw7dWm41JOSS1+L4/5+j\nQ8Th\r\n=Lhez\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyOHfdAsYRy2nDQFZ85hBc4196UKzHHqnp6W55VGnhbgIgLYUTIOh/CFHmZNhmzbm3l23z8ZikvZKSaBfcAv1NohQ="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.7_1559372264518_0.42427815895862553"},"_hasShrinkwrap":false},"0.2.8":{"name":"misc-utils-of-mine-generic","version":"0.2.8","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.4","jest":"^24.8.0","prettier":"^1.17.1","ts-jest":"^24.0.2","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.8","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-Ka4E+FlowZ2cWOV9T+sw64zzt9lqSTL7vtD5b/hsSDz5wsRTDDSOAnbc4PsnbfuoTh3HpS4IomIJht8RNSZbjA==","shasum":"e735ce4594b71d05d619020f8e368276e50d9561","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.8.tgz","fileCount":133,"unpackedSize":141866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9zOrCRA9TVsSAnZWagAAr7cQAIpH+5izqe10nDxvF1qn\nUcrLI5xMql5fka9B4XimNTUPVpfZvy1u/cxM8h7u8GbRLP4qjdDwauj5TK6a\nbBqqSD7CfnRyiY92e0zXEWdU88TGkWIPDlUwKZYXrXZKref1smqSbX3poRJ+\n/GQhXvUDFU3RYhCO0VW9M3+Ga7nyYcTlv/xZm23rxqbEif1cRqDFGyxAdObi\noPwNPn/3cguY88fHb9Nbreq8TMECVw1caVly+TvMkNhIZNS3p3HinWLTVpVZ\nhGJqwE2ROyjXeuxmgfXIdglF8r2TQ3+I8ehR6sxxFI2w33AmnCsz2oTYL7DW\nCay4+pS2luufbe0C1enJOBnj18wN3Hg3hxO1Rw+eBN+X7NTQLl3K2yEUWeNa\nWlQLnZTMwp+Tk8B+QLhH9aN0l9OppZB4/Kygs4dtEQJEZSJvDFMc/zGP9zWQ\nlD6WL/VrHtZ8o5EjVhBJ+v0KQ+dufZYeMSjsfuTahHmloqIY+hR9UzVsLUOe\nnoqExVzCnc4REff/pnFiDdsF7AOHNSDRHZYC/wrp7XDQiR6ngaNhZoPgObH+\n7IGpiH43G6TO/dkfkdkLRAwuKwlfaS5kGqmcZi5uWspjfEPLIpilZw6lVOpm\nz/S3mp6eeibrs6w1xHiHZRaZx6oUtu4kC0R/IxDasjQO7UV+Dy4Fii7QUSVt\nhX7g\r\n=ip+j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDf6P+ssx988GQjX6Cr9AGuyBcIYs6kNaF+2MCHcn16+gIhAO1tT/jITFEFCguRv/wa1udykFJQUSWwNFFCu0gUzSp2"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.8_1559704490762_0.772499536812949"},"_hasShrinkwrap":false},"0.2.9":{"name":"misc-utils-of-mine-generic","version":"0.2.9","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.7","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.9","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-sB/FfDf2bj20vk8gOB+A5Ujr9mk35F7g7DnLBCz4gvcOpVyF/I3aeJe/ObMfJC8mM+jaLnpji5sutZl5NF3JIQ==","shasum":"c47bfb4e2f62587fcb852d653da79aaced8dba9f","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.9.tgz","fileCount":142,"unpackedSize":145569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/atOCRA9TVsSAnZWagAAJswP/0Xm2l/g53RL357NcmU2\nq6NR4kqCNz3cYUM5rXYbrEoTDAtDQbtHNIwLb5fI3LSG2D6QCbvam5tZcgq6\nxIUEvWg9fIeTlsAKF5X3azigjYJxKECOly+HGVJTF7K6RAs5q+mpFjAtF/t1\n+Kjf0sjhNVbNF8Rgwh2bqeog6uUFJUZuTGv6M6vcbHy/L2YyLuEfZB6AOmiY\ny76hfVC6X9j7RtB1SJ3wOqHBKqtTbaFtW+g572qYmVFoew10vVMInKgQsx2d\nEXWmjCfJb4D+oOUTNe7GOzsde5hCxA18J7cLU8sOu99sjsV9az6HtTvOteXZ\n7gGVPVU1znFFb7YHWjgUp6X0FjFjac3GzCPQHaBTJlIJsTK6019l+P1J8xVD\nKQm7t1AGZT8qq9W3UBFvC//6SRV1INnhgmj6h62FGRynfZbChsDoXR3pYJs9\nlXcfbIg2VL1p8kY2mfP9xgWGlDFLbG2V6psFpVIggEr4UL05/kZzDm2LhZJz\nKtrhLTcglc06T8CpbUnTDn0dH23Wu4b6d8h89w74j6d04xUwcbmYCu4XvU7u\npKm6kHCW7Og5TtuENrlPdQkw8ht23RvuIRBhDJ4BJ49jb5ZWJDjMsSbt0qSM\nQQHzCtJ02zMWGawqRipouf0KY85MgxdkV9pVKzSkrdtWS7TOKS608QVDpCT6\nllLj\r\n=jH3v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGXCtO/LKALFgJ3CgiJePzPi0gyrsDc2CTovABgAsn+YAiB3wpyzLY6SAUcaHM7DaSWTajGur63cAdEunaOUoFAsZA=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.9_1560128333495_0.8747129739787711"},"_hasShrinkwrap":false},"0.2.10":{"name":"misc-utils-of-mine-generic","version":"0.2.10","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npx tsc","build-watch":"npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npx jest --testPathIgnorePatterns /dist/","test-js":"npm run clean && npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","all":"npm run clean && npm run prettier && npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.7","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.10","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-KNwJ+Gzpm0fspnhhFYvKt+q30R3xIH6IQlBY8kADNQW4fIrmDpNe3Fp+4NFTC7fyuY7/IdytgV4i0cx4C5ZxBg==","shasum":"09626145ee5f1c6dd830b21bf48b8fe3c48303e9","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.10.tgz","fileCount":148,"unpackedSize":159181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/bBjCRA9TVsSAnZWagAAWcAQAKNBEBiB7AtkXSWRUbH2\nXp0xuGe4iDAGD399MU9ykzySnnbWfR/M7OLNd84pqGbA77XXgbiI7bqyjQaN\ny0YqhdsSgjj01LyC3JyEaQugfQ9LwerBByo4P7haVnX21GHPbpmlQpqT5SKz\nFj89fWMF7x/cqU1NvyaHDanFlNRVrqd7gVNswoPT/gR5tWfp5auzxyjZqNmZ\nSLnVjt6fM1xcvTIPtSF1ZOAmaHOWqBxusqWkozb9BG4t275m6jpl3VWymv/H\nKNhpJO/tUIx4kilS4DpWdchQjCIgzyS2QF2ts5taNwNFJ3OwHBnFIGTepeR7\naDS687x2ZJcMF0GRoW5ZuasvZrjvLugyqSBN7+P9lu8QiB0oADujMGhKCquY\na+1Fawytr+RrxsXGqeedveAjMjbzLjDlVAmKpqI6EaQxfNQFqprzONIMz0ud\n+0lJbq58REvw6C0ybM4o1PG7dF1g/6iuU4P0ZxqzNCSKyHimHyjJ3Wk7qXdu\n9n+uVlupcxZSM7IBcRBBDRzGOJwkdehaGQknoRe/dYY818QPIi861n32BqUo\ne/YitrhwQ3lZV9lJVwYJDNSynn7RnEkq7Tq5Tkb52XbwI9HWb/O4vbp2nwaa\no8WWJpggaMy0ZA+Z9v6lRAbZGjbdvKEvYKHbVM/q1vOerD/LgrGv93N0DiJ4\ndi70\r\n=nFax\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAUBPYa+MqWVLL81nvzrzlMCyKjlDFjyLzIDaiwKwDQqAiA7qQWRdm1Q5w88/TBE/VZeGNj+2V6E0TWYmT7TVNzxMw=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.10_1560129635370_0.4082659456275344"},"_hasShrinkwrap":false},"0.2.11":{"name":"misc-utils-of-mine-generic","version":"0.2.11","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.7","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^2.3.0","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.11","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-BgRFOlayqWXrEmxv0JbYhbbNYKAk/+zkot67P2f94XMP+8JuOkvfCt5gHdmKErano9GPWlijD2mn/Tf8WRwDiA==","shasum":"66083e3d42679bc269075650d64324c5c3829af2","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.11.tgz","fileCount":149,"unpackedSize":162098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGuvmCRA9TVsSAnZWagAAuAAP/R3xTx0OtXbk+HApXhHb\nOG+V5kiF4+jnMLIEXi5/L7kB05b0ejkQWp5f+6I4peJk66ZzSenUfmtzbukp\nVILcYVLI+0CsK4kwwXQJmgc5RRUCYeTEfZJzh7eBhcBoObOTRJY3rqUz4uHo\n9/DhRUTJuPZHNe6BpvPDKgl2fVFzU2I357QIzfx9O3gDKRw8vfRU5TTRRKGa\nD7Glz5+Je3sVW3Q7DHsxv5t/Ebe4TBkD1+D/IiNuwApx2/e0u047hhEqZoKr\n3LrbhLgkSdrnIxF/iHg8ID6U0Qz6HSwyyJpg1ymNV5G9QF/jVDhQFYsoM1xP\n/4c5yb1nPLolnig40UYCGq5fH3E8bZjjZyJxS+3NvXTT+wxqtBPNJ4wLbl0H\nj/ukjksbfi709Rc35pFohe2pTn82Fu0q0ff5/HUMFW6VsTWaxv/tklefjIcO\nv1DSN8KAq5vV8eNrDlu+q/ozf80BwvO0iyIbM9n8+Rmq5cPmABZW09Zlyr+L\nfZPta4r/o+LStxOIl4E4sY3ovMZ3rHIRgPBgr9wmcksQGclFi/PqlEnv21XF\nXhpv59Vk+J0dSzUPDxS5zgp4QpeWrzE4I85KQAjqaNgE77BH1QKO6mLqEoEh\n41bbYA9/mtg1YIr7KkdRVSZOiyxqJXVZBpmHPsWLAirlZNSHAirjiEvuV84z\nu4fg\r\n=8kq9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICIaZl8C4d9+stlxMjewizi4Ak0DuY8oEmaOvuC2b6CkAiBhuQyHOAbAWCODaXAof6PB7hOjk89EvInZXT+taJ6O/g=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.11_1562045413361_0.5201568277244746"},"_hasShrinkwrap":false},"0.2.12":{"name":"misc-utils-of-mine-generic","version":"0.2.12","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.7","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^2.3.0","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.12","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-711nTUr8PJGMIP3gj5b6Mtxo85Xgt/ZjmkOco5srfG9E+pIK0hP3Zm06K+rQtTvt0Jj4i0NgC+kNy8qtp3C0zA==","shasum":"6303deef56c179d529d1c8285d722fb2675ea067","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.12.tgz","fileCount":111,"unpackedSize":132977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGu7yCRA9TVsSAnZWagAANPMP/RCWrZPOIKdqA0iBxSX1\nt/or2Czg4xLVBgN+rDTxxXQDd4ZdPaW8G1t/yP0URm1MZLCAGBewIqORseKg\neiFBuvaUQsosUvagRWyKR2iwmtswd9Hg0DfB7wrT5LmWj8iSLIW/mhrE9IQ4\nYEEY+jXRnksxLjlmk7nefMhUrRX+YaFHmEmn20NlfyL2J/mfT/I9DPDzFczM\nLDejPefpky+5XVuy3bcEnZdkdlHGYzPJLxKZ1I8wzpsRUE7ozv1iz+smkPns\nsx1CKYLjApZqbYYoRkYw1GPoqSVtuWQ4wAxOZwULP4UUx4UN3Z5UmdAGXMwk\nWxjIYH9XyoIjkUSNKvQkymf1hCnTBdFkwUvHMGKevzYgHfdNo5obNk60+gW1\nrJI+5yOVdaUeYTIhyA+C7HphAowyN+lNDmBubLbhwgmlcf+Pv8FVFuty0sfH\nF/K44GQ4fHpEtnU+8pnX9uMutq34AamhCAj7K/8EHxBd+91hgMdp0+1ropaF\ntm3BA5CiYV9zkAgBYRRSNvx9533bd+rXxG0lsU2ATRfRedae/MsqvJnSawKI\nna0HzySseuepOpMn6HV0qw0IBHJa7hzAw8TMApyrfo+7PWUKKmP/sUZYVgck\n0WrnaOBASNZ2aPaNM8kui+jvkGqf1iGLTCOJ/UeNLDCrKLWG52iME5/jyceQ\nnOvr\r\n=JIr7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCX32PMWmb9Gi4mQm4Iui1sbxQBMiRIFygM3Er9uWDc9wIhANqfYMlTX03g2t1appwHtFiNx6jqCPVsj1Sw4wzZA3T8"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.12_1562046194235_0.5124366309164059"},"_hasShrinkwrap":false},"0.2.13":{"name":"misc-utils-of-mine-generic","version":"0.2.13","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.7","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^2.3.0","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.13","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-rJQuvtB878ei0EDqEfWPxTQrNWUA9jO/rjJfGg5ObSWFQBu7tkCpQ6jmF2YBLUn/ETINxhVGKIDTu8xKEib25w==","shasum":"8dc62c626bce0db14c33561709743fa01004bffe","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.13.tgz","fileCount":111,"unpackedSize":132978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdG2wxCRA9TVsSAnZWagAAqO0P/3MNZCitiG94Bb2umqEl\nhqES1iB6lOthuZl8k4AR2q15njUPi37NlvCzzgXal6rY4WveeeWWw3uSSsxR\nFQBDlKqMkgGv+z09gX34yPL50sCOUuquluiqHXMfob/IOZHDtQnYjReu8LZI\nOlxqg0WsAwfNFUNiaLbVzlMPRpvnt0HLOA9xG7/Bofzxk1qToLqMH1Q8QUdy\nSUAfbe3ptqjhPebdmefaa37TbG0J+yEmpSOzmVD0ItWc/CS0eAGV9w/Sh7AG\nL5tAZR39Qb/aSomGcps6LV0JA+t0stbSDrD0YSKW5xEdhqcaz/ATPONYHFfG\njPYpwh8S6bq2hMvAqXpDqEDq46mC9KZcf/iiH49PlQhFKRA5TELoz1WDYIzq\nIwG4pAuRIcU/WmxWB1lVGDghVBalKcE4R1Ul1hPItoCK1n0tREpKeS2pa2ua\n4ZkZvXNXgd9ASTsL8fDLvhmDwgxGz3GIsMhsHstR+2trv2boRLquS/9FkXcx\neI9/RcU73zcOSW37YhttzbJqD2V2JFjhLj5NKzyA3YKjp9L83ElUOaZ0FU+b\nQ+KeuHa30gPufpie7KWFcPd0eUpZH2bF8tyy3DY5fe5QPjJjthRk5XYnDsvF\nuYOcOA8Ch3XYd46crx0tONpGlYBlnocoq8tea8CL+OZ2ygIrIZdAQkkw3q8r\nD6im\r\n=Kp0a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC/5uOpU7SpyAXG7ZJZAZjM1jrSLnTqMxp4tBIpgKMpWAiBSUzkPtwJqKQSVRH0WNBrWJ/HLEbXw4FLdzrY0/Rf1Sw=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.13_1562078256436_0.8575166850746512"},"_hasShrinkwrap":false},"0.2.14":{"name":"misc-utils-of-mine-generic","version":"0.2.14","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.13","@types/node":"^12.0.7","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^2.3.0","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^1.2.1","typescript":"^3.5.1"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.14","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-ZFNhwHrEVl0plIpaeDH/c/80eFh+BJt5jTTlxO5C1Wn/I/UEzpDCsNuvQQvi3q7Yt0L3deZqBG5vourQDLcYeQ==","shasum":"d660842fcf532acc0742b624a4fcba20d7e99fe3","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.14.tgz","fileCount":111,"unpackedSize":133230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdG+KgCRA9TVsSAnZWagAAaxcP/32JQ0C2WIaFp4ern1on\ndS7bsZpeMCbyJxMAIzjLUAsgj+vaVD08VZa+1de2Dx1/YVC9+dfMuZmLMHoV\nVCMk1FKfOCbtQC7rvUtAgC8Hpdw4Y13kphc/k/MJLjFV9Nm5y5wIP2Hi5SWV\nrK9xMNnFsiaAbSYg4f+iUMls966mmYnkfVHuBPUoFEWUHFZ/NNGWYe6P4S5r\nKu8a1BaZU5Fa6pd4qsBC/OzvOYUHpql2hg3jlbU6I6dS74+baRYbD09eM45u\ntdZfiIHM/S+To9gjCW4P4TGjQKY5QK+ucm+bYADJQU+eiwQex3VE5LX5I2eu\nxJaRKq4ExPQcjFc5GsWIzj9SmKm8ex4ukJEqIneAF+SClnzigxTzKnYuUhNc\nqHYmEIcI56HqTbFTGIITZvR/Zn2Vn7PiOnZKSY1uBnUJqTEE0ORYG6CPXLV/\n69jS1JiHkZP0IrMJxYPA/Nf+gH+RE3QujBI1pt3QtohN4P7goFU+h97AZWDT\nVQXYNB0+e5cicMCERLG+XvisRd510S1dhMeOVQK9/vLgA3wEuDE4o+qni0j8\nf8HCCyVPEMsZdm4PrK77wKHuyTmDKOt1Zi8y9+/SYxwI50CQ5crga+EyhV3f\nmbB0KbtD1o0RXuUJtSLLhhDrD0BkBd/sD+5+twnGNLG0hhrXF0Xc8GnPAQaj\n01R+\r\n=bcNd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHmjL85CJnJ2/ELKrXGGdeuIeW1byLrhsi/lLw0u93RBAiEAojsTUXXznI6tIpfBG30xVir1+XQwby3dJdBtVFtmr8E="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.14_1562108575479_0.6822025126843232"},"_hasShrinkwrap":false},"0.2.15":{"name":"misc-utils-of-mine-generic","version":"0.2.15","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.15","@types/node":"^12.6.1","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^3.1.0","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^2.0.8","typescript":"^3.5.3"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.15","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-5z35Ld7e6jTkFc9frm5lelWhLIkiVPrHt/B0Xi7aVFmgIM4yrnnNYUuk8TEMgSKCDG+l/lzbkYeOPvdOghU+YQ==","shasum":"bc813b40e8f37d0b7f57a2707a7bec5922a9dbfd","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.15.tgz","fileCount":114,"unpackedSize":135677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJL+qCRA9TVsSAnZWagAA0PsP/A5TY3j6Si28JrjrYYIK\nvfdiXQsDermCQghTiMDpcBe5exOqqQAOkuXLH4BiNwG+QgR03/smfNNSEdmP\nH5vAKamThHdV464S7sgSOXx2xuqbpLV8f6fXNn0xwDxoZnAQ7S7cCNy6pzSg\nurEaRFtLCuzkTduKjvr+SKQ3rumVJ9RjDNEcy6t2ouegBmNDJsT87Ta5J+jQ\nZ4fqdNppfSey+rl8/FL9ZwW9z3U5QFypjVt73pdvSqJ5S2WEcx5i1VDkgrmJ\nJhZipnq9nyOYnirqYTqAlimw7Ygm3I1MagNo9XI9qaV5kqSQdJjgYyN1YMZG\nLaHNCjRsDNrQh7bWOknpIMz4q8ThGtLfWaBTixmIjLq7qIhcYHXptQOv6fV/\nGYpNDcdL0vLtziwgwQTdxNBD0mYCGgUdlArabnDG5wba0vDwmSvyOnBA8rK3\nVPIXcUV5+ghuWqG8urRFKSa7X0eO7GWlPaUZu+bhWqpOlUkubBv0AmiBpBPM\n0mIlEFpYeWS697t1J7wcMfk009hdhguDrRN7DTIk5O0hyT9A/CzEsLd9WJLt\n//c5jBEMo7TIdAe11iuNEnn2dQoK4tQImjunrmQxGiiw51VqnAjgv/6phoqW\n7lidOZoAv5ZMczyuDCCCa/jN7AgRJB4sRPwzDFxMILd2P5NrBREL/wRjJELI\nuBi4\r\n=xThi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnvaLffPc5fs38NDb+ypVqmDnV2QSmCRcyteRIDMUM2AIhAMDCy+fQq8Y8FzzNRzP7T+fRouug3Zl+vn40Fnj+Lb6K"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.15_1562689449376_0.9899083961092114"},"_hasShrinkwrap":false},"0.2.16":{"name":"misc-utils-of-mine-generic","version":"0.2.16","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.15","@types/node":"^12.6.1","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^3.1.0","tsd-check":"^0.6.0","typedoc":"^0.14.2","typedoc-plugin-markdown":"^2.0.8","typescript":"^3.5.3"},"dependencies":{"misc-utils-of-mine-typescript":"0.0.12"},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.16","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-mdDGusubKMIB4A7oIuQfmgRV/+2rsbNS86izfPLLpWNuv11JAturCUCmvQykHd6yf6WDcCwpKolBDvl9jkdnbQ==","shasum":"c8031c2c4e91d850f1a6c0f0ddfbfe6ee9b1db69","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.16.tgz","fileCount":115,"unpackedSize":143238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQm4KCRA9TVsSAnZWagAAmC4P/jTl2FMoVCdML6xGTgwA\nV7TJ5BOKhwKDDB5TT2vLrw9B8maSVf37L9vcORaKpq/BstpFeD4sFyX7slQo\nlmrdoecsaeTa3vXqIQKS6/pVxrRjd+G29m0bi/ULrBbv/i5NNERXxv0ekW7N\nMVGcsNmN/yItOI9o+w1HVJqQzwDBF1AO/E9Wku/Hu+qJef2G/IFWQQ4H8VIZ\noVenLEWPFecSEA7mvo7Nuvpg04GToSyrcdM+3N6tldqzANduYmMs7cLDijKh\n3BDiAbhmN/6iNp7R1fiYYsMZ89Tv0PrjdUNz7f+BvI5eJZrHd5gjEiTHQ6pJ\nWWLtNOVFF8UqznsdnimRcBpN27wf+HqgulnsMEaBddPGkMt5oOPBVhB/ysm6\nYl144hRl7gvHZ5J1MxOLhQLYiWKLXE232RbXw/e6uB+lEvLgEANxcb4D5mOi\nv60VMyoHuCL1LBG8m5dQ+UDjPIvNfdtFBxpworevGUcBhvgUhzZRXQ5FdXF8\nZtj6qwGcSoD9jK0nen5KphFoxS9/9dNGx2ON3eYIHO4Vqt2a1R/9GlO6j0Bq\n4Ad9QUY3EO0Fc3MnqYTBHIceSSIxXDELtm922t8FuIAph9ytBHvYfTlOm0Ry\njHTUuEWdHyar9C0chv4XUJUS06Ha57/J8jOuTvtnCgVZVU1DKh8MKGBNA6qe\nAvpA\r\n=aQIx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlGzpMRVkjskZx8TKx3gzrK6yztUM7YiihepnwbP+NGAIgdkURpAja2lZeqrMVKOZcoBG9HxZY+n4mnzoPYdGAIwI="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.16_1564634634206_0.09152859290924598"},"_hasShrinkwrap":false},"0.2.17":{"name":"misc-utils-of-mine-generic","version":"0.2.17","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.16","@types/node":"^12.6.8","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^3.1.3","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.0","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.17","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-pz55S1LTQ6qf3dIcwBsnmzFiEx1yVVc48XfMqGZsJrLu3s4Pkw84ZxhvoHnaFRqMtBCQ1euOpfDvAIMiSgmW4w==","shasum":"578bd1eb65c55f5c57ba9a6effece205174ce8c1","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.17.tgz","fileCount":114,"unpackedSize":138254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQm/3CRA9TVsSAnZWagAAjhUQAI4eQ8bBoTFNEuGugnmn\ncVIRx3ZcfNbaMoYkvFBFVTMf+ClHUmjIUgVZcCS+DrtCGXGFYOtClYdNJLXo\ngFt3q1Kv23QagE9jmXUu+pPctXdsgP8OIWaGh9KtsoZkTBoxVqwkNuKOu41Q\nundyNlycqhLQHlCpTRYIvlSiOPBc7ftVDGe9PYNOxtC+fXWFK2V3Uh3TldLO\npbTXEaj/cBa47QaVs1lovdMoPd7LHtwDbWSDiUddbdK3TlaMEx+ANtnW/UHi\neQFkOaiQgue4oKVyrH1+AzWh8FRlvF7TYyAeuPoIkZ8NPWiWn4jsrT4dt3GY\nod4hWGgArKKH8hgnzlNALG5W92xVj2XjlvQH4He/cW9IQuHBuNJuqZTVFdns\ntMRoSpD+RiwnOIUVi5jRzwWf6hTRX1nxaCY0L2xNzH4tFQNbhTKbhpdHtVge\nDc2TJnz5y6aN4+CW9ZDXIbmq2D70WO37m2Ibaje1cFZJVmyySUvCrTHcdvdC\nyq3Y3Ee8HOv7BSjCaok0RCUAUufF5Bv8xH5wtKk1ozhhMhYGBsvzT9IAA6KK\n1eglMVjXwbDvNv554FP0t6RoPngjd6sZyMeZz7OFUPgyX1lEDOzdqa/+K086\nEtVKaBx8hnS+COu7gLNpOq0e1wLeDEEFg+6ZxVlbx4ecQoGZeMKMXlN98nKE\nMCEW\r\n=WjiI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH8QYpli8eHKI25ml2riVAMkJgCmgAOLJ4XwuC839JmRAiALkpLI1Nrzz5Jfkpm5CNJ3ebVH/uN89sPR6DAl58qneg=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.17_1564635126338_0.24627675565880303"},"_hasShrinkwrap":false},"0.2.18":{"name":"misc-utils-of-mine-generic","version":"0.2.18","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","prettier":"npx prettier  --write --arrow-parens avoid --parser typescript --use-tabs false --no-semi true --single-quote true --tab-width 2 --trailing-comma none --end-of-line lf --prose-wrap preserve --print-width 120  --jsx-bracket-same-line true \"src/**/*.ts*\"","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean && npm run prettier && npm run format &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.16","@types/node":"^12.6.8","jest":"^24.8.0","prettier":"^1.18.2","ts-jest":"^24.0.2","ts-morph":"^3.1.3","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.0","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.18","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-1oUQPO4o063ulbvmaXyJOKd3VlLds9YSLLwDPHcAX8eeLXyvV3TFc83Opq6tgWoChLfcRBrrcT9lrRfowgLAkA==","shasum":"91b01c7bfd214642408b8625891b69c9cb03beba","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.18.tgz","fileCount":114,"unpackedSize":140658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdU+ZHCRA9TVsSAnZWagAACjIP/2+fZjUNMPeeTAXIvk/e\nFKvCykdufs3zCjFoc0TSGXs76ukOKryA4ucFTA4Ocz6moD8PETjk9g569J9+\nFkRiEFjLKD3+XtMNDxGcVxbhtliktS3IFg0JnOjr8l7U3llxoAEkEXyCVSZ0\nEyEZu2LyN/D+7Ee9dpYhVr0bNhENDUIIhk/u/dT6FtIJKGDr2K3UmWddOMsd\nZnxmEOn6tCyzpy/xRgLVHLBHT2dpQIurGJiZgS3h36+6U0TeKeEqxoNVZQwJ\naSH3rKMfQTg8P14ocZgV5LeSmJzRvj0Ou+Xqdv7ABQTo4pO4BMre1iXw/lUA\nrLg4krd2hyVN4M7Wo9l7Ly85IQmJmKjePooiTM92lb0hWT/6dsO007nt8biP\nOo9Bhg16pDHZqxMsk4VyRinUuZPuSguKgFH9piQTzcw7msB3qQeBy5Fki+k/\n5imc1dnWH4OmdUjJRDV/R/AlotYXM1qXEklY2K5f6YnceTMgeOMr/ChYrfvr\n0Wt4j3JP9tGGbU8Rm0haAfBIvwQkDAwHhw8WT7D1/detR5SnBvpJ0iaVXcPe\n50E+gYTNOMB6CVrN5EwjMy3rsTOhNWf2vB/2AfxQSaYMCro7VdVHm1cIwtTK\nH01FZYZcZBgvbsq0b7NBQA4utKS9a3gaKlWaJEQNf9dIB5uZmg1Q5uvMxe6/\nK/ls\r\n=ZI3T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEO0vJR7xYQLR37vhEbmQciKnLeAzmLieuE/HU+fpUQEAiBpw9eh93E/DhpRy8ktlrP9FOu8RcpF/1UzO8zEB60JTg=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.18_1565779526983_0.9316581481100548"},"_hasShrinkwrap":false},"0.2.19":{"name":"misc-utils-of-mine-generic","version":"0.2.19","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.19","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-riBJQXfxjJApSrDCqqXjEapaZbHNxUdmVljJecCloRmM1gt9GTBksI94KRd3x9sRVC1kJT43dMkbs7vWpO8jqg==","shasum":"9695f29c5fc751b889a82a615246d4dd3fd1877e","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.19.tgz","fileCount":114,"unpackedSize":140219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXP4GCRA9TVsSAnZWagAADowP/0+8sAzA7OHNwRz7+jdx\nd21VxL7C/aJBr1yWKhFx2i7nkS8soGe3gMu5zvE1wFXkQ87s9knc9/Fd0Bxg\niT5yyGrVZaEw1re2Z+hl1/5bN5z/+s7LVdG6jSsK0pTYpRmjzkxi/isI6ppR\nMoNwYGjuIo8Chv7cO6+y/bvf6B3190IilZR5ahKLLK3oyBpDrkpnmaeZoF7e\n2pDDVRNlnrA8cGxXuyyNd8LHX5jmBtIS8gaY4sWLBRW3C6yeyJkUbaXb3M3b\nK3d3xaBf1SUYm7whfT8eI6c9cONpe3C1OCPthU913D4UlV5De9y48xCd3Hz5\nY5AqSgO/zOVgieFNNZ1beHi/oC3BPjcqdX1+CRjhxHVkukj7P6A+sHdSyr5t\n6ViHeaGZmhFlVNZJuQsL80SSwaoOV4ku3mE54oTYkb9PTnFK5Ru8dbMMYElH\nuAreeVx/IXD8PpbGnpgdcJlwiQPG9bBcA9yDXE1R4jX++TA3dypSyDvEb/tn\npcvchpGyZ/s3sriVdCSnE/jP3IGl4moxgquG7Hch/ww4TFNNthfF9I805cyC\n7BJI3udjsXP98gcW4G5MsLYuf84DwKW9zl+2RPsUzYLqIvbuDZsOCjyQ1Ob3\n2XfD1NmXIUn4jxkR5t4oTQscf1fN/oy0CeF9Qh1q6hQc51ws8HBl0n1j3klO\nayQ5\r\n=lmw2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7Cxq36F65+yqd2GkMtJCXzex/SHxMvi2tqGLppALKWwIgbaV3vMkocM/5cLOZk8rtsRHzZI00hvKeIAPYx0tVHVY="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.19_1566375429568_0.08866004183662124"},"_hasShrinkwrap":false},"0.2.20":{"name":"misc-utils-of-mine-generic","version":"0.2.20","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.20","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-WFc0b4+QvsSwX9yv437yHn3t3Y2hBC21n0vYK4JBFfnZK9RhxNMgpB0fKRst+tXxdw6ul74WcyksTtr9Hqfd9Q==","shasum":"3c52c2233eae33dc1b5914f3de18aace04d5458f","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.20.tgz","fileCount":117,"unpackedSize":156561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXScQCRA9TVsSAnZWagAAuV0P/RlPVeZebWNXVLOErAFD\nUEfLE+GkRCEj+P/KMvJJXMGi2oaf7v8KwBAHJssGCXjn7BIHFb7WZ+/8Kgn/\naVdbqVZ8h+bw3WmWi7XPvl7ySaCjqWsVztum4Yx2wPnfOqSt7k9EqpDFlmzZ\nmi6vxAreElc12RsMz3g7iF6i4SusdacpDNa5v14I4tulEqVllOVLVe1RDgrK\ndvNs6fJbrqdSivxrsYsPfOQwlKbwLD/V3WB6PrgSTsBGrWU8OVXymZTXfmFl\nhAUjJGt4BzauUwncSPq1EWu8s42Jvb1s3oxTK1VFA1Ytz/iDXU5+QX0pepyt\n+9/Hjh/kjeqwxj1Dxb8VRdnXr9sV191Co2Gmj2QC0YmPkrZu0BhU+a+u5Yoo\n+XAovwPTSl+kHDw+eZ8fsgVskUWc1ZVCR70FcxtFDzrhJiNqteqX8wdiUsBj\nZVxAs2Ghfh1ySUQtE042dKrQ2j84Pa99BMLe6+q4WGBHqjG42visDhVG5rff\n51VzGmXmzuiJP8SWAPk25r4HyA07Sw65tYVwMiKz89VFHGD9DFJjicMuwZD7\nwKuuy29SXAK1NcmI/HZv7R7Gjzo0+qlyqi00YdFHVNOozfyGlgKt+/5O5+9q\nNMBpL8YiK6j0aGeRg6nTKhUIL3t2GtiHn7Nt8vLR9nNavo3d7AQ2K0mFRzFY\nY2l+\r\n=5emB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClvXbAReUqHOMtWBNdkSWwWivjqrP869JkmMqKFOz3qwIhAJD4NPCK7pupjiYoE6XjSlqI5QRKleHmg6VW+jMXDMZ/"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.20_1566385935658_0.47489403099907723"},"_hasShrinkwrap":false},"0.2.21":{"name":"misc-utils-of-mine-generic","version":"0.2.21","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.21","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-RM7yE/wBnWR26dXZRChrNwWQH+5XJml1BeKj3sjM0JextjL1pmHhT6ub2tnVZ1pDm/pF95GzxySE3S547pxgTA==","shasum":"b95c9031ff60dd668f0ab81b6df2937e0f9fc832","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.21.tgz","fileCount":117,"unpackedSize":158251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXSqsCRA9TVsSAnZWagAAoNMP/2+Oj2IgCGrMQHs41fVl\nByeuaegKjTSDbFWs+UTM+lWudxTLZT1oT6Pg6Ydph8Pkoicm44yI7Vq0KPrU\njPaobN4lbY8hzwM913WpiDeJh1gO30Cd2PdCmPzp70bHUjHgKia26xCY4nBl\nuroayQzVrnOLGVrt1XIleMtmNhMs7BnCL8G1OTs9PxbLNL7tw92Gyc6UwdYz\n94mXZzrePh4YykP/NMLTGtJQvOTbG4j+ua6fvrf2vMxFdDcye/Sypvpke3C4\nt99ut2yUNIW3IC8MDuhtWgHPrqLQUbRYvAVo0KmEE0Nn5kYO+9hyUUWnlIGx\nGdYQw40JwHQArcSF7m7mkYF3mYzxe2u2b5eK/hiYTE0IKrfQRtgqm2MmLUeY\nIHZHeB8Co/mkLB325cMZwQ/9dfuCg0Yr4r7Gxe76axenrKDVi4LyX5rZQ0Ei\nD+LH2+1V2+ZpbHAGQ2TL4DyoFWfGYcZwocwLxeup/unousHfg8owSWs0VLGt\n+ofAZVC+ofPBMu0n3s38+ruC7GkCHbCaYcVh9Zg9BXRV4HUpT6lYyYCJgUZk\nFl4inWuNSYRVkiW96VEO0iki5GS1Tt2DeU1ipnZVZHTrVBVoVaODfGXWIPz9\nEwN7NF1P6cgDium1YoF+TsyR5uRSvf/WVxo4GFfnfDR6m2Ipwv3KGlQcPtGd\nYZMv\r\n=6rZ4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIByDj/HiWpqtjKkukpzk/s/wjVMyAovnPzFWtyArL9cPAiAMKcYn1DJk26sqO6xTmc5JrmG1JjOo/9mW5ilk1Bb7SQ=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.21_1566386859527_0.756220739607733"},"_hasShrinkwrap":false},"0.2.22":{"name":"misc-utils-of-mine-generic","version":"0.2.22","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.22","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-eUwg9rHf5qTyTXp2JvysSwn1p+FtNd/Zweo4H5AVSkYohcnmtaHbLVgk8LQ7SYRZ2VY9e/iVEhMR1JDRxOKTZQ==","shasum":"68503b9faa0dec672f709b2b61af9ed126780670","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.22.tgz","fileCount":117,"unpackedSize":159321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXcbpCRA9TVsSAnZWagAASDkQAI96CbYvC7Iv5DlTyHcL\nGuYn5sLj6ODFSRNZwoqko6G0aCteRRPQT+FXaPuy0VuQfPMlBoQuwJ++hGQL\n3AEDz3yx/X4mIJJTeFSKtLwHeWJFBWAIJFjCN0Z7eG/SsZ4fCLxjHiZW+PsP\nxK349U8KDen0p68HQ5ndWSM1kkeFLAZMvFJM9OMNd3hZsDHILBsfPfNeHJef\nSTPOQGr3dgV+Qsaq4p99p7iseFpbVTjshrVxEU/Dy7AR1g0m2T/RxjO/q9tb\nzgmURGce5Eo4owZ0aFqsNSndTpLVZnNGON0Gvfx4pfEekergKninr5rH+wFm\nu/rfXyjPZLsrBHC+0UwZRVUPHlEGpJogt8ukCkuRzTE0SYqGavhrH7KZpQ64\nY+cWD2fWlzmHG+Tmd6oNS9fgwgmcsc/dGZxL1PQKUZzAj+QyWG/4oMTfaZs/\nYH9dh/DpV9fPvb1Q+GW41tUGHm9Fvp0asFZfsvw6jqPAuWmZUd68DvJOB/ST\nYDRykjf36tgbqGpPMwbM0ch54St6L8oPDoDn9ivu3b0NVzeBTQgqfkra75G+\nkJd7QZclBHshh6NL8oJR0/21Wc9R5LEh5IzKyAgRcNPQcgS3AgTS4QI+L6al\nKxsQ1n8H4uiWtPSCMPY1oDYdXAPqoirhOB1QIqJclxcJOXI8IRjHSVGs8G4q\n3fWf\r\n=FC8O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE/RRIdN/V6vrT3xk31pKuAKiLU9+/7plORlNqVI/sF7AiEAm8VBt4Ld2PgnCSXpm6iFwMNUxORjpsVSqqCYZqP6KMU="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.22_1566426856831_0.4308854455162454"},"_hasShrinkwrap":false},"0.2.23":{"name":"misc-utils-of-mine-generic","version":"0.2.23","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.23","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-7BMwcKJXKkHYjunvc978DVYvy2Q77tRxZJBLQ42/NLzePZ+DfCg3LtXFG2MSme5+WWENL0X1Nfb+xSOyxvv2Vg==","shasum":"13a65630261d43a00263d7ca90454f6407c299e2","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.23.tgz","fileCount":117,"unpackedSize":160630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdX0qcCRA9TVsSAnZWagAAGxIQAIKdEVG+pop2hIdLUG4j\nSXZzGlZii1rSWzDcIpJbVUGpfPZMJC/CXkuS5D0WYKuOmXKTtTJH/++NtL7P\nULt1gEAZ+KEhci+mQcEnX0ppYygZYO5bE8++l9zUEfeKvSDUFFRBZrTUbz95\nI9dGXdU9xuqbamnXy/Np6L8rEo1tiUoC7Ua2AL5HZ2SJfctNomA17Vkt6+El\nZoiTdi4KG++Fu2mBEfPRtkn22H1ck3ogHeBX1aCOAMOZf/Nds5VffgL66Hwp\nEsVEoBNXi2Op3VPCw8UAAHGXSfb/oOzRGL7ylX9YuHXNVqvitOBHJVbACeTP\n3Az0y1Z3C3JNkzjNoY1tqJbp2vXZjD/AEKcrRk1GSv9OwEhlQpp39FcxQCZf\nryf4LZDY/4Lvl5wYBa+FdoS41sjR30MO463BffjPwzRS8DTAVO9I5HPZYeKm\njjUJ7hIJBLDP2iP6nr74vRnGWhu4Eg3TKc4Vt7BvN2/2TTlTO34FvyElMNEa\nvQ5M3/Q/ejo6sNgnDNJ/8Ro7hzYgrlNseNSGprUpMg/WhaoiwDxRFDL6PATx\nmaJIgfUhv8v7TjY2smytm3q/NHX0F9Fwjuv7xM0J5Q8aCjGGVoOZeGHc5ARd\nlAhhlzL0neQS+sHq0pvIorQBlgUrXsVNI4JtaakRRP0yGc28I/xRxylTxxRM\nPEcN\r\n=Z8aF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHsofMhJw4eIasXIUK1TIaldCRgilrcJPsWubaJAklBwIhALy4YRXg6IoW/r2swcW6QQzjuQyh1R5T59oicoShpamY"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.23_1566526107607_0.07757222884817438"},"_hasShrinkwrap":false},"0.2.24":{"name":"misc-utils-of-mine-generic","version":"0.2.24","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.24","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-VL0xn73pQ295KyP+rAnn/48n1Der13CO4XESLcRN3uDs69dqZC0hull6iGv905nMsBlXQZCxeHCvEpUZERJq6g==","shasum":"ce0844889879603988b7fafab15c528796c28c17","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.24.tgz","fileCount":117,"unpackedSize":161529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdX551CRA9TVsSAnZWagAAcAAP+gNmMHh18KTCOSMN3Q7Q\ntJngupKUJ33zh8q/+BKPeBaEJSyRYS/7pCfBkj7bZ6TN3hrROINBZP4KN6Q0\nISx9jZIWaQpSWzNcULRBrrCjfZRyyKVUmauoMvmSq4E8amKpISfBAvAlA955\nPUA/t5S0AL1edW474zlGgxnQokeCeTMBQOmv7sJozFflWrLkJ1LAFUUs9f2+\nI3Ph819aRl83O4hCpg/wVUjzVdAIPjpK+2OKh9GYVS5idTQUewqrhNmSeqv7\nI4GS4ts+js69+b6POB+cEhTjdPSObe57kiIsNIh78mnHAAYpxZf5qGeagKDX\nchOQsnLKu9taUjc5TpGDflKmYqMXHNzvAzqW9L7Yu9K3yu2+jdApVZxFAgT5\nKmZDFphdTqHSoDP6HpYxcrDEeRFjuzr5wpWHG+tWFRXbKWOUCWL4Q1oExF98\n2hYn8Vq7eYPNx2OezfG/ZIIrkUB+4RSOg1VMK0iqCV6pdxXI49CJ5aUiyI4P\nBVv86IlxuHFY70IPtw+EE1IzJOhIV2liJG15O8sWgsvCfePtpNEOYxC4I08u\nAW1DLJ1R7zDCAhloxvtEJnzrL/wUV6zE0/0XA+KIG23iW3d6oW3K0nE7WVk5\nvEJmIDfkjpNGMqJdPTDNA9JkSVP+J/YzSpS2aVT0smcKeBcu8G8nH9WLJvue\n+ZvM\r\n=jSqT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDW8O5E2wDsfbSm6AlP/HovOfvTlkfUQ5BEjBNIuC/6KwIhANob29Exeqoi/Xv9vl6d/+3ZVJuJTugfAZOgKa+bOt/O"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.24_1566547572817_0.04912862188032885"},"_hasShrinkwrap":false},"0.2.25":{"name":"misc-utils-of-mine-generic","version":"0.2.25","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.25","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-LvF3RvtvkHJPvyZduInd3vpKx00NJg/ksKCuA3VsDUlb923X8jHDuqgKB/6H7k1uUyVkGH6xAFuf9JZ6cc5RRA==","shasum":"29a9be7f3a49926634836bed331b4f5febfc3f81","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.25.tgz","fileCount":123,"unpackedSize":162589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYDB6CRA9TVsSAnZWagAAg20P/0prgBjzRgFdfXjxZTjq\n8Xw6mR9T16fys6Q02RJcILH/E4+E5Bs+1j/aw1A52N6Kp0PDDScxkpEwecJY\nkPyOoRXxJruW+4MjXxk+nI5XjWValVmUtrq5ZaWCvvhkbjDR6scH861igAVx\nLQZOyL3wT2RtOLb5BjZtd30HRBWF9FDTXPfQeryq5XCi7pDmdA/6SAIH/a8e\nayrgJ60y2FgJCqH1/jSZycg76XeyjwTsRRutYB/y0gt95reKtSYR1lrL1Mdp\n2AjCo8zke+sNZebjOYd5md+7o5Y6YPoyVKthlMSaDlHsokWtaA58vl+JlTGf\n/KdjgulDhXc3BfOaSx97tdLghRv5Hnb1Y4R1TM/vd4Kig6qdN/0sJuqP58QH\n957085SGcAno/JNsnHNPKmx4Zv7vH0z+IPg+/GVoua3KQRtFGLr44mIqAAoe\nsXw/L+CjuBAYMo2LJs/giumAI2WiqPiq2bUK213fKdRrkScsAL/CoxpiUI9S\nFd8c2/W04EGOnbjRvBT2abQMF/J1AfaJPt9Ucj2gstpZE8ERHmpjYkrBAArT\n4L4n4K1eweOhKOV4zRB9jDW5Hu0CAKdRtl3L2b621CFW4BSLZx+qih+m+omt\ntUVygj2ZSe8hctXn458O7L3a4Z4LUa5pg/SApamHpvFfqTSpUT6pAyyRtn0u\n9WMe\r\n=V9f1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCj41TIpAwfgLKHQAaCQK3zVPJzbKq5NCDxDc7a2sazbQIgKyKBS//rWfNmECWZQTA/xQR04vMc7/+/NIEImun4KF0="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.25_1566584952347_0.4680295547716822"},"_hasShrinkwrap":false},"0.2.26":{"name":"misc-utils-of-mine-generic","version":"0.2.26","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.26","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-SSetEuJM+psBvsxoJM5WmOUGMxnDATwoPK4i6xQ/nfNfZiRSeUNW8Of4Ax3Tak2iH1TQNIIcyrp01e/g4i/MRg==","shasum":"11dca232f945eb14ee75c6cdabe25422b969cdf6","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.26.tgz","fileCount":126,"unpackedSize":162466,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYDM/CRA9TVsSAnZWagAAV/EP/j4v+weCBJabzWdFc7Kj\nnZdNhsNunhioOr6DDDdFLyomoMamEXjvGYfhv+dX2fSaBU3AVgHCUoe+opIU\nTJ64xNST8/ZP0Ba5LFwUu0Fx3j9zdtXzy9SvVydtDoDPj2T8H6uaYxAUynSJ\nQtqyTPvd1hgEMORipYWtWs1mljKNAJgcVGEWp94GEgTdJjt7kVIZo1ieO6Rw\nOxtaIO8vJpYzCoI8XiqLA1DDHkhkrEmMSeoX3YY+JiCOHy4Vrwdd/BPZNqlm\nLzmNy1LfCdsYX3zuqRwf63RNkucYMEEHU5Qor6EzG+waYnn0CdV8y5BddKqY\nXT4YcPOtceVx+rnNp1GI0F2FDDwng0aiCpzsOEFeSJV2g/M7Y5MUkaQ6s4hI\nZB6tIQHA7qW0KMapf5NS8FIgUdWQgW6Zhj/eEK+mD+yUlOzqlQnfynPElZjl\nh9fAu6nTURQ4ITwk+ZmtTt72aSb09Vi56di7mTGS2e0kdRbLxux40k4xVx3d\n27wytEaJS9cTIjlfPEhU1e56UBkiMmE1CRhannW+yjPWxE2/47sjLU9vNlrp\niks6Gsb1jCIyPyh5hzMZ/wJ3Ka1OszDEyhzXdlml/fg1caLfi6XAsmgA+Rlm\njrdxnhIZMON1787Fh+GJGwjw74fOtowNO+EXBkEiv9nwD8Bcg69uClNnRDJ6\nP44t\r\n=edjl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWDyfIF9bqQZQN7YG59/J8OmJQCRith0yeOMh/foxhZQIhAOHNwP2VjlflT0v52ljvkFBR+27u++icIzxDwtOp1Och"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.26_1566585662569_0.4381410393089351"},"_hasShrinkwrap":false},"0.2.27":{"name":"misc-utils-of-mine-generic","version":"0.2.27","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.27","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-wPuOSzgGqEzKB2uQPGs1+E1yV1mwdVnG2hYVWmK2UEnUdcXeVQ7dB8VAGvqB5LXOqMmRQiDpfnXoiV5VLLUFtQ==","shasum":"d7c52cf278d7a1973ad1c6fa91c7ec0dd09a92a8","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.27.tgz","fileCount":126,"unpackedSize":162536,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYDV2CRA9TVsSAnZWagAAHIYQAJKrYHB10rqr+atPmryr\n1AaS6Rix1iQtrry82iZKdsZADXBWVgdIDHjxq7I/fWde/FvGNX2aYQGP02O7\n9pnj+1nLF8qqQTAMYwLttugq4Nk5BGmiIXztwgzt8WC5mDyApbYFHnLI3LB7\n0/mZHLMwpYPLsZ+UnStJienUwNbbySnow7RjC7w1HI6qHpjmmqPN1/wCixfA\nmQLdQkgRz8Iayg+DS5Vs+3qCAn96qFGWmgyKgPvd5jW0vfxaSJCjdgRybGZW\neew9ohj9cTDmmyb3NRupxBY4qJNYm8uQe8TxrdGBf/45cFPMngwiz3Rd221d\n4UtmZblOEEg1S0TDZ72dhUv0mYjt0GfC5PdpNX+1wbUmF4gVNiaIBhFCvdG1\ntd5rxKjvs9rsqAS1VYAuUswI5Tx917FtDWoa5PMX8MJB0+GaGzcaX5zYPM7Q\nDBxSuOMZOwD61xaead/x7wtQfLCukhVCvwKEcIu+B3Bi3mPIekaMd77tECBB\nGEb9QGluGJy85mUbp9yjeL3cxZxdw6rjfc2XUfaviUiSCcBYra3uJS6A5qHe\n+eYWIVOVeuF/Cs4utt+Ktm1Dkn4YaJbvFVahmBrzE09M4x7ph/RNAnYdewTJ\nHKUCLJ03rWPut+8T2FidL51F3Wd8e5WKrqU/QJRgX9QEOX6HEjFRuICrYNCe\ntO/1\r\n=e3xt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAdrkH6NXH9YpqLh01tmeB7qroqjwH6WLdXOqcCkxMdUAiEAx2kszL+Tsd6JhdZyiJ9LipnCYykmbGisirmSiXHn4dQ="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.27_1566586229545_0.05646696304668808"},"_hasShrinkwrap":false},"0.2.28":{"name":"misc-utils-of-mine-generic","version":"0.2.28","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.28","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-RLBborfEBkHrfVmWcTqBwQtqr4fwDUp23e9WZoNnQjbxHiD2mcSOTcQCdkmm6MQHzmXjVJY5eGTVewe1toOqXA==","shasum":"13adcfea43f48f2f45a556ba9a56c2269c096d02","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.28.tgz","fileCount":129,"unpackedSize":166033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYf0yCRA9TVsSAnZWagAAHGYQAKPmFrDVJSs95KwcICDx\nc2KtbUZKB4WhhGLU7jA6zEmQ2s5bCV7nHg1NKrSAbyXH9AsAPmrzljyGG2AC\nv8mwroMW+i5tJNdJrZGNYm2vQLNcTFlG+ZT1T+impNZLKT2jKwGi3mUs0YOx\nZw89wtsUiv4l9fczJxDc/5+PqbOYB50qJgtBdr4zyYNJcF9WRzaStc6SSp0H\nnWfAI08SzWFtAOnexN3gEdBReyNQdwSbfnEZgTrhKyZf/qpL6x3KgyASEPFF\nWhclG5RFA3nQXL03lY362a+sQ3JV8yyfYD1e8VSPs1PiXSbv0aXDSqD/nw/i\n6PjR9wdH+vV2Vh3MYfPmHkqnafrZNjdtFhquSYBeSA7X+CHZMynj7khmf6eb\nbH6Byvzf/mOwyaHd8bZIZiRIhpKVAhJ0zO6vN4xRCzLarY3k9CEI/b7WZSaX\nliR5mYsaEuD86Ru7ZLw0OGJCLUW2D1kgEzHz7gyMvutV+PP/J2ipS10BROD5\nTQBur2OLROMrFU+k6vH2XvxafR/bFkfnkQdzHCCMkH3/idLVFjKm1oGVIiyv\n2IEq6rktQ631PsAb7pgU+BQzp3cIITT7PDhu8ElAIUsd65rrJrpntGw3TOJY\nHzOXnv7i72ZZBePIwStQjXTf1obfXFwXOB0yPysXKOpoc/RT8vU8ostgzUdo\nN4O0\r\n=pm2x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmMIGY3noEsSyK9JMaNrUhNsRG4d9bL/FtcR1Li3lgMAiEA41ZG/0d9Om6yFrtsTi1rlqHos2089AkF0yrZhsIxf3k="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.28_1566702897792_0.9654512727756044"},"_hasShrinkwrap":false},"0.2.29":{"name":"misc-utils-of-mine-generic","version":"0.2.29","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.29","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-Qh52fCp2SwzsmpQ5nMFRMvdbHYh6LuWKVHPQkgZjKGQEhcACxhswnOqP55zuhPJSz8c2HYB8IWspACy1mgysiA==","shasum":"287c3c83bd685123bf775d1f1b86b5c991bbdf31","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.29.tgz","fileCount":126,"unpackedSize":164470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYkbQCRA9TVsSAnZWagAA+uEP/RVVew9nRPG+Zk/d6x0z\nllv9s4Xlo8VEetVVwLd1NGsy1+84/ox8IYRQSHYG3uiSOwTJpArD7d+KSVDn\n6y0vgH6xVZEJ5YYQd9gkG2K8FrykcxZKabkVYQ1gpSC+oyBkTtukmGpIxLgw\ne5QFC5/UA1X8JwGs+tgDzGYwuYZWdEpQ4xhI2KRXeaNtkbQX8/tuEsAqSHFn\nl52S9yq5+5BhTRHKHxdyFJPP1G6mKhuwqTPkGDyZVg7vzb/ROns8wIbOovwx\nPlzQPm9NU9qqoO3v/EE/kzWK9zdZKLic9nnbEb21OP+kL+OABmBKd46ynDSp\nY9SutmL+mdd254WqIRhuARfGbeyp8H9x4hhgYlLVg6oSjWKzaXBJ7XbibQd7\nlV7kuvuBFLZnCRP7/7/86yW+B3VwTyDmhnymULtR62ZLcRGJHu8HHg2tPW+G\neG8B22osawnhygc8/KmrpVrbCOtF4qOc0pJJ7QloX+E80DEEs2ns6umqw4pX\n3kljkrISvMy0yqwrv9t+rTTgy+0VPUrXgnRpYSZT+nzjngmNFxWVCo7CbXY4\nKSXOJq7/RvSqUmLG36vlJVr2dQr54CQq4Yd0FGEE0ixFSYPCldKlVLsMzVdE\nobOmmbUYpsMWSg4SglD28eK4JoJ4kjunZNFxv8L5ZuqXTwot0Qi+nZLTAZWI\nOW3R\r\n=M2BP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLZM5iw/8biSNldsxsqn7tlc9do6hgZKZuKQY/4h07UwIhAOSwa6GPLtQtWLuncyDcF5/VSHpVs2td9U2kY3Kd/tZJ"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.29_1566721744131_0.4647534747156563"},"_hasShrinkwrap":false},"0.2.30":{"name":"misc-utils-of-mine-generic","version":"0.2.30","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.30","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-xTEBpwKbfv0Gmn/+a5qyOKt+JRE0NYR5fthhGZy1XpQ9aZZUBJqTd1fIm8Ajdk3fgNlp4xCKAKy12wWQOoJ4xw==","shasum":"bfff3860c2cc427538761bf4b1e9583b88ede760","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.30.tgz","fileCount":126,"unpackedSize":166938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbtUDCRA9TVsSAnZWagAAnC8P/R8A9mQDRYqTp6kSDpPZ\nJzF5a3nvZxOZvw9GS0EB8/U1a/eMys5bUPGWW4vBUTzC0ja9jTyltb69XCYJ\nTeWldz10/kagCfPdXuTtfUy1tFo11jmj4KptYaJnuen35iUBSpxQ0QnKAB1/\nt8+e9LD80iK7hLzqA2Peqp+hp4XiRzXKQ/HikHTtmmBAQapK24Nk5CWQlFfQ\nC+jUWq2JciPP6FBJFiJaG/1WbpmZxXvQw3w38Ag3Jt6qe0xp3czySEuBOYlQ\n2/Onbk/QMrCsaE6x7TOvvXBz0b/0V3VPGV+18EpvfHM/FiZh8Iit77zDIriE\n/ij9R+Ud6psZlol4B4GtfW/xDrrlXLgTrS4b/7Kmzf41LUHxhdHN2KcNazIB\nwfC9iRPYQlXJitBNgmNleTPHf/njtAhRW0gelQshuJqStlzfBnUIb6GQnihQ\njVL+LgO9rn+sJcgk/9T00TEA3WggHsoPgQmBidkvbkH+1hx1iMDWrcNkPx3O\nBpgcPcZqunC9lD/pzfOy8oFAl0bljMPPkyM1QXCK9zHsu7+8+Eey1fKDNwad\n7j5bof65RgMXL1u3p/Qju+P4zdydt2jy0PxHeJPF9RGxL9+Ofc1sdOxbIdJj\nRui37Cq9cvpzm8JXzxaIrR+gWy5GbPPmSzUnfCnDpsw0+3vpOAdBy3OerziA\ngtCv\r\n=YUSI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMYOptkXZQ5SP46ZxVuHhaOjPd6ZnBtcePpx1FKIvdvQIhAJh+VbVqJnu6WsgGFkmvE1umXpGSYpILdGyBbgxiTxji"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.30_1567544577631_0.12450440870055757"},"_hasShrinkwrap":false},"0.2.31":{"name":"misc-utils-of-mine-generic","version":"0.2.31","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.31","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-7hC8cLsoF8BYPS5EOyl0Ut8Pw4l7Hq2MhhlFcBoQJA1IUkgsdZoe0pnTcVDYVDHOpmhb7NL2P0iNihGP0NzbNg==","shasum":"5cca3f51c6a6b7646287be217be29baccdc8ba78","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.31.tgz","fileCount":132,"unpackedSize":210860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdfRY/CRA9TVsSAnZWagAAwtQQAJChZ5ho7mG4b41Q3NaF\nHSzQXQUUOBaqSsaMaL36d7AzFSVmppDOuhW/GpJjqZ01rfuTUowMrNtjMQo0\n1lMRINJEgDxd94u6ByKiTuSR/Hpktb2HDX66lpcZ0nYJhIYxRr4qe5sb49gL\nym0Gmrf5ga0LvBhtxb6c9kFGrCNXXCdbJO+el+IUZvWLLEViPAv9RJNLQJYF\n4A7KOzQUf1D6P76kEL5gXi+2HEbMO2RwL9b3zKNo187/CQqP+5lWzrmuGqME\n253TQhWopCe6GDD2rpEZzJNX+NHeLqiGc4jARzUl8hd47H0LsIAvh9dHy/oq\nMlI7oJwgBVb3FAi0DAxOgKV1vs0qleRCXHV77AtIyU7NPBOsFfqln6heLrID\nE8DC9fC05OcYjYgC+j77fq7qh77TD3BAYHqndh0Q9fKIvczbW05GvADaeO/e\ns4vwHq/m1meZuI49/M2R7kNKWff9kQvPD/3bpaibX5nfhPi77pQVGYLPvqzR\nY8DrfKqshoOAsfljBizTxxUvvCj6KCu+vOH83DaWCGInIFiQab2bn0ZTd55k\nn8MPncknoj/AY8QH8sYJ7JJHRpOKtW2p2Sp7h4tC4Oc6bAlzdhzyLm7EfnQQ\n/F9huY4vW9rlN53dD5OQGO/WI5uv9vJcloBXlXeBwpGM6mtvHbAGZN9HmexW\nYh/C\r\n=qSWh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG8pVF4+k/P6I7QVoueRkH0ouuhns9BIKt6Jt55XNtqXAiAvTpkhhyFvAM/vwsOQI4R6DHJ/TeakYZH2jItHLA9UKg=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.31_1568478782769_0.7958215773189092"},"_hasShrinkwrap":false},"0.2.32":{"name":"misc-utils-of-mine-generic","version":"0.2.32","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.32","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-8IljEBH3HVEGXflfnQrc/ba2I//MPlMcRaZ8ssZ1Xj9d1awxwwlrtccPUiAXzaF5d1vQJVMivJPVyiBOZKhRWQ==","shasum":"39fb97975e7e633aed00a90e4aa3e312cf22665d","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.32.tgz","fileCount":132,"unpackedSize":211624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdfhpnCRA9TVsSAnZWagAAbCMP/jE9dXYc2JzYOQhfOq34\no1leMd6dxqRLlFC0B8EbXQGGt6wYdQxCDZZeSFIfQ0yTUhQeX51NdgCcBa2O\nSLoz4yxxNtDz03HRoVOdYd97d1DJMWpKs7Q4FMwHzizDZTS3mJYMgngRUCZd\nmcDGuPQtYo3x8sB3J9bAbTPlZ08wUgKbNnKw/qZlj8W7tT9+IjQbQcuJUO5q\nmAu3J6oq579PFTQTMTYdEhcLDSj9osVOf09oJ37eXlX5WNoPavMgYBUA7oSi\nKTjYCO912fr1du3rkKAtZxqz6sBCO2nZtxExab7axeEw2CtdzgH+Jif4WVaJ\n/OAcg9CBxEoRXQCM9XNkoAwrhIkK7zM0omdRueNDxMLzpefSV3TpynIHD74m\na8Q2rW5dhLdmG4NOzECbxyJr9wQC7nZsteF2ygPO75+i0/U31fWAKar7MWFV\n7GtU/b2RKn2SXfKz8rjF0uwYs+V8caRMhKyNgU8iXlJ3DEiO0ZO0GJMRKdoV\n4rlkbmuyKk/BwjV/eYuQOx8pDrjFGWCZkrSpWoI4jyQWsJ/Qi63IJSwtc0+q\nL7YwsC4lIuRcYuF+ohB+Jymln1QQAZH0O48iHyt3eGvcAw9AHSadELNacuk/\nC1xj8CxvWM4UlXFhSTzig6vgQqi7UMusIBOHWapmPJiKtqBKiQ/YUXeASHAs\nQYld\r\n=I+Tc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGTTVkoVmd8Orw0D/6uomlTPhh1Zbjth2YBXDTmGfpPAIgWZ5RjC7na8mhQuck8oc/AJodU3hbSvD8u4zcDjRS2tU="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.32_1568545382123_0.3703460590810097"},"_hasShrinkwrap":false},"0.2.33":{"name":"misc-utils-of-mine-generic","version":"0.2.33","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.33","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-mLGMc0UEKhwBBRh6Mo2todFDXWyPbBl8VwAV/CQ5m6R8/cHWD0IXdQRI7yskY/N/jLiCJdI3guVi8cAKHBhYJA==","shasum":"5775d41a099b4617c3cd9ab76657b37085d1c057","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.33.tgz","fileCount":132,"unpackedSize":212123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhy3/CRA9TVsSAnZWagAAOegP/03HAoxDbBhdXacu7Wu9\ntD9+vzKTfx8U1isKBQmAQZlNjfASVZspl25o953yUKmGFGhkASh2/665Fyuo\n5bfl+r5k4spI+CWA3oP1wSlkqcTdgNmXzMSDFJovCX09PlVK8mJi5/gMHi2K\ncPR4kI5avBs7EDLVTa2UU5razTau4+ZLENt/u3/kBJAqpCf7rc+Sz+J/RZ8y\nKk25c1D1oDOBGFZySno2nip3rq0DyaSzsUocjpxnQxyr5lyPPtSAUJFx61WP\n24LvLY/3W64i6Kt4S4ad4mB6oASDVOxTY9fEnEOF1ETD+MrJyWKYKdSGmE1G\npxd9890jw48X4415YJHWu9gJzl7xWJtVhytokvyncfNx2aIEgpHDtH3A2nrh\nI3l1YATqsovT7/AY6mUUkjfpuhHIvNJ596h9Ij/elFBf1eJhHGhKK7KadPl1\nodJAeju2Q6v8D6x0EN7KBtNEFfg713JlQubINhc4AabK2cwFqov9nMkqqhYy\nfZmKN6E2CGvyhL3UHQMnWrEwkjg+9sX4wxyjKGHyVxkdrtkNQob3IqOtLtUS\nZjtCtoE/5yhBk3iy2hOgJSXhqMKtPnpA6fPK7Ts0huhCqZxqAEBPOgjuRqkR\nCESGMUwotZjPDE5vgAKGg9X+xaM3CDalzqmxYcSgPU9G9I/L/Ssk8wCioeIh\n7Mul\r\n=QeRi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOzTpUEBR95mo5L/+dRDhe1KDNiEboguFE8/hEB5UP0AiAO32xGOEVd4ZT02NYNMtW1RLd8GJJZLx3pW/xg+RD2Jw=="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.33_1569140222448_0.06856330422268475"},"_hasShrinkwrap":false},"0.2.34":{"name":"misc-utils-of-mine-generic","version":"0.2.34","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.2","jest":"^24.9.0","ts-jest":"^24.0.2","ts-morph":"^3.1.3","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.1.3","typescript":"^3.5.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.34","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-+OzwffPoNm4OLrGmifZmSj917nDkeNMXKcJ/XuQ2kiN0ykWUn4MyANUVIxDm03AV00qwAmu6gnf2S/zdgyO/PA==","shasum":"ddc2542aa6d3d70fab87e02b3ded986b68f19a91","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.34.tgz","fileCount":132,"unpackedSize":212290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhzD2CRA9TVsSAnZWagAA6OIP/112Opkx6WJ1qFoXocy7\nH4MzuoZdcScCPA+rfLGzYLMfSdO8b4NU6M2BwKJXMPVTo9eX1JFVAL0/0jmJ\nPUPyOfOAImBZkQKfO9EEBd2BgkW1ZerEubOuyBiZ+PMAmhJKPcpUk448rmrF\nFKnwPB0+3tP0sUclzZTnjUt6lywdV87pj0WuEYwmgWNdtNtz3nZc9GxJXpzi\nQrMHyUdH7W9KlsGegrzghfBvAjrJtrVoxYgXH5IafR3xtEQb0ilXULdMbAa+\nF9P7SYPvCvX7tpye2J8YLJGpEcN0y7zWmpgLqccw4vp0yhFLsGe6eskV53uw\n9u6OjwnpTtkpmZJPJ/93GL1W3k5vDDsB5sAKlN1vtvAc59d45Mc1ROl87F4g\nU2AF1XLAbRhvt+1SOFKXvrWnWMt+qVBqgdA78yRCr1k7fF46zEUul5o4Y0L6\n70p1na5yOrB7hQ9ulhRvCE97CtuLu+YTIli+FcdPS62g3kJeZwR+q5+3MGEe\nGembTOB7w/kghSPunh6g/yAMgPdNjzYe/fn2SQAq+OA3KUjOQuS6q2wxOPSO\noI6Qbe3GykVs9LJTi2QA8jYXb+sWpCbZVUYA2UHvkMZDXBxIMwKastnIuNyA\npYbN3wE/C5C3csvhNX2rcf036mHwluqdaj9VwlWHdCVlhZQagB2OsErjZJpT\nLtCi\r\n=DNXe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMr4Y0e0XC0DWrIxByQt34N6pa9Uy18zWJrKzvoBrrgAiEA/Siyw9e24vhEWFgGvL32YD8L/T4A/Qm8VTmEM7s56ew="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.34_1569140981415_0.47734009409653"},"_hasShrinkwrap":false},"0.2.35":{"name":"misc-utils-of-mine-generic","version":"0.2.35","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^24.0.18","@types/node":"^12.7.11","jest":"^24.9.0","ts-jest":"^24.1.0","ts-morph":"^4.2.0","ts-refactor":"0.0.9","tsd-check":"^0.6.0","typedoc":"^0.15.0","typedoc-plugin-markdown":"^2.2.7","typescript":"^3.6.3"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.35","_nodeVersion":"12.8.1","_npmVersion":"6.10.3","dist":{"integrity":"sha512-b17CZxkH2mpkZeu3M0fY1pCAZ5Gi4gMhdav+gOFFw9E4hb50XRxrtz+hIS4m8mqNP71ObQEpGyrIRYu0L5uRIQ==","shasum":"7861748aefab4911d8826e44e0e42fb1c655bada","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.35.tgz","fileCount":133,"unpackedSize":214966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmOLmCRA9TVsSAnZWagAARy4P/2/NeLp9BDUf3AlokuDZ\ncXVBDNL3JCfLwgxOpiW25TWmE2G7t7FTHKQra4+R119fxnNC/uWZkDd2wLfX\njoUj5IWzJayMi2E5nfCTOqDtZGvbhq4Oh3Iw0/xg7+NxAxdfCfzTRJuwanEg\njW5Pxz5GEgsi6c/Efclsb624Zw+vGZjQtQh7gQ7cht0P79BjWncR6jlnrNNo\nhSCH046Qnnv91DABBDVcorwbSiWG3dFAEG3jdFDRgBv8i/AoRbdW7FJamFSH\nQz0JT+xeUpVKw3ppae8dSGN3L36euGYHOi/UDz/o0YiaW8O0FNCcOpL0vEi9\n50eO6kODq3L2sB8o6M2C/A9mH+bHgJNm+f9lQuVFwyB1ywBQh90H+2+db2Sg\n9U7eBZhUy68RU+TSJoTudfU4+mvdou7UOx7cc11bn33+U0yn0sVEUeOiP0B9\nI6ufP3Q9JaDpIkb+tnfsKphb9px389pv6DebHsZRghMsgstOQA6i6hrhuEGY\n3VZ0KLMyvAmgWe9INysHMurhvCl3RBgMDIRJD80Zz3CyYEnM7br+VnMuMkzt\n1y9DRn/5SnvQ/uReqCUYAF+Jc1x5bjRxZGUnFgJIYYF9WsgT21dQfLPLxo5U\nXLBnIs79iAfIZTvtp9l+rriRbyiQzY/roW4u0oWUBNV7V81RBbQyd7MRWkQO\nJhWn\r\n=CdXu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID06DgDYbubgJ5VEHzFzYXOexl8dLvCVfw1ByORFdq/GAiEAyPQpCd3Yhd72OEP/dXTCkGVRtWlV8vvt/kY+L+9IZ+w="}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.35_1570300645462_0.8651219468051519"},"_hasShrinkwrap":false},"0.2.36":{"name":"misc-utils-of-mine-generic","version":"0.2.36","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.36","_nodeVersion":"13.1.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-/GmFIHAHPMdjtXUcmGno8I/6TzeaBn2XnMVyWqYB0NmMyvrcgsFSRZ+jhX7OAZVnfxnXd1V6zNxsEEV4mv70Eg==","shasum":"5dda6b57b0963bc3977816d32d85f621183d45da","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.36.tgz","fileCount":133,"unpackedSize":227998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfL0tgCRA9TVsSAnZWagAAmCQP/jxAiCduKDEEIeFZhjN2\nvsKqcNmHoFsB4jkyYc87O8/LYTgs7mYnhuN8w4QAMFXL0zE7lrqrqwHIi2/7\n1G+dWpXWNSiXQZSI/cgQpbQ955vmNsTxwJ4sc6Qc0ZvH1D5tGGav3KUrNygt\nOq4IKuqFW+I1JvKNN3m4Mloeia61FtV3rzUKbx+Y3mrCEk4eHVfNY069Rut8\nw2aJCMpV1FomA0OcddGuzTvVYU1U7MUscomBasXox8mdKGMYB0Mdx+ClfnWx\n6Q33fpHewYhVIJ+saNPxp5WECM2KiWqauzCf5Ezu7zXlkxbFt+8iwIFVFuqw\naSXQkJ3N1NzRQCZctBzQ4Fcw2DZATMBmQ8o5C7SYyHbVkoG8BsDocchxab7p\nKiXDGsdKqwsBMlO+JbqB5qBhOJtOZNyyekKXE3BPvGyMBkzcFqgapgKZ1bU4\ng5a+UMVeCxl19iJjxB2wvt30/lNZDMKtCGoDSLq2cWwlxjeMw9/K44NvAOWQ\n5hBb30sEE7jm5+avrkgfAozAZPUhrjyQPgmGwuwfn/H1oBqOjrN6nKkMiRPI\neSP2PY0S1jYbt1gPITl9rtzvk+xwcW2Bg6201orpeHQO4sF9NzxxdyyAdnBD\nUqNz7BdqypFQYcpJ06dR8zcd0Xg5sEPbzrH0Q1goDKFFofzLAqTJqETxW1aX\nXAcu\r\n=C834\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKjrsQUVXmTR8WLONL66pNQvY+SG9Ia5l0T2mQqbELMAIhAPDXYMXysOVYfshr/D6Ob6JEbY3Pfon8pIojnmZIMr5h"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.36_1596935007941_0.838464105041111"},"_hasShrinkwrap":false},"0.2.37":{"name":"misc-utils-of-mine-generic","version":"0.2.37","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.37","_nodeVersion":"13.1.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-MfuMmkEJbzs0MANgXABv37wNG6iQFcWOXb4ZRwwxPz/cdg8dtny8NGFVXf2jb/yH5Z4dA8YAwCpBoAHeQsySXA==","shasum":"1739e3e614c35fc225b9b48c2b99f862acae9052","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.37.tgz","fileCount":133,"unpackedSize":232029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMDZDCRA9TVsSAnZWagAAvgoQAIOmy5/VY1R1tmqnJEGM\nVRaVORAWsrxwooZL29inGlApg3aKDLd1W8HgsydLOXsdD62nvABi9ljQPJ8t\nlhCh6CRJt5i9+TJFpb7BWKQ/VlWk6fmoHqbiT6EIt94wpdQyZLCe8nJCcQYD\nBf2MfyG1X6atHQRjS1fkjy+4fd9sYARl7hHMFgQtDf7I4DKVXcgdcQVaCJ3M\nvKux/W13DwPLIg/PkRWDO2yThoyUW4od+NXRGDEnjjrSGYuaMDflTr2pZdtp\nUChI7gyQ44KJ//taici9VSRX2rVBxY1oGZPIpY3cDu89F2dw9fAKPyi8YBNe\nmUAjwsZWP35H8pZYSndjvEPv7Lk4orZIPIe4ol7JtygKQ9VGACwMlnl+995k\nbfAdSXudbZBjzGiZ6R4upioUwcCkOXzyD5WURa9X9VxGGfrzZFUVokYkTYSJ\ncFmWTnY0XNcYwdjLbbF20wDb0PXZb6Z+06/wbdmatsiFIHKIJcIQ86Nmdfnp\nq3cevQy9ylj0Rf63HJeLrRp1doAJQ0rGrfOLVcNXPOb8sdQsXw0Sa7nc+Grw\npoW27L1EtsF8z4ngYjDPzLl4mMxZB7IbZi3/SMTj+6ibpbLJ1qAqd4UOlEbz\n2aglcswakyB3ZZ2JA5Fn43jrfojgMnfqtxcqEcrMEZwpdwc2pQ3NVdsxiIAv\ngzZQ\r\n=+Hf/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjf9VUJriP5CoILKA84BhRUZaAmGmWxz60vp/CFQKfzgIhAP/jO1lL/pzCdZe2aJuqAeX8YumoUxqhjvqYJKv6zz+D"}]},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.37_1596995138872_0.40176080804976877"},"_hasShrinkwrap":false},"0.2.38":{"name":"misc-utils-of-mine-generic","version":"0.2.38","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"gitHead":"9b971531a540b89d02e6363b5645bdb3b4e641ca","bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.38","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-WEI+sUpByAtkWm2fHz2VTmiigjM5f/llPjXryl4wk+FdtxAYLq7hK+8BjVvOGWpG45+Qn9qCVMtm1spmvXMebA==","shasum":"209d9b9ad257fadf26eef8f0ce8bbfe3b733d326","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.38.tgz","fileCount":136,"unpackedSize":251652,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQHjHcJcM/DFbA0VHEccYUk6WVObKex41KofaRDoaOlQIhAIyrbBwuTVjV9a47tCjdgElF5EvNW61HQabVQ7Ge9zhQ"}]},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.38_1635903893546_0.8052492875769575"},"_hasShrinkwrap":false},"0.2.39":{"name":"misc-utils-of-mine-generic","version":"0.2.39","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","test-watch":"npm test -- --watch","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.39","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-KxSWuPUsZzeVN/9KXOBMjjUYfoOTvAAhtRWXiXwaolfflWMHDKr5pNmO/r+2YswuAd4Y41aCk0truEYNT353kg==","shasum":"f3d00cb8e9eca7510da03e08601726f4e80af381","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.39.tgz","fileCount":139,"unpackedSize":257248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoi/KCRA9TVsSAnZWagAAiqQP/itSFPqSQ2qI+Mw3tF7b\nDO8KCVO6kk3SVgkSg3wSTRaJWDxGR/OfY+ERQTJarul2xt5PKcCYF3vWyKTr\nWHX0BN3VFQj8ktNuVIFAb0mpoQ+Y+bNIWnck8gKexBCHD4gjpVjk0/eU9Lpb\n9rvM3BgFH7BeUMjNGSiRSLY4E4hKpA5D8ARzJoAqa9xyHfsU+/Sq8Eiy3BfR\nXTloW0NB37hUPEcNiwwPN8/2tVl0UCFfmvDPeFi/1YF64KBwyU4BXXUnUU17\nyGP3alevB2L5WhEDGjVAHGh1IHwMPwpJO4Na/4Jq4M/f7AFMbIzd8lPzJ9OH\nY63F+rlz0UPqcfTA1xfh2dYrukNAKw2cpQ8NO4EcLFDm+hjK4R4gvT9RDRWV\nZHQEPiex7uLmVPZ8sA2qorFOkLr4l7aPVRjMQ3O9ukXHyGgzfXpiTDGvOaYA\nFGPCipSCMorvUrcl0QCIw7WfD7ZO0VgfH3l0jjjaNpcLJ8F0w3jibVIuYN3V\n/5yBcJXDJsUPV2/tGPTbGsVTo+DPvM/WCS8AEuw4y1Ocj98OZhbZX10zW2we\noI2aUAWV2abtM1k9M9Cm9wJ+nO8ds9gI9wNcLzC+WeeqX2QovweMQ3CMPuGE\n8zXj4HCs9XIQiKLJ1evRxAYLqGKHmJZHZbq0xCF2L6Z20emVbM93qXrRLtkB\niuIl\r\n=akce\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtvjuF1jtKW6snyY4z08EgSyQDLM+ftzZJCZ1/SBmG5QIgaGu6SjMpC1XYIU3rt7gUdQoGfKHIjBsOFZbxZ8Qj4lE="}]},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.39_1638019018378_0.9277399386038514"},"_hasShrinkwrap":false},"0.2.40":{"name":"misc-utils-of-mine-generic","version":"0.2.40","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"gitHead":"a20ead53e94775b98927b4e2ad79ed996f75d736","bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.40","_nodeVersion":"14.19.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-IFR0ddM4TwFk4AGbfaOrgYtCnEKYn1TObvwFN8v0P34OPp0S4V9fzWMU8Gyg2hbMzsumojNVMpwk1FzDo9yUJw==","shasum":"e6d6996251b5bbf4fda0f6f57c5889929081274b","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.40.tgz","fileCount":142,"unpackedSize":261880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJpF0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2Ww/8Ck0EMaQ76aCUOGKCVklyc/tyw7Jd3gKt+LPUjDjGN2l2dKCn\r\nhbiAND70dTJBNeiKcOWH20PdoN0SrkSuZVQ6PwSaw6lrgrBXMvtI5hpMGDS9\r\nlxzZxJ0d3Q7C7k0A7zDslWmSXoOe9IO7ZTMcyOaFo3NwZt6r+XfVzuKwsXUI\r\nOOFwBECjvEx6v6f/DtvrO5vM6pShdE2j1Oc50hrYewYyRM8nBziasW9nsth6\r\nOwBZiGSs6Sw4PWbMDNT6XDWVfgV9dFHC5bDlni+lBpG3jKlCYiWqOlSMnJGs\r\ndqG75bYJL7TtzCFpMuqAhRrdJ4QiIrXJeUotbOk0I1Py6TMkKW9V67g4cMvL\r\nGjf/SOQ7Umcob3M2anZup7DL0CG5v9Wc1g2yzD0zh9QxLLwMfYifC3QfHfgi\r\ndf0wbyyHoi3hKC3IcLg6hhEREHH/Ftx5FnQT1dg/yeuwJmrTxLXvLj8I+fcK\r\n5eV6lp++sjq3Xsyy11qnAW5FT+hGx7oN7V5k7jY3rVCkdh43u2k8lOf4B+/4\r\nf8TZhxGY//O74IL0H8sb0kDcxkIze13K3z5xkkrIHDb4WSourXyDScbpGlEr\r\nB908xpu+Dp0jRX+UfqSoi4i81/QSc18hxADNE6iZGvKMTgI8Nl6XRFtzImkm\r\nD29qz2rHt5DPYWZWWSLYPFIVbeYR4geOF40=\r\n=wUSW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSSP2/JBeV+oiqNuYiiaJmgJw4g6FBuRwqDNRRtQqqmAIhANRO1qw5YI7zFO6y6pWaXE7DTfBtjG+5a4t/6f1qegZ5"}]},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.40_1646694772345_0.7503196402650099"},"_hasShrinkwrap":false},"0.2.41":{"name":"misc-utils-of-mine-generic","version":"0.2.41","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"gitHead":"5e768982c497ee548fcf3fc3075be5a32aab8e62","bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.41","_nodeVersion":"14.19.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-MAJVx7w4b2gASGni+YPUTdvf5uhtp+iRcLPMDxOxelHe68M0WlMRn5gx0Y6xmc6ml1y27iCm5mS7iNB0KjmZfw==","shasum":"7f6785205bdc433ce7e1dbeb15ec4ff6381fda49","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.41.tgz","fileCount":145,"unpackedSize":264087,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAPEGmJk/vxYpxhenzeILCkBSdVtZ0j0lIJW8AyHhounAiBeQu6XHCmx0Dxt9EIF0I9331j9uE+uFRF3QuzU5YIGjA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii+62ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIug/9HDXoQtekJAeDQVRS++hccVcJf323P3ANX+CZbn4lmHTqkCFK\r\n/Gn52Ei5wILRVhRXClWZItBe2KpfLHTACh5MuYaoY2FWOJu+RyXq0plZ1h0+\r\nyHX3zbGwxWuW5AR4+Car37ynJoIBsoAk0vk+6wdVnZrABi09ZQfEz5j5uoHH\r\nvRfd9gXFL7gBo48iqqulhjtAui1ASGjjYYiyV3GQiQVskPoh1RMZx6jM79Ta\r\nyE0iVOxULiVFtwQoaUYDSQBeEB+tN1nmuDVpoYY9ZL76CI/UANQ171pesukP\r\nsbb4UyuCxfpNzjEpuQfRoFhKZI3X6MUw+5p9PG+4N6aySXJ6ouBcGZj6bCGW\r\nG8QfAToZIKj/bBdoVUT29I/ywD87lEX1ZfrqGrS5dq7DoCnf+WeXMsmKEDwQ\r\nNhplewrH2gtwpXLlyFEcOHqOvfxq9UgI6+gk/H3/dByYBqy3mlWEVcYDrGVe\r\nADERywAMQzDxLrXa9i9I7TBQZFIz94SXD4fF+V8P/mDGKg3lcaSdyVEcjiGu\r\na9qtHOJUSpYO8oelBl9BjQ/AlM0JiwqJMSNO53SYIa8Y7ZMYTo4s1S0KnQeu\r\njh+OOAHJT20x4uCVJluING7aNaI0vEJ9s2DoP+KDJUXDBuifXi+9zr/WglPn\r\njKu/ebOfDdB9xM3mfWNdoC53YgCslBr+mBA=\r\n=Sulx\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.41_1653337782509_0.0912914326475247"},"_hasShrinkwrap":false},"0.2.42":{"name":"misc-utils-of-mine-generic","version":"0.2.42","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"gitHead":"3f122e169f6c8a1012258b436fb543a575569cf4","bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.42","_nodeVersion":"14.19.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-ok153RA7G0l89MshH3QphEPSHYDyE2z+fl+IccWnFoZOy4xsYKH8O6oKTMUq4Xn07i7LTWM5hL7OmQgp+YKRXw==","shasum":"e1284a26db5389ca31f348b2591cf789cfa15aa4","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.42.tgz","fileCount":145,"unpackedSize":263957,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICd3d2NnNhsiN1u0MMotO5noYJVzTOigKywX0K0J5awzAiEA2HPuzRR6LlSOl2bQttCfT2z8UpOKOB5HJb/HdSrSsnI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii/NjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6Ow//ceEb3/tAbJ7xyyZJ9vj7WuK/oXKukstwjWOQRpwSK4DtoirS\r\nRt5Ozax11ACeMrJc8TQ1If9MqsMX/NcQ1GO1WnnEWG+qp8Vo7C5EykNvlplA\r\nbbad365Ed2LVvmJn42D2q3stT8BzC9tK4zNSdvg/7ohKmnKHzGIi1xI2oRFF\r\n3ZZFt9hW1sY0AYP1WA5W3iE0Uh9jk6TD7xFhWrkaB9pfICBddTkfg11XkOjd\r\nclyLHzIzXTdpK+6Q7SbCFiylZ7Us7FLt0a73wwY3+bOJbOc3KZ6ifEQdRpqe\r\nMrtou+RA7snpzIfHZIvwV4urVwq4dO9b8Ed2aRXqW1ZOXRaK9h7BxvswXg1N\r\ncbJCZ/bHiCw4FxyJrclF+5VhT0MfUEO1yvIAOfDVeO/LyQ7FoQqkkOKt1dM7\r\nJYOy30E7JD/JLTfVLIug3Nqu5/NHBEymga0/rb0ueRblfeltfFPUOj+YyDZB\r\niKDGC2oo+g4mguZ7G2ErcDGfRrNhUQMNrkfLkfMfWBI5mvF+blXqqOtHfp3r\r\nIDUgWffc5qCTMUxUxGr17Dkd0ALbCUnmJ4F+FN7H/hIG3mMSOSgZupmkd8mS\r\njYgK5bN0SwwEOJUfzljsRyX2gYe+9xYEvayE8kv/wY36p3CNn1k/93zfJtG6\r\neFtDEp3hRa54FcgmSGFv8q/8iK7M5pzT2R8=\r\n=4YXL\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.42_1653338979226_0.06525034861003731"},"_hasShrinkwrap":false},"0.2.43":{"name":"misc-utils-of-mine-generic","version":"0.2.43","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.43","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-R2jpKgpw5bpUa3HcZppusgAC6IzsYDOA1YgPXGQcgGUm2Zz7j/kCJors4HezVN4jLA0dkIzpoXNM+EbX/wb31Q==","shasum":"3a5b8b06b8319262d94b233948c181545a4b4165","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.43.tgz","fileCount":218,"unpackedSize":379456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF/HnUUj768D9U1579o81HqcHZGviUCoLTH7rX5cSEtOAiA5k2JGDE/fkbdbni9+9r6OmMOzKZD62uvSdfe/6bsKsw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioUjKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQ6Q/+Nflwm+5Hj5mjHLxVq5Qn9Hn/V67Po+xDTIqqW+C7FkFUAvUN\r\nfBiauicjdqdenKWjbodLRNaq08+FUmiEgSxMNANIRjx5IL0y8Etq/XxqCu0+\r\ngh+IJ5e5l1Kx8ZjYpX/bW5BOXpScEqN/KsrY6xH+Ump0+oOs4AL78XuxP+gv\r\nvT4QE7PTgIfqkJvRRuUwgVJCvxlVMthEgDIO+pX3va2EgHAakDvEq2nEX6TU\r\nWpK3mZH8FzDc2rrW0a5USoZgGwgfr5lOrOy41p8qmZeTh/shYSTgrv+1wwJJ\r\nReEUHA0518ZIQhVQp+2h1UdQxw23bO1YLtV8eCPOE1JaR0mna7XZnrN5s4eW\r\nL95cYz+Pto0vmXz2sf+AZMdDdjNZbWOXwoGhEIjYe3sf0GbFNOxV+C+FYjcY\r\nCXq3yy0AYz0b0rkZVPEsSnPoWe279zGLkthd5vbzndC2wccmzJ+EjzCM0AZ6\r\nHpqmPrhQTXYRcYaLQTzcKbJw8lKGoAxw74g/frdDUd1XkGOOUvKJW6y0CTo+\r\nVWZjdK0KyXTvngy8Pu0qMXttWIDjjklzaVqU+O2zeXIIEUDUGZjDqK8sCDA2\r\nYCTGYtOJw38e1ut8lI60jsUAt9e5LhkNN/DeSJ1pZPl3ZAvgiDCFj4JO4ZrC\r\nKJt35HKSf+0j+D71esm8nnZVpFM3hJtWidc=\r\n=W+up\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.43_1654737098212_0.9621395354358908"},"_hasShrinkwrap":false},"0.2.44":{"name":"misc-utils-of-mine-generic","version":"0.2.44","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.44","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-qlmRxIeWxAy1OmdIu0GN2wG4nWcfwmINZL6h34fIzfbLA4qXJ0AZl/vReqmxTL5xkdrlNegbBYYAZc3k8F1sIQ==","shasum":"4d8d4b4a0b50d6f0a5a5b2bcc8911301650d9e43","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.44.tgz","fileCount":223,"unpackedSize":393691,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIER0MJjPr3wcgn8uOBeO58Uz/IWDDNFTwDLmWP6m+zKXAiAJNPPLnCznm5pK66RNuNfZZRPHOrTPP4cj+ODkRgAr/Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSHw6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPBw//Xkza2OeVXRgLqBfQ7SjtMvcxld2IDRnUh9oNYQEMQTcIuewu\r\ncK8Lg+t7HBxZ5+tKmsPpdU2dKhdW7Tq2RNXz4b2/+1evnYWSzRnZVxY7CHCp\r\n4SW/l7SYIbWcYBqORlShtCgQuKLvpXloF3itYeZoUOFDst/g5aXr2kpsF5cv\r\ngf1+rOUhIhm9VYuym0rK1CyGkFIWdo/wpGw+rHb/l2QkHjaaOA2gpDtorcBl\r\nNDwYGQr2wx7RI3TsS8iyyGQ5eGyPwTVNvxxCTpSZW1YSCKnsfMzYd26H8S4J\r\nENpkb2U6xb6I2bKWlcEC4CI78EKalfvweMF0vSL3zTRrfCT3sI7aKxqe3aoV\r\nBuj6so7TU8iDx1kWZwKRJ6q9L7jlPSUkndcGXUt0IBpKBs0CPDkTnN+j9rRN\r\nGR+rteb93iozFham1u5PZIBtfln+PlbnYCu9dUWi5/k1S3jB8b+0/369rROf\r\nTfbVU1rj3PTnOA1reXWS4TCGMxzg+SuvBSlbMHtHsYTUr2PDPVpwix/Isai9\r\n5Yb/SLNpjGEyNq6ptQUVz7PFvaNuh89aOgOLQChBz6u4mGirSC6oehOhW8Vj\r\nY9QRn4K6voQjuW0dBZgXnIgmmNFE/P1xYaBub/8IAHFtyuAWVDBDKTei7E49\r\nPSnjSxf34gFMG0baqmBI8HiApF31L1Rqtw8=\r\n=Go0Q\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.44_1665694778371_0.44492625855778933"},"_hasShrinkwrap":false},"0.2.45":{"name":"misc-utils-of-mine-generic","version":"0.2.45","main":"dist/src/index.js","types":"dist/src/index.d.ts","typings":"dist/src/index.d.ts","description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","scripts":{"build":"npm run clean && npx tsc","build-watch":"npm run clean && npx tsc -w","clean":"rm -rf dist tmp","test":"npm run build && npx jest --testPathIgnorePatterns /dist/","test-js":"npm run build && npx jest --testMatch \"**/__tests__/**/*.js\"","test-watch":"npm test -- --watch","docs":"npx typedoc 'src/index.ts' --theme markdown --out api","format":"npx ts-refactor format \"src/**/*.ts*\" \"test/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk","organizeImports":"npx ts-refactor organizeImports \"src/**/*.ts*\" \"test/**/*.ts*\" \"test-browser/**/*.ts*\"  ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk ","lint":"npm run organizeImports && npm run format","all":"npm run clean   && npm run lint &&  npm run build && npm run test-js && npm run test && npm run docs","all-publish":"npm run all && git commit -a -m \"version patch\" && npm version patch && npm publish","prepare":"npm run build"},"devDependencies":{"@types/jest":"^26.0.9","@types/node":"^14.0.27","jest":"^26.2.2","ts-jest":"^26.1.4","ts-morph":"^7.1.3","ts-refactor":"0.0.11","tsd-check":"^0.6.0","typedoc":"^0.18.0","typedoc-plugin-markdown":"^2.4.0","typescript":"^3.9.7"},"dependencies":{},"keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"author":{"name":"Sebastián Gurin"},"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"license":"MIT","jest":{"preset":"ts-jest"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","_id":"misc-utils-of-mine-generic@0.2.45","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-WsG2zYiui2cdEbHF2pXmJfnjHb4zL+cy+PaYcLgIpMju98hwX89VbjlvGIfamCfEodbQ0qjCEvD3ocgkCXfMOQ==","shasum":"db1b76db1ab5a04771b24173e38957182e9e292d","tarball":"https://registry.npmjs.org/misc-utils-of-mine-generic/-/misc-utils-of-mine-generic-0.2.45.tgz","fileCount":223,"unpackedSize":394202,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKolf4UzBKMslEMREXaT9tgI/0iA9G6VBnPDuz65v/sgIhAPBD3SxOQjWShnPfz0tPIKwNv8JjJBnFvd+ZADq7CUKz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSH2+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0Yw//TagNO/EPYeMr8jMDIvUn7NPAa5HDjz4JgC/vGzwdFJgnTyur\r\nl4DEs0i+Ua9gxmkRLRBTd6qAPT8GcaKaC0bkFDQWjp5etFaCQueSsMibL4u2\r\nBLK0vjU/6b1ZlFLeb+kOFK/OoSMDCPZZ5I8a43P4LzNzuMgFwsFBvovHR2Ez\r\nq9jjnVJZF3oON+51ZATynGutIVgqA7R/nPVScwVfvtsjq7L1FsK82AfH7ETk\r\nnqc1RM138iExURl+gdObYDkDpOkuW+2ZcX7xHkVCyImbJ9ec2wHnJNm4V2/y\r\n362X3W73cOyrTGlvXCMgCUsY6giAX/HmYb68tGjanPowZjuPPRN7Z9WC5viI\r\nYOF4j0cL14pN3L6v8VyEGTBmNvfSYv935vOgjPT7YWq0xruOs50sWW0JvKJh\r\n4OlTy3cOS5LwCNFKr5LM5Zfs3tvEIIlOEigyEtO74RYvqYi+fvEV1L2J8ts7\r\nZTbVr49iUfvqcZjYgjBJwed3Zj8SuEt7DoqoHoHruEA26NEMl1wSc9Lb8pJ/\r\nAC25rRk1PO8pgx8nJf84vS9HLTbv/TO4wUKZ4/O7N/rb1xrYWAGr80DRr0T4\r\nKbfCpHXr7DouLfRPV6c+q2oMBd6AC9LZrhW6IgNfGDGoOhAD2n7ea6tI+jMs\r\nX3ttWA/b02GgXPFJXhtbkhYsd90S2P7DxHY=\r\n=b78b\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"cancerberosgx","email":"sebastigurin@gmail.com"},"directories":{},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/misc-utils-of-mine-generic_0.2.45_1665695166507_0.5726309258011657"},"_hasShrinkwrap":false}},"time":{"created":"2019-02-23T15:41:11.071Z","0.0.5":"2019-02-23T15:41:11.199Z","modified":"2022-10-13T21:06:06.823Z","0.0.6":"2019-02-23T16:54:04.180Z","0.0.7":"2019-02-23T17:04:24.991Z","0.0.8":"2019-02-23T18:55:57.387Z","0.0.9":"2019-02-25T02:22:19.276Z","0.0.10":"2019-02-25T02:51:43.930Z","0.0.11":"2019-02-25T03:03:50.799Z","0.0.12":"2019-03-28T06:34:36.164Z","0.0.13":"2019-03-29T16:17:02.418Z","0.0.14":"2019-04-09T21:36:07.842Z","0.0.15":"2019-04-09T22:19:51.721Z","0.0.16":"2019-04-26T07:36:01.898Z","0.0.17":"2019-05-02T01:19:21.416Z","0.0.18":"2019-05-02T12:43:11.322Z","0.0.19":"2019-05-02T20:56:19.641Z","0.2.0":"2019-05-06T21:08:54.506Z","0.2.1":"2019-05-13T05:32:32.498Z","0.2.2":"2019-05-19T23:25:33.650Z","0.2.3":"2019-05-23T21:30:09.631Z","0.2.4":"2019-05-25T18:36:10.649Z","0.2.5":"2019-05-31T20:46:39.868Z","0.2.6":"2019-06-01T05:27:09.881Z","0.2.7":"2019-06-01T06:57:44.698Z","0.2.8":"2019-06-05T03:14:50.921Z","0.2.9":"2019-06-10T00:58:53.650Z","0.2.10":"2019-06-10T01:20:35.539Z","0.2.11":"2019-07-02T05:30:13.547Z","0.2.12":"2019-07-02T05:43:14.353Z","0.2.13":"2019-07-02T14:37:36.532Z","0.2.14":"2019-07-02T23:02:55.608Z","0.2.15":"2019-07-09T16:24:09.490Z","0.2.16":"2019-08-01T04:43:54.316Z","0.2.17":"2019-08-01T04:52:06.449Z","0.2.18":"2019-08-14T10:45:27.140Z","0.2.19":"2019-08-21T08:17:09.734Z","0.2.20":"2019-08-21T11:12:15.846Z","0.2.21":"2019-08-21T11:27:39.695Z","0.2.22":"2019-08-21T22:34:16.977Z","0.2.23":"2019-08-23T02:08:27.877Z","0.2.24":"2019-08-23T08:06:12.984Z","0.2.25":"2019-08-23T18:29:12.537Z","0.2.26":"2019-08-23T18:41:02.680Z","0.2.27":"2019-08-23T18:50:29.691Z","0.2.28":"2019-08-25T03:14:57.947Z","0.2.29":"2019-08-25T08:29:04.278Z","0.2.30":"2019-09-03T21:02:57.915Z","0.2.31":"2019-09-14T16:33:02.924Z","0.2.32":"2019-09-15T11:03:02.393Z","0.2.33":"2019-09-22T08:17:02.654Z","0.2.34":"2019-09-22T08:29:41.698Z","0.2.35":"2019-10-05T18:37:25.613Z","0.2.36":"2020-08-09T01:03:28.129Z","0.2.37":"2020-08-09T17:45:39.008Z","0.2.38":"2021-11-03T01:44:53.745Z","0.2.39":"2021-11-27T13:16:58.541Z","0.2.40":"2022-03-07T23:12:52.489Z","0.2.41":"2022-05-23T20:29:42.691Z","0.2.42":"2022-05-23T20:49:39.415Z","0.2.43":"2022-06-09T01:11:38.512Z","0.2.44":"2022-10-13T20:59:38.604Z","0.2.45":"2022-10-13T21:06:06.748Z"},"maintainers":[{"name":"cancerberosgx","email":"sebastigurin@gmail.com"}],"description":"Miscellaneous utilities for JavaScript/TypeScript that I often use","homepage":"https://github.com/cancerberoSgx/misc-utils-of-mine#readme","keywords":["JavaScript","TypeScript","utilities","miscellaneous"],"repository":{"type":"git","url":"git+https://github.com/cancerberoSgx/misc-utils-of-mine.git"},"author":{"name":"Sebastián Gurin"},"bugs":{"url":"https://github.com/cancerberoSgx/misc-utils-of-mine/issues"},"license":"MIT","readme":"Big collection of miscellaneous utilities, compatible with browser and node.js\n\nThese should work on all es5 compatible environments, Browse and node.js and even others like rhino, etc, since are pure JavaScript.\n\n## API\n\n [API](api/README.md)\n\n## TODO\n- [ ] string/boxes : drawBox({pos: Point, lines:String[], padding: {top,right,bottom,left}})\n- [ ] test visitJson\n  - [ ] impl findJson, filterJson \n- [x] test tree.ts\n- [x] objectToArray\n- [x] Deferred test\n\n\n\n<!-- \n  ### ideas\n\n\n// an operation OP is expensive and we want to print: `${OP(a) && OP(a).foo || '' }` - we need to create a variable in order to not call it twice\n// solution : a function get which : `${get(OP(a), 'foo')||'' }`\n// useful if nested: `${get(OP(a), 'foo', 'bar', 'name')||'' }`\n// for particular falsy (we do want to print 0 and false): `${get(OP(a), 'foo', 'bar', v=>v===undefined?'':v)}` (will print empty string only for undefined not for all falsy)\n -->\n\n<!-- \n// function prop<T,S>(o:T, p:keyof T, map: S|((k:keyof T)=>S)):S {\n//   var v = o[p]\n// }\n\n// function valueOf<T, P extends keyof T, D>(t:T,p:P, def:D, pred?: (v: T[P])=>boolean):T[P]|D {\n// return (pred?pred(t[p]) : true ) \n// }\n// an operation OP is expensive and we want to print: `${OP(a) && OP(a).foo || '' }` - we need to create a variable in order to not call it twice\n// solution : a function get which : `${get(OP(a), 'foo')||'' }`\n// useful if nested: `${get(OP(a), 'foo', 'bar', 'name')||'' }`\n// for particular falsy (we do want to print 0 and false): `${get(OP(a), 'foo', 'bar', v=>v===undefined?'':v)}` (will print empty string only for undefined not for all falsy)\n\n// var a: {name:B}[]\n\n// a.map(b=>b.name)   vs: a.map(P('name'))n \n\n// a.map(a=>a.name||'asd')  vs a.map(P('name', 'asd'))  -->","readmeFilename":"README.md"}