{"_id":"@aicacia/core","_rev":"36-77f9d38dd3119dbd3ce65bb09cec6d90","name":"@aicacia/core","dist-tags":{"latest":"0.2.13"},"versions":{"0.1.0":{"name":"@aicacia/core","version":"0.1.0","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/ts-core.git"},"main":"./src/index.js","types":"./src/index.d.ts","module":"./lib/index.ts","scripts":{"build":"tsc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/tape/bin/tape ./tests/**/*.test.ts | tap-spec","clean":"npm run clean_build","clean_build":"rm -rf ./src","format.ts":"prettier-tslint fix '**/*.{ts,tsx}'","format.js":"prettier --write '**/*.{js,jsx,json}' --ignore-path .gitignore","format":"npm run format.ts && npm run format.js","lint":"tslint -c tslint.json 'lib/**/*.{ts,tsx}'"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.2.33","prettier":"^1.16.4","prettier-tslint":"^0.4.2","tap-spec":"^5.0.0","tape":"^4.10.1","ts-node":"^8.0.2","tslint":"^5.13.1","tslint-config-prettier":"^1.18.0","typescript":"^3.3.3333"},"dependencies":{},"gitHead":"8e6369f149a8373c40594dd85a76b22c8bf5e27b","bugs":{"url":"https://gitlab.com/aicacia/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.1.0","_nodeVersion":"11.6.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-dDDn5yOvSw5YUM8DZTkJ75Hr04W+P3ozzpdRbOOQ0ZOti/wq3mkGEOmaUcDKhia6xbSiY6PPt7x+ciqKHLJVPA==","shasum":"bd83c954b32bff96c06356991c263f0a142caf10","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.0.tgz","fileCount":83,"unpackedSize":86562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjk6hCRA9TVsSAnZWagAADxoQAJBtcVPGTOfLMyjsS2hT\nnsXAXIhYwmpqoMbqz723wmzP5m7Sh5IkWFZ5N2p40W7TAhUStKM7YP8naWM/\nJypnguhW2iJhYdqI0hdiearriFY/zYa1odDaZ3cL71b2gBSAMCVEPAeRBiLa\n33Bq4tZvAZlcPq2OZRB0xf/3webnhg6ktVohFiGRH4O0hRfoY1Pxf35Z8gq7\nZXFZfXFzyHVQ85LWnvFxeWYvEzA/uV7vV6sgZHjN46IHI2vdsJYzRNxWO4iy\nXmjZR2Iqas6FhtKgrcFqw6VF5P/xMpTbGy/+kT9B50F+RUNgzgi+H51x7/1I\noQ1xmEz2vKazg9N8hEJrLaj03t6FRdoPUsLIJaASu+nOa2n3B4taC57Z0YHp\nc3GGgvKILSF1/qR9ViBmjC2giPlZec0SpsPhqPqw3uB2PwNCat3HJvSa0mgJ\nJ/+xHi6T47R3YR+r9MkigNG3WHu60gbn0/zkjzDqFGWfvS9VR6qt/VC5ZiCF\nUJza42QIM3Oo1ICtto0EdOV4+qg2w8CrffBIp1nrwWQ7jPXrVKvZzjxhO8EW\ntDtsp3XzFwyWDxxdww8H5CKRvDHE2LjW6bLtiZClfwi82yTCpj047Hz1Q5h4\n2kV0l/V55eXg/6kGDzSouYOx5VcY7/WB1Giq+WFx0DOVZ8ycC8UhJVtTY8OK\nfg0t\r\n=Agxz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4xSD9cqkzvzb2x2E87zBBLvppWzZ3UOIo6I2LOOCoFAiBZvx6TF8UMS8Q89HwftG6YQ2sVBJ4rin4dzIx1mysL4g=="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0_1552830112214_0.4092539012892953"},"_hasShrinkwrap":false},"0.1.1":{"name":"@aicacia/core","version":"0.1.1","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./src/index.js","types":"./src/index.d.ts","module":"./lib/index.ts","scripts":{"build":"tsc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape lib/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape lib/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./src","formatTS":"prettier-tslint fix '**/*.{ts,tsx}'","formatJS":"prettier --write '**/*.{js,jsx,json}' --ignore-path .gitignore","format":"npm run formatTS && npm run formatJS","lint":"tslint -c tslint.json 'lib/**/*.{ts,tsx}' -e 'lib/**/*.test.*'"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.2.33","nyc":"^14.1.1","prettier":"^1.19.1","prettier-tslint":"^0.4.2","tap-spec":"^5.0.0","tap-nyc":"^1.0.3","tape":"^4.11.0","ts-node":"^8.5.2","tslint":"^5.20.1","tslint-config-prettier":"^1.18.0","typescript":"^3.7.4"},"dependencies":{},"nyc":{"include":["lib/**/*"],"exclude":["**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"26518001c07f7697e7d29f87f3bf3a45c0d10a7b","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.1","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"integrity":"sha512-LHYjoJgzjZceEpXcOX7RjJRnpuK17RqsrDvSm/GI8gtZBRVzN0Gh1QxdKrAP3jO7YMNB0WPH5VrmEeDN5IbC7A==","shasum":"28adaa130123690d457ef03f487b2c8715a54645","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.1.tgz","fileCount":86,"unpackedSize":95778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeA2ZmCRA9TVsSAnZWagAA35AQAJ6Vb6uhecURuUzFvblH\nRoqmVUGG91lun/QBBmAlXJeUmve5yVc2+aqhEVAbac8NmVFCvxQNuJB1Uume\nDt8bO9+EwE8MJQbv7SPl6dINCcXky3C0YEdXhhJEjaZNM9Y7y4S+7whBdq/q\n/PtSapME9ToSblT18vSYRFSuZw+DIKBJu0WAoFL21ZZQJAooarp5Qhqw5qvE\n8alYJzkdivOj6cBLbBLmzvhn2vE5Bjxb1NXyy9XdarD5SMJdf1waH8qXOKdQ\nizxfwOK+vnHxwoveptUxbmfkbCfMpsjq0TRj3uSXbiUZQaQ11tdUIipjQ7XN\nRSmjuIh+Mbqee9rRKUz609BVlrSlGbJxUQWY6Klgfp7hlsBkM0DZ6K87Dnn0\nfNuVdnXYksjEW0oQIpQTKyRHoUCLmVmxZ7iOGqRA5v7D1rGXgd9T9GbUIRNO\nGRkbj+StvXSHT5dNpUkiOAnPy7C/WVb5BM6+OO6aTfcYWfxFmZSZOFJxAnJr\n67LAz9kbT+KJDKncInZCkASLIr8zx61J6rtnElqqHXeCq+HmaJDGx47XjJEW\nnG7ZaG9Wdyw2TBn78VK/vDFsn7mWuUfbYNDdiMk1wCCQ6AVT94u2jN8myszc\nQw9ER0eslFHucSSyGEli29ymOUQej3XvBGtlJhR2aynR+9g2XtXKRC6K7/M3\njFdv\r\n=FBcY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBlz2SdaWST+6N46RH/ob8zQQdSJ0NMck4q+hiQlUji9AiAQoQX3zesqx8X21OHqPArJ1La1oHAGXZSM7XVNlY63iA=="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.1_1577281125807_0.6343065243630841"},"_hasShrinkwrap":false},"0.1.2":{"name":"@aicacia/core","version":"0.1.2","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./src/index.js","types":"./src/index.d.ts","module":"./lib/index.ts","scripts":{"build":"tsc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape lib/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape lib/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./src","formatTS":"prettier-tslint fix '**/*.{ts,tsx}'","formatJS":"prettier --write '**/*.{js,jsx,json}' --ignore-path .gitignore","format":"npm run formatTS && npm run formatJS","lint":"tslint -c tslint.json 'lib/**/*.{ts,tsx}' -e 'lib/**/*.test.*'"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.2.33","nyc":"^14.1.1","prettier":"^1.19.1","prettier-tslint":"^0.4.2","tap-spec":"^5.0.0","tap-nyc":"^1.0.3","tape":"^4.11.0","ts-node":"^8.5.2","tslint":"^5.20.1","tslint-config-prettier":"^1.18.0","typescript":"^3.7.4"},"dependencies":{},"nyc":{"include":["lib/**/*"],"exclude":["**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"0a919b020bba806dff8087840c0df37ccee1c20c","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.2","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"integrity":"sha512-v3Ec17m+VPeg3ZR2DbZeJOnyZjdDdJXOPf9DYiRM+Ak7tcP2PuZ0f5J3kekVAVGbSRCqcZ3dP7xyBOLQP03zAQ==","shasum":"0d3d46be98ced269480875d6c9ba769d0056f9a6","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.2.tgz","fileCount":89,"unpackedSize":98394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBZCUCRA9TVsSAnZWagAAcBkP/3sPJTPa8wGJ/fqmtQuf\n8/J6t0/gpAvmrJc98Blt/ot3jcT35BicBrsVMDmk67xkGV6NN9OdKCqozPiJ\nEkEJF671kFyHWUURf8eESLn48fQ/+eiIS9X9Tx6oeX9GmIQ8IFwL5dijErQm\nfvWjATXK8T1RJQYJmtj8lR6/JI3YErTQqF+OKDwwSrthzo5Qsv6EHFJryxA5\ncyKSCYknchuN/VoZ3x6HDNLsAIZ+bvXfJR7pcEUJIYWL7P0fbJzJaebpsmEH\nJ8iQTDhaYYO4c6obG+jyHczN9ZInzLfiiWbyDRYRkNyfhV07XBCVKympNMzj\nPvWOTnlJZspUQgifmM3yaYrzn7+3HX1kEmFtlc51ToAuqK2FbTkSRj33iCtI\njpQEPHVP5E2NU6IxjIzpUSU3C2YC0iPlrxuIHdms29HRn2Jp5cEBq+Zs5o2c\ncFkQyRLAsfc6fRH7KizoBSCLcHnsAPKrb7zK90YcULvFJ1B0TfW/WLgGL0H0\nJFh2TUDRqh/tSS2PDz8q4/C7vbevLzvZiD5g4iiIpgZ2lTGgb+IkrzvVIRN1\n84RXzt1t6dUsRLM0syZZ6NDhR3keUOETJVR5YG4NfgpVgPd66aMTWSoSPOtB\nBsY3PzxWtEYCJgOq5lHeZBoqRwoEpHBcTJQTvibcaIQsF9OApakoSU5Pm1Bo\nLIFd\r\n=Zd61\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAVsUQnvxByj3UYfMha+D6JaP8Ym4MP09Wx55Pr6awypAiEAy1lJU3H2rVnS19xfblbfFko6LGHqBfrK+8UtH7dI7Vc="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.2_1577422995721_0.43592410425786654"},"_hasShrinkwrap":false},"0.1.3":{"name":"@aicacia/core","version":"0.1.3","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./src/index.js","types":"./src/index.d.ts","module":"./lib/index.ts","scripts":{"build":"tsc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape lib/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape lib/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./src","formatTS":"prettier-tslint fix '**/*.{ts,tsx}'","formatJS":"prettier --write '**/*.{js,jsx,json}' --ignore-path .gitignore","format":"npm run formatTS && npm run formatJS","lint":"tslint -c tslint.json 'lib/**/*.{ts,tsx}' -e 'lib/**/*.test.*'"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.2.33","nyc":"^14.1.1","prettier":"^1.19.1","prettier-tslint":"^0.4.2","tap-spec":"^5.0.0","tap-nyc":"^1.0.3","tape":"^4.12.1","ts-node":"^8.5.2","tslint":"^5.20.1","tslint-config-prettier":"^1.18.0","typescript":"^3.7.4"},"dependencies":{},"nyc":{"include":["lib/**/*"],"exclude":["**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"bd2536728a74b9763f7deeac72ecebc3ac74773a","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.3","_nodeVersion":"10.16.3","_npmVersion":"6.13.4","dist":{"integrity":"sha512-TIkZNbaGSLFTREVm1jl0Qj723sBnd5qQZejRi9MLcX1IY57zyuuYnGb3SZj4F7nwu1Xa8n92ZmnTFRqJ81rc8w==","shasum":"7cfdf1ee58c7bbd8e692555e79fd9ddf206502b8","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.3.tgz","fileCount":92,"unpackedSize":104159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRIyZCRA9TVsSAnZWagAAkl0P/iH/cCr2pKjjS6Rb47PE\nOU2xo002GUjHyvilU8Ie2GjACCnYwohObVJ7pGYKLZmH4eDfay3W5Xm1dGXe\ne7SnX/4/0QfONciWnl9yfKRVsmwoS33mi5ljwzZ0k9BBRrh29d94RNmzcwft\n9L8CQgIDPeHrFKMBsdfLz9224dZgj/gU3Qk5M9aJnpj2Ff3uiKtsW9U4FJBl\noOHEWZDUP0ErOjbOYZMwbkElSJMRwyNtPCXnVSbTiCzxKUhSeuzk8vRWM0IF\nL6yJwotahgPKGCaN8md7RNmlQH2qzAAIGgMG8rG6yEUn/fEA+Lb/ChboqOnB\nCRxUFiTin5Gps6f0q2Eqe4Atu9LaWb5zL+FsJRhfiPCFJnUZuEL0WNJ97JN3\n0uy6y566g4kJn03mXrmsWBhH8tZqR2j2EGHpGcFfTyxXKlWr4+yCaXUiAlHU\nYFtQLcJjiV653cnRMt1TkgWXclyeHbv/oqjXhlNNMB4WzrnQfebgkQrfgowx\n2WhbYoMfXUu+fhydWnAq53GrxUu9HacJv4MynLGs/9CQUX3YjaFWqiUeLINr\nQdzBzUBFeZQjWpd/G2C5dCo4YEQJAo0Gy00AKPKdZPGyzUXkkjxAMF9o0Mv8\nV/2PwDgJl9dmzO8IBGoP9wmiTpxUQo/BtVAxz7Dygo35EQH0XV2BwmLxuilt\n2V6f\r\n=+J0d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgetF+xudscGC0X/Aq7P6z9T4rY7dwYd4FV8nGXhI3cgIgLPD+wrEQ2NFGzvwiO6rQhEyk7HPUTKbZyGYTTlUGqHs="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.3_1581550744715_0.1197709212153435"},"_hasShrinkwrap":false},"0.1.4":{"name":"@aicacia/core","version":"0.1.4","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./src/index.js","types":"./src/index.d.ts","module":"./lib/index.ts","scripts":{"build":"tsc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape lib/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape lib/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./src","formatTS":"prettier-tslint fix '**/*.{ts,tsx}'","formatJS":"prettier --write '**/*.{js,jsx,json}' --ignore-path .gitignore","format":"npm run formatTS && npm run formatJS","lint":"tslint -c tslint.json 'lib/**/*.{ts,tsx}' -e 'lib/**/*.test.*'"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","nyc":"^15.1.0","prettier":"^2.0.5","prettier-tslint":"^0.4.2","tap-spec":"^5.0.0","tap-nyc":"^1.0.3","tape":"^5.0.1","ts-node":"^8.10.2","tslint":"^6.1.2","tslint-config-prettier":"^1.18.0","typescript":"^3.9.7"},"dependencies":{},"nyc":{"include":["lib/**/*"],"exclude":["**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"8007c05bcfbdc3f6bd7cace46a7a1fab134a7f54","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.4","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-OFIz/TyDs926vFMqOMEig4O/8XqkiHFC6Ic8UI26+vx17pHOT78yzkBczGQ+JcDoqZwcKc8VDTANDfjP5hZ1Ww==","shasum":"e12e858fc2f7c44d1c29c6f883f6633cbfecf1a2","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.4.tgz","fileCount":99,"unpackedSize":127488,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEhzWCRA9TVsSAnZWagAARBsP/0bf16F7cae/dezUiTOr\nJHNY1H0qkDnTviDkuFKuUO9LFYRs9JxAFhTwiezlBT37selV1Q7ajDWvJc1T\nnGKX8xIZRG1doXne6cQxaWlvRPeK2U5DVmbHbV513ECxpm/s6chiK7mJvv08\nYNTNvwmnFjWvVZN/NTrOjmCNAZl86U+qcnH9fa5e8EtOjHOFoMUMUeSASNX3\nV/cTillUlW0Ydl2evGWgmw+D7IOojSFOkBL6Xhi+dd3iCjPVkAD4OFMy82A9\nT0VLqa7PM47vpkk9ydmG2MbbK3f6BCdaWbCAQjstNcg8bekJ4J9tq5Gx1pdK\n+cGxdv/NrE2gZVXRSLvw3YoJ/uWgHXSYeJl+BFWrzxIq7AtrRSsdEZazJ8J1\nLc5iKg/gtMm9y13BNWCZTUtX2A2LyEoWOoVp0fdpajb4OcyK0liurjSPLO1s\nINxKmKLz+F6KVVu1gpOVDNhsqgi53vQqlcYpTs7JJow7rWZk5z8aOHeWTjI3\nER+cLsHBIZs9wXO3TyNaXRF0EzSlpzUsrc9xOQE17WA7OSVa47i5eSeFjWlR\nNNf7Gc5EsnSkr9jiG8Aye0yMIs8TMOA9qSUnWMn1JOidBDI+9MyoCmY7Fuv8\niYNskgJj9zDpbrzuPVibboiC6/ITJWeqljhdM0CSxtzvINnPuSng+PbFuxB5\n1V5T\r\n=e8Aa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICqmMnuQ+LWcYc17NtHSbV25LtwsRAbS3XqVnBaSCcC3AiEAsOkBeFlPLrLqrqbVVSdEsC35gt2ItfpZci6jCjcZJ0c="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.4_1595022549784_0.28859075452575667"},"_hasShrinkwrap":false},"0.1.5":{"name":"@aicacia/core","version":"0.1.5","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","format":"prettier-tslint fix '**/*.{ts,tsx}' && prettier --write '**/*.{js,jsx,json}' --ignore-path .gitignore","lint":"tslint -c tslint.json 'src/**/*.{ts,tsx}' -e 'src/**/*.test.*'"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","nyc":"^15.1.0","prettier":"^2.0.5","prettier-tslint":"^0.4.2","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^8.10.2","tslint":"^6.1.2","tslint-config-prettier":"^1.18.0","typedoc":"^0.17.8","typescript":"^3.9.7"},"dependencies":{},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"192c83dd4d35a7dd8bdd0f4a3e77284282dbb8a7","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.5","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-o7AoWeIcSgNb3LNm0EaPJj8qpJE3B8ygmT95EMNGxO/9cyY7jPrQY5AqPIIhzhqto26up6SX+d/vGND6q4zesQ==","shasum":"7dce54fb2e69c28e8be016ac59b3ee56dffcf590","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.5.tgz","fileCount":99,"unpackedSize":127433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFgYuCRA9TVsSAnZWagAAsZkP/0uy6o586FRnt76/im5A\n6i2BAfB1nYidKDoP95ePuw+EqMjc/7SDI1/Mlnhg0JWEpL+ZpnCNFV0zbYUb\nNdr4LJhYAA+E+/SG6vFEN/1rQfiLk8vmObo1YtOpXw5876VueFhwLylTXxL+\nMrucs1pkTwpwCKYlwM/onuNvKU4rIlldJzWg2G8nj9HmOhSZYKMyK0VLMSs0\nSkIxFF8asz5jvOROLv9tkzUB+0D8eVfkpnWpALkv3eC9Hxm1ht14SvbBmKCS\nxTi9oICzwOXtgOSSyzngtCEX+kcsl+/WOb1uH1u8T33rcxH+OIJfMYeEjjJi\nBwVu2/4XEPBAZLJnfJrhZHo1jgnikCyLbWFJVdQjr9gAShVHlOCYl6bIIRjH\n+67wSGenRqw54kPHN2Ex+Ftr7zuisc9Q4IF2OCIL9VvvW7/GmWftKnCY/X/V\nOG47BBbt6gXRvblMMKOKMH9PhVgoTNYCtLmxeFVRLe+xuCM+KCVMGC36H9L8\nvIV48SHCE+Uta4cNNWYHod4A0W5jgJ/4aP0T8cLDNmS6JYX/HvnzC5KgSECK\nh+qstOwY+8UdoU5bpSQfnRY67hvis4or2ng+jJjSPhM3OLMZD5ivMVVoW1Io\nJxn13Wd+3tBLsRJnne/kcHkjzdJ8HWj70XVQdElvdOq1r0GdkhTAXnZKHzJx\nQbWg\r\n=QPT0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZmm31mUTF7ITl/jbWlEGrp0QE5tisc6o+GxP7fxM+JwIgdJjadk9EQcWDRx009eDRicc2kbMY3YbmIb4Kor0xknc="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.5_1595278894009_0.8346296215835924"},"_hasShrinkwrap":false},"0.1.6":{"name":"@aicacia/core","version":"0.1.6","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^3.7.1","@typescript-eslint/parser":"^3.7.1","eslint":"^7.5.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.20.5","nyc":"^15.1.0","prettier":"^2.0.5","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^8.10.2","tslib":"^2.0.1","typedoc":"^0.17.8","typescript":"^3.9.7"},"dependencies":{},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"2e556ed1561254a4f5ad68bf0db68898ba3c4d1f","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.6","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-cyyTYl8oNXemkvi2b2I9mORpxPF+r/4XpFPJudLwnyTBYNBJsYTAgxlH83v5MNqzzoC8ROtUUjMLGD8swWzgNw==","shasum":"add7f8e514a1a33a9e4d4199fbc53b6037bf2170","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.6.tgz","fileCount":103,"unpackedSize":121371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMvjQCRA9TVsSAnZWagAA7usP/20aiXwutpUnAg2jn1T9\nEVBfdhpRMgnq3pA6ZcPTop7IdJHy0VYIAZZZrnSTE71RB0tP3nNXNcVHgs/V\nLyyMAdkEJ+i/AmP5LopRMtXrcXct/ejgQVkzCNJapCP4Qu6UgYcGmVlje31M\n9yGJDzN5tU+hfqPOcCbNxoivAmu98Lbg92kTjor6IoTR6CKgpN9ViGPURfqF\njAQNXnS8nZ8ku3e3UnMtJHFylt6zSa+LsmldwDIEugpPLwY0l5jluhffNeDs\nCCvJpQwMjVuhSNXQsAWRG6XGdzLZXU6LjK5VcvTYr4CAcqD7EerSB328UckD\nYuyuuQtNHZtaKKvX4NVH9M3siE1xK1JgxhxUb5p4Yn4HmsR0k8fW3FANkh69\nyJgZbaBY3Il+vPRxVf0Hvo75CAQuf3GKM4bty9hZzWDHNwFt32NvwElkkVzA\n0LFQXjTqgPGK2aXpfzauabC4z45ohy6UFKSpCPWSvky2q+z+4ggk0W+c4Jj3\n+rZJo+kp4duzKBqhVU7dN0BYO8qJbc2jPWxqH2uwZWp7dMiKv+MddyzD3z6q\npOm6Tko3W5kuZom48JXC0C5qhU8g8pNV+vVo6mWYCWI1pO0dp+zrJ/QZbiCf\ng9fcetE1sL9mg6/gM0JyGtCRWBtVysL/9XSLSK1ZBrnULMzrNULg4Nx2AW0a\nwNiq\r\n=cMnu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJRRdYs/jLedh1L9CbQQBcwEHQqUmdC4HZaJte2Le9UgIhAMa3JJOluPRVRmez96cHNU8TEx2rFaJWFcqcepzOX+Jh"}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.6_1597176015726_0.7266562752070449"},"_hasShrinkwrap":false},"0.1.7":{"name":"@aicacia/core","version":"0.1.7","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","eslint":"^7.8.1","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react":"^7.20.6","nyc":"^15.1.0","prettier":"^2.1.1","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^9.0.0","tslib":"^2.0.1","typedoc":"^0.19.1","typescript":"^4.0.2"},"dependencies":{},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"9c8950b35f471e59f70507ed1f77436b7a8e74b2","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.7","_nodeVersion":"14.5.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-+MbiHumipGPjM3KZuYu2iJnRzz4SFCOdTo0kdCJNTfstqX6OT8+SB/Dir7lEMFYzimqYBq+1oz0lEV0n1B8UmQ==","shasum":"a2ecf8f4b2f918f90fae2bb591abd9df0269971b","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.7.tgz","fileCount":103,"unpackedSize":124402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfU5wzCRA9TVsSAnZWagAAbOUP/24o8JLUXKaL1NS86oL/\n41X6QH6sWHdC5I4NXeS13CjxJvqjG76NyEpLKXo2CmCGR9HtjxhpqXgnJDNk\ne7r7Hlv9sVbXPEI6LRvRExFFVJlxlNOUHaskCW2mA00G1jWS3uDFyIDBU3Zo\nwL/BzslDKHzt8QzSbJJ5yqpWPqRHf0cpZVlQNYYdy7FGDacqpQV9UIoGRnLD\nFhMRE0aMam1RiI2tbNEJlBddYsruNORCgLEZeDtTtGnr+ogOG9IyUpSsSy61\nRmcOK/CZZbHzgrwlbkbQ5oq7rm68V4U6hwr9eUrFUhFtwbfotC+4hgfP5EJb\nsQphVYv1KiMnBzaJ/Rsu7OpBfPjb7Y4SSy8uFMFpJV8R3flX7t9OxHwBg1fj\nLf8XpGzv9MAj3CiQExvDDpL0MSY6PBZb0pAB2rlCqxaeqNQfiyhRd467/ulT\nwfz7ZZuohWMvfTWLd8CsHzuzCJRLgKxGbcVdEcOIJYrYkLjee7iM1CsrA/Ey\nSsFY+vPbM73wT/jk2B6gwXrZYvRtQWE+k57tjphIiLCZcxHgRYIiPN/mv3cx\nMkVzBiLu13YZmJPfQzLxRmZdceMb5J1Hh+WqZBlsrERMNKs8QRFWrzq4jCAR\npKaPJ29J2zj2QRs2gmFeB5wgl/wXjYlwqhpjTH/0sNFB+Py8ygjcmOGX7rlQ\n0rA9\r\n=Eoyz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEV2NtFm/J1np1Fl8M0M0Onzxo1Ch68EGhGVw18fsoUaAiEA4MySBicf6YAsJb4xc3NLcr2328Ba5PkJhVzdmDGcLrc="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.7_1599314994783_0.8096464707791196"},"_hasShrinkwrap":false},"0.1.8":{"name":"@aicacia/core","version":"0.1.8","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","eslint":"^7.8.1","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","nyc":"^15.1.0","prettier":"^2.1.1","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^9.0.0","tslib":"^2.0.1","typedoc":"^0.19.1","typescript":"^4.0.2"},"dependencies":{},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"d0fb0f2606e6336881096df556fc6a009f820f83","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.8","_nodeVersion":"14.5.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-aVbikwg5uXt9wNvF4/AKNGS/8/j/tT4yE278KAxcjHfmt6T/je+W4jDTTvX7Jr2QzLsT/v0kNhgQvq+IdmP+SA==","shasum":"41bbc93205bc405ed1d418b076fce8608958f396","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.8.tgz","fileCount":103,"unpackedSize":125312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfifC8CRA9TVsSAnZWagAAvGcP/iVN16JiEx7OJr64rRh3\nFKF1FZoK4ORWAGGyTFyrk5YgvUGDWWRCDShKxfNgPl07LCswb+UR0AZn8A3F\niC7MAOHBlyktdeSrGDvZJ1NN9SpV2DVln0uWaXQeWqzVDQBuxwBw9SkHdRKG\nd1wVHhnuNCLd1pCDz0W63UYKLoZaz1l6YFroQvlT7/Yjk4pJKXNoD2twd+ES\nD+tHgFTEMnztf4lhryfBgacGVXgEdqMYN9yli0R0AVlZVk0be0IZy1V0/DAE\njokEKycQIlsKc0WWeOwrCiv+b0SZ1xxlUhQXAFFhLwLq6csDqknypPzW+r0k\n5hrZCH5P9dIJLnPFiTMl+aoMl/hiyTKuuHme+IvNRfFQPhzZyW1O0/q02a2j\nC/CivNz7pwdnUP7lb/EpfZskHMEgunBZq27lhJm9CjsvBbY1FMOL/Hb5yt0G\nWP193e2kivL8K+icxWWOlLoJ82qMZmmmonkQoljFLraKWpFxzMrlWMf/fm19\n6zf+UB7Ukkw7jIqAVX/+pupBHEGNNnhFgLE0R7nJ0DN1KdE8T2+Z9gkYbm0e\nzXV7luAbNISRdW6GgvtU4GCnvBcsJFW3R5rAa6c3EBkP1f7DeaSV93+TnWTy\ne+vWTb/bzSyHb0OXLbR+sSq7onN3RypEniHVJECISwPEmZ12rGnvImvfWMJc\nbhM8\r\n=v4GU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6miWZiTT3YkHW4LKHjo02ncPj1KS3suLaI5XVqPuvVQIgbVfqc02EEcfT9Xun5py+P0SyKIvHGcFIzNZ//cFfj1M="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.8_1602875579468_0.7812153333724805"},"_hasShrinkwrap":false},"0.1.9":{"name":"@aicacia/core","version":"0.1.9","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.5.0","@typescript-eslint/parser":"^4.5.0","eslint":"^7.11.0","eslint-config-prettier":"^6.14.0","eslint-plugin-prettier":"^3.1.4","nyc":"^15.1.0","prettier":"^2.1.2","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^9.0.0","tslib":"^2.0.3","typedoc":"^0.19.2","typescript":"^4.0.3"},"dependencies":{},"peerDependencies":{"tslib":"^2.0.3"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"bc3841c9a627656b778c77497cff870eacb5b21b","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.9","_nodeVersion":"14.5.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-sCmVYhPnUrFD1wopxVRAF6wqGyhQRwU1WnxH4uFnrH9Bw8cL5PED0h6DyfKOF6xkBoKHcPPPTMTrrPnOdeot4A==","shasum":"9f5c9e272dcdc1be56e44f24e602e5c6eb425e11","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.9.tgz","fileCount":103,"unpackedSize":125258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkiTtCRA9TVsSAnZWagAAMdwQAKFX+8gJaxQE5Gexx6aM\nzUg4aP/wLM+60g4tvzndTgXsjwl7JQ7GVpqmnjsiJn7SyH1HGKATXc+nHpLK\nwA+kqW6WnEdGERp7zu2tXrP9LYBvISrGmtmPs7sSrb2gN1ewqpS54vSVX9RD\nDkv1XwztYid6dU5d8GMzTd/541RXMK0xfxAqd2GLvR3KwXshc3OAh4AkK9Ex\n0mAo5z9HzNkM3C490R4ZjFOgXOptZLCNz1qI2WpOIz4XlxUfWFdKTkohSolM\n6a+uHD+tR4y2UCz7o19lMOMi1UKiDjGiNWpsAmUlXbcJJ9CVgr7X7RbsqEbL\nqlAkNCIhtViITzCMhHbtQjwgsFdmi9py1ytyzkqpHUG0ZOqJ4L85NjMOLcgF\n5enpZS5n81Zbg5PJ6/1lD/m0aNIo/g+59ZKDjAK03iqLvhe7kCyMX+WaCQCF\nkOSC0+AHRqlHniZgbugizIAxfD/WlWqlBRH1nsnN/yNa6xsBAT5iN2IIGgt4\nZpCE2s7Y5afKpyqROdqY0XRv0uipoMXXut92xT+qq8VvPGB3S4igCRsgc9sC\nljIJuj7gbzVwRaIUvR5FwHKBFQwOzeB8VinFL13wj+iYL5p3ArDyHLdA7JVJ\npY3LU11YpI6iLvntMgQpyQNg9LgZ35Hh0Le3cMn9jkLQb0vDoc3W/4XuyBCE\n67ex\r\n=3khQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDyC8xpqvi7nwQPGfyDI7YLHhZDJLHIp+Trau+PPAWD+AiEAzyX+jIUDEYyP/mN33z5ZopI/nHQCp6158YcQhLi7PlA="}]},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.9_1603413228759_0.7394455819774952"},"_hasShrinkwrap":false},"0.1.10":{"name":"@aicacia/core","version":"0.1.10","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.8.2","@typescript-eslint/parser":"^4.8.2","eslint":"^7.14.0","eslint-config-prettier":"^6.15.0","eslint-plugin-prettier":"^3.1.4","nyc":"^15.1.0","prettier":"^2.2.1","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^9.0.0","tslib":"^2.0.3","typedoc":"^0.19.2","typescript":"^4.1.2"},"dependencies":{},"peerDependencies":{"tslib":"^2.0.3"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"3d35ffcf95dc6e54bbc52597576526ef9bc293d8","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.10","_nodeVersion":"14.5.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-R6nY6KmJkamZ36/pvmcNp8PHeeXKa5L7YJbElBYHFVxJJbGH0AGF6ereKRGmjgvphy3pQeFEnj8zL49bsDmAvQ==","shasum":"3d54d5b6ac384145ac975fa417755b4a0795762d","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.10.tgz","fileCount":110,"unpackedSize":135077,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxDqZCRA9TVsSAnZWagAAyqQP+wYj3k7fcAzWObO/+TB4\nFv/M+TWOSXGYP1WN8J4ixKW7l86u1Bnv6Cx8XQDmlWkmIleQIaByDWvk0zD4\nQbqmnB4wrPcOgeVJ5iDPa3oW1bUnE/epsTvBtggHfuKlH2qySeHdHtmmHVEP\nTDPAU0elEUYxuAYLPap7S625smJMpLYzcPq5Gxd5Qxhj2LYQj1N8PC3Szb19\n7aYLqLBs/NtGo+Mskjx6DREyCwTXG69EYFKiWB1ZXQXsMFHRL77JFf9CZbNd\npzLznTPip/W1qbBPTCGx6pdWl/30pCpjJ9aUjosVxlKXe3ekUHMHLmREwkpw\nsLfYWhsrqgTTMn1xBHdsMX9tiZpVy8FwmDECuwCigbNmhPaqWsoeS8wlQNVp\nLkN5a81SOgrlstEe4TaTbC0dBfCHGZ/S/jyk4+lMUydqwXMGGeH0VtrJGSgA\nwkVxMoTSSrHH4X6KFiSlLw+VnzaWoaLrzbZAZJB8BmNQh14J/sgorGeyrnna\no/OFngZJdETEC9o8cwbtdenTgH0q7gNydwx28E2z44M6YYVMHBv6aavZj5RC\nlUj0yVKbc3mOCg7QuOQqueEnxkcc0M+lfE7rTV75Av1yPEkN4r9lJJrAaffQ\nePofGfjtlpZhhkFaZ5afPyjYwif/6U7kr9Wr+owEb4xsxBsO0P3lrQU7tuxm\nk53q\r\n=gTY8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE3GlnPYGblPgWGpCGoQ47qPMfLYbUcKx92/3Brt3ChTAiEAlSEilhpCb3dJ5qMgxDMQKHmPmxDeKXCBPqeDfL03ENA="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.10_1606695576595_0.4487158932287545"},"_hasShrinkwrap":false},"0.1.11":{"name":"@aicacia/core","version":"0.1.11","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.8.2","@typescript-eslint/parser":"^4.8.2","eslint":"^7.14.0","eslint-config-prettier":"^6.15.0","eslint-plugin-prettier":"^3.1.4","nyc":"^15.1.0","prettier":"^2.2.1","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^9.0.0","tslib":"^2.0.3","typedoc":"^0.19.2","typescript":"^4.1.2"},"dependencies":{},"peerDependencies":{"tslib":"^2.0.3"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"f31266f49c3b158694cd22edf08cd2d926486d6b","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.11","_nodeVersion":"14.5.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-zsHlIEjT4e2UQOsyvGHhFxI7lOEwApOUPy42gDe+UuAuHN1PplWwKza4PJt6pGRE15/QV2KeZUEAf5fPFAyepA==","shasum":"0d55383b15fa860e76503ff190b5a386a418f971","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.11.tgz","fileCount":110,"unpackedSize":136085,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxL0SCRA9TVsSAnZWagAAKGgP/0+fyX7fnDf8MKSUIfti\nFR5jZx2/TeubH9uw4/df27/tm45Ysp2HrHkmcu5NdwVAfvj0Tq7fXSw/VyHD\njMThkuNiRLVpWkuT01LovhH9VBigbufYrCzQfvcLlsIQUDFBlnPtkVD+okDB\n6HY1iIp4Mxw9K/eVYApJfFPJC32rirvr5wV6JL+Pe6iph+Bbv7vvlbjSmMhI\nKHTaNP0hmb9oygjOR+MTdnhaVepZLBkentB6FppUb6tUDBZvDhY+jeGfILPv\n50VfTuFemolWEIli1KhLgDqGYlj+VPqFLJ2YgoYBcZE4JP35lt9n0vItUnsR\nd6BqHunjCNEwd9Nb9xSUyRuZ0EiZvEZHw+ZyI+FaUHJKb/4gH5zr5QDiN4JJ\nT6Fc5v8V5gGwveHawaOqnSbZDh63mu5Ls2F3995enlP5S6ag6VrYRT4jGuob\nDh+E1LcUVyXsnKbRh7CzLmzl0RhmG63UEBpglj1bsIAuwrMd7e9RKUXAt+84\nqp+KemliPM6MTu1BZnRD5L791WsCYQSABv6Cla1nYnS3sP/JRthB/ml1INZC\nbYw9t27EuIraXPY7UKiqIlI0V9Yl8j4jJTeBytpfsxTfZpvTJhjRrUiNTiAZ\njBtdSR4eyHyr/bCWk6wIClQXQpxJ9SOkGUlleW2j/7xaShYyaGjxLp3Pfq+q\nrl2c\r\n=ciNg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4iDbPSAQ+9mpiiuMyvjNPKo94LhYf/08dKlq96xfA6wIgBxj0xi4kbB0Ypp0bg+duszIN6bqHsLB9H6GwM1m0yzk="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.11_1606728978113_0.5845348517952078"},"_hasShrinkwrap":false},"0.1.12":{"name":"@aicacia/core","version":"0.1.12","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","eslint":"^7.15.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","nyc":"^15.1.0","prettier":"^2.2.1","tap-nyc":"^1.0.3","tap-spec":"^5.0.0","tape":"^5.0.1","ts-node":"^9.1.1","tslib":"^2.0.3","typedoc":"beta","typescript":"^4.1.3"},"dependencies":{},"peerDependencies":{"tslib":"=>2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"3b4c9b20259ad57c62bdf99e99d14001b8268f61","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.12","_nodeVersion":"14.5.0","_npmVersion":"6.14.10","dist":{"integrity":"sha512-O/LcxmyqEB3AYqmZKMmIaBoloIDZV5p8GVLNyqyNaUsg7S8C79Tv71NIHaUBAMevASCPvRj+2o7L72P0D0v7Kw==","shasum":"b4e2825a13066f56f257fd8c872d6b7ce82e4555","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.12.tgz","fileCount":133,"unpackedSize":153714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf46daCRA9TVsSAnZWagAAYwIP/0g450/W21GjBX0ZPzD3\nUkHOHn6xbdX6d7Qzyk94emMZmzywQeMUKe/4VEnP5CeYMffiTo/H+wX5X78g\nUApXwnYiJProKXnBbzr82CpLpmzihTN/en945NeJPoyRCltIU/3taff4lNhg\neWSCa0G2s/9NmJfmtkajO4nCqmA81HrPRnNJm4psMJweZ0Zq8kryVImeg/rM\nmG5grKUTVKhuzGO0AG9aI1WzZw4ehqmD0poB+EgFRRGfY1GnEtDxAkTXatSM\ntE5llcDdlCpS/YFLpSlRAueE/kPWlcj7YXinS6Ugzcf/t8IBBZTdi49dmf9n\n3dJB1w8QaCo6kDnxIIrS9Qq65R8QISJl60e7N+tRvA4wfFG+p5ocbNgxVGuJ\nl9yVJT8eWwaQDIhebXIvSbizeqGuA+wekRNN05xH84VgOEDeBk9jnOFiG57e\nc3Xs+at7Ou20GBRsULbMGAedN8QE60Ncn8mkKO0Ym+QORxO7wxtsxBlIMgOh\nb6tbLHtxI8+VDKZb4vZihOYex4RziTf5yPoOv52f2gOUcnVMFq5qjPIotPyt\nnjze2EJGN/WG1oY/ZBWVv0McOrnsdN0gwuPpJSHFv9zK/3Mxf3yV8NoQ7gIF\nHz7w2uX2TkAmhFE/5pEp7jpwJ9JHie4hqvIcxBh3eQxa96JXwHJ8WhQxB6A4\nII9S\r\n=xW2a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdQ50r0bK9IbiDw8UINpq0p5VIL8hArFZ08HHz/fdBgAIhALm2b2O0SRScUUPa8MRB9UIAOY5JQrDWgDONfzNgecFg"}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.12_1608755034446_0.6909160847578075"},"_hasShrinkwrap":false},"0.1.13":{"name":"@aicacia/core","version":"0.1.13","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"dependencies":{},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"5b1d1edb5842fb3b2b5367386349350af4978841","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.13","_nodeVersion":"14.5.0","_npmVersion":"6.14.10","dist":{"integrity":"sha512-gepcKx509nah8UYPKSiLrXYFvGyKR1MMPSNSFl1P1OAp1kk9u6tUS9IQaQ8s9+S5+3VVfN0aUfLaayQkUYByNw==","shasum":"7e672a3dd3eb0f19a50922f9e14926aee10cd4c0","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.13.tgz","fileCount":133,"unpackedSize":153638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5fdFCRA9TVsSAnZWagAAuHoQAJQdkJiuvqqDrycNNoa8\nO/96qVOWBZ1zzmHHj/qhFGprbSdN3tWoywb6vi3xnOWr+qwqLdD57e0j/puY\nwwJeaVWVcnP+nLJgVPD8qrtGknz9E611yLhFKvB6+Y0jDpMTCByDPaEazSca\nNAokKY+f3vuQ7eROfWmob7sDjVVXUV12XzYmDdMT0V9QUvn0+7wKHGhIICUY\n3tXKZa3hOOJ3T1gaRdDwFgCT4ghPB8Iq3dx5oe3NIXC9LD29ZzQPGHHprhcN\ny2FQiNuUN3Fxt/ErV8Ce+gl4x3n6nsdJJEn7QMBkjuNcNgdSYWHuEnYgGPt/\nzaqVp8IVlactwqq6/BxyEUd+QeZuHhg8KCDjAMkcwOYd1puSPPYSgbyx1NfE\nZr2cq4Vmkg/GpadOS35g1AbgLrKLe+feJZlVd9H+QhyEUEzNfc2FLtREL1Cm\n85xF/mQtsl85wdYisY/Z7ieow/+3tJbLZZ+CF0EqS43W9VbRcu7MZ3GlOwBR\n3ZtFh/kljHcnlA2pccnKN5qmague/8c0f9xsLKblHDPZ9aEjHVN3L5Iu/Dq7\nydV6h9u2cgzfj0Y3whMU4uldK2YnghMxMBDUNjxx6FiEem8nCbK4JetKgDDi\niA3G/UkAkd6nWstvRXS25jsXJ1t3jRUw1lBt/ilqFLzKSFoLo3rKUEJ+bjUi\nF6lI\r\n=NrqT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHz0wztfrcxnb5rawilpALQ865c4fiSAa1iisC0mWM7eAiEA0DRzJ2mSfySo/0FvD7SGJ0YBuG4azd96Aq9R3ZncAdA="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.13_1608906564635_0.4556639899771844"},"_hasShrinkwrap":false},"0.1.14":{"name":"@aicacia/core","version":"0.1.14","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"dependencies":{},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"ee7c5ecf4b95f50456babc0af7b009635a20f887","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.14","_nodeVersion":"14.15.3","_npmVersion":"6.14.10","dist":{"integrity":"sha512-sWkH49p7+nTszK7HJMRcGKifupDgPERgDi8ODgqz7NWg/Ehx6U5y+NPcjA1xI5DqRb1b+MaQCh1KleJ0Vea7iw==","shasum":"3494553ec9ce7cbee88bfe4fe657674f03de0b40","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.14.tgz","fileCount":133,"unpackedSize":143900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6JkUCRA9TVsSAnZWagAA6GwP/Ax4yst6gAn64TSWLa2p\nYhaFnFTnj6BitpA2+7KBab2ybFnMPmbGVMmOgDBATu/YhXuQpyYRuZvJf8yv\nQsQ00nSJI/xyKm71pnxuIqOJHs4+X+Rfn3AGUqiYaTch/GHhufnPDQ9wuF4u\n+NzrV7OnzV902ss6Psj50cGOJHOjIxjYZOyJe12EdisBsokPP5RrqOQdSo0J\n6+3yF1aB8p7M0QsWkq0RG+me5HG98vEEJFXOryKzTsUN5ihPG+qDZ55wrVGE\n2grMWo27dwHdBcSRB5El6+lHLuW+r/yeDZxJUEHF8IR6lIzIOlHUQxPW0RE0\n00dI6by7cGePXqIJqpN9+ozfZL5XzVbbpid2i3jLltQsjN5OcP0dcIKkYTrt\nlFagglvDduNwRpWAWJcwA2z8SB2ZESTwNhxQxchRFCOxc2TDkML+64wH8Z0X\ndtn7L4uIidzDv8RHUkoHbGtddx7h1lLsCPXVkZjyR5C+Ck5F4jJKOBZWwPDL\nuHER3XpGgzigvINfc7a9OaWM8oozm07dscMD97DknqOhCFKUDxlyf7LvyPI6\nlZQJBsuEvfbVfIXl6p7RozT8jfCSRmofV/O3aqA2Dp9/yqbcTmLbPRyF9i4F\n31ftHX5nE3fS/PPoQqHX3M0pj6qAecLGh+y1CpnrAcHDweoHfpI5U/gisqkk\n96/P\r\n=zINO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCY1cG+e0maPSEvCzJOgtJ/hm+xbuLWk3eo5lJMPam9hAIgApxhWmmCaoLLTY1szdyy861f9BM62jy0zwO1SDifI0c="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.14_1609079059656_0.03583393986628147"},"_hasShrinkwrap":false},"0.1.15":{"name":"@aicacia/core","version":"0.1.15","description":"aicacia core utils","repository":{"type":"git","url":"git+https://gitlab.com/aicacia/libs/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix"},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"dependencies":{},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"94e34ff33003a9e24658bac41990c245e3f203ef","bugs":{"url":"https://gitlab.com/aicacia/libs/ts-core/issues"},"homepage":"https://gitlab.com/aicacia/libs/ts-core#readme","_id":"@aicacia/core@0.1.15","_nodeVersion":"14.15.3","_npmVersion":"6.14.10","dist":{"integrity":"sha512-jlMd5Jhd37l6k5/DhrsbZnUz/tJoRkFLQnYuXnpguD6pUB0E43V74dPYxIGMQOzcD091gSuBdnWuS212XK5yMg==","shasum":"90f02be993642abf5c6c1be5bb2e80e337385460","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.15.tgz","fileCount":133,"unpackedSize":141074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6K0VCRA9TVsSAnZWagAADl4P/iEBfAfQ/e+SZS6fvnOA\n65cA0oefXN2pSjWnnfp1cv9hX0/sbqi0EfRVKQzMw5k5e/v0sfMBfkJmuRli\nt/HXwqFc6pxtKR3FvgyLCx1/Z0kRbmznl/Nu1vl8GaUTZb/GTnaPspW6IM7J\nQ5Wu6ez2s++lMnJS0+J7nVen2jzqXHKA0n6BV7P2bwpfykzUzvvHdXqSKYbq\nPf2Pqic5VVhyFBgmg3odyDHMNJZ8DCc/L0aGrUsAfrMSH3xS9f6JWGlt3/Dr\nQpb+psB4TghRgoN8Zy/Jshc46GzpXao6uuuoBof9r/1ucOPtgrITybXoP8mJ\nzjC77ZkfabWy1prEZLgVDjvJ47VnAFmU7k9u8R5EsyyRmCcPnjwj7RWIIML7\nsTF5tUIxtJ87LttKCt0Apejuw2UD3sD/lE/a09C6JH6mibTqE/ilv2PfwkIY\nqnigW9enCEW8cdspIKDz9Isbvzu+Id8i2GLcnM0hq9y2JNbt9dmfMjkJbzH1\nqoTaP9Cr/34rKfdGLjDn98ew/gfvJmyOICdis6jEIFqvgWih4FJSbK+M/rzi\n7FHyjyAll+RNAPEUHOB2tjFepUmoLInp0JIX4gDiM697v2dY8Q9/V4Ls8t2+\nOR+bE3FAdIeFRkeJZR2mMaP6HFJ615D4Mfj3ZE07H53nZCK08eMEGFLeM1iB\nEmgX\r\n=I0q8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHi/svqh7FHC8l9nUTee4yzHg9EzlSC7A/kya/B/PbrzAiEA/4+U6JKHhHyBM7QwPnUWnP7hr11SUpdvEuZUtMMlGFQ="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.15_1609084181264_0.06692983323759782"},"_hasShrinkwrap":false},"0.1.16":{"name":"@aicacia/core","version":"0.1.16","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","husky":"4","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"dependencies":{},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"35babbe8d995ac1bc39ff19e212bfbcb8fd2ed33","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.1.16","_nodeVersion":"14.15.3","_npmVersion":"6.14.10","dist":{"integrity":"sha512-1sCrFZtRXaFKiG8IYe7XbTk0od90QtWcbdJ3QJRadTOiK8nJfLQg66z/Hitjnvxfx6TdFQjN6havCV4N8/4TdQ==","shasum":"5595a3c931db305dcbc162994aee312b17820674","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.16.tgz","fileCount":86,"unpackedSize":85474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8lB7CRA9TVsSAnZWagAA50sP/1U+ySFYrDTTsBRYRCIk\nSa8wworfnbvPu4IR4kWrYHNDP8sTeSzL4Ov6DfLeLfkUSCoS1kTSXUNFER3E\nSm/pzeviKXGuWAa6Sp4oFO3QcekkfWD8FbIZu6cnFm1rKMx+YxHKbCDLnWQU\n4K7KcOkg+2T4L42/QkRXtvtmVP06eMwMGOaoqKUEVPwrVPAokgEZac2Pzdfh\nS/kG5DHNzoQl0DryN4zjSEX9xgeW4U6kyOxuVUD6iFsTrvtxoc8QRjln6lDm\nwfORHnO/INLGJeRVA1u/D31MooClc2NaxV3DO9B1s1XnMFPqIUllaGTqNLTj\nsZNmcvT2KrJN/r40rqV/QVBUFtiLcL/HuJKM9XaB2cmYPVL/JIbePmEu0YoO\n90KnQVc1FQW6SCmgOJItl2RhWZLEiBN0WGYXdNtEiaFuWfjGMal+W59Sh4YQ\nBjvTe/Jo2dZsI6UbO8MvfaWqWTriDDjVqZ7zp+Y58PkClykj6+76HYLswGSJ\niDOS9wlQ2albp44Y4Y+l5j31XjX+k1y8vBFSWyic4Vgi9H1kDqAY0bRjzl7v\nd5ZEw2ioKF0oJMPwUCdATIo3Ku7PQrxub7482I77V89845KwVpFajnCNhXdZ\nIvIuq9vor+AwKlzV9r1mhGxLHc+vz4NyfA3/0djvgidZ64zkOl2RJjIKt+G1\nfE7q\r\n=jBo3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3iAQWV8aGZnXKYIgSdwIDaS+XWpKd+bVXDwRvKsoMHQIgflp8RxCNAiKAs+zUdhnE241eVoX+Q35+xh+ImYPQDYs="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.16_1609715835200_0.4224622328219545"},"_hasShrinkwrap":false},"0.1.17":{"name":"@aicacia/core","version":"0.1.17","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"^2.1.0","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"^2.1.4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"94e9bb8b341fb6fc9abf24a18f059df25a62c2f9","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.1.17","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-TPhxa2iTX/T2GrZwstOxkz2xn6Kt4UKItJ0H5Q1MMAST9Av//MJVfN4DVJiml70gc21yZTVmTLtROmleNDVlTQ==","shasum":"64bdbb6ecb1a90116e80ad7804243407850606cd","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.17.tgz","fileCount":90,"unpackedSize":88581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFFwTCRA9TVsSAnZWagAA71gP/2EIg1ZOf8gLYw/Y5a+6\nWz4rnQ+zxQPAgPoM8kah6TNHdylNexrs52Zm5Ftb73ClsQThM7dZNGDO53az\nPDV0VNEhK4Hkr6vlG5Qyf47MJ8X6JdOIDC7kcZsie3k2oR47iWvZZe2dgUYe\n7odHvQ0Y7glIyyAS+G0Q2ROkaPRKdiKz59mPEHHzrmfiSp5XUwOenZh5D9Tj\ns7Y7Fx92PELGCW8jhFHpi1CvPZk97eDTl5CJpWnbyarNaKWzj44/lmM15LDB\nUKv4+oGAIsyVbDQkmDXgNV8DufACgdmGjHBEoelnYPus4SCb2gkLWEL8fSuf\n38ioBJKbNRtMjUXFsrWViAW6IU1kHehtLHfr8AbzGbVzWowM4jv/QwKXTbF4\nB/5WHJK81wNnrxGAzqLSeHHJwIRQKaPfm4tGwdPeA2nwMhXMj+R1pNiaadUg\n0qL82Upk6lSzYOCmjcQjjwCA5xaZtv+sJi1ZDUjQQiLNDQZ4Uhddun/uztmX\n5S4Essl67Tqz+EuGJtu5MHpqABasq+tT78j0U14ztiBTVymGLYoRUxAMpnR8\nW1I7TEcaN2lrZYUGQkq397djQhaZ8nUwttgcgxaCPzoyvYjZjc8JNAj8rzos\nSQBSji2kPFRBki+C7Rdowrmy4LGVVhDouHB1LOVKmDzpd3+18bCGRPBMUvsA\nFqmw\r\n=tDP/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZNfRzfdhBwRPg1aeOWfn2MoL42wXAU1aXjstqnSwbawIgAqK3q7rxRFbF/V1gFMtdDRrCvrid6nmqdAiM3tGlavw="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.17_1611947027117_0.5985736061486437"},"_hasShrinkwrap":false},"0.1.18":{"name":"@aicacia/core","version":"0.1.18","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"^2.1.0","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"^2.1.4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"2f1fb2afd48832a7fb1d4303525c457131ee4c1a","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.1.18","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-AH+Fofu0+8uSKgU14fZYrS2F1ocQVkY7lhmAZN0q6EVRwgKUtyvuR0RBH8Dg7wMIrSGuXlTex/Ef7S94mT9avg==","shasum":"d89c59ea65891b3cbb40db2771958eb8d11a532b","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.18.tgz","fileCount":90,"unpackedSize":89460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFb9/CRA9TVsSAnZWagAAUkEP/2RQLwb4kinsm3RgHQtn\n7jOw1M3fxna4EoiD/tW05YIHUMRv63hLX7opNHXS5BVwJNPqape28/onu+cI\nCSRZECF/rW1C4+hrqnBgXtZIWd4YotC1JA/zHbbfPFdxJf/YDDd7TpKTXGnD\nkwYrMEKbdC7c2Qv79Zfl+VtRtpOauJZCBwTqB2dUkHE9G3wnAqDnaS5YceUK\nj3S9LKyZBo+w9No3oroZncL/72i1Zkxx7pgBOuxYkvBI5Q9lF2WuJ31RmP11\nnYoBRAhdWjyCOqiKj/GZZ6dF1eIWb0hx+tcbA+5ZFdSxfdNRiv1Xr7o9dQHq\nr/stGlPtSzf6E6o9A4yRqvadtf/ATDNBrXAoDSMD/UsRcSMjsBC19ZZRpdQg\nJO5dZOhup2ofSREI1bIGXBsg/ifGWW0Jo9Rcn++PSUyKewkoEccPVRgrj3lm\np/WiajThIYG85yJ9pTNZ6Dy3qCEw5PRiZTdwurhW52O0z6b9LkO6PwaIyvHl\n5Qp2BWOt6BJnCsKe3N9AmtJ56CpCMZbQBwj4XRC3VERwQ0bSCIkZOvrtiLOX\n8JucjhXJrUDx48enVilMrAY9TcYJLxWkzVjQY0MRA5twXWwhn9nkG4H8b2fM\nTTNsYEf+slKDGgQEJ7NIvWn0P13dUToWUyUgTi5zIrCxKn2EH760+96fiBKC\ntVPe\r\n=aLDQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnnLN+4+nkEFOAsI2koro86x1/JJKeUSUUllUZ/rIapgIgEvQp0jMLwbm4N+JX2CJBFpUpL0epXVLc0bX2expZotM="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.18_1612038014922_0.009762672013551077"},"_hasShrinkwrap":false},"0.1.19":{"name":"@aicacia/core","version":"0.1.19","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","karma":"karma start","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"^2.1.4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"9f537930e0dacafbe18e6e48893b8b86bcb09bd0","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.1.19","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-InlJsFS6XRVVs8jCJDFAI5e83XFE3RWNpHwMa0wK5gluGXm5yz946l/ZGTkOwetHZq0Ol7AdABj2zwLLllSrqg==","shasum":"0ccea7dcb6f4032547c73670ff1b9c2ec038d433","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.19.tgz","fileCount":90,"unpackedSize":89517,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKXfVCRA9TVsSAnZWagAAs7MP/jgxdJ96+dJA4nhPntLw\ngHLFlmDYb/3rjKOr0lD2O/hdSLJc76YS7b3ZNc5jICTWnhpLan3MDc9AP28u\nERG50J+/cpuNfTBHZN2GLXCxS5cKNYLIM23LqWnlO3H4oGHTb0bAwaXenjGU\nIsywoqXzyEW++lxN08rb7ESgnsSc1po5w5rw9y069znLGofgNEpeA/6KijLi\ne5IkmKKxoMH6Zcr0G8hPM1RTeDwcNR0Kj4Apw9erYolN3lK7Z1Jv/bCLF+su\nVcfAW7qvB76dGCazEQIqR2wxBUd8c4Hr0bngMxCYlas/ka/BXIIyEHI9vwV7\nC+bzUkf8zDIw2hmwk3qCPF8rEvFYXwkuqD+4RbTlu8wYv5HCTJc9P9sxWFVJ\nREMlXJ7gT/HrodmCzNUvw9tZp1P1IyscIDYKtftOHKH64jS6lMcUo8EdpzXt\ntHb6+Jh/XbGF9a8jNBRwUYOQxXIa5NFp/9qLwST6qOTFEMVGZ25UJLsdOP5c\naxalPw0mC9vr/N7hYVNtkTq/ZQq5jIOXqjlTYHLj8h38LVRd+cUnd4XIHAPq\n8HnY9vQemPJeVD0S7tGAVJeRLf8JOIIBr5sbI24eMUOWP5XD8Y3RB3rQn0Bb\nghJLimgKxQZZAHXKdDocGHw0OcUAzE7Ies08OQrxIRHoHWoddwLZpP4FwUa/\nAnh6\r\n=hOiP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpf4Yqg6qNJRdOC/FZTpBrgCJZbVATFhMwoMMKpjjUOAiB54YEap+kPqkpPk86iBKCV/jklb5n9MnamegRUYTZOTg=="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.19_1613330389294_0.5026371105570984"},"_hasShrinkwrap":false},"0.1.20":{"name":"@aicacia/core","version":"0.1.20","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"^2.1.4","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"^0.20.28","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"590ce9e40f416468eac92d752ee992490709e38f","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.1.20","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-wxqXvaBT/4FPYZ4jjK44mY60En1kdCYmPFSIOxla8J3WFKwetTYiqKY0T6wel44w8ArPatR6nvVNZWNejcbCQA==","shasum":"86787fc27e8278964c812b4b02b7f7e35bc0f5c7","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.1.20.tgz","fileCount":90,"unpackedSize":89609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOpOcCRA9TVsSAnZWagAA9aYP/iFBr/nlkKJEfXywvWr2\nl8epvz8eAR+MHyrtuU49JSID/UBXI3aLFwHn2LZnE6BQ+LOjJS+xrT+3EgA8\n2o2KeByN48gKCAI4WZCxWsCI04i3kbzQ0UTd2TFnMlMktMu/huT3r+FMQo0H\nmDIB6vUuDIyfCmzBtPelE4+8xCzLVedV+lv1xj8cAkKUkdNwcKvMV57/Ezqb\n5EqNmuMi4vmXvD3Gm9RdedKKyBcCbARQP49jfIRPRmWVom+tJwf3CvN9WMNV\nFCxxyI7FGJn8vNKNl3uB4B+LSHZHJFZvFQ8y/Xf0zAQZwgoTxktZgGdm05gm\n6mRi5QGrEblJeu1+apEwS89LcJcuGV7irrxWMgg9UOW86WsJkUCk3+6xgED4\nc2FPfx9bMXUaBUMw6U5kiN2Gll2Y4klGdcUhnKkBdG4oYse1zdXws3/5i7DN\nc7SBxcdDgTI2YOnYYF1Qoz5f8/4uHEN3i6Opb0CVFNuwByRkrNlE9nMiTORt\n7A+k41ytGpuMsLYX/M9Y0lG1kbbX50B3YI7Bi3V7oGfr7eY/zNEVDsNhrvL4\nPEx0n6XhET3mxmDOKTMiWDL5aQ/CbWIUQvnfMeYmtD/S9sadVVdRErvhhblh\n2PDpByHuVdLlEScBINR1ffnQ3U+swiGYcfmR1cBQsSGQy8llUzbiQQdI0Qtc\n2hQG\r\n=jmCC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQgU7hRqPl1mfoKszfpzDAcWwasDPnuk5SS3fWVVQhSAIgAq52JPq3cJH3J8+YHLT3u3lI5BoWehzc5kOAD/kxzA8="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.20_1614451611991_0.5624382358734699"},"_hasShrinkwrap":false},"0.2.0":{"name":"@aicacia/core","version":"0.2.0","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"7","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"1469ab0f5a832ffa44705edcf7a1cdde6fb24ed2","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.0","_nodeVersion":"14.16.0","_npmVersion":"7.6.3","dist":{"integrity":"sha512-Bcs0HTz0zUdNyo5mbbMiYnYkCRxvu0XGr0+YrT7HHZ/btmBR4Ni2wKWe/P7FuP4rrimwEDl2a7RYfQB8rcYwag==","shasum":"f4777ad85b727052777be7005bd87245532b7861","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.0.tgz","fileCount":70,"unpackedSize":70745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVjWTCRA9TVsSAnZWagAAytIQAIlSnmylLdQQBqGm0jCR\nrGX8+Zd3w6vAxNV8rDA1l0JEt3hNhE/CCRKDYT1VJtLppLMe/hv8WFK125u2\ncztmN+pAt75BOxZc3GqWfNBZ8NeR4EvW1mBKgZbQRRB4eEbE5lUmqs3DyqP7\nLzilmfuE4AZ+wBaSNBL7fk28VYerofLL/uRCIY17evxS3yc76H9TWyj1jNGt\nZojxmMIY83JQ6JniqyOyBL/eeSNArGJrCoyiUbaJc9/PwsjGxEdpRLA2IedI\n/ImHinAIi0UP+X0zvv0FZnS1f+6f+fMyuGzEtfzowbE2+Cq8wYBh3hPCBMXj\ngohhvGR30Tfx1soP0FMrCMGU8xmU7N+FOQPVaWqvfxgCAtjygECGZ8GDmXwx\nZYcu5e/peyVIaN20kqGl8+rFADniItv/4MekyamuR2dr5phNU937TXpotJ8k\nuHe7QMuN4n1B+9KTZ6eyHSyyiMJ+EjhqSuXIG0ak60RcpQoWexjfSmoxi48F\nVx7ISRZIxkLYftdTp1Fvd/dprVPG1nbhqCrDB8HCYDP3SzMQlJrZt57Vzq9W\nLtd5M1DT0piUdsRf8uA2WJE2vELrcIQ0HbJN/She6xAqffeH6/3AQMiK3Mxx\n9/1//YegVJomo2JR0THcPd45ak1BoeI98l3Kys684RT1s4iToJ4rD6wj+yeM\nQ2U4\r\n=D9CF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEPhavWKOg3tBY644Fma9/DcbkLkCUmOAmMRurvCPXewAiBTRcrEAErj+TRRjTEn2/L+Ni+K8VDnt9hUhXTIyrXyjQ=="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0_1616262547279_0.9036079559420098"},"_hasShrinkwrap":false},"0.2.1":{"name":"@aicacia/core","version":"0.2.1","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"beta","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"cf1fbdbb9dfd99aac4b33c76d632a7e55f72a57e","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.1","_nodeVersion":"14.16.0","_npmVersion":"7.6.3","dist":{"integrity":"sha512-J+quseKwP2XXJwr54rGEvEl3sIatHlQ7rp0UwHC/4DVnv3O0bF6eRqlKs7FSYqaQ2Lr3aqyQgZAwzmgC1ymwkA==","shasum":"4362c3bdf5692fef4eb731025b3e2954e2d31cf4","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.1.tgz","fileCount":70,"unpackedSize":71132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXzQ3CRA9TVsSAnZWagAAaMMP/i26wzp7sKuOs192sSe5\nvNXzC35zPxnMVEKQeK//ZpmWQruKZBCuownJT3uf9GojxKKy4TIDAcqP4JzC\nrLV0cs/pGbaFVxr38uj4gddwPJ9wkwus9zYKtNXp5hdvF4DdHT05O1gJ68b1\nPi9ueCiEDORbkeW7O5bdgMwdyZDuXp+Ff5LMskL9mT/LJ9c6b4Ku0rsszqSe\nCPnHSMZN0wqVwgosOJnrOhAjan5Qx98pj3lhRcBwfBWBo4E8CRKGis754+1x\n7z9uLRab1Luj5kyDO3myLYqZYbwV0eeg5SMt7lTgNaQlRnfy/Gdnpw3c6dCY\nUrkw95N+QFmSNGFunL00+7cvYsgBLRrNYbzTqp3v97sF1yo6xZvalvL7jjs7\naBOZHyY1vPR9oWhp4rMTcbncT704ofGOBgJGDYFCiCdpH4dgmNmNCmpef9ZO\nxKTWGhI/B6mYfzFgaXNdXirY+9vtbswpyHyX2CGPCy0kmur4/E58DJNH3Cs5\nOlQCrsKUMliWtDcvaRNu655njwrotK7PHVZ1WJZ1t/4OC4PWqpldKN+dxKHb\nE4dm59AV6WMXhUTXu3vzPjG3R78pi9tB7+5S+VX0FHwjjtrZoaD4pzGcCtKp\nyfoKV6fGluitNiHqBSmKMP5Q8fY5WoGhg7pcRtVHLff3S09KNC3ArJ22xKz6\nm/Yy\r\n=ZPzd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+5FrXaEk+c64uQvHBOkwPgtZMmR+sqXp9hXBcpqb4bwIgDq0fjSEfCBbJtQHZ2UGh5CGO33mmOHDuBw9gF4pC/Jw="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.1_1616852022822_0.9349329470107384"},"_hasShrinkwrap":false},"0.2.2":{"name":"@aicacia/core","version":"0.2.2","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"8465abb84ead6a8a49e680cc9ec61bbaea510738","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.2","_nodeVersion":"14.17.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-nt1Uqa8xudFNd/6NMi+ITXoYdjW1KPdS0NyAbppVuiccV61t8YkE9yWyGUawf7uVmIAI6Z7qet+GzQRoCT/eyA==","shasum":"a1ed6642211ec6f99559a947660622db790dd04e","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.2.tgz","fileCount":70,"unpackedSize":71415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBuz1CRA9TVsSAnZWagAAvtMQAKFYMzjYfuVs824E60Ik\nXW3Gr8X0mTxRcxvFZkOVze58fa8WeDAq4CmM69Uvd5nFg5lEFUrTeq2PhwSC\nH7XC0YYDij+M1dMhLlMhs9mIpPQZ28wvqpq6u/yDw7ERy4vVT4pvC3uRZ/Aj\nX2wPp1yCoNME1NaPrUkA3UyjdkOXxOf2JiyuqTC4fcIdKxGIj4wXJpOdF9ev\nrFGzSqq3zLA8l+1islDLwzxgkJ8SIlvrB3LVFUtYzRqlWdYdyLtuT5t4RwTI\nGwjHzU65JzaITy4tXU7Dof/nikngroGHeI+pLLC8dUL1GH+Kk1Cjzz/D2+4d\nB/Yo/dV2Qn+duAhD+mRgZbvIf5/qY1vwkbDm7baKa/kKa03etnZq+7X+GDi0\nt+9K5pBmsnwNYzzEPy248LEOPXhLuZ8GD3yEcKbwMh6jnbbiAqjpCNr5NgRO\n8moR6HNojKhQbYEpz9wqyO1NTYjoQFrDHiyjImDxCzGZzDvDTlmMmTEKlJ5P\nF7pYYxH+FcZ428RjrqG1G/MEUecNHezLfWJdg5yuDZ883AZf8spbvJuQEFe0\npyBXA9J5t3+zyagCDG+Kttu06itLKa3sFrWufBUUlektylMtsN+yzMDl/c3k\npOr7+15DW42SHFVFlcCyFsxQ8K3lZGufL7eRiVaj3gOQ7duTn2gfH9SdzrFZ\n/0kl\r\n=l8EN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCs7rmB9dYQqF3WKqPL6bFdHUulIqWwDhlCUSsetXDObAIgFswRUe4eBDQ7Q5AN64U7Umnl/P8eyv8jAeVPPdwS3hM="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.2_1627843829039_0.2572096406681972"},"_hasShrinkwrap":false},"0.2.3":{"name":"@aicacia/core","version":"0.2.3","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"af7dfecd704a01c0a8b09e6d8dcb362a0e86a38c","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.3","_nodeVersion":"14.17.1","_npmVersion":"7.20.5","dist":{"integrity":"sha512-RxtRqmU3pD+sz6G2rm15ohUKSRY+AqSQY1TKPHsJHvkf1seFI8KWxrKnSBZ7ywNl0tjN3r8FxocV8DvI5/lOTg==","shasum":"688b701ced70be0b3b9532c7a9458b9c1458a595","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.3.tgz","fileCount":70,"unpackedSize":71889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGsPxCRA9TVsSAnZWagAADnkQAJHF1UfHKinCT3rf4Vj2\nDcDoyUuyDVU1zH20kFGyvVbCCn8DfjUo2C0wIQJP2ENckdUPc7jptNgTQUX4\nFn7FhCO9omAVHwSoTz45u88NjgF+yABPtHsxVtehEFQlVp574WVxw7vVt8ND\nHQAlnNKdODFV3aQL5nKSgWB7ByLz0RgtfcdA6Ld6bK7gyV99ilE7+A7LJZDG\nkmQTIMN7actVDRI+UP5x6eGfsNvsZuLpBQhe22em1aeFU0DT8PsZhNh+3yGU\nFSwwgL/HBx/btavtWH/HaOqDajXHaWtUrtAMG+W2tItfcf1mB14r3jChOy3b\n5ebMg/ezKlzQKpJ89X+x/AxCfhbzPQybscIC1FLCumMQznOpqKb0Zu8PFd1Y\nfAUeEgGLA49Sf8BYDgpJVnLwWtGfOIeu/w3JkpJs5fM/s6lP7rSRu5VjkMMU\nxOufXhkPLjkx/jmOvM4C5Z81ie6wKhVW3JrbTfhf1E5bGvhroQkIbZ24TGn2\nTz5UgGvzJi/lyc7evBnxBMn0O5N2M+JF9gOTvWxSG7F+YFZsnlUY4VyPC/g7\n79QfEhv+0RZooQEQHrBkhyihrvMz1HXWJeBzHbVHgmFWQThDL1w3Zg4dDDkg\noX4m/9Cx4urgTEVTNFW2fSGq1mLGvSU+UmkhXV+ROvrbsfANBJlROKuf8/tl\n6jB7\r\n=AQZG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCH2Dg8/f1TyK0vOibCLBXBJV0oloMaRRHHgJvOfakIjcCIQCLGGkP0ggw/fPVF+Gl05yX02Kzx/znrm6pZ1v4tIK4KA=="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.3_1629144049570_0.17994527120131543"},"_hasShrinkwrap":false},"0.2.4":{"name":"@aicacia/core","version":"0.2.4","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"main":"./lib/index.js","types":"./lib/index.d.ts","scripts":{"build":"tsc","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf ./lib","lint":"eslint . --fix","prettier":"prettier --ignore-path ./.eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"99cec95ffda495a9180ec812d6fbf4f24a819634","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.4","_nodeVersion":"14.17.1","_npmVersion":"7.20.5","dist":{"integrity":"sha512-eNflbVF//q63MDQgcV9ns0ZM39Ny7CNwnXe7f8CuMd6QgKxWEMdnn4oMn/b19Wwbjl5P2siK96+MCZbVH1/pjA==","shasum":"c23a7d84db616664d777fbe38c83506bdacf6845","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.4.tgz","fileCount":70,"unpackedSize":72179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIPdNCRA9TVsSAnZWagAA0o8P/jDOU5KeQOlCvaw1EKOj\nnr/GyNJDnHhAui7dqyR/GPDlVwd8ND7Yzczkrxc7Vl7yBSZbDIpCmrhNwrea\nXIK63iPZ4jazuTrMZChPa5OJKZ/kGNryus9YvaBUx5EmazZKgFN5GbuD0+p6\nBk6uDmYQ8di/wvO/8nHwPEquFPEoobTvauKTmvUkUB+0BUxuhPH4ZK4bnyn3\nHdbugekAHmE0rT8mJ88MhW6cI06ROygExTadn/ThrkKgFJK2Ao06jrmtS+BH\n1aQhxKzA+Nw3Li7hwO1sHiC3GxcpBlkBonuaRi+V6XSIdCO97VKkGW8ffoKq\neNa/SIXO7sDZyUMENyc4v9lBYka699cXmu4/ftOVLLwKSCzkKxVaa6qMMeUw\nuGfw3UD06+cTJNGtE4KGCn+R5wc/FJsM3hJ/aSvT9cEgTr9ungUghS2bGucn\nPH41/BPmIGmkhVQ49eH91fcYqymyngG3WN41rCjCLc4arW+8lY0VXwh+0hsx\neMLkCbRB3QGQGe6P3D0bqirMkIhgIVrn6XTGge9JEQdcV720zYoDL97uVxE3\npaax5/4zIgbA19vDl3m15X+Ep70irrjt3y0cL+Gpv7ssLIHAxTjKXsuU7xsQ\ntDDbl9BOyrjgiGzdOEzH0V/3Od/VMv2R7cwByJAvUd1hvzYDYZQGGaJSMUAZ\nbdyl\r\n=jOoX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFTRgeUJQi0sIsKBFXHwDSpUwYKahMELI966Fc9oCX0HAiEAtJBIAuqu8DwGHV+xvZbeeHaDtwimw8a9ZgNjLlgTb3w="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.4_1629550413407_0.36262190674808226"},"_hasShrinkwrap":false},"0.2.5":{"name":"@aicacia/core","version":"0.2.5","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"module":"dest/index.mjs","main":"lib/index.js","types":"lib/index.d.ts","scripts":{"build":"tsc","buildModule":"rollup -c","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build && npm run buildModule","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf lib dest","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"20","@rollup/plugin-node-resolve":"13","@rollup/plugin-typescript":"8","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","rollup-plugin-dts":"3","rollup-plugin-terser":"7","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"f19ec2d175e29764bafb551ea526ac5e3fa22a08","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.5","_nodeVersion":"14.17.1","_npmVersion":"7.20.5","dist":{"integrity":"sha512-4iJtRoOD6XNyTybgC5qZaiCVImSk5UJG3OJuuhpNDHBD3r1lD9LErDgZBtCjoGkhnDFR+Vbh6xVbIXUtC/xhmg==","shasum":"9906486226f513e6b6cd06e48a1e3b862e24de3f","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.5.tgz","fileCount":76,"unpackedSize":206607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJrakCRA9TVsSAnZWagAAX80P/A5IC8HIGXjCDDOl6c7F\njOIz5y2nEvdlQkEuMSOBi80oEiUoXv3Q6x4+kuns4w+/6Tr767vz3z01mpqi\nQzyynFclj6odbNBrRkyXGkd/h66B/gUcNWXLfAjQEwa327SUvGQEDzmvfKOQ\nJNmtC7JolLEcYydaYzyfNSJAXzWyLV0HpsviQMpSeA+AAHTCKPnWK7aJbDQ+\nEpU7hR/tWNtwjONPpuwjpPOJYiD0pv/iy/zB0IiRkvv2yagYvPQLb/2uYfXP\nzrX3JTQizjRJJg/bRf6NTiwXTEnpreYaE7X1FFxvEqXz8ZPQ0RzsBojpvoyD\nIZeptIcAP/cvT9k1/2svgn+joK7IobiceZpgkztQEmWtaaji1AKgZNJHerNS\nZWrYRIFUsENwu4Gd0aCmh2ONZoxO64ZtrUxUyA7vOgLjf5lUgNj7YF8POJwA\ndvQ13hYdodW+kFr8/6NB6p8e2+kNJb8lkOXEFGE1P+2lx7nWlYy1ZBK0UBKV\nMHOKpgukei4c9wtIBMGRwsBfBTlk/gBdMj5N1phtn5ZLiIMcG6O41+n2flHp\nc9UFd5DBy16Vs+sFLoP2g1aY1nF8Nxg00PPSpr13Hspq0GfOexgC7m/gvyJH\nBjL+X1KOfydDSohYtL5AAxZSNypu914hDrnCNg5ZM/I0DaDry/pTXfLrcFYG\nUTQQ\r\n=MCRW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDy9k602wrjJwRRlwEwIbgEUkBP2/8sKIPG7Xm2rULsFAiEAnuVf81lxu4ynM782orsdeOfCOJP/3fbAQUr3QG3wVcg="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.5_1629927076388_0.9393941583240712"},"_hasShrinkwrap":false},"0.2.6":{"name":"@aicacia/core","version":"0.2.6","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"module":"esm/index.js","main":"cjs/index.js","types":"cjs/index.d.ts","scripts":{"build":"tsc","buildESM":"tsc --build tsconfig.esm.json","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build && npm run buildESM","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"c5ce0b970ac81ee22b9f1f4ee74a0e99e9394eff","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.6","_nodeVersion":"14.17.1","_npmVersion":"7.20.5","dist":{"integrity":"sha512-GOh4eC9IEXLnzv6oxKU2FsY5CVe9JjxFTPgFA3BR5vEyctO96ZbkOko3FKyH4B2M25DaYSjyFpUwwt/ucCBp8w==","shasum":"c8ef04d35ad20a5146c2c951c81291626fac55d7","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.6.tgz","fileCount":137,"unpackedSize":116251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKBv5CRA9TVsSAnZWagAAfpsP/16ke3eZfbB4bHnkt7hS\nZ5iYkr264qAKVrbTK3Ajvmt7QJ3rNZNpxHoh9GK0hD226Lhxc259l5+Lhbg6\nXF4RvCJNX4nz2nNMiCE5N/oyCWYCHrVNqvdDxsKqz8QKO/c/oIha1t7Zly+e\nzSLVVg+o8k/jGPwMGjpGPqLeT0dwSZolkM7JMlDaGx3hFIlOMA2Hihe7Y+Kw\ndXY8rwetVf+/d1Hy46PnjAhP2sG4IKw+VW72ZdOMjeb2utxFP6+6N7YbtjGb\nQllZJ/apG8UqGUp5nI8lLNcVORMY+mMPbpiCdg/FMeL80BQY5BQBPKnTa9fB\nbx4jn3yiRbryYND3+xhjIMjD8ta2O2IskjUiV5mABxsYwhM5GA1Zc742uXtD\nGD4ziFoBVZ8bdg6i3poyP+1NMNnDE9zaSFeVag2RnPofXa6UDR9SCnhPOcv+\nC5zp9ukRXSsWq7UB33/OTaXTqKu+AAJ9NeDmDw5eKwk/+/Wn3fKUyIILGT0Q\nfX7TGCy91SIvrEkNfI9GhjsPafbcd0LUcqEo6TcJs48NZwF9ITCxyi8utVUW\nSAsGecn7K7I/HyyBp1SdIqT+gOybVeTSts7+PswKdG4mUMEWj89emzB5buZb\nODl80L+/Epxg/yW59GO9Pei1AxGU4UYJR59eFQDSEPFgBE+BVePosD76DdeF\nykWi\r\n=EzhV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGXfL9ogqjHw4zZJPcVxqULJK6FZLo00zQCjKmxQwPq4AiBgW2TgR4YBRQj943z8UWhHDCJPgn6/eRWqpYN/HMbAZw=="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.6_1630018553380_0.16674133588007"},"_hasShrinkwrap":false},"0.2.7":{"name":"@aicacia/core","version":"0.2.7","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"module":"esm/index.js","main":"cjs/index.js","types":"cjs/index.d.ts","scripts":{"build":"tsc","buildESM":"rollup -c","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build && npm run buildESM","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","rollup-plugin-terser":"^7.0.2","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"6c63eb1366de7fb08698ccd8009b3dccddbee19f","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.7","_nodeVersion":"14.17.1","_npmVersion":"7.20.5","dist":{"integrity":"sha512-v6+1xSx4tNDqZA+vVoedL5kayXmXpq2Ef4O9Lzf+YWgrG1mR2pXOlXzMUc2eycPEY5PS98s+98XE6q/AR520Dw==","shasum":"924df06acb0ae67a51148466ff4164ab54bdf0f8","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.7.tgz","fileCount":157,"unpackedSize":154455,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKC4vCRA9TVsSAnZWagAAGWwQAIZfLGncclItxEm6htyf\n9q7A00Nv6dUR9lqIsz0Rzn8EAa9G9t8nUw9YS3X31A01K9roFmE/A5V/Dwei\nfWEwkHAy6UhbzZdhMr9KEJkfihU1dCLJdGO7/Mcn4bqVdMPlX3lA3+ciiT0s\n2w57aWY0et8XypB6nTPssIA6FsIXZkMRSSreCocmZ7eNuom3b3wj69J4EgbS\nGxADxJmGjq3VCF68PAFoYE1NGDIYRxp2dVHxqPGE0v31ss4lWwH4Gl+3j6Hw\nu+sEzoheMqSBhWHNSVMhhUG/Vv7lZILhj+6/8nHp6HcJLaDir90RrMbAyjSO\nX1b6sAbykqnH7axlBtl5V/G1S7LTg/BmGsnMjc1k0PKC6RClSAoP2nM52mZ7\nErRZxAOVumIxvJEoS0sutsQfwbPRH9p7Z6qY6acMfY9xL8ovEbMo+i4yUsbo\nQ7LghRp8BF7sohvqASGoAoKMpxL9ipr2rc7OjkYvFlP4Dr4D7AGqieFxX67v\n0kkzWO/CUdrGkgITEkNfuYJYRcUkziEF6NcJV57VbpKc9aQodQD5FwksrMZy\n27+eP4qLTIMWW52wO798+GTrahOmTjYVlpTUD5vaCbSlLuywv7pI4bsQ3Xxy\n1RI8yJO+EyLODOMLTBbZAg6mkPUufjhbp/Iq5/5aXoDneGZttPojHw5pvp6W\nkbVf\r\n=CUxb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdYBkxgyc/PdO9FVcZl6G0ZlWh4UNw1LErtiK2VYqjLAiEAhkSWWZO6qS/c/YxgF6XQg80qoPWWigzEa+aY+0ZHN7A="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.7_1630023215299_0.937891607575249"},"_hasShrinkwrap":false},"0.2.8":{"name":"@aicacia/core","version":"0.2.8","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"module":"esm/index.js","main":"cjs/index.js","types":"cjs/index.d.ts","scripts":{"build":"tsc","buildESM":"rollup -c","doc":"typedoc --entryPoints src","prepublishOnly":"npm run clean && npm run build && npm run buildESM","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"20","@rollup/plugin-node-resolve":"13","@rollup/plugin-typescript":"8","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.12","nyc":"15","prettier":"2","rollup-plugin-terser":"7","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"3c0c5d816db5232a792343a0eba7992afb76294b","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.8","_nodeVersion":"14.17.1","_npmVersion":"7.20.5","dist":{"integrity":"sha512-CkRmPqOgTX2WGAtX3q6WwdS6bQ8sY7Ulg2WHcjSmTfpJ+ERr7QU8+oXJhyh+/3FjabsR7fWQHZURUwnYZAhEqA==","shasum":"2b6bfe15fc448287e5637c3a02d9e0243e2ea150","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.8.tgz","fileCount":157,"unpackedSize":155948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKDNKCRA9TVsSAnZWagAAARMQAI4yNJX6iclOX+tZXw7g\n3hvvXqgvEWbUl9uYG6wBGxrqV4mOvbWd/mNKmS/6Fk5C/5Nee7waso7spS/I\nk9EQ3svGxBUWZ+ikTQ1E0nfOYdIjz406eiBrqkkGPKjYV+DXI3ebq3mqnOX8\nnVoq8/VarpQBlmqA4W6ckL1epBaxZJd3k2h+h+IcXAgciyLHXYPru5S3a3QC\nXwIOuJ3OaBtH4HbvJLqEuWxipX4XoveofiQ/2fflutxmLsPTAFsxpVDroPCA\nW9Q52MtjObsEHhVOK/QfQTEpFdH6HGdBNDLjcxyM+TLmrruWjlwC8PAgj90h\nIhO5tktT4gW2m0BKBtS3hW6KmdVnqBcTXOGfgcHt66xDFDhY/8mHrLyrdBnT\nrv9uXbLW291tVpJIla4Fmd2zxZ9juOY7dMIXdlb5KmS/3sGdXyfm5Zp93+jz\nX+U9b6ZG4IMaljKhek71bpVrNxlxHyFnSa3b69K0TOZ8/ATuqyRmh7Qqhew5\nELljSZzjYM0wobGz0gF8Ef63+PGltfss1WJUwG+sQgfETh53HeWIoWyGl+3i\nDGWoBtKC0omy8W0P62ErckkYELr9n+NsuCxgL4x3fA0CU9Vv/JQnJtAJaoA3\nnA7OBl3HAOIPjlIclFhjhXtju1uZm8/U3/Jhx4FC/41AGaxWmCsykC/i3KmO\n5MgK\r\n=TOZs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDV1Z8IhSK6K/eD913gXk3MOnEmVSHZZZ/EdZH1qXhWBAIgFAdJbwA0w/c1wOsr54Nw6aKqCgfGkDa/E8X3MSGeHFs="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.8_1630024522439_0.3688427090813302"},"_hasShrinkwrap":false},"0.2.9":{"name":"@aicacia/core","version":"0.2.9","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"module":"esm/index.js","main":"cjs/index.js","types":"cjs/index.d.ts","scripts":{"build":"tsc","buildESM":"rollup -c","doc":"typedoc","prepublishOnly":"npm run clean && npm run build && npm run buildESM","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage && npm run prepublishOnly"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"20","@rollup/plugin-node-resolve":"13","@rollup/plugin-typescript":"8","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.14","nyc":"15","prettier":"2","rollup-plugin-esm-import-to-url":"2","rollup-plugin-terser":"7","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"88dc6cf35a87174ae220aaba454f67a7c5fe2e55","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.9","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-LRgBL2f5AMbQzxaB9w8ysFJBGKdrO1DQb+F23cBwOSsXksCjjgvQcSYCLo2eOCnWfwZMnG5qdymWdIpRU44fkw==","shasum":"e71ee99843c828f5b3cc8a3e4365d56f3ac23ab8","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.9.tgz","fileCount":72,"unpackedSize":134830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLXG2CRA9TVsSAnZWagAARpsP/RoYcGTOcNcg7eoQmQQD\n94h6KqyA+99JLdaAfX1lhBqJmnbce8wgOLuAyeoYYiamJOfjqCE6n/gDDLQz\njzVRYQM6o+UnxRLQyS7YbePjui0h4I/uyMzlK4bokPhRqxsKUrh9evY3EIvU\nspYRU5ttTRRpZHasW3SjBJtapc1f2qosIeEa4mZcs9wf4foCUeAi1MVtg9vM\noCTLaEE4jI6tANKR8JJe9pIkCxH66oo+uSTuCRn2nAf3eaYTZpmaF+MHowYH\nSi6H11WJrJic1uolo1A5uZKWDF0CKlLLGCN9/qGIcgKdT9Tva4skZhVNId5n\niYyzfCd4tspgtvDGQEeDEKh5CRIvLFd59ppn/VrXelz0wN5b/3EHKVXacuZk\nhsjgd65dZsUIwqyMTIXa5aYKuCORx/wqW98kNctJUXnAG3BpX+OXoc+SwfCH\nGg0sAkZK0YhZwhZspwCc4s6TfaEK5/He8RKdWuvEHPB/gMOuxnpJNonQG8HE\noX1FY1SdL12LeyIY0sCO9Y7/WYnBpLj77fRIpXFV7Ra2R5gVB4rNOupAgnT8\nCPC1PJttsZDgAqtf4gnzJnkcCgersmqQLrHTGqi6oeEc6g6qusAYQYe6Axbr\nji9mgVWatkTLl+WmkF+A1AXfEx1dL6HZ+O5Ri8h1ewsTapRrTjzdGXbl8rCl\n9Pu5\r\n=hiZn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAqcyCHYqlaD5ejwu6iQF/X2fYQfxzLhvahxzTNq0JgAIgf3Zj4KBVVmhw9sW7LkC4Hmnxt4OHc8NMmBwioTME+Yg="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.9_1630368182384_0.21783867342671148"},"_hasShrinkwrap":false},"0.2.10":{"name":"@aicacia/core","version":"0.2.10","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"browser":"browser/index.js","module":"esm/index.js","main":"cjs/index.js","types":"types/index.d.ts","scripts":{"build":"tsc","buildESM":"rollup -c","doc":"typedoc","prepublishOnly":"npm run clean && npm run build && npm run buildESM","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs browser types","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"20","@rollup/plugin-node-resolve":"13","@rollup/plugin-typescript":"8","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.14","nyc":"15","prettier":"2","rollup-plugin-esm-import-to-url":"2","rollup-plugin-terser":"7","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*"],"extension":[".ts",".tsx"]},"gitHead":"5dbb12d38b953efced5a05ebec44882af495acf8","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.10","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-RmZ1AlKIAhRQm6ngJj0GlEjoGIMR3pBVRtgs5MKL8LLTfpxzVLP5Ow2Y274m56xoJ5ga9ZcAmxhdkUOccDmodw==","shasum":"725144f68c52d225647d3213f5ceb0124b918223","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.10.tgz","fileCount":98,"unpackedSize":165589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL82HCRA9TVsSAnZWagAAtusQAKEgxZ37tQh2X8pwifLY\nhCEndXAjCahQ7muXgKH9YwoMt6V/bSNMvTy2wKIdux/EVUbknlw1uxzrUrvv\nDsTVAclGVCzeWMBB/DCBAWAdvkws7LM+P/npkbnwJmtIYVIPsKKxBqtJT9Cy\n+7uPyfic4VUev30EmM1x63rsjowqtE0vhoyBzr8zWrMg97Y9mXLctebuqZM6\nSDCp71KOkCcpWe5bBMoQl+FnS+hTOSXDUw8e7wrpYwP/2itMyLeFtGZEU0mi\nrLBp8EV28Y7C8c1epQC/j/pIYFkWbC9NAjo2KeSB43417fwYQ0BxdFo6/LJL\ntX/4qPLmC8HfewLBOoZtuNERZV7BsAWQXuOD3dmR04Bx9V9jnLZHhn7QEhUo\nzc9rHiGYvuZsm2Tz0zXlh5SSkK+WpPLZTAXcJqycNsvKzY6mwdApC5HWGI0k\n9erxdxEc9/o8C3Qp9pToKGPDvhJ+LoKJ5qDAkZLMqeNIWYouNhlAy23uCIPS\njYFmrNyEIJjYMYMJQrqWkSmfhoZEVRGRc3aakxxv6SH7zCtcMr2Pegq8G3IV\ne+sZ8S34FiogkjAItlEE+JDHKLJOeEAkrfFEY0Tbpym2+5t837R42/yI51F6\naQOKbzsr1RRFrL/tAvW3x/W5Jfm6FGdtQCp15FPzNmSnAQZZYdcSGdqRUBLw\nSWe2\r\n=eNyo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEpOkov5pMhm10eXjR5tv40wXsMDkMZ3/qydYMZMDS/sAiBt69+ewLc24fStL4m5jwFahM7cl7k4lBuUJfdQfqYycQ=="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.10_1630522759571_0.06483370985620907"},"_hasShrinkwrap":false},"0.2.11":{"name":"@aicacia/core","version":"0.2.11","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"browser":"browser/index.js","module":"esm/index.js","main":"cjs/index.js","types":"types/index.d.ts","scripts":{"build":"tsc","buildESM":"tsc -b tsconfig.esm.json","buildBrowser":"rollup -c","doc":"typedoc","prepublishOnly":"npm run clean && npm run build && npm run buildESM && npm run buildBrowser","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs browser types","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"20","@rollup/plugin-node-resolve":"13","@rollup/plugin-typescript":"8","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.14","nyc":"15","prettier":"2","rollup-plugin-esm-import-to-url":"2","rollup-plugin-terser":"7","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"extension":[".ts",".tsx"]},"gitHead":"db452cfdb0150e3cf33439f5eb38cf99e25e3b18","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.11","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-T+tfpr4CR48t2va0/WrqGv/4LhFaYM0wW6t36Y3zvzsvg/+UeHluswhDiaoP3HnRXoxZ145th1N5u7esA3ql/w==","shasum":"6f343d5a0b7f15aebdb8b56966fe2966c83affa8","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.11.tgz","fileCount":104,"unpackedSize":164940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL9U3CRA9TVsSAnZWagAAJA8P/0iosyvEU1lN4VqcDDia\n265eBKs5cNQqsJ8ic5CNd9+ljN7+sJqIT08KsnTDLYKj19aXCnTKtHMmAOxS\nnZz4q2WW2SfNWrXFqYk+6KzNKaW1vXd2IOGsP/WemmUfgALW6E5gMAKH1X88\nMxJh8FSj6CIPsQh22kJgnzZ9+Vdf9ZRufyc2KAoK+2NpTwf027ckfaNqhOxH\n2AzgZK1HuxZTkF3k8zPDnavinljOlUXjVklX4n10q1ftsui0tCPQluA4+Xxl\nsegqBMPzza2PmyM/iIKEs0EGJiEQinI4B29p22OTqwKcshIeh86l9t6ZMT6U\nzSLhIOAQwlQZJ+Wg5o8T95xa9hj+cV8Q8dnxQ1uXRN5dlU0EYtWqTPjlrGHH\ntNi3bWOOFxtneIJ261oamf6+NYLMic1I+Xt0N8XPO1INAqcpArXMpapMRTln\na9MF4QBeNKtP1nrfKfnNjqCYbiP3+5EBIVIUxepAfyqdaqWKreFUGJ6y0/Pl\nkX/4tQOOul1f6sk9I6mbSJ6fGvCjFd9GrFArwd1Scr8+V+sb8dJF07ipzqRs\nbUzwunfvb9X5URLPrT/0UUZKBUTuX/2Jn/TP7KGEeHm9STa4FblNjT0+vWkP\nsJ8985E6Ino8UDcDnWGiEqiB6ZrZbPux9LUf7sx4fSarWGYddrKmYKX0LkMR\nmRkY\r\n=4k9a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDd6iO2tkc+knHGBz2hDA7pytwCG1ltaRps4EXWA7iZCQIhAMxmkt+dir8zDH0+PNeLlli23IOc0PnJO9lEPjEdmCq5"}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.11_1630524727470_0.7906782077654213"},"_hasShrinkwrap":false},"0.2.12":{"name":"@aicacia/core","version":"0.2.12","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"module":"esm/index.js","main":"cjs/index.js","types":"types/index.d.ts","scripts":{"build":"tsc","buildESM":"tsc -b tsconfig.esm.json","buildBrowser":"rollup -c","doc":"typedoc","prepublishOnly":"npm run clean && npm run build && npm run buildESM && npm run buildBrowser","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs browser types","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"20","@rollup/plugin-node-resolve":"13","@rollup/plugin-typescript":"8","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.14","nyc":"15","prettier":"2","rollup-plugin-esm-import-to-url":"2","rollup-plugin-terser":"7","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"extension":[".ts",".tsx"]},"gitHead":"827553554e368b42ba536a512843c10e0a19d329","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.12","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-9JaVbDk4nV60TiVVzZyp7mh05aJDKKEPyFJEi2St3PTCpUmTmXWVMDYWcn25uH/jAMog4b/IaDGKJETrfWDiAg==","shasum":"3732bd8ca69a9b8c11f14dd4bed111bc225512da","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.12.tgz","fileCount":104,"unpackedSize":164880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL9gBCRA9TVsSAnZWagAAAQkP/0N8RwyWUn2JDvnlgnCC\nVrxITBLtg9/AhZFsKaagJK0SJms3MEhuVRUcmQlVIaHS8VPlthg+PEUX/s6w\nCPGtCNRwsu+tJ4LZd+Yx0fnF8Ka42hTc2PVL20FV49H2seTBXuI+8Bxgt/Sp\nl0CYn6HiKFMJylvErPbauEvKE4quxWYWP18RLCyQgf/9r4TGsRd0mMJK4nuF\ncw6oupzPEPWdRfV740sH/nC2A7d0UeJg+BdnvcyhVFS4Gr1/AMWzQ4ILlUpr\nw36FdAQCE/UX1tdBYTAbzkizSFJtrNdEHobMj4GWZLqlFIxAqAZyNhOOIKEV\nLzXv0xpeZVX0F2o4eaLXtQzXSAraR6MxItnwpJCb1Cy+Ble5auzM5Mdi0gsb\n6rmJb/2u/lTGMf4xUSWxzNJ1qi0b8utXL6I4mYW7HwZX+C84FAujODKTphRN\ng9YnBlB/8cxmKU27yKjSxVUEJ+xncYIIqzOykocuAveiO0BJdlLjd0nkEywx\nCMAWnk8DzEXJ60SUEUvgnIKlFXOAHLstciq1lktQ+ay7TlZgoDJhXsfybIps\n0jksYjCFyEwSD5dsU6ZWT96TUlQuDcUfoMXcTCQjc7fvaAXDGtjOZEx+fZLr\nVZJtwhU69/2N4VqqUp223Fg1aMp6rn2QME3j0F0tFwVrQa3V+Omy362ozezq\nlFlC\r\n=aX6s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAERq5IPu0I5MSPWHWxQ8nMJ7Laj6AB3xf250ldNxvErAiEAyoH8wYibJFnmGD3vTbPjIqjVLa/qrLRBbugH4nuoJ/k="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.12_1630525441419_0.15289764052907118"},"_hasShrinkwrap":false},"0.2.13":{"name":"@aicacia/core","version":"0.2.13","description":"aicacia core utils","repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"module":"esm/index.js","main":"cjs/index.js","types":"types/index.d.ts","scripts":{"build":"tsc","buildESM":"tsc -b tsconfig.esm.json","buildBrowser":"rollup -c","doc":"typedoc","prepublishOnly":"npm run clean && npm run build && npm run buildESM && npm run buildBrowser","test":"ts-node node_modules/.bin/tape src/**/*.test.{ts,tsx} | tap-spec","bench":"ts-node node_modules/.bin/tape src/**/*.benchmark.{ts,tsx} | tap-spec","coverage":"nyc --reporter=lcov --check-coverage --lines=75 --require ts-node/register tape src/**/*.test.{ts,tsx} | tap-spec; nyc report ---reporter=text","clean":"rm -rf esm cjs browser types","lint":"eslint . --fix","prettier":"prettier --ignore-path .eslintignore --ignore-unknown --write .","preCommit":"npm run prettier && npm run lint && npm run coverage"},"husky":{"hooks":{"pre-commit":"npm run preCommit"}},"keywords":["core","result","option","iter"],"author":{"name":"Nathan Faucett"},"license":"(MIT OR Apache-2.0)","devDependencies":{"@rollup/plugin-commonjs":"20","@rollup/plugin-node-resolve":"13","@rollup/plugin-typescript":"8","@types/benchmark":"2","@types/tape":"4","@typescript-eslint/eslint-plugin":"4","@typescript-eslint/parser":"4","benchmark":"2","eslint":"7","eslint-config-prettier":"8","eslint-plugin-prettier":"3","husky":"4","immutable":"^4.0.0-rc.14","nyc":"15","prettier":"2","rollup-plugin-esm-import-to-url":"2","rollup-plugin-terser":"7","tap-nyc":"1","tap-spec":"5","tape":"5","ts-node":"9","tslib":"2","typedoc":"0","typescript":"4"},"peerDependencies":{"tslib":"2"},"nyc":{"include":["src"],"exclude":["src/**/*.test.*","src/**/*.benchmark.*"],"extension":[".ts",".tsx"]},"gitHead":"d6cc003bc8ccd30a88d292260b1a110233627294","bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"homepage":"https://github.com/aicacia/ts-core#readme","_id":"@aicacia/core@0.2.13","_nodeVersion":"14.17.1","_npmVersion":"7.24.0","dist":{"integrity":"sha512-ynAGp2qLiSRGjSlZn8kt1R56XKSvS4qwWRSqnP6+a6MVYVJQ2dqMKaOSu4CLq792NGMePLk5WB//pv9FZ+fyxw==","shasum":"b67d5f61a9682ef7b52b3b5702d10ba8bcb2e375","tarball":"https://registry.npmjs.org/@aicacia/core/-/core-0.2.13.tgz","fileCount":102,"unpackedSize":164637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwwOaCRA9TVsSAnZWagAA4a4P/1xFY9C1U0dpvydNV/EY\nmf+wQWEYvcJ/5HKhPirG+VD50tM6iJqNlZZjPsF8G2y9xqfDnMFrEiFYu0lV\nCWXsZP3f16CZPbrngIkf5sR2gEz6Rv/5vnvxXSe0RMAdpDHU7zNF+XzO22kH\nAVK8edf36b0UVLmKQDkqJ5MpmxDKCweU2SlGcl9G9cpBc6pMd4gVeYU+s2tT\nc/vlKyPea1tBvTaZevVXonvID4Fnx0TiNvhEIyj/8ogPzfEr6hv1fOEC2ru2\ni51jZYLg5FeaWqxBMwLNE1ZzdIYkJv/QpiXu0P25vWsTXeyCXAsiAQlEf/rW\nbHsrtLPefHYTgm8oKDvKcpOQJb3bKeZLljh+7/4pMRcDlghfQ8EsPanVAf8O\njqAJhEURFWOBrczbF2xnyq631ad7jCAl9NFwbPo/yblZp1rf5XzG5T5ZwPc1\njO2OXQ/eRLzCeVQobqk8GgQcaJ5HJ2+UFbGWBJY1BmC4fS65od0vF/lmhCqC\ns4teOB86pnuxnKHrYkxAxbKnwej91Q5pOCguoVlcp5uwN6sn6zxJ9MMBkeG/\nOdJO1AFujBVdMjyYvQmJ0HiGusfw3HdstKWx4GjCFf9sOyZLDa6l7twGiLt0\n61xeNYisqLqRjWwCrSFRlHweXHTMk5oYqzRotUAuYtxdziyn54SjjaMcPFoj\nHomR\r\n=sJCQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAx8xNCuUPfPkamp0g18eIxQruzumMaNyUYTi/Q1iojPAiBKfxzCTmnaqf50oT8mbrFO6GH8K9BebfIH9T5s1HsLSA=="}]},"_npmUser":{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"},"directories":{},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.13_1632362686700_0.9069224200460806"},"_hasShrinkwrap":false}},"time":{"created":"2019-03-17T13:41:52.001Z","0.1.0":"2019-03-17T13:41:52.439Z","modified":"2022-04-04T12:15:38.151Z","0.1.1":"2019-12-25T13:38:45.934Z","0.1.2":"2019-12-27T05:03:15.933Z","0.1.3":"2020-02-12T23:39:04.815Z","0.1.4":"2020-07-17T21:49:10.049Z","0.1.5":"2020-07-20T21:01:34.279Z","0.1.6":"2020-08-11T20:00:15.915Z","0.1.7":"2020-09-05T14:09:54.970Z","0.1.8":"2020-10-16T19:12:59.598Z","0.1.9":"2020-10-23T00:33:48.911Z","0.1.10":"2020-11-30T00:19:36.784Z","0.1.11":"2020-11-30T09:36:18.266Z","0.1.12":"2020-12-23T20:23:54.604Z","0.1.13":"2020-12-25T14:29:24.793Z","0.1.14":"2020-12-27T14:24:19.802Z","0.1.15":"2020-12-27T15:49:41.363Z","0.1.16":"2021-01-03T23:17:15.393Z","0.1.17":"2021-01-29T19:03:47.219Z","0.1.18":"2021-01-30T20:20:15.074Z","0.1.19":"2021-02-14T19:19:49.403Z","0.1.20":"2021-02-27T18:46:52.152Z","0.2.0":"2021-03-20T17:49:07.462Z","0.2.1":"2021-03-27T13:33:43.017Z","0.2.2":"2021-08-01T18:50:29.168Z","0.2.3":"2021-08-16T20:00:49.757Z","0.2.4":"2021-08-21T12:53:33.579Z","0.2.5":"2021-08-25T21:31:16.557Z","0.2.6":"2021-08-26T22:55:53.510Z","0.2.7":"2021-08-27T00:13:35.487Z","0.2.8":"2021-08-27T00:35:22.614Z","0.2.9":"2021-08-31T00:03:02.540Z","0.2.10":"2021-09-01T18:59:19.737Z","0.2.11":"2021-09-01T19:32:07.630Z","0.2.12":"2021-09-01T19:44:01.569Z","0.2.13":"2021-09-23T02:04:46.826Z"},"maintainers":[{"name":"nathanfaucett","email":"nathanfaucett@gmail.com"}],"description":"aicacia core utils","homepage":"https://github.com/aicacia/ts-core#readme","keywords":["core","result","option","iter"],"repository":{"type":"git","url":"git+https://github.com/aicacia/ts-core.git"},"author":{"name":"Nathan Faucett"},"bugs":{"url":"https://github.com/aicacia/ts-core/issues"},"license":"(MIT OR Apache-2.0)","readme":"# ts-core\n\n[![license](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue\")](LICENSE-MIT)\n[![docs](https://img.shields.io/badge/docs-typescript-blue.svg)](https://aicacia.github.io/ts-core/)\n[![npm (scoped)](https://img.shields.io/npm/v/@aicacia/core)](https://www.npmjs.com/package/@aicacia/core)\n[![build](https://github.com/aicacia/ts-core/workflows/Test/badge.svg)](https://github.com/aicacia/ts-core/actions?query=workflow%3ATest)\n\naicacia core utils\n\n## Options\n\n```ts\nimport { Option, none } from \"@aicacia/core\";\n\nconst maybe = none<number>();\n\nif (maybe.isNone()) {\n  maybe.replace(1);\n}\n\nconsole.log(maybe.unwrap()); // 1\n```\n\n## Result\n\n```ts\nimport { Result, ok, err } from \"@aicacia/core\";\n\nfetch(\"/api\")\n  .then((res) => ok(res))\n  .catch((e) => err<Response>(e))\n  .then((result) => {\n    if (result.isOk()) {\n      console.log(result.unwrap());\n    } else {\n      console.error(result.unwrapErr());\n    }\n  });\n```\n\n## Iter\n\n```ts\nimport { iter } from \"@aicacia/core\";\n\nconst evens = iter([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10])\n  .map((x) => x * x)\n  .filter((x) => x % 2 === 0);\n\nfor (const value of evens) {\n  console.log(value);\n}\n```\n","readmeFilename":"README.md"}