{"versions":{"1.2.37":{"name":"@cspell/dict-en_us","version":"1.2.37","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"48d10290053a5c492372ed4221cdb83c835a3bcb","_id":"@cspell/dict-en_us@1.2.37","_nodeVersion":"14.15.1","_npmVersion":"lerna/3.22.1/node@v14.15.1+x64 (darwin)","dist":{"integrity":"sha512-03QYjVBsjCYzDOkK0GKAF0YmshPwXp56efgN1uYd1BS5t5lMOFix/5hH8UYuBK2o2db0o/Kuw5GWMgKtBkO/5Q==","shasum":"3e45e4c43bd3cbacdddadec449e565eb0b51749c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.37.tgz","fileCount":7,"unpackedSize":400947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwaLSCRA9TVsSAnZWagAA4wMP/1DUi8YBbUWljqDKVAbe\npPy157Yi2T0siWQq71RI10Aul7XWUeoBrmEyWJZ6QqkjNkgrz9nwTI2pM/Pa\n8kVMl0BHGTOHIYVd7fzSgEjLjoERRiQnnyR9e39BwqvtvD3YAIQus6Bpoxzc\ncMsDLIU9MeCJ9oKq0cXRsKs3cQL0AR5OnMJe2n7/SBMwSR1YTC4vbwV0uisQ\nIxtQ3Z9n0PHhBWAc4wzbbO9lMNF1i4IespUzRpjldEvHSQ0VG9h1VVdE16OR\nzpgYS/xuBBta6l+H9nsniow1uzYHFSa8HtDH22wkxNdOS2A+psASKXSa8W7D\nqhtY6mxgCaGkPZvf0xWgvfg4OcBOtc17SJeSUEKbpYqJYbaGV2vUCiXjlCoo\n0u/VEddNTQrzb+v4/rGHIg/13FgUA4LepCMgD1uXm9sR9CXftKrSgdJYpXfp\nslfQcW2LadzhkauekYFnonfeDsGBDGjQcEswzODQwLs48+CePHydV/h+BahQ\nJxJ45bgoJiBAZo0c3nyntBUdunQjjzrDcmzZ6RdEevs9JJZTVJnoxmITDE+o\nZjOj295XUAuSwAg/NoW4GQh1NSI0cSxNdqOMRK8/uiDgnePrAPlvPi9I2ip9\nhyecYlin5ncjUcKvL6w0yVWW1XuXjVU5LG+8D2ZY6JVfsZb/cv0ve+W04jGZ\ny2+6\r\n=TUk/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXXG7qg7wNJR5OWFznvykYwhfJnUyMfQmk7k+/hZG91AIhAKNWL3kUmw18cEF4jPRCM63HUWRjxAkQsV7agDzT+tbU"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.37_1606525649953_0.17953217205405103"},"_hasShrinkwrap":false,"contributors":[]},"1.2.38":{"name":"@cspell/dict-en_us","version":"1.2.38","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"e50444106ad610677e8ab353bf406f6bf8decb69","_id":"@cspell/dict-en_us@1.2.38","_nodeVersion":"14.15.1","_npmVersion":"lerna/3.22.1/node@v14.15.1+x64 (darwin)","_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"dist":{"integrity":"sha512-+JjYROEL48hLcNfubdq30VjIxZU5QyOs842VlzvHizQVJd1YQg5ppzg+5+685mZchC+KOdQabF6DbLiIL1PFVg==","shasum":"70816e251b8ab1531bc2faffd99a9ba1c83dbe41","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.38.tgz","fileCount":7,"unpackedSize":401469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5KZACRA9TVsSAnZWagAAyVgP/AkFGJyk7wxLv5oa34+g\n/cNPdN0PGlzkFpaHWB4J4XbXD+1/vr2L6jyavZymFmLiz87Pzxp3skl3Yb/J\ngrCXvMfatSri8LBDFKQ3o7L7Hyg4W/xE4KRWHg+RdJtwh/X+Y82qEwLVr8rh\n852tW1uPr+RCliC/MX9YVzMlDAewG4xzsLtJ5atiW22vCHTpm3OW4i3AFmFf\nW4YD9AEbcUVG8b71eXZ0ubpWD9pfId6oVNHemT5mq8/r3UJbS6YCtogD4+Nd\n936S0rpFpM3np3xzlJ4QkdgOg/ISnOFTciyj7xlVVLI9iQOzzmtPNZiaZiSV\nw9VY8VmMJxG0ZRdY/+ItknqKO79oeGPcQMBFB8YmgQiRze7sDoE9ORDDefMP\nREs8Ik2VA36JfqfsXlAzG2bnyUY/RV67JpMsP0/vXlAGcVicKoBOokOcOiT1\nH28YJ+R81jgJDrpf4g83iluEv9eAZR6SWg4Lhu6OlcsTann4z2dPnqaQ7v+M\nauawu+W2EctCD9dGJiE3pfwBAOv9kxnj9rA3HOYir74w5JmUzd0UAxyXUwWs\nFmYAGFZllRIeFQ2JonvvE5dw125xGphSxLSDoHJ65uZElnCcilV/ihLcWBHH\nBtOfL9WkppA0uaFxsPkjRKn+7HhIMyMfOilWMimouMsZjn/SHYBxYt43SlFu\nXXVm\r\n=NiNh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQMvyaNNkhrN8DuVDjW85sV+XRstr8axaaGtIoq4SALAiAb23iF/pH5aN+1hEunqd4U4kxIAUjgjPsWykq7PgAWoQ=="}]},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.38_1608820287816_0.07891577774157343"},"_hasShrinkwrap":false,"contributors":[]},"1.2.39":{"name":"@cspell/dict-en_us","version":"1.2.39","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"f13967f0064e9e34f8f886375fb7ef305ad3a1c3","_id":"@cspell/dict-en_us@1.2.39","_nodeVersion":"14.15.1","_npmVersion":"lerna/3.22.1/node@v14.15.1+x64 (darwin)","_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"dist":{"integrity":"sha512-rMn5pIm3bl+t3Qxdf3WMkLZ2kzs/FDHSCDR9ha+JOtCJ1yrJTLdlZvokGDLwMScztbgooEvabsN8AUqPutOSog==","shasum":"44e30abee9a20ec3cbddd2c91f21de7e3b4ca4ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.39.tgz","fileCount":7,"unpackedSize":401692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9bgrCRA9TVsSAnZWagAAv6QP/RnP0LxeyF/cyYug7mlI\nKvbqUR4AcWHBOIOXifXTLEEJ7/1PYnbzd7SZ9DnDAW60q5tAi8ePvwF/LLLK\nURB5oT9RkfPFh2zTnu0WUsE3comBgB1r6jiuvOu6NHcU0EFbJU+OwhAhaoz+\n9crUE28cQdItonYQ5OpQC3x/LS2ArHUBl4U42Tt3yQUMJJmKnvY0ruj5CoQ+\nR6vFX5RIHbgwtaA8at3+BgTsF00gGSZOK0gwZfgs2h6RwlTAmuDz4JS6X8XX\ntMkAIVs+awEwf+9PIt6WNtbwNbONs02M8LPTvX3W1pF4ONhhM3NlW5dx0khM\n870Y2dvyKpsHbi/5G2544b9y3joi5/b1+uoBYEfz87KTPwwKqiPBbW0YDrxK\nFUwqDHJ6kuvMmuE+cSwqBwmAx0K3T8lWju2nT2RkxG3JH7k65JRPhWt8l8Gu\nm8J4k03WFqxuAocCaZ/ufNUKTMt9DHRZy0ZRL80R9Cdid9pxT0GS3pkvvm05\nkJeGY44CwV0ihr+vfsUO1hUGbm8Z8w1u+NOqKU774TpkhvBeTzx9FrG3IjTm\n65KhY9MWRzTnx6pqcJea5vMTztTBXB1Ks3yadta5iG9AjuPUocNr+rI2QvH7\nweqiXguEXzeNSBYvCWmJLXqQrCDZsRagoIv+ekucOwVnZcdW3UKinbO+Xwv0\nPjPs\r\n=c5oo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCU1IjA/wxaOBo8/WIbYpY/lwWFmL7Uiqx0zIPrNUbUuwIhAOKIsGnBsnocOKFJuEyB3ULaDzE2gSzsnfIxb8MHMkF5"}]},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.39_1609938986973_0.5024905901249554"},"_hasShrinkwrap":false,"contributors":[]},"1.2.40":{"name":"@cspell/dict-en_us","version":"1.2.40","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"1c298eba6f2fdcdd3473025aca85482af1504811","_id":"@cspell/dict-en_us@1.2.40","_nodeVersion":"14.15.4","_npmVersion":"lerna/4.0.0/node@v14.15.4+x64 (darwin)","dist":{"integrity":"sha512-e8leCvGAWPWQIw0SoozgEAiMt2YM12rafOuW4aQwgTJD++vp32a9RrnVL8olBfWaA57rRWWndbMSmPTrsO9mpg==","shasum":"03e7c7458f9685e09a19fc23f964a9d3dbe52ecd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.40.tgz","fileCount":7,"unpackedSize":401896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUKabCRA9TVsSAnZWagAAClIP/33vFZpENdclqTWAAhpb\np0oSkpEVf/qL2le+lDVQ7KGCz8OFrn1tGPce3MA6RusoMV3Sxm4lKQZ/75NK\nwOjQdtF6BMtIeW308MFqfTrgITk/iRqYWyEVbtTXFR+UlSc3Vst9cj8eDMnM\nlsmc8GEWzKi9XbFemWRtAYGvBZ9pE/W5HYsnp1A4bpa/4oWbYXhjCD+k8zkR\nMzQkvhZbDTVeugW5Qaq8Ai+0RxMtQszh7q4VzVIGCGKQItLd18GiDjrBesZl\nyIUYIYCPjHDlp3NOPrqToeKFyMBnniJ6iDRI22YAu/7XtkhdXThSch/Gxcku\nDIGXq3m0Z+lqPZu+3A3Z6wAPNmbLRvHyKV+WP98VPsIZesjX5j92Rv7wRLaA\n3NKVLaj/FXO1tP09jLYXh71bwA6Zct4t4cQABgQdlfIdj2gnr0phN+ym7hBG\nK0p3g6ZrK2/krNU5uyuRTwVOchbheTA84aVJpRGVjZpoMjgELIEOC52Bi32L\n0lk90U/JSJxgNOJ3J+SPCCvxExcCv3do4byKcdCeobuZwAZEbxumRGSXPvI9\nAB7bAEIRS8cULeMqFc2lTHsnTWRpxfDdTfxFAylTTqBqugmj/Swc1lNJocn2\ntdd0HazikecHJWTgeez2PDA5Wf8SfBo2U9DbMLxzEKaWaPiMiXBttQOxYn2m\nX/yT\r\n=dT8i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAYLwI/M/C7PWnBBzN+yxVwgvMu5O3MZiKr2aC0Z09KAiEAqL6AhssXyybU+LqAuEUl3roeqotGEJ4/KpllAMcFTXw="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.40_1615898260509_0.1712770549806002"},"_hasShrinkwrap":false,"contributors":[]},"1.2.41":{"name":"@cspell/dict-en_us","version":"1.2.41","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"5a8e3e30868bbc690809b81c9bed9fcded8cf474","_id":"@cspell/dict-en_us@1.2.41","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"integrity":"sha512-4BKhYyucB/onGl6G8zLL0KdvxG/8Kp370zDElZN8+e6XwxyKqaPUmocAX+miJyZrmFm833HnNreCKK99Z8Ubeg==","shasum":"b3d1075238d390f376fe1fe8ff174e9bcbe341ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.41.tgz","fileCount":7,"unpackedSize":402284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpjMuCRA9TVsSAnZWagAApPIP/01ea0gI4XY7T4uGQQ/E\nVhmTij0FGheZmZ7W08g/4O0GoDZo4XwyzYeUqdV3m63geBsUqTqDdYl08xqg\npIYUQwF/ZgkWI2LWqTJMh31ycf1qahhvfjKLanDSTGayLwXInvVAQCSzOexi\nn5gE7lSkiqsQ8EkyIbZc5HZ4JqZWe03yZvnN6yuzUEdCA4lpJPuUZoJt79DV\nt7tH5k3otza0ZtNnrSIYJDsUy20fI5pmDdgWWEu/mxdY0GxWhTCyeebSEPMz\nZOsoTdj+7J1V9cB5at21Bxsa656MUUia7yemlRUGt2hWPOkQMYRCFeSfudkC\nWo3QJF7GP15gBg+Ib1M2u6QUzYjoPCSnlZP6Z8rQffYNpJjWX3cgi5jrs2FI\n5NGEGPkPR5y0eNAYXkULXxV5Mc4r/Vo4J1w8bWAhgPM7ezksl3ARaJP7Yb8E\nlYXWtUvOQ/1elpOdMR2E+dV6hA4AFJ/0KJeYs23U3vvFZZEsZnq6FF8Na4cL\n15DcnH5IQYsbdOIhZdjeqGisgBQKYSPdFdEi0DfBcnDVAwZoVuxHg7HP+QUX\nu3XR/YY7inqkTMC0QIOvYw8mZoVj6zfR0g4VUjQjhfiFuvGAyU99TPJ1Vqea\nboZL7kPnx73RV0QJTIPYz+8hrcoJ7LFlTbUnMzNB+Rka0XpsPlDcuM8IKq2E\n2fPY\r\n=FO8Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFb2Tzku/mZUqTlpfx3oCLscYsL70cmKy359Uqw7ikhQAiB5hsNkBowcUa+iP+4ts0mB6pCJhD4u3XjmZL6swuCamA=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.41_1621504813854_0.3331719985100998"},"_hasShrinkwrap":false,"contributors":[]},"1.2.42":{"name":"@cspell/dict-en_us","version":"1.2.42","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"ac92dc03a704607e79b8dc721f88f8eb82ccfec2","_id":"@cspell/dict-en_us@1.2.42","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"integrity":"sha512-5iegemAMT+5WQzPViy67EBH1z3sR53ZXCVQ1RmZJ++ZHkQ0BZ78EgZdrHFBW7tm3D43yf3V8vYSeTse5f1YPCw==","shasum":"ed9e28a2d4734d87681aa4421f33b23a2327bbb1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.42.tgz","fileCount":7,"unpackedSize":402963,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrgS+CRA9TVsSAnZWagAAeV4P/0itBAH8bXJd6b1yeaZX\nQOCSyieO6Tzvc9zjr+HT8wGCeeXbdqlHlyqWOatQC+g4IbZrX3z5KmRFEBAI\nuwpMQuAkA4CwHWpGU8obD1z1TZoiIk2uV9R6QNxNurZN3lo+uXvqYMKuEaNG\ng8riQ5EvSPDcBMEnaEyfdTusW8AOftJp3V3nSZYiqPjdJhvZSjFdAU2hByx0\nrHU9lrqeqdOKxgj2THdf2lulMjYoHtVU5366G1jZdNgVtNqpJDS38MkGrIQz\n3rnGKWtgvWD6Qz3XfebVO1vRD/ZMZ8bVa6OOP1YH/i4B2cWq1WHtSK6lM27F\nIpt2/x6XLdb0QR36bvQfJpqfn2MhD8rh/xwM1q0N3HHuKn+5vFnQU86yY1eE\nMlf40Rej2swfN6Pe7GGIluJTw2fX62r4nl5HOMqvTR8IrrLnTg+kDAtfR7wg\nDHdrb7QjMkVQzcLSGxx7YWWWqn8aGlrzoJjOQr5U3yG9eJtoXxj1C/ofjw7D\nrBn6N++yBZiPEgzQzncRIgt5T+lZclVF3CjmZO3ed/hpU9XYdit/B/SLgCt3\nV8ZHd9mwcaOYV1CkhKkFvs81kzs4o0k8RjXtwgycVfAWK0o603ML4jSzLDHt\nBcbOWP2aGMZOJv/rSnerukOUAr4sfamBix8zOTGqXgqzOZiPlhRKfab8g2Ny\n0RJU\r\n=WQtt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjE2q62WY3GDFUsEQZ6yaeDBsI7R50p8amNDM9IvigHAIhAN+eYGBubYoJ32JkhTNO1fZSRXIGcO7AfQniQCyBZqGf"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.42_1622017213628_0.22669610427205944"},"_hasShrinkwrap":false,"contributors":[]},"1.2.43":{"name":"@cspell/dict-en_us","version":"1.2.43","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"c83f0a60f0244261a80e25809165a9f819027763","_id":"@cspell/dict-en_us@1.2.43","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"integrity":"sha512-WAOtAZr3rNH4zpUXSeuxEo/C65o4Xp4sVdZ9cIqI+FPU7Vrgz0wuQZIL5TwbkuGUdtQtpRfgs2kTPXzns0fjGw==","shasum":"dae5a5cd1a47408a5d3a13c2f215793ecde5f400","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.43.tgz","fileCount":6,"unpackedSize":399220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtir/CRA9TVsSAnZWagAAee8P+QGaAfiOklkQEtFZJ4pr\nWomkcPYY1HC3YjRBRiPrHhKFN2DzO/8TY3zHGBLD9pyIbYOzLG3ehL5GasuG\nNqviRdLxXBD8zRwFnjx/u114vuz0KHuMCDWybRtbFceKh5KJM5JjMVELmIae\n7QcrwNyqkc7+jZNGn8aDuAsvO5l6XVuBmPmPpRN5x/Gev+232kdK5n8WDI4v\nhy42jNDxYsXeqH7lRc640D+0xA1Q6N0+Xf2cQW0MugoYQunmLLK7egFqS0/V\nE3+1gk1BpYDlv8+qRfzQUvT/y+vO+NS7NApC/VGGopCOTcZiv+J1bIrXKTNM\ntkuZ9TYNW7xxKwGqoiNxXhKGvBMNod8eQLyQM/DkbLFHBaPS/RPk8DRtDQyB\nVFYQ+HQmjuSZaxBT3OfGBBGiv6f6YQv0xVukKdgLdjnkLKABdEhkkRSWLMdv\n1nao5dGfmCGNEborFM2YzAJIgJyV3N5/+0ifxYdhyvCXpVHdG81ipdLy9qGT\nLP6poLpEfZu35/v9UVUaotIcHfZoD5sykO7ssDLxFg9YL3oXpgFukuN2Xq+W\nNNapU99gw38ixEzgbIOaEz6hSnn7qRNM88JyVQyUkdMrA40sU5aTHrnDl3/s\nlSOxymORiSSP939mZNzOJRkFfQ5KlatPYmWb9E73YUjVk7x77g4uGP9SU3D/\n9Nn0\r\n=M+HE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm5jUNv5SS/V+dXBBImrusrWQXlFfZn2JIKyq5D5KyGQIhAM5DB3Mwf2UtS7/fV+nNUO4jUmx0X+njOlvJxgiyo2hV"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.43_1622551295462_0.33206223878956487"},"_hasShrinkwrap":false,"contributors":[]},"1.2.44":{"name":"@cspell/dict-en_us","version":"1.2.44","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"3e04648f52500fc5ffa4c4c02644ad07a10173be","_id":"@cspell/dict-en_us@1.2.44","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"integrity":"sha512-pdq/HXsrB34VRYZIv7jidikIQBVLSKyCLkRXBvmkbUg4NkfpNcmmA1bVXc3gOhgghDNctGXe5UIIl8hfY1nvEg==","shasum":"1cd016013f069c62c6d37a6d463bae1d6e47461e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.44.tgz","fileCount":6,"unpackedSize":399161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgx02lCRA9TVsSAnZWagAAGSwP/1y8RqG3d8ROROTe1pgN\nnVEtJGBGI7vey04fQeIIeSVbP/AMhQZZn+0671CwWECmAztpBHbPo1uATR8y\n+ZbFRXDYF/+sSn+YsQcN8ZYB/Q1E3zFwaSx2Z76vRyVep6PM+h+il0m7henF\nybaod4hbsPdRlUkEDZtdTuOSE9I4GzBCG4x7l33nKOGhyxSGVaqWB5I4q2f/\n7TChAxPYc0FDP/ZsZR/UPrmZ6/FHMaig7X03NM4MUp5KWP6y35xP/FnlIZkm\npNnc09JRZJeFMiDXaFB6dRfohkBvYusT23wJzd9UPOlghEwFmgx0TKxfiv3I\nSCNa7+5UfnQ8WFfCpxDNhEyes3DGuVdPOY9kQM8uHEy4dCZ9bgdbQhwzIA82\nclyLwhE+mmswm32iHQ3pA/968VrnqQRml7EET52/isnAZ6Qe97o0fj4Xztl0\nPwSBeVbYIve+AaUkkaU+aaCGtPulvfdXwSxTwCY81mjS5caOGTNkKs4gmyIZ\nGVjUklrIPf6eGDU2QOE6CXJCr3QKEAW/+8vMmgEZimiEgS3u/X4k4lFN5aRK\nOrYc5ZaFQuNqFkg7tQ5+xFD09p2wiVOddbmCqsmvnB9fKQfb0cHmoAju48Ay\nPIg1+ml/MgKnGWcBGPB4/DwCDebXSXOQnuS9QO3fCsW4lbBU1aLcFEgAM9l5\n9nMy\r\n=cngl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPmfqbE4d0Z7MgUgHyGlIlDhYvynse5e5wsbhrAF1QmQIga+YYD1rvwRM6j25/WkUQzWjIbfZLeQ/+ApVzyhrtKvU="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.44_1623674276931_0.7362386515091761"},"_hasShrinkwrap":false,"contributors":[]},"1.2.45":{"name":"@cspell/dict-en_us","version":"1.2.45","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"ba1fa58d02b4af9fdd27b3408417515511a837fe","_id":"@cspell/dict-en_us@1.2.45","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"integrity":"sha512-UPwR4rfiJCxnS+Py+EK9E4AUj3aPZE4p/yBRSHN+5aBQConlI0lLDtMceH5wlupA/sQTU1ERZGPJA9L96jVSyQ==","shasum":"1314a9d81a1fd3cc7ed381dc6a0da10e7c2d02f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-1.2.45.tgz","fileCount":6,"unpackedSize":399235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7bdJCRA9TVsSAnZWagAAL8cP+wVymcbuDkNqlzXzS1bK\no8cv6f4mqDy6us2NbcwXEvBz/epND9dkcJc7dgeYnxy6jxCc1M8NRG3YghZB\nGyZPGEX4N7l1lXAkzzF8AiwtYmKWUj/juFDGI7MAafW8o4sDS+4yqZIhoDb3\nBTPyrJEkg3lDCAr1hXoykBXZT2T9UYN8bNfbfxIxHlsrJusTkAF+WwJ3ga2b\nMMLYC3NmjVojZdwoCg2fZ83+bD7PA4ev1yCYHp18n2dtMwtaZS2cX21SQEc2\nc5IQ3BrIFqJQVjP2p9pkmxf3KYquTWuD5k5oEnBeJK74HC1E0HTAD6i2BKqf\nxspO4IvQ1mchdlQzUFbwWKQolFbpvdaGzQQ1n/lggrHpuizdS0SfWyXYLlX0\nXPr8XMmwlXF70BjIe/hVsft2BPA56OFp5pMCx+vav0nyvOCJR79LAiOkw2gN\ndSYkkUx8QE4jAHPCDudHMyDUhDzYsMuOdxmsYg/ST6L7NEHicdPtL9I//TH6\ndVRvCeoW+Vgo1OwWu1Y+VPoAQiNRuCsqOG7hKMS3erlouzkCZ1Ow8TIpLAga\nCT1L9cHBtLaoYm7nplgYMULdo83EDwuL43fI9ta77NUJWBrup573wbIiZx2c\nuoqyGP5n1mwz6NiIx/9nEtCaK2KxkVrhKsRYtEnLO4t1NLyAG29yVOB/9k+A\noLPG\r\n=l6ft\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbjjwCOxNkx2jSUOfo3wc2uu3nAl/7LNFCaB81hR1K8gIgVnRCupbJbnv8t80QUWpfsj3z/fBjgrK5RW8Tymykidg="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_1.2.45_1626191688668_0.5802104757313116"},"_hasShrinkwrap":false,"contributors":[]},"2.0.0":{"name":"@cspell/dict-en_us","version":"2.0.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile-trie --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"fef2e60e49abf3a9fb8afaabc84eaf6b480c0dad","_id":"@cspell/dict-en_us@2.0.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-USoGJFuSgyEqn33VKpnAW1HPXd7Kvnb9s4q4iCnIfWeLWBvCRr+80bCYgwyoUoQYjZ6++EgZEHLGkGO2OFspiw==","shasum":"41693f6a753fa881b72137ff64aa003bd997521d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.0.0.tgz","fileCount":6,"unpackedSize":437453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGA25CRA9TVsSAnZWagAA6xkP/037SAyeQEXlGGVYZvW7\ns3jmVafVQqx2MW/2Fg1YHoPyWOmgoNWNxgGtbySnwBkwP7ztmEGb/z0QOl5a\nf1dnu+ZUgVtdlel4Yqnyy/xNC9oyIhLy6rPmRWb9YFoM5bEzXovraElg3AI9\nvKLDW3/e19Oe7xJiJJbj0VuQh2R67QIcMoit2ZhgEGcSBcTFEca0O0UetErE\n2rDT7PkAMshUFU0WcppgLEVOygb1V6Ps/NkLa9RC1UWhffBn06bubYmk0AVu\nzQt7xmM4GIlKQnVAlV49JS3tymo6WSfc9IlFcj+NllZLC30VtonhEmhdejGD\nHAZSQfcHjz+xEFnenFip6Xzf/LtVoNSUiqV2NGfv+SeFIp5lXyoeqRCuNU1H\nnjsq0M0e20wz6FOku3345XkK9WLVjhWgIOq+a4gxA5fyKw58P0wrjHfW8Zow\nc6Q/SMTx/H5mIqnWtI0CbwLb3kdEBwEpMYavuXq/nUe74gkj99u/HhoJaZ0x\nM8tFSDqgM4anpXWPJHT/nViSAezY6qk+I9TvE7xzAIUYSlMty1dt9EyDGASw\nxQje8vnEZoP1Bw320P2GeUe6zbO6WoY9DzJnpMcv62Q3c1bQCzwfv6rq8rdi\nnmW0ZNQrrSIrcObTLVu+qvForMcKLhbnsY3ygqXrJ+82MCOpQlHza7fS+p0m\nySEC\r\n=5KIc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHhJZkOiPA4SXYwKvOSYbg4Hkspg/i6/yrCYG3TkpV3zAiBfz+o/0paLo//8ZoVqo2peUMZKDskc6JLsPGh1JMpN2Q=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.0.0_1628966328850_0.12401176440559603"},"_hasShrinkwrap":false,"contributors":[]},"2.0.1":{"name":"@cspell/dict-en_us","version":"2.0.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x=compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"f491b8dc3c0c11a647a71568fcb6f283e68d1f54","_id":"@cspell/dict-en_us@2.0.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-hVP4rmYzjpBxhVGya0a+GrmfK85qMFMtihmrCuPFKgh5yCGKKAOEMyvju15AquheKNpIf6MzMALalNMr/x7kIg==","shasum":"2a3e2a596e0d7b26be44bf08257febb7d4ac1b29","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.0.1.tgz","fileCount":6,"unpackedSize":319496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJzeRCRA9TVsSAnZWagAAxf0P/01iXvIkCi3/Xigw9e+4\ngGckxairkLSXO6t8LsaDX6t9PPOOIYoUvDTeHuoMn3tHUdXpS2tKy/aQ86S2\nbwPyL67vJrOO6PYoQOXzzWbwxumwM57bbo88bQStfY7McUiVu9xqJTgzQvJQ\nflOo6BnCacffkylghKa0kltEyN5YLPVfOYdGFpiW8nnWxbqcuw3Pvcgtlj6x\niPp27DIMt48b2KXfgi8JY+JrhmicbVw8g+jA+VPLekJrqYH+VhsuGDAnnx6h\npu7ylmEA2uiR41PQ4Rk6MLlZXBf0gGE3zOd/5bwweMfsnb8TLPeBndc3buI5\nZTINq+CxzBWz0KGJ/VM1qH1aTS0qisaE7tM0j2erZ6l2VAQ5dLHlEdO5XxFG\n284aa3AXRndc2MEUBHiOHphVtwaZdcPfzwQAD8PSy3nY0qLSw4DoBpSffB/e\n15sdA9/9z6Jkl2q7cx/ETvU/VHR917ixUi7uN8BUc3t+Qa77rhikfdFaSWhT\nbmvcZJ0sL2lSbJBGVJnuH62N3Q+neuUqY7kvJM1pHp8M4DgeAVmZ4aLyJPNY\n2aXBlX2OEnl/E0P2C0ItQf0fxVVRkLKqvb4J18Ry23OYvPaLjGtJzUaqC3eY\nyKkLxqL4DIyRojktFED2miw8T2O6ZK79fVHwGOTBdSWPqwvYcE7eQZjFn6Cl\nmj2Y\r\n=9pPF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh/63JNm96RLy8ptvaQebhfxw1BEhOLCjzAXA+/rNutAIhAM80AhHABO3b9vEKdf9vg2uYyVnpxjZoEvvNCBeZJttN"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.0.1_1629960080815_0.5624785980153841"},"_hasShrinkwrap":false,"contributors":[]},"2.0.2":{"name":"@cspell/dict-en_us","version":"2.0.2","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x=compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"gitHead":"bdec862253dcb75484a48ee5a9ec91ae49d49e30","_id":"@cspell/dict-en_us@2.0.2","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-g6TL4ynWHoxVKvQ0kdiMCbh4+FeXwmHFTL/dWgQbyfy6cqKXjsOqPK0OPVFIbqI5rV8QeBx5IH6ny/q/XQOvXQ==","shasum":"9087b99ef9efa9e77d1b2546feb454e4067cbaac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.0.2.tgz","fileCount":6,"unpackedSize":319569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLQr1CRA9TVsSAnZWagAAgNcP/AsU/ser9bwn/vkVrAfN\nLJ77m61U2mgO3IkOyiCqZc3P3zzq0ZnqXNzadHiFNgwMCUFsmx66aPOUI1GN\nID/Lq9saZo+JANVRgTeuO/3ZRob7zD2IvC54Kx2NtZ9ifwQw0ErfEsH0irVK\n3BH3Yfsu94x7X6lL3VN6IgbRAfx17ch3AWuh0ioxeTkDjxBu1SrccEhgUBgR\ndwDaKfST5nqnL7EN304K6tC1JqxGdguqqSwKuBZFG+HeHywiuLNOHzRr5XC4\nAsHTjKMNzB5wTogBpxv+lZMxq2GCVYAJxIGG7xl78KmY8vfxm9ZRdmzCrpF/\nJtlRQWD59x6B/R417CkTjb2xuQijEdk+6Y89Vc0bc0WmoWvL7J1j8XCxfWKd\nxL4o8ZMqTvDG5UsrvP9YMd5+vFcIHtUMtJgQcjN/kHWnxpa5TlPv1UaQ1pEq\nHPe9aCDiYgsnH+4qPg2OnmAXBVY5No4TDcrJQFo36nYHjidt3+9QaL7Sdf1S\nxX4FjBGdVsV9YSu+7soZj7mxmWJCOnKubScSmAZlsqOVz78bw8RhgXbl7qSJ\nCpyX9CnB7IKwR+0hthwtEGIfM1KB9PC6VDlowgn+oiaOdmFc4yWy7Pr4zj//\nItnhT/g39uDuhVZfW1IjAgXyG59H6MM/oOZKSU33NnISo8x6bv7cHiYK+I3b\nJSHW\r\n=fT0i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBq/Ci6pKD2ODkE9iu9mImGXmmiCaHkl+f5DHNXbJbJeAiAg1htLp+qleo6roPqQAidjriUUMFlH7wDMm+bKyUPOxA=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.0.2_1630341877733_0.45182152079914384"},"_hasShrinkwrap":false,"contributors":[]},"2.1.0":{"name":"@cspell/dict-en_us","version":"2.1.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x=compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"c538ef581899f9fd659e1347277320bc4a122740","_id":"@cspell/dict-en_us@2.1.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-c4ZpbBZwiO43eBSMFkbB6rdYUF9ruEExu2/iBr0M+3FIAAktUCkeLYT3VVkRCjnz4Oms8GzZBdDS7dmuSLSDgw==","shasum":"f87aa12e6d56a213bab90260c89cda0f46ae31bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.0.tgz","fileCount":7,"unpackedSize":336352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMeWJCRA9TVsSAnZWagAAQI8P/26ENUXIrNtU+dv1ZKOA\n6hZcsSJtD7del4/fIs/DRZ96s0JqAhJ7EfIWY+7CuQ8lhkzGVQNWC4JXYEht\nNrf+2Bc1AJlqKqUshitEdnExQ2yvJqadMiP9hB/czxM03fQ0RFVC1hXazSQb\nk9goz9sNr6SFa8v58KMb6OcaV5rylgCpCyp0zKXPD/U+oG4jiNOjKSnBEWrR\n4hChGjzY2wtRXfpJ9BNPdTzEQNIAwZyqzJgaJCr25KKH1HIOEAgWq9WTJ44f\nrx1e2gCfskFbrByP7ws4LytGVvjjL6EGhw85oJfWqVzzq10kGRx5Sk+roDAL\nU4Y1Jh5lIEuV9xRY69+Y4UtuqKNg0Pd/2cVJExJkxWAwNhvki1GAvE93zJTP\nNRoHqtXRqY7nhU4UTZ8B1TayVbUbDvBGL3pq8dxv0TYsGMT6xRzs0ey5f5SD\nPEYmiNRGXqsiKqtJBNnlrJwKRf+yYwgyqzFznJCTvxRwIjPMvdH2xbUBBng9\nMohZ32OE6D8RERKSEE09BjonbHXm+qROFMgM7QXatmpLN2jVWz20wmaZIcTr\n3ABplYKLzKBEtrHX0B8xa/3rbCrXYjuyLYbLWbQyQp5dGJ5U+Wwx5EqV3CRA\np0vxx1T//w9VRVZU7I4qqWQfPUISfP/Bc1e6WXRJc+OT7Wx4P6OtAhYWCaSc\nzIAX\r\n=Y7P+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDulPr2oXWTZp0+5p8rD+fZFmpEgLT9220X+yV0u14sJAIgDJ1Rm/WbtDSmg64TyjPsXsqfFkyxORyvMhLTJWeRJjg="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.0_1630659977661_0.9733412407068784"},"_hasShrinkwrap":false,"contributors":[]},"2.1.1":{"name":"@cspell/dict-en_us","version":"2.1.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"dd598ee19650c5891ae3bc70381f8f13b7258017","_id":"@cspell/dict-en_us@2.1.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-7kHOqve9DVFsb1e/wKME3CZhj48zOqvXNaA1Cd82ZkaHf3aL7pUBx3cxI7Xopj/dcK1ZkhUKh+2nBxPIWIibNg==","shasum":"3db0fec45a821ad66747e42d303d2448d37a158e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.1.tgz","fileCount":7,"unpackedSize":439818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQtl9CRA9TVsSAnZWagAAV/0QAIuYslRAL+BPnhf/Uz38\n16SiV0UQoZYLIrsgRteTE3TumD6MYW+ZWAZhrN8hQI2W/nPtUoE4NSCuEwE8\n+dCMNjz9Y2Zbyz8iyetF6HHy7e+R4aBPRq5Hlp1AVt6fleoYId+HbjBxdO0W\nn8wQLItsNYCGHyKr43JUWhA1RnO8pmi2ImjiBmwEKlBIBk2Fkf0qJf85bRzs\nt+lDaPlsApq2ddH/ld9HyutIt9Ov8S0aCqUKljiDzrdED8VwJl1KPIfg4gDw\nfUacKpi1m7M157doouMH4b9xk2NGCjHXZjLvVsdCKVCD8OmMkoJqXz3KZoN5\n1iOo4u+2j2PyGTTnsJQlA2lBtH8qexLHgSd9HQYJQLz4Lp9pihucnrBB2Mee\nlH9E1/+WX31eaFRooTqt5gd+xbVvWkxs0NNYW3rFj3FT2j90Q9XTbYhDN7t9\n9tAYrMK8IvCpQnLc2CR+2dntGUOtiBDIVeXhdyoMnm0TKhxzm0hCXrsL55w6\noRCZXR81rouLZBaM+wzRGCBnhyy/JZ+PKxeVMhnJ+2t41LxKKcoD5cNDTavV\nHcpY47A/POUH7rAfh6iPSF3IuFRfx2giNF/B+1ihJ6IhyMyW4Gfo9OPfk+QP\nHTt5HycAj7btZvPkiHOmiY9UTb0hgN1g378w5qyDjaohoQGe4BxXx5fTwcxF\nO8hv\r\n=IyXG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWVtsGGiNLNVqV2Tla7M/pdPcOfxWrYldWZWDYAKn2fgIhANMVdLOGhchX2fXCnn5+lGhERWwhDIwIHHGG4Zdx8wQl"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.1_1631771005257_0.7610831674327132"},"_hasShrinkwrap":false,"contributors":[]},"2.1.2":{"name":"@cspell/dict-en_us","version":"2.1.2","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"b205afbb533926ffaa26a6e48aba3b4eb752879d","_id":"@cspell/dict-en_us@2.1.2","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-VWaUR55G/COhAWo4eOmbVAxnYwDnt2o+GsdLjVGdjqA4xPztMyAhtlmciDrv2Wi4kmDsq9n2+AyoaUl51h1ULg==","shasum":"e599eb18398466ab9d9b31232115cd41474d4aa8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.2.tgz","fileCount":7,"unpackedSize":439912,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYm0Z5xKOOLlGlsLv+Clcv2ibxi8yOJ+IHzLeaXG1LCAIhAPbn/HNDIKeQr8Go1cxU6FkBfKtsl47e43rVEGB4LzMc"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.2_1634670106976_0.7113625591240704"},"_hasShrinkwrap":false,"contributors":[]},"2.1.3":{"name":"@cspell/dict-en_us","version":"2.1.3","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"bb8d57a5736ec66fbdd55751ab6753b0e6dab33e","_id":"@cspell/dict-en_us@2.1.3","_nodeVersion":"14.18.1","_npmVersion":"lerna/4.0.0/node@v14.18.1+x64 (darwin)","dist":{"integrity":"sha512-71YlVhKRBd758UNPMNeZrZQdPafEKS0e4LAgbhyuGhJhwxzAJnJolKT3vQpiFdaH4zsEGVvK1l2oTHpQDt9sng==","shasum":"d63b16c7f0c78e63dc462f2428ddedb4de932aa4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.3.tgz","fileCount":7,"unpackedSize":439901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICAXnP18ifWojf/7K728v88U4cruNQ7l0n58HeIlthEaAiEAkVzWWMDjjQS3GYoJ9ws1cVdHwDlZHDQ9NAVs0/jv2xY="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.3_1635771828827_0.6849935848372948"},"_hasShrinkwrap":false,"contributors":[]},"2.1.4":{"name":"@cspell/dict-en_us","version":"2.1.4","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"527a864678c02c463e2e9259e98000ca9ad5ee59","_id":"@cspell/dict-en_us@2.1.4","_nodeVersion":"14.18.1","_npmVersion":"lerna/4.0.0/node@v14.18.1+x64 (darwin)","dist":{"integrity":"sha512-W4b+aIvZ637FqtTmrTe/T9i9748cuTQf82eWUgV9O296WzZj7rCxm+rzOrmRTAcCmU+9+6Cdsr0unETFQfuxww==","shasum":"be68ed8601dd84d41a40a1fee23b521d3b60e688","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.4.tgz","fileCount":7,"unpackedSize":439903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm6ryCRA9TVsSAnZWagAACvsP/j2ENkxIW0erlwe6gzTM\nI4qD3ABpj4iucKFkOp9zvFZ90Xgrs6fH7c6YKv5PWGeg2Qji6YVYHySjMzNO\nGxy6awlfv9HNwXGNEQiclzd49bUEsVUZdYdwYS9AUvdIaQhz0oQLxuMTix/G\nQcLxOQN/9OKBFa1c6oura7W6aW5AQHhTfgNsLNPdlfMx6ZqcO476DvvvFDSL\nLzGWqasdk6afaR9it816vEicpHjEcYxtthFxP/g47psLihOE6kFFSrT3g9A2\nEB5LBTHQMgMC4n+4MZh9aO5XrG6lEU/zgmHaACLOKqq1WdJNraOA0dKrcZoG\nYGwll5aDd+YIcaAZkEOHkhLEqQ20+J2AoqhCkqpQocOTkmAAqzh6BIT+YOWM\nexXRN4ihVDLQxVRvfHOunK74JCnskZ6+PHkyWqvxq1vo/QX/zdT/LgfhQQTD\nDyIcWpASzPWPdv2zrjeHJWo7wYNN/Rqe+UpBj7Obcjb5qQHicMmK0DKs3Sw+\neNL67corJJKmYzfhYpi6ev70t22ugW2HDXAun4YSYDCL/7Ct9CuM1Bx2GMKS\nbBsVZflW5WOG6Dg5tIAaXR3nGrbOYGleO3WKv2ntrH1cbWbRGpJHSDBHfnYY\nJIqX7P3x5AyAmFJQCsl0mfcghhSaAwvyHCYbdKKMV/Sg/755C7Re6r8KEvSx\nZ41n\r\n=TcRq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmZyN4J9pIyWtas3ttQxQMjhUpf2FT74eyAb5dfWjxMAIhAKk6qgVtO1n5OUtLBJi3TD7NX+Aj0nXvF/SYZ1Rl8eUR"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.4_1637591793857_0.19443872166057674"},"_hasShrinkwrap":false,"contributors":[]},"2.1.5":{"name":"@cspell/dict-en_us","version":"2.1.5","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"9e3674306f08bbb0c68df1a1c67628bf7ca8869b","_id":"@cspell/dict-en_us@2.1.5","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"integrity":"sha512-Q+LgFjrQw4gJnP+aHbVW5/TZlx9ccOCcjBsZYpTEXT/VW04NUX7+EN8bOri+wTEppSQVfl6NQ3bVkzPIjGXLzA==","shasum":"456914e631d10d936fe1a20313c5f9cce78e8b60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.5.tgz","fileCount":7,"unpackedSize":439905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+WLKCRA9TVsSAnZWagAAFmIP/3tN6ZyPQWJyA1f54Wi3\nN3Wj4C0jpBV+pOVUfzy+aNr/KPnO+T8NXdteC7RepgyetdACbzzmLcW53jn0\nAtZ3WrIJbDV/0A0xy3edWqrqfiZ6MNL/WdLZbzW2EQqiXVv+V6Sk9IlhcugI\nmXT+tBkSE/GZtjrq3sbR9g83ojQ0YYIwWgFqVUVXsOcSOPAZ+uArS0k32KQP\nyulp3PqzhLQaW/FuaXdWflTs3QK292GSz3mO1E4bjbL7WlWaMkeCZbcRA99e\nL/CFnJpV86YP8qC7MLs/Qo5tHIUfQ6awn8IJ1AxfzYJWWFjdShCT9BGKyvmr\nHI7I/dHakVwJRJ/I1uZBha2reSqOd/cX5lDlVhgSAPsmJxvctWS8mk6sqivy\n2f2K7rAREEQI7OJtAugh3wcTJbbgdMrb6fTwp4CFq9/XhfWHl58T99FeK5w3\nuhB/aH13jXEbnMuIuQjgtBvLB6tnA1SFnh5ishvIiy3J0/SDfxOnR3FDeVYO\nam0bIq/1vriYZYCubwho1ZFuU8i4K3SUdnVDUYd7TmOVi6+9xD1rdXP8Tsq/\no/cGUqJ/SI25ZjB+Ztq/VZoOkz0l4PF8NuzgIyOUNb7tlc6pzEGyTeBS5Ukk\nFNE0Do79vCNkXcNN2R9E0obSCbujMnNsKpL0V7tv6NNqCHYPB2n/bgPLKbbW\nTltk\r\n=y77S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcRZSl0Avl4eKOJDZFiwOX9LRRDRvvXXtmRaOcX36uWAIgVD1FksayZivn55PpvCkDkU1YRTauMbbLqkMCotmXDqQ="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.5_1643733705827_0.6567536156145404"},"_hasShrinkwrap":false,"contributors":[]},"2.1.6":{"name":"@cspell/dict-en_us","version":"2.1.6","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"yarn test"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"d4e4eaf960cc5ae9cb208c35bf0f1e9ea42ee19f","_id":"@cspell/dict-en_us@2.1.6","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"integrity":"sha512-9Mm3g0bvlgA2stlFFbIcOySGp1V/oM6UrxD21+ZegZM43yqSC4hDYvNeHfrODSpTnJTKgr8p5XgrhbQpUdgsfA==","shasum":"9b5b830625dade47b6f0626f94714bbe487006d7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.6.tgz","fileCount":7,"unpackedSize":439925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBBveCRA9TVsSAnZWagAAgfYP/Az3fai0XaXbiL/DBrQ4\nmfSmkCQzyWo7vqNYKXAFRAle2Krs7dlOXhf8TUl4O8vaqooYtdCmC83cO3Wc\n/nki3s9IW835lu/JXOEJwuk9sVMfpO8YYjvmXrD7LxqmLrLyfqm747Bec2MN\noRfy8XIg7HECTXdFonZv9ctKkPdRx/ufC+m9lWqQldHyyMtNjWX1swQLchVI\nt13rx+9c/Mx0zyL8+1NQTgjkkko04xMjeLnIyp7o6i56tGsQqjFNBEpzt6hW\n+qb28ovt4/UKz+dTp4DNabxk+HSHFw3bfjZNMz8MQFBob510ITGN3N/5OXvv\nm7HXvoFBkRLsM0KZl2oT+tgurGPKhVH4Alzk55TCussfEmFOmSbjSUZ+U8mm\nR2BDUy+o3OcCC3FsSiKhRax3Hwk8v97T5ZZLu6nJNDuv5PZFG5T0hpgeP4VW\nKibNTUQoowUQ5ykMAVqFGusBHgGz01GUorxpH3zZFZZVCtmUIfEucHLmcf8n\nH10320nC64EscSqU8kH8aYnFbA9QB9orB2xXlD/vdkuuhYrSNp194mj7gKyJ\nWTA/xz2z1/yjyMKCnXZbJtlh257lMgkDCIfPBuaOIsGARvna+0vuZM5sZYpS\n689ndMMYDu9LA76p0+EbCpf2toMgRcqQgZhpd7236eV7jiMEFawi7nWtsHZ6\nbSTR\r\n=AkxM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWgfEGlBKsyjDNsTRuhUm6QixJc7DKOPm8qzL/e/mpvwIgRaR9FI3wb/oM+4Ed5+jgsQuD6KQgq842EJrzONBtRmU="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.6_1644436446269_0.2781669775228446"},"_hasShrinkwrap":false,"contributors":[]},"2.1.7":{"name":"@cspell/dict-en_us","version":"2.1.7","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"8a68602784f750b85165db7a109710f275e4b6b2","_id":"@cspell/dict-en_us@2.1.7","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"integrity":"sha512-7IeAHZjXiWSIKFx/3CIlY6misvg2KyJ2KO3tSVSKuAlC3UXHGVOcbcY0kQ95IJeKbB6Ot6aW/Aaw73Nzhuurrg==","shasum":"1acb710b72364898a832b300d3e77211027efac0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.1.7.tgz","fileCount":7,"unpackedSize":439933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBDxjCRA9TVsSAnZWagAA+dMP/1PvgCdVqUTP6cpa8iLC\n2bWa041GuAQXz2zoWmxpodnCUQMfkx52rMzOTsoldb8UPQAOllc3Au1lrftK\niJ9+mIieC/oXO9yBmsHTdhsw0ylxuB/Uwoi7HtPzlhcFopPzhPv+rZh/QBHn\nosllhrOBjFu9Yt7hbWaJuNFxs24vugdRCvyfI6ms6wqePHtH7hXgyVM9Z9oH\nKXIrA/mu/mYOns8LD+WVvbZDagEULwBTPw+j9fq3o61PIlT0eaCiiKZ2uvar\nNSfKibNX5YCSKYSFQp0wqB/sjneORZQy/1ngHLglWvzTXMGJnd9tQY643xSl\nzHM8eM39zhdRvv61q0In/OeweQ12hvS4dh54yDN8hqnxccT7wp25AC+NC0Hb\nekcIslWUmM/7OgYoHxK9qzU+VL2ZZhWKcxATc5sYieLibp2jbeaaq8n1/egs\nsQgei9qfBcRq7JSEmdnRssShyIxP9JbRVE3kNIVZOEJQKYnxeF6FxYaT6/DK\nZgWN96xSSEhbg8khkkfOcbTVPjhCh6fPVhaLxRRYkuLnh/WccEoQA1r8L2w1\nKakl52YcibcI14vcK6ZXwCefnEkZYzR+2qCz9/utdeR2SSb72Vnc0kRa/qQ4\nPTyytaicujqVbEeVsv1lte4SQs8L4KwkFO2MkKbJe3BURvC0/+B6Bl1JZub2\nnwW6\r\n=1FX7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnkjxK/RQcwt7d1V9cVrS5qGNnYZP1ZKUn7SYg4mXUBgIgOMqZYRRSBaWKGoWktsm73cQQWdeR0WZIvBE1KMI/oMg="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.1.7_1644444771065_0.811246157605872"},"_hasShrinkwrap":false,"contributors":[]},"2.2.0":{"name":"@cspell/dict-en_us","version":"2.2.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"b0ca21bc4a3e71c5f619fe758edbbd67b393924d","_id":"@cspell/dict-en_us@2.2.0","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"integrity":"sha512-IJWu8MI2NdLyPzekrMi9K+v71b0qjDE+z/BccoMA/APnphqgSNM8BDUAzhio6mPKi1AvPRCNUjk79oiUfp+1Gw==","shasum":"33ee50fac4c42036ce98b9c9925cc86b16b0f2c3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.0.tgz","fileCount":7,"unpackedSize":439908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOXNiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNnxAAiBi3o3HKTi4Bwkpi2CXUozqM8JFbqMzaYvnd7PnnE79vdMdF\r\nuT8L9hnqf17G5vKao38Xu3E4545w3P90qIBBOP9ZfPASpStrbQgEvx6gZlq2\r\nWJXKUy1dKigurAaICsv8K9li+28Vd25zTEBJ6oO2K6ZQpLKFG2756xQgqV8H\r\nxGGPeH85Ukopl8pV02JPqOHRc4Tpzdm3REKD8XWVhlb4bPBlbha8vpQ8Q/i5\r\nl9pd8lu/VlZZRLkurG8APbbR4SVwmL/DqO6iQ2tPDqhcKjlG0zHMX55Xhg64\r\nE9R4GKto40Xy3sPlsdo2fKIBdzv2OWJNK3MoRr6UXaGbWScIoRrze8XckQU6\r\nFN6+NiCFbTb6dMVoyza2CUHcr3w08HVvdsgvCTKfaBS9buVWjVnI3N1YrYvX\r\nbvuMC2kFxZSMOwieUA95jU8nXde6UP9HYhPrQ+KBtxbO9xmjcwITYSSHzFjn\r\nXWKMSGsVn/JLSSGo88OmUKkiloY7sge734BMkIZU/QD3mHBHY2/PyBtHKgU6\r\n6tTCCGn2k6cPtMEqfsme/wSg+328e7ILkftw/x/PzDmnJ9qgw0NkDtvTTuxB\r\nNUPRfgJuguEjoZ/tGQoDpfy2xXDxp/xRC0iKYc6jmPHuJnadkfUcHqtCTtgp\r\ndzCO7tWOaV+e/KonbpgKasAE+hvkqjirZTY=\r\n=Or7y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEcX1ummLAJew8qm/s66wrm+Zbp3Qy4kdTQmt1NyGgB+AiEAuxZBiQDK2ce7jkDtA3EAie3WOokPAm1/hyoILo9ecTM="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.0_1647932257890_0.6695991695177903"},"_hasShrinkwrap":false,"contributors":[]},"2.2.1":{"name":"@cspell/dict-en_us","version":"2.2.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"7fecc4b4faae0a974cf6eeb699029771366606ad","_id":"@cspell/dict-en_us@2.2.1","_nodeVersion":"16.14.2","_npmVersion":"lerna/4.0.0/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-tx6sJOCgfLRTiXxF5Jeheo0wnhc+nedmEx9IKnWMJFzOZ1J9gXmdjDBlZE/zG8g7tsH415yqqPBh6k5J9bupiA==","shasum":"f06453ee65bb315d90fbcec4f947ac62493233f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.1.tgz","fileCount":7,"unpackedSize":439987,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFV4iBtSWrrIl2OxAxzY59vzg6EhJVpU4WV60999vVD+AiBPf8M4T33Kh05/0vyvScXnGIzKYdxnrI/Ym8xhTAemPw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaidZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAvQ//YK/EYtWfe3JAC+WKTP3AEjX1g6dyLlsyt1cuXapseAWhdcel\r\nTLuspv88GZRW0jhW7slRGaXNAXiV1i4YRDfXype9sFi+2ALm67dCIA4vyxj2\r\nWkg3o/+YYkbyvxqXHTJIq4nH6MsYWrTQkb7a157xw0MKQxw8CFYvJGO2O0Bt\r\nJI9y94MlHxCfZJqa8KAlVFIQhK6qUxaKEM97NBHrkbIHM2qH1RMIPW9/XUVA\r\nrgfr+JZ9gdknsncE6r3/mRN3yPtBmJLKHFGUH2AwW3bdsrGB0ZcawD8JUh4n\r\nXzfpw5Y4VPryVg8OefjK5lSG3BT726SXV5XaLM0Pm1HdsmGpWH9NThU8bMLb\r\nBshrR5zfeYTgjCQsxNC80JMNpavUWGDzfj8u/5HMJfHr8bygVDcYCpcggjUd\r\n71XcnvJO/Nh+MFJyPsCNb5eGiqNeD3CpFXP5InZXi9FDLeq+xScma1S54PWM\r\nshM/rWNTEryLaIXN86bkIAjK1YiLtYoeLKal6IewgFQGeXnEs2gM3Cb8C50r\r\nEJHx18V6Pao6ICYo8Wz7nKwLf1qx7I/8Dwa5qreMEFQEqITdpb9AYk2yZdCq\r\n2ZAC7J0i4FXIroexVobWaYn/Yf8jq/QL6VinoaH2h/+Axu/dwkfLD1tkCQOK\r\ngyiMS1mafzEFsJCZcCEXnsoFc+6H0U5A0mA=\r\n=zjWw\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.1_1651124057564_0.9336518599437986"},"_hasShrinkwrap":false,"contributors":[]},"2.2.2":{"name":"@cspell/dict-en_us","version":"2.2.2","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"a509c8120dccd85bd7b07162bc95f6ce5086ccc6","_id":"@cspell/dict-en_us@2.2.2","_nodeVersion":"16.14.2","_npmVersion":"lerna/4.0.0/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-iFiz1DXJUlU/sFqGPc58790RoCFf7xVr5OxCUVy5cvGHvm5o5Cx1AZ4Gj9ugPJYUXfJjLcfsUJDhL2SkD5tV0g==","shasum":"0106063ef390dcd3fb1e69113f402735164b75d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.2.tgz","fileCount":7,"unpackedSize":439987,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCglE9vSjyvaeGJRBe6+NH1BIROtT5q00xH7GMSVYLhygIgUamvjeFOTJ1GDbeRE1Mw3S9xrVnZ2SUsRnCr5+FHOF0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJib5FlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQ4A//aHW8CiJYA7RCbYB6oV30UsQz6KVWN16D3vXzkZizNqm2BNTH\r\nRyNHFYuMXjYbXyVK07BfK/u0Wrj+alN1B5uGqZMOCbtRnVgGGGAGVch6sMqJ\r\nEmbeJVFpmFodtVWnUUm2iUg2XPivh4q+Vy8/H0K2zDOusyOnJB8czqyr5Kli\r\n6LI6IzH2plttzl8vy4L/u6NU0PNaqvv0bMl2Y+xOaRLXQiiFQHTkkhpF2tYO\r\nNLlXgO036Dy72xT4KpANZW6fQnsD5KfU1dmUDrt8NC/JND9M3Dy7OTDt+geY\r\nmQS5JqvanyhptR5keE00sFOQE8MGh/WGJ7KG+GciZX0n/qloeq0hjR+5Emh0\r\nwNTCNFmieKtYSL8eAWNpEp9kJ4N48Xd3X6DeVhUjZjcuotyxlmCYwUUhUUQ/\r\nteVjGHpzkIanIQ9KikDwvnYbdebtugdMpPuDHPUWJ+dGLQrpK/kkoEG3AsGg\r\niQHkC9RRZiNVjOZCWG681Y2KDXovY/bZOqLECVh8sEAzih3nQ71YbvPhg4Bh\r\n0jhRuDsmtpWZok8OaWo11mkEkZYrteG1pxbktLunHe8aUhzUvVuWztdB2cVB\r\ntrif49c//AK7Bqmjq9ZcuZYlr55fkf1p/4gMEl8YRKq3Jpk6HF/WmDAhUcYn\r\nwmHsSYEi0V/CwnCjogfFxqViG/b1d7m/bgQ=\r\n=kBwh\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.2_1651478885181_0.6113139710766473"},"_hasShrinkwrap":false,"contributors":[]},"2.2.3":{"name":"@cspell/dict-en_us","version":"2.2.3","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"2a6ae4afcf70ed0117bed0a545e18f3b29d8b50c","_id":"@cspell/dict-en_us@2.2.3","_nodeVersion":"16.14.2","_npmVersion":"lerna/4.0.0/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-JV+aD4mzTcF0T3sZB/PC91ByLqtKIxz21xLQNq0ZGM+cK+EbMLqfKTYjB72WkLZtqkjsPhQ2Bv5JtIlLCCXDIw==","shasum":"e22c9d402c6d4638960cc320369e45348a0cd8a2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.3.tgz","fileCount":7,"unpackedSize":440102,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICkEDeKCei05Wt1BK2lF3EluCmWtSs1oW/x7bi4O6GowAiEAu/NNeBR1fMcK+Nuz48XiR4mRoyVmYs5Rrq1CfbnjEyM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicoN8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJbg/5APAyhsaKhqrIsDRZUgdnKrA30N2VUi0YfRcezpWGZTLts8HG\r\ngJfKJAt41kqrwFYybS0NHGqzuR/K+5J3L2y8jF87El+2vZMvJBYRLxPSRGc+\r\nZR/HpV1vgOqUYmxZ0HMYwf5khYsZLOE+5gww64ITH6rywBW9oINDucLhNxuv\r\n+3hEJZTebj3Wm7gUyWBtSy4qCR4mFHf6B7DPLpfh+0z6YV1jFvQ5Wl91EdYr\r\nT9fFTNac5+wmnFWy6vgaxyZffVTnOi54D2R7skyYgpgOQDD16glLmnnAl1iR\r\nrz1zTLJIc9uDmIW2UKAw+y6//f5ry6ENfy9mDkrKC+S66R5EA+ozuYbmVN7x\r\nAvR4AK3VYSF0YmWSMh4ECI9NxZCKVzKvW+KEtQgj7FViKiwq92lLHBCRyPh5\r\npPPQv6w6wMUkzipbi3nmKx+PfBezkbiiYHMm1DFIeiJ/5WWewkT2PzguZPa7\r\nPJPkg3LQHfCePxrfC9+enOxjan68z1oHKcGPLKKvqBW5zn6idZJonRTGw/8e\r\nk/jeJXazf5bWU68kYAUg2c2mDmIybrjejF/QahmJ5vgL7ww03ycGXMWbulS5\r\nfGQvTUsaAIm9Ql0PWz9lfSJj0idhAgMWOQMnQu+dyKJrZKemBiV+YFrE9v4/\r\nREGAp/FX7lTCR2z+1dqBXDiFG8emjC7/Tts=\r\n=+0Wm\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.3_1651671931811_0.5630669635454719"},"_hasShrinkwrap":false,"contributors":[]},"2.2.4":{"name":"@cspell/dict-en_us","version":"2.2.4","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"7b166a0cbc842d42b1304a200622baa340f1166a","_id":"@cspell/dict-en_us@2.2.4","_nodeVersion":"16.14.2","_npmVersion":"lerna/4.0.0/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-gblsvIPLNAK+pRR/Mn2m2kRQLVFeoORQJeaZKlGHWckA3s0iuTN49hSSTbK66k3aWlzhirtSoux7IdvT2RpgnQ==","shasum":"20abce3eabe048aa5d858de7b9475c6c290cdc1e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.4.tgz","fileCount":7,"unpackedSize":439987,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAlXqDyv0UfB5sc1zB9Bx7YcMvxLkDeFUjqdPnICu7cEAiAe5NlbGhpsMj52SJbdVJY8rqkixVi3wO6ra9TFx5LUAw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidNbvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHIQ/+P3Xp9gDZF15po5EjDeVdehZ7LseQ4LsT/3Gf7UbVR5I9AM90\r\n6qNQO/Y0B34Nyqob0jclw0Ymc/nJlWvs3NBOOM0LM6xx+JxcxtyLdfDsH/cE\r\nSKwYZHId1ucgDFNWZJIKHqgQHjEsTYo9CGFD4wqzaz7ipNLa/jUO2Iaiv3ku\r\nz10jLDlWr4HdbZZpK4jqMXVylvq6nVA0gAVAkfTJcYjGLu8e4gibCHXTp8d6\r\nz8GJVk/VXpOVuHqdPc9oIx/gKw/N4HFP5sGTfBHX2ZesaFJq8aq9zF7vcrtT\r\n1baW+HIcEyaXzMB3q4dn8GLi/OK3ubvAAdq6d0fw8iPmD3/rbLQ4AxAXknwG\r\nBi2yfEQJkFD41Gkx3NqQb4Uf4CsZaFh6oFvwHtRun0hD56q61zaa1wCZSztT\r\nko1q8JYNvreW4pjKYx40bafjwSPYstH41N56kK1j3KdAaYGtJuq843xtbDcT\r\nqPCpjLvyfMukkrgsJg6L1ECmaxdKLqeLqtaxxJ4JAP0/7bSnOIiRiqVugcA0\r\nKjSWoVoHYvcR2vbcGN4wEYM87S4Uc7bcDP26J91apOrBxsJrQGRSTeyL9QvW\r\n4hk4lkVY636LtTPwaKwXBd0Z8W4mQHNvKNjikTH+elGunpxyIj9u5C0RgAm2\r\nV1xjI7Y4DQj1BYfGdNdOVyKYZsS5gp2h0Tw=\r\n=KdZJ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.4_1651824367503_0.41238981850121337"},"_hasShrinkwrap":false,"contributors":[]},"2.2.5":{"name":"@cspell/dict-en_us","version":"2.2.5","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"098a4715116c506567657fc20f44fd3f02d2289f","_id":"@cspell/dict-en_us@2.2.5","_nodeVersion":"16.14.2","_npmVersion":"lerna/4.0.0/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-gRHem02ZY83AQUTYBxtiVNmtM6gWFCJKumRoAKLj7vWYelmNLcCBsMA3BOOOJ7cZNKCI04lDEdh0u2f2akKZtQ==","shasum":"7a1c325d54a7c9b8171da6e61f095ad34395ff68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.5.tgz","fileCount":7,"unpackedSize":439934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDHYCITfAtxp9tv5YSuawEo9j8Vv8fCCdnTwUTXi/ZJwAiEA4yTFpvPaDD+WF0iTm6TPmnmeACMR/mIaCznsLxRRbfE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigJ9xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcFQ/7BJo+V9s4quW5NiGE3IB8lx+ZDXw3mQAH/2LP2AHmPckg7ejM\r\nJ1DhHNSUuyufW61kzzSbtY1WLGT+Ef8ZpxUPZA4VcTh3l3PhZ2mntDdv5mMT\r\n/aV2DFD6NGVxZHYImJ0Eh1utyxO08ZB8i0uw7IRUmNxWJQ1HcrSzHh5r5A4U\r\nDy+n6AM0W/TtCUUO9yDfKnIv3/N359FMKBhkvXiE5EeTL1Xay4p9gyTYZNi2\r\ngyTbDMLMDXgW68hH1T7h/TsPIY8rwu5pQ/lLGbKdiq70Qx9wy0gnjRn0M5VI\r\nSOAcckKJLIHBVkm+udkyBWGtEAsQScEjiiJ0h4DhF9mybF9C47d4qoJ1hFzA\r\nawP8g9upbYFH8hdUtkRwBbC239+ZzBYDoHMIJPGzzowoO8I58gnyqWx+9ls/\r\nQCZ3HXAimwDP9cJ6PfrSVSoA2/3IC4nvN2XL5iBzSIoCfYZfkuF67jCU2u1w\r\nGwW8ApVLln3iHL1y8x17tYrxWBtMDZWSlMIK9PplZ/0KiANXWOe1dnLAq4Sd\r\nCmtaL/pxVCsbGZmvWgsMBaTPPB2sPlh0YExd7KweM1kQ/iGssZAuTLLgvQof\r\n1enERXduTIp6Psrljxqzaqzzl2v90oCwN90N0wWLZZ3HeZSVrkmm5p02kzPX\r\n+OFpM03jeqAvX8Ilpucb7E20c+cvA3FIM4c=\r\n=/fhH\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.5_1652596593329_0.669390651142294"},"_hasShrinkwrap":false,"contributors":[]},"2.2.6":{"name":"@cspell/dict-en_us","version":"2.2.6","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"e75f1a5e9618a2561f71e7f15607c219c90db0f0","_id":"@cspell/dict-en_us@2.2.6","_nodeVersion":"16.14.2","_npmVersion":"lerna/5.1.2/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-TJ4edLus8TV6Tr7ceOxHG5ZV2MhKJioteNT9jhdcSTdySsfQJjDAx6AIGiVVeRu5s9yR61oL5In7UyMCA80RWQ==","shasum":"13ce28c12a29620d3996d1015c8aa20060dd62b6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.6.tgz","fileCount":7,"unpackedSize":440018,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWnweWOGo42csmQJ1DxQJmcysEEgYwGFfAST9sMN0f2AiEA6SYxOF9Xo3gYUByO1O+losO4/417vCu6qddm1UY9R8I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqPrWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqtug/+OwdKMvk6XozJ5FVu2w3M2hHnWbeYNQQCijXWzS0FpKzqhxr7\r\nmbEAib0NXyXXOqZAuY5F9GQCs2EZFo7+CdljR27xAECfkb0dTL2wMl+HvsSW\r\nKcdQ4q8lkOI5MG3+Jq+tIjW5Z9v/6n4VWT+xRr1sbuAmgSr8tn4ILWdNlMCX\r\n2a254nmFYc6/lJXNUh/8M4f61yz4jA+PAMz4Qt+Kd3VpcPkoUPaqdkHl1s1p\r\ngaD+whJ8mnuwwfK2e2hhiifw6Dohrya6LbDJXXknmY1XaLYdLN/9L4M5eXCs\r\nLFDeGMv+bp5t1uM8aF2vuF0DIm+ABe12YZgTJbesbXtk2pgBLHgqUQ7RNDIc\r\nyp+kJaBr5+ba+BzWx26ODQwyR1Hjo2Jv98T2cLxR8xpq8fbDfMa6UOEPrFxB\r\nECXfAxg30dty8/OEJItj2F/oYMpUaxfuYdIsPY3q538YVgq/UKTj8XuKss5V\r\nurwmXBNdpirfyOE7CjD/gkxGBqoqz0AjY5I/8wGasnJgCY0zGmkR+Dcz4gQ3\r\nzZciOjxuJiIB8jDn3PL/49qYpaX6aZDCw4+zLSpdDIC4pfiq1DOkLzi+Lm8F\r\nbpTfSIQXmapNuk9e6wI1jL6/b8tKRyoLsb3CM4x+ea/9NMJCTYCayJUY2HoJ\r\ndcF2fdafvmZQXIkJKTgtpb/hz/mtik8x96I=\r\n=ktpV\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.6_1655241429945_0.28173050010402134"},"_hasShrinkwrap":false,"contributors":[]},"2.2.7":{"name":"@cspell/dict-en_us","version":"2.2.7","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"6a274d6a7517323e864d8b65177077571b4e1a5e","_id":"@cspell/dict-en_us@2.2.7","_nodeVersion":"16.14.2","_npmVersion":"lerna/5.1.2/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-IoKP/LvQZ+ftKSSPRGHLvI/KCh9pqbEY2nSzp6pZEylqJEh/6o3L44MY2R2wG6HN4bYQuQjsJ3ffrPGGnZRBgA==","shasum":"c3451a00310e785b875b5d3420fdfadbb8eb8668","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.7.tgz","fileCount":7,"unpackedSize":439949,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF335Jf2ZZTasKeqoiEs8ZkSY3d2ny9R7RTO50akyEhgAiEA1i7YTNZqzTe0UHVhrpx8fk2XeU0MLPkRf6VuWg38rqw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitqriACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrS+g/+OvVrOxxUcd+jaeSkxkGAuBciTACSmmidbJrCgOLfFtUSrnr7\r\n2DFQapx4lEe1N4yobtTd9kPu6ijMrNokRuu0bOA1nXHVkHENbwUz8pPzxEbi\r\nLr+1/EHpcsFz/pSYyUjrBd2UK++xBPkebUWir/HWvao+jnXtbOoXoIXGhC6U\r\ncSwhPk4/1J8WTZdeSDQJxURWKLxf5LlwHRBNuvbO81scKn89F3ydGEFwvSZo\r\nU0qtQaebTA3rKwMFsRfWKhw1y4LbmTTcPhi13bW5Xu7M2DQdI/AvQaVnl3wJ\r\nPvf5gT5onhHaAjyG2nLqq3an6kLrqwHY0++nAV7zIDnO5+WhHeiwfkBSKoKj\r\nWxXfGFy+SLNfUEggC5fg6ntQjTf32sbwXarnCtsue144Mkz+lZzY/16vQXrk\r\nSgXeDXsnAma1AmscKY68VWxaTelguGa8IFwCQfDMm9yGlKm+4L5WPcgdQ9xy\r\nFLbd2RW+v76FxQwE8d71k0sQqD903he7sdc2I5UEV0BnbEY58QXDVP2F9dux\r\nxL7n5Dp7clMIs9FmLvW+4tCyuoPxChFgWNno8T0/nXaAGayk8HxR7+awKfDv\r\ntVNZwgVWBXTb97RFTzUFF763N7S32FUQtd2VrZ/gp9UJhEY35hkV006qcg8W\r\ncisBSypEiWsnwZh/D/51CvlcxRiZs98VDHs=\r\n=LXpH\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.7_1656138465796_0.7145798993474828"},"_hasShrinkwrap":false,"contributors":[]},"2.2.8":{"name":"@cspell/dict-en_us","version":"2.2.8","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"c30e03c0f8b23216e237d9a6a454e4a1d294a368","_id":"@cspell/dict-en_us@2.2.8","_nodeVersion":"16.14.2","_npmVersion":"lerna/5.1.6/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-qJS3yXuuui8/SQ/PHn2fyi54duL/Cn0vTsxRcVdYz2+MS8ayjIAauxgRkU4M2BrhJTasacN08j8CP9/udm+kLA==","shasum":"44b1f0003e668197e17abf43749c8bd2c5d75802","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.8.tgz","fileCount":7,"unpackedSize":439958,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDMns/TEhx6U0pH9zlUnmgKCzZIngyEcVOunkDFiGh1LAiEA7F2Qrs680r/tglP4+ngmi2/4csis0OznkcGe5VkfRKI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiurWvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwEw//Qy/dkShzkwpaMgX9llDgM6t2TgSWexNfu3GBdDsYrwGHn/yo\r\nOgS2KpK+GYFsqsVUy8D2kMpnl0RqytssgqqWv8S0EknFT9TRWL775oh+oIYT\r\nCn32nJw/7gyhiIFMF/nDuAnEVVDQRKMxx4miiAhXwoAvpUUVoiYftlxoUW2A\r\nXdYZMQcq/W0n/AjC8/kIhugldgyN0yJXGM3Qc+j6XhVOoJjRqebbtnn9g3TY\r\ne3GxY+goEMxduaSnv6rTZyLFNOxOyhoiz61eNLT8GhjR8xrSWZnzQ1DLrkod\r\nebinWZDoK7aPft9Q/trixn6NMLebqgIwpyAKgEi3vhC9O8UTqmcpA23LwaY7\r\nW4KIXh/QKYCK3ZVlJMFUGklxZ1Psw/7v+ixyaanuE0EQXsvw8vTVl6g2+FIG\r\ngM1x9O1VvgBxbXPldbkb7tabQuImT9H0w9Jdla/oPc6PvLVVyKM4Ri840GTs\r\n2MBpR4v5Q4ljquvHd823A6nWkDGiJxiy51vFfZKfqiB2uEmE8F5do+obPuY7\r\nRUm7fB6tXw4HjJyfZ1pKxAyJ2Eq1L58XYMBooA2JrBcJwRl0QJxHXI62Gs0l\r\nsmJSwEym0OJXl8jEUDQv4S6Bpd2dn6kCF2TqFzo/6gwzyT+/bwcenF7wqvrd\r\nmFRFa+1deLc6LEsvvOKV74dW5IkLCOIgYrU=\r\n=ovYJ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.8_1656403375591_0.4259840297186619"},"_hasShrinkwrap":false,"contributors":[]},"2.2.9":{"name":"@cspell/dict-en_us","version":"2.2.9","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"7ce737e328d7381043f738ebf7df5e05957bd84f","_id":"@cspell/dict-en_us@2.2.9","_nodeVersion":"16.14.2","_npmVersion":"lerna/5.1.6/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-hzI+Pr2LwhvnqVk0ZOIHx/+2EkgVmpDCLMSdCevCvBuiw35uW/++KJV/2DrglQxgE+QmwZYAebQzmaWToscz+Q==","shasum":"6acb90534a53349561159f986b8d80680fdee6da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.9.tgz","fileCount":7,"unpackedSize":439750,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDP5M0GyQH9j3i6NGNvu0VtoNXpjVfeBzOx1TbKOcKZLwIhAI+CXvr9eZGAeCUH68UZ6pYXItDlZjEZiFm3OcRvvFj+"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiwbnIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorGw//eGBNdT+eHLtisVHBkv/GqgPatGxxHsD4HXukkSDSG69lwHln\r\nIStwI53Xvla5XdhIMPDdlvFu3xyYvT2CTgK7+WrVBk8uTkTBQb/9j0nml/YR\r\n8v3UfnhgcEGs8xQDViu76e3JkEvswoIWIDzDDbwXKcp5uM2yPCAlfeTVz1OT\r\noaTyiK+yhAnuZjNJlQrKYgygWuyoA2qJrJuletvpmubPACNU+SQ9lBXWnuAZ\r\nb/xNV41dOVS21w6fWRwJB9SKe/5SgpyH+EjJM18V0fx134cHIgkN2QCu4QOy\r\nJ9trtLETn1h23jEd2bHrqAoQYcfxLtvLUozwJL825Vi6axazVgrLBVo2q0Ty\r\noa+FXHGr9rf8SjAgIFoQjYYMsglmFOL9+lXuPSSZpVqgh0HBJb7orwruiaJj\r\nzAzcqQoG0KOMQM/afvi8b1iBOAJU6puA+nwQzZMBCJXliDcSclWE2Ag908cM\r\n3LAzP/fKwfF4Apg/pQFaSkKlR7GZIEJlEOzW8yBd8z1YzSQx+2B0LCKnBiWi\r\nVTCT0BrYxHhg90lS4iHCTVORh/DmyD0RDgzJPA+cWHMADtnx5SQ5Jt69VF+H\r\nhcZmaD4eD+CHj34g64uQqc3SYFI+2IAvUrApfvJvXcOFU1ik0ArqhmhW7JY3\r\nApDYycgo4S+Vvyuzc/QkiJ9v88gDgIx1ed4=\r\n=ZJ2U\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.9_1656863175821_0.33849593917405985"},"_hasShrinkwrap":false,"contributors":[]},"2.2.10":{"name":"@cspell/dict-en_us","version":"2.2.10","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"951dad7f5ce889533f4c71513d505dfec489f595","_id":"@cspell/dict-en_us@2.2.10","_nodeVersion":"16.14.2","_npmVersion":"lerna/5.1.6/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-f9R4JpxwhA7kGITO95+NHP+RlURj6sFsRIdSx3uUsc66OXv4F77XWtkdMcTpRIvAr1r5ZpiK/m9ITWZ4wAeYMg==","shasum":"a3def574677b8ef0073707acbb9e55ec27967a9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.2.10.tgz","fileCount":7,"unpackedSize":439815,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoxxL1Rhs78NuFHKp7tB3TGRUrUrv5EjxN8oYWAjBXpwIgAQojrGkWBnsiusopzYEPows5lmPBT69iToUDCwhNIbI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixBksACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKxhAAhTVoZbKSdCPuKkwq89HD+E2qrnDnhFRNL2HNg761KLLeLiw+\r\nYRLAq2tmuVl1Z86TJk//yb4Iy/vBS0KRjMA7mHcN5i0Aou+OtPnTHLWBj5D+\r\npoYgNlEhHBo80OUUqzsUeLdCS+qKbYPDiBRoB855ARfxVPoMmM8Td0TBFyhJ\r\nJTCm9DtbU9wOjsoFg9kuqprvOHxNks4dSyS6bKPKLI1QMPKowVv9TRXUUb98\r\niVP94jw0e21h9eHxk9hYfHYpXtd2NWZxfCh89HZn2Oo3rvAOwE8x/kyUsbe/\r\nNFaYa2FNuk6as/7Ecq8dRMVYBoLtW0nzN6Bc2TG1iJTjUvvLNtBsovCkR0qo\r\nlHGQTDvoVIa4Qs9nPZ1iGtEaC1OZxBWBVzwHAP5sDqE2PiWP6G84+8esR+Ro\r\ndYHYjz48hy7abxCRIANfqDl3gGTAPWNrmOXQ+YYUzK1XMjAE6731VrQQpTxq\r\nNcspKFAw9X0/s0AwgnWIeZUKoCcNChKzj0eAaLDpLauLtvbDTtjUMMSXPgIU\r\n647Fp/E3CrIhKk90nDItnTN6y4IJX+Ql3zsQJPbdqkld39geUKrMlhFYvJ6d\r\nMtKxmjQbB80YCvOBftuE0qPtLwEjnqdAZg3OEztdVOqxLYjcwaEAcLGtvnU7\r\nGKAepX4OYvWKiNpcMO4a+l0GfmbyQMacMno=\r\n=4jcv\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.2.10_1657018668725_0.7327840170906084"},"_hasShrinkwrap":false,"contributors":[]},"2.3.0":{"name":"@cspell/dict-en_us","version":"2.3.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"47635a4813a22256cf556d8b4282a1c5a869f668","_id":"@cspell/dict-en_us@2.3.0","_nodeVersion":"16.14.2","_npmVersion":"lerna/5.1.8/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-wEGqVZ4uXxq9/mTemgN9B2MIqlcaLGPnvCBdqT5vPWxqxJjkGJmCkRCx9DYHHp2Cfd+VHc9zW6Xad59kORBS9g==","shasum":"d2c186676ab3a43f38d759324434127ee63f25da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.3.0.tgz","fileCount":7,"unpackedSize":439875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAN1IX9XHiILN1/5wfTG5IlpiwB4VETKPv7GkX0gu2WqAiEA8/FP0jqJSlq+o14t0M+bnJxbi9FFP4xaGSHVKVmvkt8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi06EKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGLQ/+JVIswmX2eZOnUXBCfDQhzVnll+RkezCc0KOA5D9TZCz/PAS0\r\njUvQ0youxT3a1K4gaiRn1Ia3EcZXAmgWDH+vPkEiW1Tvgypd0NOVnW6wLip7\r\nyL3erzRNLPy1eb4Tp5ie7xKLoOMScXXcYnH7b+6cni6opMemLuDy38h9ntQ2\r\nRFJyz/6fLN/aWYpbctrcpxA00C1wtKKdD3CIpcCY/RvOClLQRxv1TVj8I9ji\r\n5ZiepjsZ9U1mY2uq9SoScl1KIACDWuSHi5UEpAO3TUooV0+B5jiDNZ1ZF13G\r\nCP0rc3zvDuRIAu1UYInEeZifwT7sHjqZPBvY7MotL26O/OC8PWFVzJroOHTJ\r\nCD9wwiSmiynN8IjQrTjbZLK02s/I86KSFYa4JNS1IwSUUyqJEv023Y9gytFB\r\n8Go0iLgJQKser6ho/LCH6Yx2Nuvrq56UDWYZyPHPmqrZ2JO+HoDUXTrBXeBC\r\nu/On/SZ+1WQcNte6QkSjRzhbAxV/DoLGfWcHXAwJunFqsfmk3IA9Nzv+2ncn\r\njJQfQBfqb82QhXSSF8yzuGr90uEZaWa/tD59eo1GcZPfEyyNdISpMIyeJfEN\r\nrOV4o74mRU7KxqUyPgS23I91U6kqdv7lNCTR4kMR4ZIsYddfq/skRl2yanqp\r\niWO3P1d6goz+AZrplglr0hG7QhxpfdQiZMU=\r\n=uVOq\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.3.0_1658036490671_0.7555280810868135"},"_hasShrinkwrap":false,"contributors":[]},"2.3.1":{"name":"@cspell/dict-en_us","version":"2.3.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"eb97588036186663118e5cf70d8756c426714564","_id":"@cspell/dict-en_us@2.3.1","_nodeVersion":"16.16.0","_npmVersion":"lerna/5.4.0/node@v16.16.0+x64 (linux)","dist":{"integrity":"sha512-mpjMY9Fo+cvt+BeL8bsoy8xpKhnILT0j6ith9OlYALELx8uPFyzSgFhkPBGam6jE8luG1XFsIsc0APQ7yzwhKw==","shasum":"66138d22bae54ed1d861c4c58fdd46e0d25640cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.3.1.tgz","fileCount":7,"unpackedSize":439794,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFdy/TjNVP8ek2EZKzivztR6TaYq4vjv67JgHfr4p4j7AiEA1cIkrjP3UesuE70T66VTi+wP/Ztxevi3VlgsLQ53ong="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9JHtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVSg/+K7J3Yu0m6NzQRgtn1DGIYzSJsTg0ZRfSV+okYfTxRJbdq5wt\r\nDtG/fLI14oB0NAQHr+8gC2yMp4BHe8VHREPNkXNRjE9hMolsE9G5hBJ2NHWo\r\n4aMF5AaK1MyvcGYs6BTXq0RTMVHrmm7zteWKt6R/2SH1voGzOCkoWoxCVbaT\r\nvpbaXxua+yjGxJcwDqXvIm6YzXMFO+zYEimWVQqWdbrm2gR8CIXFlXv9qDw0\r\nWAi4Q6VjXqkg3rtXPAdSRxBb1o9aa7Na20EEiqsC891l4Cfu0abEjxe87ccA\r\nwFM7v3P0YyhPMeLHj82wSvDfOTPf8Xh+gAeyKPf6kUY0MvW5fJOMt71mOJts\r\nOkjSa6XSsU0h6Iv2K+0FCtnuKTT7Nl9AL68yWwxs8JaQ9ip8LjXYqVakDUWG\r\nnMwL+5pMfp04LYB4MnWH12lbffTRUt+GK4/mjJF/e2X/jtDgGvSlGnXz+uwu\r\nt1AAEzHHkZhKGjzcuZ+4HtKZqC+ydFq9nuBQsx2dzi2OltB6wYZeQO4Juu7v\r\nm2Lkvx2rMrYGXt3HkZTlsuYc+GAM/WQPLDDuPV7Q5iQuV0J71I9SD6S5gkpD\r\n/i+hoOZR1bnjO0Z3oBcDQj6+WpoLlacYt1lsTE0dHVb9LPC+C/lRHk+kB+B5\r\n+4rR9m3S9YHfw5jAfqa5yA/tp2Itaz923PE=\r\n=knUj\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.3.1_1660195309260_0.7180014448268526"},"_hasShrinkwrap":false,"contributors":[]},"2.3.2":{"name":"@cspell/dict-en_us","version":"2.3.2","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"7f0666a869ffeef44c755f30ec61b5a4043772d7","_id":"@cspell/dict-en_us@2.3.2","_nodeVersion":"16.16.0","_npmVersion":"lerna/5.4.3/node@v16.16.0+x64 (linux)","dist":{"integrity":"sha512-/jkx3Lwig34nDP8zMEP8IF7Nkni4ac63FlAeK/B4yvriaz7Pqe5XbwU20otlB+y+T0nf5GxvWacIEyTFnV9BKg==","shasum":"18d2b7d83028b42feea97f8826431fafc1a0d2da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.3.2.tgz","fileCount":7,"unpackedSize":443022,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCa/bcdxYB4J3/OFUa2IC4hx4+7wwpBic9IgMD5Cr5oHAIhAOMW8U7olOmBdXE8NsSEz8yS0I+xV+R/nQs/fb2HEJd3"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/3kiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZog/7BOa5lh6ixvxUjTOHqtyr3w39vjdPO0TpbOCSwI3HaNV5VVot\r\niNHEltgYzTfpog8V1LbI7nyPoLx0tOqYPQXiLG0slB/wz/W4x+56dAMmZLz9\r\nNRJrksJ6D4y+WlN9wD9YID8u2TfMPEJu6ktNBOEPx/Tp7LTte4jR5vFYLyAV\r\nfRslCZ4FDHDW6qGla6ViLfXr0kjuHoRX90XRGYEB+cHNaneCjNsIpVMx7Uf6\r\nRUeSRodlu4a8MTKtmF2XKbCKufCJsj1XgE9eWlICVl5UOzWE3vbtLYS/6a14\r\nFQja7/wDjda/V8G8xbCGpSoEdrkGLfqP25VoXL7yq6TtM0lMvDOAQJu6Qq3T\r\nAoLli7GFmIm6ghhd1kYKXLKtV6kSsWT/Z568PPA5V+BANfWw0b+zXyXLcV8S\r\nNgyxhHz6qlDuKUlGoqeA+9YKETiFaT2zNzIqtDF34JPO6oR58bxcXXCH0d+V\r\npk7x7xClAtxa3FS/Q+2C+XqiSzKCSphcS42VcLxrtdIMxJaEQUuACkM4G3Or\r\nm3tYTOT0gmCqOi2vfchRwf7TfdG1eQShN5kFJvXx0RNGF3v63TRrwyjD1UI+\r\nHrir8/nLTrsSGgWqfs9DIbLkYUNbJ+Zp67AcXanxRFlBgZk0jlyBr9wocc7l\r\ntE9Z3iYxmmS3/fI5u0xjSwrJFY6/gXKqMvc=\r\n=YvYp\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.3.2_1660909857788_0.9729612373531602"},"_hasShrinkwrap":false,"contributors":[]},"2.3.3":{"name":"@cspell/dict-en_us","version":"2.3.3","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"114de110aba5bc9159622afb9cf48643a1c90c50","_id":"@cspell/dict-en_us@2.3.3","_nodeVersion":"16.16.0","_npmVersion":"lerna/5.4.3/node@v16.16.0+x64 (linux)","dist":{"integrity":"sha512-csyKeaNktfpvMkmE2GOPTwsrQm3wWhLKVaDRaGU0qTcIjDiCvqv/iYgrVrKRkoddA3kdNTZ8YNCcix7lb6VkOg==","shasum":"4b20b5aa91151a4fb6f40425436b3b4c54ddaef4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-2.3.3.tgz","fileCount":7,"unpackedSize":443012,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEzRVre/HBi8VvTQJYHufmKQS5ck9eaknyDDpV75vP08AiEAhN65RumMs3JtMIIbDAwiF9dqj4HV1RAbrTXY/rKEjxY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMqRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoU0RAAnMqEMnD1ae1CjoMLVvKF1MKl9EG6Mii6zws34vCnFcwpaAJU\r\n4DMhRV3Sff6D3UmwzknonlIBQiu3BisKYz4LUlgf8xV6bUzAMmwCGhBNXq6g\r\n1xI0DB4ANXnS41inLPeFfG2G2iru6K3osWVm0wrKPt+cbBs1ykF17ocUI6Vc\r\nKYucD9ApnkRJw65J7d2U8luNnd7Tfq+VfDQ6lRuK4YcpU/JBNobzqTgbtrhK\r\nxN2eCop33iP7DWO7r152Zk4WRiZvv9bHeO/nx9jcPdrNkGLDxWYYZ3WJddq7\r\nSSn5YZfSS+4NnoK3AKr3GQRN4GipwYRU0H0251K7ir0KtbaDi6Rqv7Z0gyEK\r\nGGSXQPzbHGyhQZyum7s1eEfJ4ZJvosF0onizFUCabSe9eQ0S6Jj6NoWwL2Jt\r\nVrYOovN40+lVBHzC9ky52m9wTJtn7Pbi+s5IbNbbOW3UH8ZKiSwQlA1UK21T\r\nP4ZIOTu83UhldJmOhUwaOPh05RraSqnfrBFi58eFHmbfZkelbVJkXy4eluek\r\n9dEOwlNM1hXGcWWDUEhqYXS+PDkupdBQrBuHed7UMhsh0SooYl0PqF/Y9AgE\r\ng3MEULJnqWfUHLvACqU+AabRz/xajmsHu9WNoKwlW2DtPakAR9Sy2tYQCgZ1\r\nnK0R5A0UmX1Fw+op9ft1b7znt8MiowsHaqI=\r\n=QADr\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_2.3.3_1661258385618_0.1274811893902874"},"_hasShrinkwrap":false,"contributors":[]},"3.0.0":{"name":"@cspell/dict-en_us","version":"3.0.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68","_id":"@cspell/dict-en_us@3.0.0","_nodeVersion":"16.17.1","_npmVersion":"lerna/1.11.3/node@v16.17.1+x64 (linux)","dist":{"integrity":"sha512-pN26ZBp1kKiN1xwUyT4olDZrW+BvLojZDjtE6j/yY3CO7U4rztkhTO+Ao3rQosqD/icB9NoWvPSMFCpbiaejYA==","shasum":"d41b1f80ce352bf57477ae0e045437c8eb79eecc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-3.0.0.tgz","fileCount":7,"unpackedSize":443618,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFeKMU8FQ6//0BhKti0Brs5DbYuar9NJWaAANOMYWZlBAiB82Gb1bLqQPxer+R2On1dnpp3OTZVFzwmC1TB87Pqmdg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRDtbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUeQ//e1/kYDQLAFRGq2YFPwgLUJGZY6QqkJOhK+QeKKp7UgkUslCl\r\nu3F9gRSuj9Bw8MVED8IIIyDDcd68QqWewas0STe0SeuyXAyRyDN66Vs99/jg\r\ng34BvN/zaW9plqFKFueBotqIYmRyakSIa28Sv7DI/bwuBAjWZw464JVPzU8l\r\nHBpfsh+SH42B8FD1fnRBQdxPp+5Df8GRrYBtIBHEiW5AcQ+3AMqtiKC24MUC\r\nL6b1ldUU7iw3E9OJUpzWqJmJdZGK4dmqafPbgeB4N3uxwxFBBdH1/AWGo/wi\r\nVPcHGmWVyNR/f4raxmGb2mnAC+bIDM5cioC0If0iZQYVMWS2zB7NroLrKDuw\r\niUlffvitBuNsrZHe+9DRayQjncnJxhpiY+FLwLwfZTxrlU53YVZ3oKFrnGFj\r\nWGRwT0LEa6r0sx5gKmQ+y6FNNdgEKZkEiLdDRtbZt6M4hF/ddny2AVTSy+cJ\r\nAg2wM44FJQCKZTxAivOtBe95YTPSiFMU/HGACf+M7VT7Psp7JyThHK81QOb2\r\n6udbi5L63ssZa868fAQBLlcS+oAf65ey9k48bSngLSNAwKRzFRJpGqU/+7Hl\r\nG2V4NQ1tA8v3nU8F6Te7G14ziAoV8dR/c5VSfWkrI8X5Ibc6qZKWd6h1K6zM\r\nxtwPFXnquIL0ZqL1Dr+fgjchrV4xlNpKGVA=\r\n=4xEU\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_3.0.0_1665416027556_0.31093980798194143"},"_hasShrinkwrap":false,"contributors":[]},"4.0.0":{"name":"@cspell/dict-en_us","version":"4.0.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"fe9e77ac24549b17abedd57e5a1b690ed53c442a","_id":"@cspell/dict-en_us@4.0.0","_nodeVersion":"16.17.1","_npmVersion":"lerna/1.12.0/node@v16.17.1+x64 (linux)","dist":{"integrity":"sha512-ZqWPm0cdC/3KdhWWHojti7/gfH5/JIzyGqI2zlmibz/jpR5Z0IzsW71xQCuU3KpNaYU1Frfivk0m34yicm1JFw==","shasum":"2e0027fa111775357bc3be3b2c144a90dcd4cd9d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.0.0.tgz","fileCount":7,"unpackedSize":339104,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHkK3getbRZeRMucqjk9Utl8uH1aKekXxJ14WG12PxN7AiAawhZYnffgnf7R3YjKKf8+yVdmkRVclUXbeWIySweO5Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjX58dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTzQ/8CiuFxdy3iuqnXY7TTiZfRtKo/L6U7PwBvlLqiEr8yp8v4ZVR\r\ndL69mnSfl/ilyo/LVRVllSW6A89xrBYEgdB98AonFrusC7KsvmELqNc/8kNX\r\nxz2YPI+tZQK799W1MYpYX+uBA+tJr5OUqRV7dir7EJkOAtmgXAaHJ+9uYI+6\r\nNbgzAtRCojPKJj3BVaXb8WsO6ZhFPJPBc6KE41skbFMh+R7jdbNIQ0wYMPYd\r\nz1spffkRtm1/UmmQgmcG3i6MY33gD4DBk63dJoZTtl5P8mbtVO/+5bJ12epH\r\nbg1Ji4dqYev2Urd8cedNfDRiCGwUwtLH6BWiDZ17yoiMjb7Yb7NB03MAuHpg\r\nmCE9A/VBYtPrhYdN5dcvdVlGyXq7LrYaziQngfzIoHWIqj3H1VKi3STbnXdE\r\n1H2LhUnFPYW3XJ+fJwppBIRdFxtVQySxvzqluk8JRI8U0eDQQOAznRNDK1sg\r\n9ipDr+C+YtXtq4e66XziK/WIdQ1t+tQNL3+UiE81P42zDB5tYDCBStc5zwqn\r\nvJdAwlCMvy1TgATJw5fulT/I9CjX4ddKeKsC/C14or5KuB1LxpsqZJbh+NT4\r\nuIu1VpXCVIQHWM016gwKigSHLufLkPXjxMT00Tzx9Ral0gOUFydohptLXtZD\r\nzD8FlG5KWTHvWZgSBA2Ca96/FmE3of/gAa8=\r\n=t9iE\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.0.0_1667211037217_0.04168554580743811"},"_hasShrinkwrap":false,"contributors":[]},"4.0.1":{"name":"@cspell/dict-en_us","version":"4.0.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"8c20cb186c0683008207540a7d6a2456d577b669","_id":"@cspell/dict-en_us@4.0.1","_nodeVersion":"16.18.0","_npmVersion":"lerna/1.12.0/node@v16.18.0+x64 (linux)","dist":{"integrity":"sha512-CD7I9Yr1ffNSkE3qX5vEP6N3btf1S8GDKRAChMbmqcDwvljwpdaFrNJB1CvAjNPDcDrLrJlrRqiqr0MvI6YilA==","shasum":"c8c2884c7b4808431a8913066be7e34d11c688e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.0.1.tgz","fileCount":7,"unpackedSize":339052,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHechfBcPGlyED4SMluv1kUtLWlyI3qTFDEY75e+2iewIhAPFtoxKyqHsftDG10FiPz4/MeEu/QYxAzOCmEZjBdVUw"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbWNkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyoA/+Jz8PWC6Adm0GsWHK7wn9mC3lHsDzx2ZEguZ2l85zDswIuo8W\r\nxbEnQlWUZsJtD7u2Z2ckKI+muZoCpBV3Gj9re0O1xpsCorEiRCtwyfn0yGou\r\nS1hOz7p733F03QpJ+5lt8fYMgQDE0bPzLP3gYYnle0jV93wcUNdEAWgL4sHi\r\nznkQfCaKXOVP7piXon8JhPgstZ4lNEZn+YE9oXwDD4vlgQCypDXXrcjHE2Yy\r\nc9p29dhRFjvEsopAEAEmATuCYZTjkcuZI0q6nex/ZqT8/S/vucM3z6Bq8IZc\r\nY/yLId8K90sKN05QgWIK0Ve1Jy9pOzZTtJchCwTBQna4+AyFBzMdS42b3DpX\r\neXoaH585gDLyZ27PEIwDSrdpVdHJ0dNKECRMM0MUdLxMebu/ygO7NZKlZaWc\r\nLVqFQRQ25hhCEOqU4JjLQyI2midHIw5hJnSRjVMrfim/b1zIrpP9hAT5iN0f\r\ncFSrksAXZGJE/AhiN8zbL1kZnldS9/vece7ljVG68vi2CwzUFMgP0CHNFg5Q\r\nEDe5Zwd4LZpHZCYMoviQLVc4CR7RF55RT2a1O1dHBKVeOUGSxvriCYblzdgi\r\nafPQY6p6H11mWqJyIyA5dRtrv76nJunir35teFJJYFsI56EFGNYt1OuYjG1C\r\nw7JbFvtInnQSbzavBXVc5f4BbT4jhcI1Bm0=\r\n=dKqV\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.0.1_1668113252538_0.5367371049613838"},"_hasShrinkwrap":false,"contributors":[]},"4.1.0":{"name":"@cspell/dict-en_us","version":"4.1.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"0ff60cafb9ed7a87ee5e745a54697ed6dd2394ee","_id":"@cspell/dict-en_us@4.1.0","_nodeVersion":"16.18.0","_npmVersion":"lerna/1.12.0/node@v16.18.0+x64 (linux)","dist":{"integrity":"sha512-EnfxP/5U3kDhmTWcHV7Xs2Fxa9KAE5fbHm+4u8LGBOUZvSkZC5+ayjQ50CfEyTGuaI/946ITQYPRNxUZ7oqOiQ==","shasum":"34823c87a6a9b21fc7aa198c060a82de804201a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.1.0.tgz","fileCount":7,"unpackedSize":338989,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBHoQE5FfFzg3FlTJ4XhRuCT5Jxc1jr2Ovae8Wq8ZvtMAiAxPsvut12U4c8fAGXoDjIK+m+TwBmvsibSbIURA8I7Ag=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjb3d1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7YA/+MCbMOoFJ05i8m5GicLlFXP55+rLKz2ag2dh2pAsa+wzRglYV\r\nOSczp5/L+VFfTqqa3Rv9YYNjBWuv57pqjhDeNn358rrwOqSoAzREI7Bvmc/w\r\niI3nx8QcIu/eMEcaP/9plGoNiatI6N3XZqc+AZXSTvh6Q1xkrgAM1HW8phk2\r\nAZelEU4j9MWUA+0FpQwfVGVvJdvUr5ykH+EQ169BOXFJKQgFCjwThnokGkxq\r\nhCa2PM3hYDk48+msEtmM3eKe59D0GwAMryGCmueB2JLgToI+6UUyfzCRCNTY\r\n1nN4SBoNsU5McFYOiRt3ake9x4h4ZOx0EVh0oGU2uuUufSuOR8Bycp1/58hQ\r\nGQ3hWnYdusQptHM4vokAouy/cSyXGrWcc/7A/77qx/6LkyXTgwb0AHGnbf9N\r\noFoyRUAi6+FGmCCw+eFTpWH+9NaeaP+SnOZa8eylJTPEAStfcy7qLxKoxbeZ\r\neGNubtLOW445H2huS1xXjrrvEv6hdJLbVjW2YqncB5xRfs5zCznSzsHCe3be\r\nkIVvTMcN4M6M/yepAH/49Iao7sv28YEuFgcB9vQKPHUdc2HgFjTuZLpmz9Lt\r\n+0i0gEWB1G8UrbruIVk30cg9n3UbB7bvDlqACMRJAjOUsyWv32cOLDto8yFl\r\nr6wbuBFDQExuEfE8hUKWlGpjA5Hx3x2WsMU=\r\n=ehcF\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.1.0_1668249460700_0.6552360122859031"},"_hasShrinkwrap":false,"contributors":[]},"4.1.1":{"name":"@cspell/dict-en_us","version":"4.1.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"47a34789c05111e7b3cb693beb5d456bf25a0cb0","_id":"@cspell/dict-en_us@4.1.1","_nodeVersion":"16.18.1","_npmVersion":"lerna/1.13.0/node@v16.18.1+x64 (linux)","dist":{"integrity":"sha512-I7pgGfYNSOnyNtDWs89B5jY0lZsSEy4ORwZHzLK55MaOq8YaSs+HyXKQsCX/Ce5ktCV03M3ObB01xE4OKoWPuQ==","shasum":"c7ada590927553870af90eb10221d67047c6f971","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.1.1.tgz","fileCount":8,"unpackedSize":339094,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBZbbYU2gYTcqJO7wThb+pKuL0lhKnvh586hIX4hlF8QIgGJNkCB2OYBgiCG0nordEKb7m8bTpkoaIPPgh3R6sYxo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnhwOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6Xg/+ISl0Z0TqP6dP629vCi7WGZ2UhA2RRM3LbqmLp4M9Kc+GtZ09\r\nOHpZXymTK6ko8zaosKTw8dAmrZAi04kYAj3jClUEfyfxN3tva0+GBe5lE/RD\r\nJxSBu+D9BbZnoEkJodq8BtOGPe6B217BwDj9ZYhUZ3KqGGWsAdIeOc/Y9WGP\r\nnB0eYnqWcLs2cVEjQiSy0+fv5vOAEgS0h+uFRWstfhzEDtfSvGDOGFlucgUl\r\ntKj3k968jt446HKePfyVOOGpCp6oNlfTNTSXHbbKfWWq/fqAJQDGRyj8Ek3U\r\nGMw+5z0+JkdLGdvOua7MZXkRrNPnknSlga8jgd4pJQWXsTxZIGY8k4gp2BFT\r\n3Cl1tVRoStZlr9WZR8IhDicgxmkoqU+Qb5jO/1lq0yb2HoY3/eF7HfmvVdB8\r\neZfox3GMuD27TtDJ5M8Af7H8VgnbB6ZXQEqlZppQ2+6ytc/VF1sDY8twqa2E\r\nW1RmGdoDdIelh3IoAHVJv5qMLqRueVws6IqqSjQBO3vLsGs00AOy28GTP84a\r\nzdJgRlRAQgYUtUzSTaR3wB2/PTafrh7VmebCW7b7oyy8KUzlwRiLZyIXSdFs\r\n34hI8uix0hY6iNp0J4yQD92i/gRF9ZFYKDnBPNH7EqqeJMpwzeOR2vWB/w2l\r\nHvvBaf/apwIyqeSU3OrwJjhNi03spZ0vOA4=\r\n=uoho\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.1.1_1671306254034_0.23642685963875532"},"_hasShrinkwrap":false,"contributors":[]},"4.1.2":{"name":"@cspell/dict-en_us","version":"4.1.2","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.0","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"0f0546dd1b66d14743cc170ddd1ba336c225179c","_id":"@cspell/dict-en_us@4.1.2","_nodeVersion":"16.18.1","_npmVersion":"lerna/1.13.0/node@v16.18.1+x64 (linux)","dist":{"integrity":"sha512-G9taI0NimmIao3slR4o3mfxbIlMzqQk0Z5WQX5q/RKNbHZnCK+4fnYglAENj7rqWSndVNGZob15lKfMR5AOapA==","shasum":"6cd5fb916c91285b9a97a776bcf553a591bb4df3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.1.2.tgz","fileCount":8,"unpackedSize":339143,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICW3E8BEcljMjAnJ0LUi4Tl3+EjATWEfBDXV3EjmjyVyAiEA/ob06H5KbB0WKcMtxFymIwvzlbTS5s0qU6rdmwLb08E="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqAmBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCSQ/7BnBieSKSPDRYr39iV74a/QW+ik+lb7vMNgm2NCkOFc9vSlB5\r\nJ+WE1ogvP3pDluro2OiZj5TJ0mWylehuTCLOF0p5IorPID30efIUIPKCKGov\r\nzEna1enfex1f9A3alVTNVCJ6XXpqdUkQSf9liQiBwQ4rm7LfQxWk4thQf0h2\r\nQPZLYIHuYsQHEvmCgs/3rnbENgtySZy//ObaqBmRHo+5KD8AxAjhtW3TcJe8\r\nICYQ5PLgi7GF5LSeydABD2liLbbcm75qmW5NYmnfK6LuWXhlbb/J/pVPYUQ+\r\nEfpjYvTZ88x75YQkhwm7WZuwetVdg7k5CLrT0CNxSQXCMpiCvuBsa75siZRo\r\nm8kF2qAfu/fF06IZ2iJD2WVrd2lCJRjLjZ8Lym6m6Q4CpvDIuGYDX2BRGCko\r\ndRQcxOwLuawY6+DUj1OdLVJl5jOwT3CXO/KiexPXxoDZrSB6T6MdYwLbYtTp\r\nsPmEKhCiO+fVTT/rRfZOjXCRRxDysJf0fPBwHynKmwUcTxcywbvVvVq3JqOW\r\nOoDWHa3gNgQKo3fxtZM5qTTKm6NT9WdzKSNy+jY0GcjSGRik0ak5pbdSiAt+\r\nCX0FQLGRd2zWtGLDCtdfmCYZ3gQowj5qrVlfPvt4nl2dUxniNThT/g/yjm1m\r\nnZqhONZOUiAEfpxbcFQroXz8btedwFnPNs8=\r\n=9fRq\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.1.2_1671956864942_0.6350367051134929"},"_hasShrinkwrap":false,"contributors":[]},"4.1.4":{"name":"@cspell/dict-en_us","version":"4.1.4","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"423cddea0244a460b994d8c4643a418bea52a5ec","_id":"@cspell/dict-en_us@4.1.4","_nodeVersion":"16.18.1","_npmVersion":"lerna/1.13.0/node@v16.18.1+x64 (linux)","dist":{"integrity":"sha512-smRT8Rx38+z1kiNl3kBvadoPdYgxCovxw2rsuO4/XtLRlSEcGPQgYJ0CCdcXMd9bhMY5roXPCcvYkBsyUVvg4A==","shasum":"779e1d2101f487694cf798a1355126bf9072f747","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.1.4.tgz","fileCount":8,"unpackedSize":339156,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/UyOy+bw2OsEg1QUlaSg6t7vpEZpsP62f4rDv+TCdNwIhAP21Q1ok/Ym6YLLwpoSzVqEoxsJ/RSaIOIEB7oOtik08"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrqJFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUBhAAghFxho2fEzyTqxxFzY6XxYD2nPhTwkC5c/84M5wIsmqdDgLv\r\nFOV3igi2H8js1LZHFxm4LIAkxeK/5mBtrdvDrz4YQ9xQ5Br+ozv8u74lip//\r\n7B0Rt9qQsU6OyHhhbeS22L0sWN57AayT9zBshVbQmZtm41hpASiNq8EAS6X3\r\nIKd1kAp6fAiiM84x80Q7Um6BleBkO5ng7KR6Etd/MfV2ScFvfZ+/YPSOStdD\r\nQT18ylpkoTXawtei4bMMUnmXQFnOtHD2Z7YYDx6Q5TaK9Hd8mWTKCjwhK3Wx\r\n85UBImklHqZtCBtVeU1u+IipuJ/F7118RVJj3nCIXvTHnPCrBxwNG4lGOAza\r\n07ww9t6WGBqZE4h8S67f7HU7cXjZ0DzYSFTS0jCoEBZtN8rEgv3+KfswYtJr\r\nSBKkXx9VLt0VWPTqnKF4PnV+QMPScZqDfv+2milj8jp+sD+BuwibxM0gv/bx\r\nqSVZRdG9vtvzfRH28K+xi5A45ZNEgqv1zZ9ybtRu5whQC7bBhVz5w9dQOzbG\r\nWDWCFLPQzvp4C9eElCgnX519fSjNS+dnqU/dXfUPHimDBwMHq4iCjMvUhtUo\r\nyQxUdWY4aRuH106RTnNAacB0ULCWQJv/6FDurW4DCdQ0AAgRAOVLszNScZoE\r\nQPMMvAthwIdMboNBf1WCN1OU+9ymCJK2QCY=\r\n=jk5K\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.1.4_1672389188878_0.5503030961226376"},"_hasShrinkwrap":false,"contributors":[]},"4.2.0":{"name":"@cspell/dict-en_us","version":"4.2.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"5220f0884e482fe7c6c1c4cf91d42e73a3b16664","_id":"@cspell/dict-en_us@4.2.0","_nodeVersion":"16.19.0","_npmVersion":"lerna/1.13.0/node@v16.19.0+x64 (linux)","dist":{"integrity":"sha512-n5hz8vQ6FAp4f+ZW/raN/f4G69V1LrhNZ7kgXM+Nirmkrz16oXmd1defTulbd7yf2T2XU8DmsrTnkuRG9mSQKw==","shasum":"21489afca8af70533a815de0d83a2dbe85d6e6f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.2.0.tgz","fileCount":8,"unpackedSize":339767,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxPmGgi2w9KtDz9lnMRc1MzBf9UU7FWtXsd5IX5TEJowIhAJprGz2h4CXDTzv3mPAJzXYleggHTP/0iIxvBfpHW+nu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwVOxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqgBAAotaM+jYZx936Q/+xsLIb2Z0CU+jFIodOKMZ677Bg134CDbcd\r\nFSTvqG1iRV18AKIPehTpzN+CZGV8V47VIVoOhs3dehvtuRPhLl8j/lvXV0uv\r\nJhid97/EjABT1QyGDpqVe6x1QzPNUzkh55mKOS6vROBhO8wQzdFDtGSVO1vI\r\nE2//0jaWQBJYR02LMmDZgZfqdgE08IBiPPp3alxz8Il9np8hJWkWkl3+M0J2\r\nEwtGlQeDFtN3fUVflnIfJuuxEUvWt7Hq0i7V41PF7XMCebgRDCx9re8K8Wn8\r\n+FvEkyMgt33bRiqBlx7XLK4j6tfK1GyyBZq+Fie3WX0kMxCAGAHVAyYcj4T7\r\nMRydCa+Xnu5OLNVSMCMWsaC2KtHfCPfUsAT37sNqmfTOQm8QNx5ePfgbknqk\r\ntbiBDrOKyd/QZskTGfN7fWszconyOYjLoR9CJ5VXuyOgXOFcrPLSlOGK22LJ\r\nPHqumwGCBgzCAZuA8ntLkc43FVJN1TWFFk8/vX82BS1LoO56PojGKFwgMXL0\r\nxriH7Mu86DBofw2E6U2ugWhCTm8A3K+B4Crt/LqHrLWwAZF43JHN3o+WDjgI\r\n4LK1OXmhU74msNz4HMMXrbiFDNFTUWb0zw6YRfSol7FiP4k4OMNrn63CKje9\r\nQzK2ZqjB/oXn81Ecd6a4KT1NWRCKpbF3DXA=\r\n=3mOX\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.2.0_1673614256844_0.4951870166095471"},"_hasShrinkwrap":false,"contributors":[]},"4.2.1":{"name":"@cspell/dict-en_us","version":"4.2.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"5809e16c296399f677c7bb9100c55ba48a2fa31c","_id":"@cspell/dict-en_us@4.2.1","_nodeVersion":"16.19.0","_npmVersion":"lerna/1.14.2/node@v16.19.0+x64 (linux)","dist":{"integrity":"sha512-zjHvRAJeNJgLaIn4DgO2rkCaKC2SyMJ7HKQTPJKDoINTVXJxcCt/5K0xjDyBJAezQYJfkX8Na0r+Ii2PpaLqtA==","shasum":"1a0f76cf305431bb98b0b9dad75c41d13a3dd2f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.2.1.tgz","fileCount":8,"unpackedSize":340104,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwZIS7Pv94TFDkohq1xmNZSV7qe7HApKZkfTDyEKcZdAIgYV642vXl98XGbtxaNRxwjw6CugaUJ8WtMaty1OEsqjM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj15ZUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8Nw//UOaX0MFSuvW6WY9cytYO7a56BO3cxrTa/Y+o0mOEueplQtiW\r\nl6TTMosy2bp18Sz6srWfjLCplXgn46+yEobJJuWKszDoXGBz7aSjKwOVb06p\r\ncyBnq9bKd0Qa1h2/9qnKyIkNTAGaYmAZTounom2d2NunMBIr1W8EXuHyE03H\r\nVHyErty/1Z4hsbMszidpvO3mImKLqz0tDjerleMwOXfLLL3AjVsH3rXkdaGh\r\n1LYyeJfihCXao70oN6zJX3PExir8JMiQLdPw6hU99WTd9rkO+dRxa7pMlFOz\r\n7urxwaYtbxrbvzLKCbj5x6Y23o5Mz9Y8Gg0us/s0fS5bEP8TObwa+waEHUpl\r\nS9i/BYnWZ/AGW2noAyF7NETag4PAaOd3H4ejE9DM4HKa44vUFsVlI24gPEG6\r\n0XEEpEMROJe/2bMELOkXMB5hshpcMw4OvD0xPMvWaxWi1ejdBPioHBMAVhqK\r\nWRmvOPph5Rovz1L9DZ6sv4UeGHg/RlR+b75ezF/it/tsNLtVjvqNwTLdafGJ\r\nW2QjzNdAUuoyuBJWdWMUzMHemW6Y3tCEh+TyyaPU/9cjcXwyNaBzvlrscWIa\r\nvjHLl1k6y+s8mh/brZ1/DDdexbdJJ+CeIGpZiwBwJ18Vf3XOdtckAsu43tGu\r\n6hvtOMzmrqMSrhKyTQ9yVat0+cbKTULKtko=\r\n=R0WH\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.2.1_1675073108323_0.06679922167565344"},"_hasShrinkwrap":false,"contributors":[]},"4.2.2":{"name":"@cspell/dict-en_us","version":"4.2.2","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"0d408b96be1a17363853ec46953a47682bc74e49","_id":"@cspell/dict-en_us@4.2.2","_nodeVersion":"16.19.0","_npmVersion":"lerna/1.15.1/node@v16.19.0+x64 (linux)","dist":{"integrity":"sha512-NSlvE6bIkgRRlBkfltiwREu2NYT4PrLmpdi9zSeWuUMlGB+0wUGAal3B7zKC1pirhueH20W6to0lPdnEWaqa8Q==","shasum":"3500bfea44b64a7c7ac4b24d4a695f4fa3fce668","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.2.2.tgz","fileCount":8,"unpackedSize":340114,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZ29ooRTcKxTLSNZuhDXsNUX5qeHgMNNd9htQeOSr1+wIhALoCx6ulti7HEVspvOpq2NpzdywSC3Z92LkaIR2tdBNq"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj41oNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMDw/+OeCqh+jNs/2S16L5cYc92c9bY6nXTObIG6lgIleqsYg6GdN+\r\nJSUennU7PkbNedrVjqhaH24tHjRb7jJAX9+XSNGN03ZCdWrX3WDmyBsUjX+u\r\nZptOxe/Tn1dxwuxkDmJeR3G7Mhm64+gWLXgcGmBxBA6NI3DjX7b3/vu+IqMV\r\nUGUSIYhSCU9wf90tldIIbMSw/3y4bEfPpxRcjhf8BDeaZFaUVKquqJBr2gVD\r\nVfvTO33SJU2PcYb6VAG/VGeFzM1V/1HpkNqBHvbZVmj10ffgHLNNXiVEvM1k\r\neIjXAGGdQ5LIZPN70HSIGaXa7Eqk07v3Fs3KCakhYNZLnQRiHoQDI3v6kZUh\r\nRdW8e2ISgFTMAwmweCZ3zuCeOf9mWz0nLWX3HYxeHbUUec84fePdXpx3cZBz\r\nJuV3BIUz7JqbeiM6xDDuTm3/u/dD9K1eSepGg2Mt/rC87I7Pvt0FlJqAMG+2\r\nUaCLHmmWKDS4DCm8XwcP3UzFIPJOXAW6wNK+UdP2LwESfJ7g+TE68oapcPG+\r\nlZPlVEzz4BLhZ25oJGAHGTYv8u0ObOnwuBHJckwVQI2cc/AHCGPwv/ZqLT79\r\nNLeCMLtgaczROK813XmxH2VKu3Kb/3/d7HLu6W74rCYd6POwdo6eVbmhenVI\r\ntrUBoxc537jDSW3/IhUPP3X8wDb2WePCrAk=\r\n=fQOT\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.2.2_1675844109539_0.1195006812217787"},"_hasShrinkwrap":false,"contributors":[]},"4.2.3":{"name":"@cspell/dict-en_us","version":"4.2.3","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"a8ff83095adc9f526f48772c52195e0456f78668","_id":"@cspell/dict-en_us@4.2.3","_nodeVersion":"16.19.0","_npmVersion":"lerna/1.15.1/node@v16.19.0+x64 (linux)","dist":{"integrity":"sha512-6P6Jh2c5hf5w/dnmCIAu4Pd1WbBGm6NvHF4tuAaCN2raNPpj7Xvym6tPY+AoBhBQykBOZJ5o7cf7ozA65+Jskg==","shasum":"899f4d2b7136e42b2dd0e69ef75268acc1b13d39","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.2.3.tgz","fileCount":8,"unpackedSize":340114,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAWmGVyasQrprmDvxf6UgoCCeXTHsl6w65YhN6WSx7O7AiA0HfCWck9U/kpbWW4VjzFvl02n/kWNjcGMZyL9JEkQnw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9dBlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2xA//VR27ozXM3iUNoPJBJbeaYt8pYv6h7C/zQRacXG/ODN4Pt3ps\r\nERb+I1h6fIWUwWHVhx78/4YWn5Aohk7FGDvKPKnMNQmLIExeE41+fGrit4em\r\nTJkJ0jxB7PvCw6TqJLA+ShW0YcNeGyq1Zmzad2lUqfmw+4H0P0yIpaIyQ8OC\r\nbqElMxgk0M8TQdBWioYm3OKrARDdLZYrsxdhanUQlOaFmj8D8sUt/TzwDmw3\r\nr8krRtctMbMVM/MNHTA31MxZ/Trn96I70BpyyMYK7f9o0YQUZNC2EVw46iBu\r\nZrp9nwf3+v6qGV21MKbYBVHmvc0R65X1P/rTCLOt/c3FmGLAr+Dj4eg0Ud1i\r\n6OE8fTmuReSb6L5oTqzB8dEZyttF5tUvaZIHzMDNik+/HiST/s1M35Nn0Cad\r\nwSxVYN8UjPOWSqzLJ6XDIhFMsnnqZjVSyjvTGZ0k2xLIe4HOxsTebnXIg+H7\r\neG2atGvW8fqZGy8Rc2C2UkZ/icDVg6vAw4ATtmDFSkblMyHbzpqyqF/M0EWT\r\nPi49PipGnJo8P2gaAcBkL2X89PEr6V02Z7eaip17r1us84SeDvjfFyDJPGk+\r\nJV+aDuTtRhv+XEFZH/Cg4Vzxbxgt8Opy2eef2Ox5ylvAT1+fmqNPQSt+ItrA\r\nbdIjvng6WRfr/J/AJwF9sF/jnPtUOjfSY+w=\r\n=LeYI\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.2.3_1677054052967_0.994346042505641"},"_hasShrinkwrap":false,"contributors":[]},"4.3.0":{"name":"@cspell/dict-en_us","version":"4.3.0","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"6a234873eb388225e5d5a3d6ceeccb0d02972ba8","_id":"@cspell/dict-en_us@4.3.0","_nodeVersion":"16.19.1","_npmVersion":"lerna/1.15.1/node@v16.19.1+x64 (linux)","dist":{"integrity":"sha512-lQ4r8tBiylNjmYwrWz4xUgBtVC0CciKpddMUVosdusHonFE0KjlvkZK6PFtROBupmRLMBBMjxvtpbq8SdFBqCw==","shasum":"84476374edeabc46d41d8b7e117ce2f341ae8de8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.0.tgz","fileCount":8,"unpackedSize":340077,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQC4P+1p4qp/2Re41I+rKafHLb4x+TFgkA5hcuFaAEUN9AIfafH7KZYmVbFgA4RjJgsKO1daM/LHZ1hr2BFdQ67ruw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+cj/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0uBAAm3haFJBhZvvgD64VZt+KVnfCxw2C3vQXKfwyT76RkwjBJ7Nk\r\n8NMvs/ImS3rQfF1u6hdgHRnd7Yp/s8y+ump2FOAAiDuX/Q6fPihe0ZGZweMU\r\nSmgbvEUSd0MvrppqyAyrG4N50pVDzBCQ/za17/XaYjzN/rPtMGv91QaiWIfX\r\nX32pVTY6z5dd4DNQVX797MBwek0NpQ0g2fE8knmJ5SsqNO6Tfy3+H3E7UF3D\r\nagMGv+rCY1OJZBqKyRupXp5PSxEFHAELEzueS4dXYkKLlrnehojI8cvwRwjz\r\n9mZ88xEUYRsgS8vvBSlyMGPUTOUtQRjBBDIzdevj6m2rSyzQyx2Au2o2WbB1\r\noYa7Mz3akY1Fm084UkOggyl+dhkQ9l+uLaq6ZqGyEHgzlsjvAfcUJ2Zeyuck\r\nUfns3skS7XJZvnvEhBv6s4h+xevC0AzJIhTfDEFNlevGIcGQrFTX/qdOus9g\r\nFvKLR73NIMQsnBiHpSOrqeZ5I3e/RNlOKTYNah+H76nijq0GNj/Yg+iVR5rb\r\n2Sq6q9r4AoAIOyrxtyYvzMGlJdKvgBX4EpYoYUfj+Bwn1r++FbMAnS6LWX/Y\r\nv/LpFet77puStf6GmwHCC+zCiQvNTN1em8DZYd7XIW/oLXCvTVDgZGAL1t1j\r\n+6JdK+sjQA0mCXDc0Ur1DStCYzAPYjT5mds=\r\n=+TMW\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.0_1677314303531_0.7605231632034761"},"_hasShrinkwrap":false,"contributors":[]},"4.3.1":{"name":"@cspell/dict-en_us","version":"4.3.1","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"50e337bb612dd8ebe3d91c09faa1a2b130997ae4","_id":"@cspell/dict-en_us@4.3.1","_nodeVersion":"16.19.1","_npmVersion":"lerna/1.16.2/node@v16.19.1+x64 (linux)","dist":{"integrity":"sha512-akfx/Q+4J3rfawtGaqe1Yp+fNyCGJCKmTQT14LXxGLN7DEjGvOFzlYoS+DdD3aDwAJih79bEFGiG+Lqs0zOauA==","shasum":"88ae0fb555897ed77810867b849cc3495298f362","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.1.tgz","fileCount":8,"unpackedSize":340077,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDU5Ujo5iGDVOGiSH88ujokjlaaxp6GilrITIGnp4DTpAiEApAblFkSYpuOBqIpx5KaHz0lTz0FmLdIEoz6/bRGLTc4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkECwZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMcA//bn7xBvGp6yChYIBcWZ6IURyskUqTwB75Z7PzmVewfTPRPjH7\r\n7Z5rM8gvGd+DN/vWHhyOuXrvVwSmUTghiC8apnUWRH6MwYU2U0XsmODDXiRr\r\nq/pSML2SD7/hboRGQHGCpnHTOtc4zLy/1Kr+EkHuNFQ6o3ey/QDWoQwB+5Fb\r\nfrpaiW3TYgjCnnXjZhQacGuYF8LPLVfI/Nm0lrd3Vpd7LFQ5cAJXY3DLDEgC\r\nAsh0meI952OOUCJXUwVt+P+2ocADfP03gQEzRDGKgi0ZBolj2OGXo4PGLZji\r\ncx06DhPuG30NIOLdO5N+ARk/+Q1cgu7wB5ZoPw2Etu2GdfRr9BaaFQcc/DRh\r\ndpPu0BgU1m2quK0YmO1HfFSRiftrBW0ryx/8unhWd5aX7nHZid8a4qVxy1PF\r\nmhTvTNyqXeeFUjiwhevrUUodzYloFDZQ1z5ULfJOaNMLkajGJNYiDSSXwwKF\r\nnh+F19lUIcJWen3omy1J7/HZI1eebgC9Pd0ZDtTftpxDatzGr6WazksJulm1\r\nfOL59lYrN6luoSZvnqSYCR5NMfqKXfGD5mBtP/J6cgk+lL5J7e+Yc2K2RgOd\r\nA4T58UOdMO5LX5ZOrLAWvXLRf0JWB9HbKfAygo4zl2h3k7PjtMxjy5iSg4kc\r\nFWaKwTNFu7c49A0exeMW7kswDwKX4JfJcwU=\r\n=7Vny\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.1_1678781465345_0.18626718686468702"},"_hasShrinkwrap":false,"contributors":[]},"4.3.2":{"name":"@cspell/dict-en_us","version":"4.3.2","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"118bb5d96bf657051b639f3b66613689054f7e8b","_id":"@cspell/dict-en_us@4.3.2","_nodeVersion":"16.19.1","_npmVersion":"lerna/1.17.0/node@v16.19.1+x64 (linux)","dist":{"integrity":"sha512-o8xtHDLPNzW6hK5b1TaDTWt25vVi9lWlL6/dZ9YoS+ZMj+Dy/yuXatqfOgeGyU3a9+2gxC0kbr4oufMUQXI2mQ==","shasum":"ffe6e9a4decc453a0673f8e9a49a3a53ee020d2d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.2.tgz","fileCount":8,"unpackedSize":340068,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCq9ZtRdmCgnElnY4Dw0JwS6pWGiiaaFNL8SwmCV8GqgAIgNMz8jJgmbAnMF8h7wYnLDWKlGTPrRewnKBcJIKZDwNk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHUmSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojBg/+LHpZyH9S+v9skW8VEsUCpODbHTxrQi0SiV3uqTh96tedT+nT\r\nhPKrD/zdoPSHooaZ54N1zgudZNdV6auFaRYzYE5fEv7kx2gke/F6+n9UdLEw\r\n7LczIXUTLQBNXvS5b3vWYU737bRApjQ9K8lO9zQ8J+TUh/UhsgEKWRgIs+/G\r\n8rzIPGHijnJHjd9Kq1h1O53mNt7YiCmo/QYxZo05pvUUSu0mDurSqt7gqIl5\r\nKDsDU1PqEtq/Kj9nuvJUCyRNiev5o+r67vEXFxjnFddKz4OuVlNtOT3GAtm/\r\n2lDpgb0DjE08uhuAXhmWr5VbV3nmU/9nC9LV/pWZd4GnB3Al8hfsBdEWE4P3\r\nkOmpZK6o/nPFGW+Ak+snN2v6/TNYnWqMJk7lPIfsG0MpPtFsN6wKQjibdW+O\r\nj1iIhQGR421zEevwURewiB4wH3AZK3P+QFJYfLJ4i4z47WWn9RFr0j39AtuA\r\nCuavK1NejSFWgMxtaOuSyQoPfTo769XZKpy3qyn6qrpqBWTe21Ha33hwPzmG\r\n4g1Yw03+VhYv879H2aaReVIUMo0a5BqqzXHxUcLxPeoSpXSBflBo/5vFao9H\r\nkm2kMK7oxljoailFEuDGFuNukO7lbQcxXO/WPijSXngmvVCG8SdMIyyekDg3\r\nHo3/nd2LiX/K4cjavqCI2xmzBzW4UbJFS0s=\r\n=bt0A\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.2_1679640978789_0.4016277383896454"},"_hasShrinkwrap":false,"contributors":[]},"4.3.3":{"name":"@cspell/dict-en_us","version":"4.3.3","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"35b3f0bc305a4182a18d03c00bdb237934a8246d","_id":"@cspell/dict-en_us@4.3.3","_nodeVersion":"16.20.0","_npmVersion":"lerna/2.3.0/node@v16.20.0+x64 (linux)","dist":{"integrity":"sha512-Csjm8zWo1YzLrQSdVZsRMfwHXoqqKR41pA8RpRGy2ODPjFeSteslyTW7jv1+R5V/E/IUI97Cxu+Nobm8MBy4MA==","shasum":"de03a2ada6cd158a7f44d0417979324573fcf721","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.3.tgz","fileCount":8,"unpackedSize":340038,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGzCrRnGjvrv6kAtF/j4ZKKau8TN97oDy0PquLAxNOjxAiEAxTS+ky6r45RcnezpdqrHCUG5730XNe66PDBGC18I/D0="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.3_1684312713510_0.9224567748693069"},"_hasShrinkwrap":false,"contributors":[]},"4.3.4":{"name":"@cspell/dict-en_us","version":"4.3.4","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"yarn run compile","sync":"yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"shasum -c checksum.txt","compile":"cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum","conditional-build":"yarn run sync && yarn run --silent checksum || yarn run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt","test":"yarn run test-dict && yarn run test-text","prepare":"gzip -f -k *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"*","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"bcbe65c62e865524f5b9074d4e63cdc63396d797","_id":"@cspell/dict-en_us@4.3.4","_nodeVersion":"18.16.0","_npmVersion":"lerna/2.4.2/node@v18.16.0+x64 (linux)","dist":{"integrity":"sha512-mR2yqWmFip1zTKja2SqyVMbzuqEThqkEJk9M32bMDziPJpEyOIPvLA0UPmj3cyRKJkRuVF0bhDCE33O+at38hw==","shasum":"176fbbcd546538787776007fa38a58c1424243a7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.4.tgz","fileCount":8,"unpackedSize":340064,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWDtd5B4Tl+aiHH5FwvHP1l6rP9s3FUSg0iNPiRzAApQIhALs3msE/VLifhEaOBnb0mvwN78aDeCOU4la18di0tmX/"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.4_1687774121119_0.4262884867026029"},"_hasShrinkwrap":false,"contributors":[]},"4.3.5":{"name":"@cspell/dict-en_us","version":"4.3.5","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"cspell-tools-cli shasum -c checksum.txt","compile":"cspell-tools-cli build && pnpm run gen-checksum","conditional-build":"pnpm run sync && pnpm run --silent checksum || pnpm run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt","test":"pnpm run test-dict && pnpm run test-text","prepare":"cspell-tools-cli gzip *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.4","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"a93ee20360d9a76828b8c40653a0eb253dd34f2b","_id":"@cspell/dict-en_us@4.3.5","_nodeVersion":"18.16.1","_npmVersion":"lerna/2.5.0/node@v18.16.1+x64 (linux)","dist":{"integrity":"sha512-el9L7zSaYy0fT1ZXi3xuygtiyMZMZPZJYaIzKu/0hGUWVWvUmf8JZ13tDHrCPTl0e3ct1GWEDgJerrvUlti6Cg==","shasum":"ef151b50a3737a8fa1d72f20ab3737a28d26dce7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.5.tgz","fileCount":8,"unpackedSize":339831,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE344FeacORMbYPHp75iNeYz0rrTV5nrCfQeReSlr7OYAiAc8MbwCPeiIZiFoYKRUzN/GRdLTOS6ThXQgaAroisc0Q=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.5_1689798147060_0.5725335581423865"},"_hasShrinkwrap":false,"contributors":[]},"4.3.6":{"name":"@cspell/dict-en_us","version":"4.3.6","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"cspell-tools-cli shasum -c checksum.txt","compile":"cspell-tools-cli build && pnpm run gen-checksum","conditional-build":"pnpm run sync && pnpm run --silent checksum || pnpm run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt","test":"pnpm run test-dict && pnpm run test-text","prepare":"cspell-tools-cli gzip *.trie","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.4","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"0384eb15897536873e678606a62ff300fa5d1e2d","_id":"@cspell/dict-en_us@4.3.6","_nodeVersion":"18.16.1","_npmVersion":"lerna/2.5.0/node@v18.16.1+x64 (linux)","dist":{"integrity":"sha512-odhgsjNZI9BtEOJdvqfAuv/3yz5aB1ngfBNaph7WSnYVt//9e3fhrElZ6/pIIkoyuGgeQPwz1fXt+tMgcnLSEQ==","shasum":"1f554cf4e235af4e8d115c5924c87537b16a08d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.6.tgz","fileCount":8,"unpackedSize":339831,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEY16Mwd3Iax0GpWn8lOkQh2eW69aUaMNSRWNMOIMwM7AiEAlEJqKMOzuHMZKkOlElkth4uhIljHIMP3rkoyG5HudEo="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.6_1689851653264_0.8710020418397968"},"_hasShrinkwrap":false,"contributors":[]},"4.3.7":{"name":"@cspell/dict-en_us","version":"4.3.7","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","checksum":"cspell-tools-cli shasum -c checksum.txt","compile":"cspell-tools-cli build && pnpm run gen-checksum","conditional-build":"pnpm run sync && pnpm run --silent checksum || pnpm run build","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","gen-checksum":"cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt","test":"pnpm run test-dict && pnpm run test-text","prepare":"cspell-tools-cli gzip \"*.trie\"","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.5","aoo-mozilla-en-dict":"git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"},"gitHead":"b9f9bfbdbb4851c067a886a69225b68aa8fbc55f","_id":"@cspell/dict-en_us@4.3.7","_nodeVersion":"18.17.1","_npmVersion":"lerna/2.5.0/node@v18.17.1+x64 (linux)","dist":{"integrity":"sha512-83V0XXqiXJvXa1pj5cVpviYKeLTN2Dxvouz8ullrwgcfPtY57pYBy+3ACVAMYK0eGByhRPc/xVXlIgv4o0BNZw==","shasum":"0e157984c4c102ec30c75572b99e4cb7388204cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.7.tgz","fileCount":8,"unpackedSize":339836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAL1KpOVYratlupa3FX/nlMj0Bc6YzZvYjInGVqc+zaWAiEA6TW9LaOrVHZFDWgGgxl3Q5E4lQPkJ3z8kBMg+EJkC6c="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.7_1693479958024_0.830155649937937"},"_hasShrinkwrap":false,"contributors":[]},"4.3.8":{"name":"@cspell/dict-en_us","version":"4.3.8","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.5","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"a73b558ae5fcbb88bfce955a8628a56ab5e7cbe7","_id":"@cspell/dict-en_us@4.3.8","_nodeVersion":"18.17.1","_npmVersion":"lerna/2.5.1/node@v18.17.1+x64 (linux)","dist":{"integrity":"sha512-rCPsbDHuRnFUbzWAY6O1H9+cLZt5FNQwjPVw2TdQZfipdb0lim984aLGY+nupi1iKC3lfjyd5SVUgmSZEG1QNA==","shasum":"79f0d93827c6bc8f6d9c5b9dcbf5fd7b8aec42ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.8.tgz","fileCount":8,"unpackedSize":339636,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGk/uAYKhrI77kqn+3NJXxROTpLZYY52e4dko9DGwx8gIgXUYozZ+Ws9WiiaKC/i22FiYRALpVctg8VsavzWn9yVk="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.8_1695366529337_0.2555649466983587"},"_hasShrinkwrap":false,"contributors":[]},"4.3.9":{"name":"@cspell/dict-en_us","version":"4.3.9","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.5","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"13f40d9d575d21316b7c65a0bd5626e627f69b3b","_id":"@cspell/dict-en_us@4.3.9","_nodeVersion":"18.18.0","_npmVersion":"lerna/2.5.1/node@v18.18.0+x64 (linux)","dist":{"integrity":"sha512-7cSTSxokwkQXJdh9ZkPy3Vih/GheSEVFzN0R/1Ak1inHOWCRNSWQCdMqd6DCmfyVgzCk6fDGS+8Uphe/5JTBZQ==","shasum":"580e697ec9d7cca63f094b5f8907fbfe7a85a8f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.9.tgz","fileCount":8,"unpackedSize":339718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQg8abHoEa8Rs7erg0CSUT6X4RxkpTvKVkaGZZcFWdpgIhAL8VsIHI6ybF1K3QNBNYU8OPX6OGmonBd2zHBkCVXy44"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.9_1697020999290_0.15027107687792407"},"_hasShrinkwrap":false,"contributors":[]},"4.3.10":{"name":"@cspell/dict-en_us","version":"4.3.10","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.6","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"6b07c515cf7d4fce23332637e9a52a878310bb6f","_id":"@cspell/dict-en_us@4.3.10","_nodeVersion":"18.18.2","_npmVersion":"lerna/2.6.0/node@v18.18.2+x64 (linux)","dist":{"integrity":"sha512-EqmB22dEu6qUkA6f6eNYqXbUnklLgChKDAdRbKWKnyoca7bmxRPcOIUhPzELo+HSzZe8RlSgNG/vaL1fkPB3Yg==","shasum":"71315f0a8d3a47bded967853cbeb9e9e02f8386d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.10.tgz","fileCount":8,"unpackedSize":339727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBjX0pjFt98/dPNwi0tB975GOwLTZR316PXZOo/zDCdLAiBFh7RWuAox69mflvP94wf0iv4wkluZXlvEel4PJWqVmA=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.10_1697622556111_0.9970403108827146"},"_hasShrinkwrap":false,"contributors":[]},"4.3.11":{"name":"@cspell/dict-en_us","version":"4.3.11","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.7","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"25fa1817531c6e3e3b64a31b5bb41fcc489865de","_id":"@cspell/dict-en_us@4.3.11","_nodeVersion":"18.18.2","_npmVersion":"lerna/2.6.0/node@v18.18.2+x64 (linux)","dist":{"integrity":"sha512-GhdavZFlS2YbUNcRtPbgJ9j6aUyq116LmDQ2/Q5SpQxJ5/6vVs8Yj5WxV1JD+Zh/Zim1NJDcneTOuLsUGi+Czw==","shasum":"3adef0c99a97c8ebb20a96be7647215263a5d5dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.11.tgz","fileCount":8,"unpackedSize":339683,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGonIf2ekin07DdhbKDUuVg2K5Gd+lFOodr8dT5FFjtcAiAcwD4/VvvrYzcODRgvRyHzxA5CBLy0z29HH4agO2WdWA=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.11_1697823774698_0.4948286457331088"},"_hasShrinkwrap":false,"contributors":[]},"4.3.12":{"name":"@cspell/dict-en_us","version":"4.3.12","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.8","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"f7447be803f50bf98411d8e62976ba008332367c","_id":"@cspell/dict-en_us@4.3.12","_nodeVersion":"18.18.2","_npmVersion":"lerna/2.7.2/node@v18.18.2+x64 (linux)","dist":{"integrity":"sha512-1bsUxFjgxF30FTzcU5uvmCvH3lyqVKR9dbwsJhomBlUM97f0edrd6590SiYBXDm7ruE68m3lJd4vs0Ev2D6FtQ==","shasum":"3b0ceaf5ed3cf30b225834ca7d528e4dc96e9605","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.12.tgz","fileCount":8,"unpackedSize":339692,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkCs5GaxufyQks91K8t5PVdZZrCHJC6Kija3UKOS3XmgIhAP1Q58VCOe2aR2CJVn0uypfoqeDLTqWPYbrxjutxt5el"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.12_1701176673437_0.5569413236271878"},"_hasShrinkwrap":false,"contributors":[]},"4.3.13":{"name":"@cspell/dict-en_us","version":"4.3.13","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.9","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"a4b18241325dd725f7053d1434d99ec34a084d09","_id":"@cspell/dict-en_us@4.3.13","_nodeVersion":"18.19.0","_npmVersion":"lerna/3.1.0/node@v18.19.0+x64 (linux)","dist":{"integrity":"sha512-T6lHiGCjloGNE0d8CogF+efJZPCAP8zdzn+KnlI0Bmjaz5nvG2LTX7CXl1zkOl1nYYev0FuIk9WJ9YPVRjcFbQ==","shasum":"4176be1e1510ac696a0fa33d9773aaffbf83a50d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.13.tgz","fileCount":7,"unpackedSize":336111,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIOujFn7gyE7YeESxm3DioJSCUMOtkpwpg/MfPTeExnQIhAN3eAnOPa/bynsDdYcXXg+235FDABIB8fX1nqQknptu4"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.13_1703957351515_0.9177028205157525"},"_hasShrinkwrap":false,"contributors":[]},"4.3.14":{"name":"@cspell/dict-en_us","version":"4.3.14","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --locale=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.9","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"f1a2c0375b406cddcb04c8c02c02a7e527d3668b","_id":"@cspell/dict-en_us@4.3.14","_nodeVersion":"18.19.0","_npmVersion":"lerna/3.2.1/node@v18.19.0+x64 (linux)","dist":{"integrity":"sha512-Od7vPVNN4td0Fild5BcCPikx+lBJ2L809zWeO3lThYHqtZXqsbaBNzfv9qlB1bXW199Ru461vu02CrklU1oD+Q==","shasum":"c05357087e9bf26a4c8263ab0c8f4ca17f51a184","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.14.tgz","fileCount":7,"unpackedSize":336109,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEYXmEwWbk+1MQ710FtbK1UIDJA4BRx65n6Yq7Kb6bqTAiEA0ZzD9Z/Zjrj4U0iy5xJlOZqRMF2uk+l9ClrxzF5RbqI="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.14_1705751130467_0.21913415002305237"},"_hasShrinkwrap":false,"contributors":[]},"4.3.15":{"name":"@cspell/dict-en_us","version":"4.3.15","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --locale=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.10","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"e830a70e148dbde063cc4994c3cb96d734f6f586","_id":"@cspell/dict-en_us@4.3.15","_nodeVersion":"18.19.0","_npmVersion":"lerna/3.2.1/node@v18.19.0+x64 (linux)","dist":{"integrity":"sha512-h1kwvU2w/e4ngXAbesU3z3GnK9kAUJVGRUcQJiBHGg4cY7+hsAD506JezoBD+kus2+cuYVkoeSKdi0FyqS7xyg==","shasum":"d84e5ffa1887b208fba0ac207032444c8ae00fdf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.15.tgz","fileCount":7,"unpackedSize":336109,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOmvWDEwgkQ0aCkOd31vAAU4RgfoGM9nE5I5UP+aOYwgIhAP122sDG8szGvxNUyRYFyF6BxVUZivx+kmt0ctQUQhXb"}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.15_1706536876199_0.7742267721222822"},"_hasShrinkwrap":false,"contributors":[]},"4.3.16":{"name":"@cspell/dict-en_us","version":"4.3.16","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --locale=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.10","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"9ec7cb3e8c3439d7198f0744264b4642d74aef02","_id":"@cspell/dict-en_us@4.3.16","_nodeVersion":"18.19.0","_npmVersion":"lerna/3.2.1/node@v18.19.0+x64 (linux)","dist":{"integrity":"sha512-fyNuAvYpkllmsMpfAJaMip250LRAnEDp2EZbkjYwAJXXjtgQ4/1yh6sLityxPMDtJZN65Eko+8rJzGJHez4zbA==","shasum":"b04fd49524db9fe6d8a3919881a525b073453c06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.16.tgz","fileCount":7,"unpackedSize":336109,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAcBjeCuPxgYgr82L+FZygTm3qXx+IRe6pDgCxZCoViQAiADTkSmHtioJKrLb8v/Jccxf+OydY088Y7p9hrwQQMLwg=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.16_1707491001934_0.9084042877110345"},"_hasShrinkwrap":false,"contributors":[]},"4.3.17":{"name":"@cspell/dict-en_us","version":"4.3.17","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --locale=en --languageId=* stdin","test-text":"cspell -v -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.11","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"6ef94d019ff0de7963b85bc642ba93cf8a0c23ac","_id":"@cspell/dict-en_us@4.3.17","_nodeVersion":"18.19.0","_npmVersion":"lerna/3.3.0/node@v18.19.0+x64 (linux)","dist":{"integrity":"sha512-CS0Tb2f2YwQZ4VZ6+WLAO5uOzb0iO/iYSRl34kX4enq6quXxLYzwdfGAwv85wSYHPdga8tGiZFP+p8GPsi2JEg==","shasum":"a39546b9ec4cc4fb1e9607575b2682b1155dda07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.17.tgz","fileCount":7,"unpackedSize":336116,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGtY3EVddFZydX+asNL4ebIrH9Y3rLq0/P7Ylg9vl+QsAiAbElfwdP3X62S8n/fmZwnkwJrymcdTylCo962Q5vTCsA=="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.17_1708416233215_0.4473180224757336"},"_hasShrinkwrap":false,"contributors":[]},"4.3.18":{"name":"@cspell/dict-en_us","version":"4.3.18","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dict.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.12","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"d600f23f01d4c16ca93064d3a7237eb45438663b","_id":"@cspell/dict-en_us@4.3.18","_nodeVersion":"18.20.1","_npmVersion":"lerna/3.3.2/node@v18.20.1+x64 (linux)","dist":{"integrity":"sha512-D8jGT7Zi3+e8zIpT0NqGKvvzehcvUETFlOA0NxcRStkw7H7mgouHxKFU+u7t3tvCoGNwh2gwjCqZQlK8ZXwQHw==","shasum":"ce8895988c83068daff128730b29b3f52f60e141","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.18.tgz","fileCount":7,"unpackedSize":336205,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHYD/FjX2qja/GqMoI3JER765RfYEFMYkWuNNPyMZ2d3AiEAtqImWBn90pgWIEzfA8ah4RhniOlp6g84GWe0y3OvJmU="}]},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.18_1712993917513_0.6543304064950659"},"_hasShrinkwrap":false,"contributors":[]},"4.3.19":{"name":"@cspell/dict-en_us","version":"4.3.19","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dict.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.12","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"871cfb1c21c186206e2694c3156fac7728c0198f","_id":"@cspell/dict-en_us@4.3.19","_nodeVersion":"18.20.1","_npmVersion":"lerna/3.3.2/node@v18.20.1+x64 (linux)","dist":{"integrity":"sha512-tHcXdkmm0t9LlRct1vgu3+h0KW/wlXCInkTiR4D/rl730q1zu2qVEgiy1saMiTUSNmdu7Hiy+Mhb+1braVqnZQ==","shasum":"ba79bed9cee82fdc9f76d03e85b8f07ea655c322","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.19.tgz","fileCount":7,"unpackedSize":336202,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDdhJwJdmZUpuZIUeHq0ds3r9sDI2g0dhx+OjED1s7IQAiBOeX2oa+Mdw3LW+U1PQ7rvJQk8bD9/dzHLAEj9V2LPMg=="}],"size":307324},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.19_1713209408320_0.6459165862826173"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T19:30:08.535Z","publish_time":1713209408535,"_source_registry_name":"default","contributors":[]},"4.3.20":{"name":"@cspell/dict-en_us","version":"4.3.20","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dict.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.13","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"ffd0f223cdeaa0db814a2346d8511d690027a647","_id":"@cspell/dict-en_us@4.3.20","_nodeVersion":"18.20.2","_npmVersion":"lerna/3.4.0/node@v18.20.2+x64 (linux)","dist":{"integrity":"sha512-xxjV+iA+eoDtFPUhN7G42kvGBBCR4nxCv31Uo9mr/EjwsBqKcskTewcWRD7o4Vy66hppkXOayH2jWw8orD4/9g==","shasum":"c5fcb8c580d6151b4d91d2ade04166d77d7d600b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.20.tgz","fileCount":7,"unpackedSize":336214,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8Y4qCfYReBE43JqS9MvSs2nlwWk0LTcH6TtVLnH1FZAiAby+Udjq9dORhSox+saoELSqSKbblfNfBrko44AnNEfQ=="}],"size":307356},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.20_1716453895366_0.036779493019761356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T08:44:55.564Z","publish_time":1716453895564,"_source_registry_name":"default","contributors":[]},"4.3.21":{"name":"@cspell/dict-en_us","version":"4.3.21","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dict.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.13","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"06eff7c1c98dd295b54ef04e0c6819dabdd425ec","_id":"@cspell/dict-en_us@4.3.21","_nodeVersion":"18.20.2","_npmVersion":"lerna/3.4.0/node@v18.20.2+x64 (linux)","dist":{"integrity":"sha512-Bzoo2aS4Pej/MGIFlATpp0wMt9IzVHrhDjdV7FgkAIXbjrOn67ojbTxCgWs8AuCNVfK8lBYGEvs5+ElH1msF8w==","shasum":"a8191e3e04d7ea957cac6575c5c2cf98db8ffa8e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.21.tgz","fileCount":7,"unpackedSize":336232,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGpswgMR0nYBmrqrWllSjP78727dRocQP7gUh5K8OStoAiAXq6RGC7eNiI0GUNpd+gL1MXS+IX+QW9UDsrYKUvsoRw=="}],"size":307381},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.21_1716748021316_0.13796918469283348"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-26T18:27:01.479Z","publish_time":1716748021479,"_source_registry_name":"default","contributors":[]},"4.3.22":{"name":"@cspell/dict-en_us","version":"4.3.22","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dict.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.13","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"3d634437f0de1ccf709328e543e8ec650ff08c6b","_id":"@cspell/dict-en_us@4.3.22","_nodeVersion":"18.20.3","_npmVersion":"lerna/3.5.1/node@v18.20.3+x64 (linux)","dist":{"integrity":"sha512-UegkIQhKkTLGarpYNV5ybW2JHzuxhDMOF9q9TW37iG8YoHp5jeVW3C0p3cH9nHWMwEjPinJFfxBd1LPRxGv5dQ==","shasum":"66aa9de60d97bc58112c68007a145d02f108c428","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.22.tgz","fileCount":7,"unpackedSize":336119,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrLUywPLUtFzNd9+cfZsr5Kc49LqZwLe32WmpYeupZUwIhAJvCQ6dmR6VB9g/qD8tE6Qdd2vP4PwYa+JHWATQh2RfH"}],"size":307251},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.22_1718646017409_0.6832413125359451"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-17T17:40:17.698Z","publish_time":1718646017698,"_source_registry_name":"default","contributors":[]},"4.3.23":{"name":"@cspell/dict-en_us","version":"4.3.23","description":"English dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dict.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.14","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"c041343d8a3cd336bf5a319ead51df6adce48729","_id":"@cspell/dict-en_us@4.3.23","_nodeVersion":"18.20.3","_npmVersion":"lerna/3.5.1/node@v18.20.3+x64 (linux)","dist":{"integrity":"sha512-l0SoEQBsi3zDSl3OuL4/apBkxjuj4hLIg/oy6+gZ7LWh03rKdF6VNtSZNXWAmMY+pmb1cGA3ouleTiJIglbsIg==","shasum":"3362b75a5051405816728ea1bb5ce997582ed383","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.23.tgz","fileCount":7,"unpackedSize":336122,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEpeO6MdAEdV/wb5JYg3VVqO+conHuj6mgksLGjlMuVHAiEAjLR8R2C6aaf1wZpz91cXjsmDdPkz/loxI2/tZpm6cOQ="}],"size":307256},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.23_1718891269721_0.7695411422147287"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-20T13:47:49.969Z","publish_time":1718891269969,"_source_registry_name":"default","contributors":[]},"4.3.26":{"name":"@cspell/dict-en_us","version":"4.3.26","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"1.0.17","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"4d80f37a50593b93afd0876b09ec3c879fedf021","_nodeVersion":"18.20.4","_npmVersion":"lerna/3.9.2/node@v18.20.4+x64 (linux)","_id":"@cspell/dict-en_us@4.3.26","dist":{"integrity":"sha512-hDbHYJsi3UgU1J++B0WLiYhWQdsmve3CH53FIaMRAdhrWOHcuw7h1dYkQXHFEP5lOjaq53KUHp/oh5su6VkIZg==","shasum":"f0d2c9492715e85b60a78f62f03918525639aa48","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.26.tgz","fileCount":7,"unpackedSize":336143,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.26","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlhaA/wwfDtLDp2bNFhXbKblnaCAFxOXpP0Phw6xFO5AIhAOMj/MW2UsSjaeclU58p4VuCwtx8AHfWsl38JogjpnAp"}],"size":307259},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.26_1728666424872_0.125519802089602"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-11T17:07:05.248Z","publish_time":1728666425248,"_source_registry_name":"default","contributors":[]},"4.3.27":{"name":"@cspell/dict-en_us","version":"4.3.27","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"6a29695700b75240cee3ed3e412ca894ec5bac3c","_nodeVersion":"18.20.4","_npmVersion":"lerna/3.10.0/node@v18.20.4+x64 (linux)","_id":"@cspell/dict-en_us@4.3.27","dist":{"integrity":"sha512-7JYHahRWpi0VykWFTSM03KL/0fs6YtYfpOaTAg4N/d0wB2GfwVG/FJ/SBCjD4LBc6Rx9dzdo95Hs4BB8GPQbOA==","shasum":"d71fabdc058d56d24f8078384039d3375343c9f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.27.tgz","fileCount":7,"unpackedSize":336256,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.27","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDkKlPi0Kd0hMOtBcf3ahN3Fe6EmUPNV9lQ+NqVF5l1RAiEA+GlzpOncK+Sx/yYbdT5HFxslLYW/90pQcdBSE1dtdlo="}],"size":307384},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.27_1730963412782_0.6435529262650841"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-07T07:10:13.147Z","publish_time":1730963413147,"_source_registry_name":"default","contributors":[]},"4.3.28":{"name":"@cspell/dict-en_us","version":"4.3.28","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"7eecfcb5c58e95db20f785d1407d465ba52d5b76","_nodeVersion":"18.20.5","_npmVersion":"lerna/3.10.0/node@v18.20.5+x64 (linux)","_id":"@cspell/dict-en_us@4.3.28","dist":{"integrity":"sha512-BN1PME7cOl7DXRQJ92pEd1f0Xk5sqjcDfThDGkKcsgwbSOY7KnTc/czBW6Pr3WXIchIm6cT12KEfjNqx7U7Rrw==","shasum":"41169e1ed18465e7ff367a4f4488d4cbc6cf0baa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.28.tgz","fileCount":7,"unpackedSize":336262,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.28","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTZWRAX3ujP32Cc4tQuIWj2kmV59YblkaB6dFJzDIdQAIhAKwjBVhxHpNymCXoWIkKAAnTf5czV7S6u940cG0mGFZs"}],"size":307407},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-en_us_4.3.28_1732653264139_0.814166668560629"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-26T20:34:24.423Z","publish_time":1732653264423,"_source_registry_name":"default","contributors":[]},"4.3.29":{"name":"@cspell/dict-en_us","version":"4.3.29","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"6377819cef16df8486030b892396b377592fb67d","_nodeVersion":"22.12.0","_npmVersion":"lerna/3.11.0/node@v22.12.0+x64 (linux)","_id":"@cspell/dict-en_us@4.3.29","dist":{"integrity":"sha512-7kHP0sJ271oS5RqakxvhWvHFoCUFCBDV6+cgIRIpKwW0aYVB4F2AwElGsdeE/XEmihhYUje7e/e6X3IEWHrcrQ==","shasum":"522e3e4f7023dca5a89610a468367c1a6ccadc27","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.29.tgz","fileCount":7,"unpackedSize":336253,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.29","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE1ZPH7l42j24f9wq+fGrqG4+Aba3k+poDdHOVTRq+TyAiB4zqbAhXeKr8YMPGxFeU3rO7UvQ8FzYHIr3k9O9hi45Q=="}],"size":307414},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.29_1736000564262_0.5832312954172938"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-04T14:22:44.518Z","publish_time":1736000564518,"_source_registry_name":"default","contributors":[]},"4.3.30":{"name":"@cspell/dict-en_us","version":"4.3.30","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"b9af14bebd0709d27bdeafc78a5c5f0afb1c4bf4","_nodeVersion":"22.12.0","_npmVersion":"lerna/3.11.0/node@v22.12.0+x64 (linux)","_id":"@cspell/dict-en_us@4.3.30","dist":{"integrity":"sha512-p0G5fByj5fUnMyFUlkN3kaqE3nuQkqpYV47Gn9n8k2TszsdLY55xj9UoFE4YIcjOiyU1bR/YDJ5daiPMYXTJ/A==","shasum":"6256eb7835369a295d2f7ac96867a18db5c17d72","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.30.tgz","fileCount":7,"unpackedSize":336253,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.30","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPtjjBs9aknFIx4YCcoxxif0As1lWB7mTLUF8TTuZvlAIgS0Pt9wOp1Tr0BzrW4Mvc0kxAEUPWarQlVTSZvdoFr0s="}],"size":307405},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.30_1737218098490_0.6653751080315005"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-18T16:34:58.774Z","publish_time":1737218098774,"_source_registry_name":"default","contributors":[]},"4.3.31":{"name":"@cspell/dict-en_us","version":"4.3.31","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"6cd9198dfc6d6c28baca94bdcef5635591074e15","_nodeVersion":"22.13.1","_npmVersion":"lerna/3.12.0/node@v22.13.1+x64 (linux)","_id":"@cspell/dict-en_us@4.3.31","dist":{"integrity":"sha512-MDc+1B0aFwQONS0JZ6w7ks2KFGkUcaNTFJ8kI6GHvFRmEl3zP5NJDwFEXFsoEdLDb86j2myauSWMJXR3JFuwbA==","shasum":"ff00c979c5b5b0ffd80829ed7cf2aed5b698ff92","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.31.tgz","fileCount":7,"unpackedSize":336253,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.31","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC+mh4KneTjgWAs4fTfYJW066xf2yx7aALbwZFXdFCHbwIhANhMD4S14Y9IytunOanzVFNFJHhlJY1D/80EyoXp+vAr"}],"size":307414},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.31_1739033120211_0.884733987446557"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-08T16:45:20.481Z","publish_time":1739033120481,"_source_registry_name":"default","contributors":[]},"4.3.32":{"name":"@cspell/dict-en_us","version":"4.3.32","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"4996958220daa75ae023473ec01d9664621672b4","_nodeVersion":"22.13.1","_npmVersion":"lerna/3.12.1/node@v22.13.1+x64 (linux)","_id":"@cspell/dict-en_us@4.3.32","dist":{"integrity":"sha512-pz9WlLj6OnqtKYdFSAh1M+3YbW9Z9MhT6NHaR5pcw3IBqx57r4t94Vg/X8G7anZRmjRR7Zl/UyK36U/QlmRfmA==","shasum":"d62d277bbfaf175452aa1adc0a241b590ed39b6a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.32.tgz","fileCount":7,"unpackedSize":336267,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.32","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDusgSbN6FjC/Syaad8ayOGqPc7yiBBKzny7GAVJfjEDgIhAJjLM2xacZQHgPwFuOi92jDxTlFTuHsvTmR2qJG3vFcT"}],"size":307409},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.32_1740225072347_0.6824937240326165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-22T11:51:12.601Z","publish_time":1740225072601,"_source_registry_name":"default","contributors":[]},"4.3.33":{"name":"@cspell/dict-en_us","version":"4.3.33","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"33ab852754bc6c3c5358ba2120f0d556708b6274","_nodeVersion":"22.13.1","_npmVersion":"lerna/3.12.1/node@v22.13.1+x64 (linux)","_id":"@cspell/dict-en_us@4.3.33","dist":{"integrity":"sha512-HniqQjzPVn24NEkHooBIw1cH+iO3AKMA9oDTwazUYQP1/ldqXsz6ce4+fdHia2nqypmic/lHVkQgIVhP48q/sA==","shasum":"c2d1e5d27ca16daef804b392aada18a6558792a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.33.tgz","fileCount":7,"unpackedSize":336323,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.33","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBJc6lNIsp9cFPdCKdPFz9+mVB/WbZBbeVNBaRol/qRGAiEAonT8SXcSPWO5tbOn+ojr2fVb/e9Lw48YoGLD4eD+7MU="}],"size":307500},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.33_1740235470582_0.17984998031396637"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-22T14:44:30.873Z","publish_time":1740235470873,"_source_registry_name":"default","contributors":[]},"4.3.34":{"name":"@cspell/dict-en_us","version":"4.3.34","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"a8c8b0bb45f85f267d36234884ea3cbdbba687d3","_nodeVersion":"22.14.0","_npmVersion":"lerna/3.12.1/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.3.34","dist":{"integrity":"sha512-ewJXNV7Nk5vxbGvHvxYLDGoXN0Lq5sfSgX8SAlcYL+2bZ7r25nNOLHou5hdFlNgvviGTx/SFPlVKjdjVJlblgA==","shasum":"4b562b238df86c482187ec7f65c892c822e6f9f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.34.tgz","fileCount":7,"unpackedSize":336355,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.34","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCHOQC7WThcXbYkLRb8kEhlkigPd4dKc1VVBmokJamWEAIgWWtVoCbAD1v+Kud4h+tMcldfqLWi6DKcRY9V1yUIpow="}],"size":307508},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.34_1741017488031_0.09657527649253828"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-03T15:58:08.322Z","publish_time":1741017488322,"_source_registry_name":"default","contributors":[]},"4.3.35":{"name":"@cspell/dict-en_us","version":"4.3.35","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"c457dd11d778e4f692606e10107afba93446e12f","_nodeVersion":"22.14.0","_npmVersion":"lerna/3.12.3/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.3.35","dist":{"integrity":"sha512-HF6QNyPHkxeo/SosaZXRQlnKDUTjIzrGKyqfbw/fPPlPYrXefAZZ40ofheb5HnbUicR7xqV/lsc/HQfqYshGIw==","shasum":"02f5b4a2b155a81d9812ceee5afcc92e2b8d56e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.35.tgz","fileCount":7,"unpackedSize":336349,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.35","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCo8E2d61IBVuTt2a4ib6JkuENZhQXfts+KODyHhs7mFQIgTZWXuq4zO/JDZ9a1Nj+UT4TUybO/zzRBm/ex3C+jX6I="}],"size":307510},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.35_1742382325321_0.8102208292387059"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-19T11:05:25.598Z","publish_time":1742382325598,"_source_registry_name":"default","contributors":[]},"4.3.36":{"name":"@cspell/dict-en_us","version":"4.3.36","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"cd717a433ef22245c4d4aecc55d365d58079bce1","_nodeVersion":"22.14.0","_npmVersion":"lerna/4.0.0/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.3.36","dist":{"integrity":"sha512-GkXmwBvMomji6OKgeRbKyyHSk84zLexb+ImpR5HjjiIyGMw68wrbBbqOzn52NjZjLdjk7B0+tB2u6qYZbnDapw==","shasum":"17ef9f2f1d6475970000495b8450e80016a53af1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.36.tgz","fileCount":7,"unpackedSize":336352,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.36","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAnhcPucNhnob6Xs9aL+RO0UetnyWQwNgxYIcLl1l1fBAiEA/cuTfyqEjA07wgMu7o2BQQoWw5oXp+BUKhl/+duDVgM="}],"size":307520},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.36_1743528771678_0.30436793313410115"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-01T17:32:51.900Z","publish_time":1743528771900,"_source_registry_name":"default","contributors":[]},"4.3.37":{"name":"@cspell/dict-en_us","version":"4.3.37","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"d6e70b1626074b23b1b44de523a0d05c9024d50b","_nodeVersion":"22.14.0","_npmVersion":"lerna/4.0.0/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.3.37","dist":{"integrity":"sha512-lQUW4NF4pa7fH29OUUUrkaF0t8TnxirBRXc2SYs3b9JWMtaeqpwnSLXwh1LkJjIvxVf+Db7Rhojhj/+AJyHPqw==","shasum":"1a18c93910d852b58ffdfb45c0a760bb9880e332","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.3.37.tgz","fileCount":7,"unpackedSize":336354,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.3.37","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDJvrg++OakmlZCsPKhpdE/s4nbhKhoNN1sez+Qc/H1lQIhAL0ICTU3Se0KYw09kZ4+gdDhlYrwuOiQK53rfT3nMJQv"}],"size":307520},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.3.37_1743697725218_0.11357567882436492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-03T16:28:45.533Z","publish_time":1743697725533,"_source_registry_name":"default","contributors":[]},"4.4.0":{"name":"@cspell/dict-en_us","version":"4.4.0","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"88eb27da82970150b5e8c9cac80f384744850c8f","_nodeVersion":"22.14.0","_npmVersion":"lerna/4.0.0/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.0","dist":{"integrity":"sha512-TEfVT2NwvI9k1/ECjuC7GbULxenjJAbTLWMri1eMRk3mRGtqg5j0XzvvNRFuJWq8X48MdGVjsD+ZVI/VR94+eQ==","shasum":"fd2bf6684e259e77be494b781b65619dca88418e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.0.tgz","fileCount":7,"unpackedSize":336461,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDlQOm8Ct1tWIKd11l7NXFhgwJeCCHyxn3ucqXqr3/ubwIgPyYg3tMMDUxLZ5NF6womWcLCsqMDSAe5ZHo9DTfn9XM="}],"size":307634},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.0_1744006802549_0.8055920331610686"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-07T06:20:02.825Z","publish_time":1744006802825,"_source_registry_name":"default","contributors":[]},"4.4.1":{"name":"@cspell/dict-en_us","version":"4.4.1","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"ca1490676c302154b8f0f1e53676d92a8295f019","_nodeVersion":"22.14.0","_npmVersion":"lerna/4.0.0/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.1","dist":{"integrity":"sha512-OqIImYIrTAg+lpS+1v/KtjI2kyiw1bD3FqGbuXUxpAc+e+pWluW7rPjsJCxTRlruKQMSCgQeK6N054XnxHdkDQ==","shasum":"e4d0c795d567ed2d1139f575f41ea9029803bb82","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.1.tgz","fileCount":7,"unpackedSize":336424,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDnGewpAxHqw9dbBhLQhNuGfP68TmtuLVnaAw7SL2ZCzgIhANHsrZAraUMIhPlRjtVppnqUYtq0QxJygnGN3C8S/QX3"}],"size":307610},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.1_1744565763594_0.23177008041928926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-13T17:36:03.823Z","publish_time":1744565763823,"_source_registry_name":"default","contributors":[]},"4.4.2":{"name":"@cspell/dict-en_us","version":"4.4.2","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"bf836f3c1ffa58ecaa9cefa238857d09c49f7682","_nodeVersion":"22.14.0","_npmVersion":"lerna/4.0.0/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.2","dist":{"integrity":"sha512-mvpv2kWayuOExCnDgvhlYDoW7gbGvGVTyuof9aFGy0+8ALYAJ2AtlvYCqzdTTKvvsYBrxAEEWFkUh75kHnHibg==","shasum":"868250dddad84f817f0fc6ca240ac906e642e755","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.2.tgz","fileCount":7,"unpackedSize":336481,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCCIjbi5YFWIabgwaQVkZev+hYm/p/boWYtQL5VgqaGRQIgf7vCqF8vGd+EOIb/3ahS/Y3iqBZX65LyTZtttAeSQd0="}],"size":307651},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.2_1744834827746_0.011324685746913143"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-16T20:20:28.041Z","publish_time":1744834828041,"_source_registry_name":"default","contributors":[]},"4.4.3":{"name":"@cspell/dict-en_us","version":"4.4.3","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/dict-en-shared":"workspace:^","aoo-mozilla-en-dict":"github:marcoagpinto/aoo-mozilla-en-dict"},"gitHead":"647ae4d5b84d07bbf2604d5e7d18e7e825856faf","_nodeVersion":"22.14.0","_npmVersion":"lerna/4.0.0/node@v22.14.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.3","dist":{"integrity":"sha512-KnsS19kL5lYEk2P9xGNwvZF5ZbDYv1Tkv4BKIx4n4jKlgUj9iHv7L0Q+2cCvllKDGjuP715G/3Rg0McKdHR1Xg==","shasum":"6968286241f9d5e2e55bda3e6826e35139d5d0ef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.3.tgz","fileCount":7,"unpackedSize":336481,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAasOcIk5DRP45En+rD3ZV6BBWY+1HLM702IApg4PZE6AiEA/VwJ0YPTaRSYmgyKcT7P6EiwBC7tiNrWRMXlY1z04o0="}],"size":307662},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.3_1745339025251_0.367488182101243"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-22T16:23:45.511Z","publish_time":1745339025511,"_source_registry_name":"default","contributors":[]},"4.4.4":{"name":"@cspell/dict-en_us","version":"4.4.4","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"5aafcca7494be9a5a12cd68e3c34103a1973fe8b","_nodeVersion":"22.15.0","_npmVersion":"lerna/4.1.1/node@v22.15.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.4","dist":{"integrity":"sha512-TXtEYTCA60LM4+pmmBTrGahPdQlOerUJIeURShUMHlkv7MdRFqxl2LX0P/4+DJnJ9Xw+SMLyxShEof5cqzglRw==","shasum":"7b172bb57a0d46343266954bb386e3cac1b1fc61","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.4.tgz","fileCount":6,"unpackedSize":320729,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCkrOzguhiY8c7lfeySL8Hs+phWwaZQ28BVMjGfc1QqxQIgUMBWVmMTZCb6N159kUP0s1uctKxM+kEEBb3fJ8tvWXw="}],"size":307406},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.4_1746306004156_0.5086792252690266"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-03T21:00:04.394Z","publish_time":1746306004394,"_source_registry_name":"default","contributors":[]},"4.4.5":{"name":"@cspell/dict-en_us","version":"4.4.5","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"764a7494f1f2bba839cdd98180cad4bf38973040","_nodeVersion":"22.15.0","_npmVersion":"lerna/4.1.1/node@v22.15.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.5","dist":{"integrity":"sha512-8aWzP9uL9f/FSShCxhC/TwP3GUHAfilSSqioBb/SZYH/CvCdVSqzrHdg0h7UAG2+CSoqvTOVxx7HeVS8C4xp8g==","shasum":"e8c84c000eb4800760a6f46b03699f0b905cc3c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.5.tgz","fileCount":6,"unpackedSize":321123,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEjv10JZ8CjWC518+yf41EhiXmN0gTBq4p8lZHI4CjQyAiA5grM4SwlH0EBO9Rxi/emPfsIbqJClDzIMmE1zZhl1Mw=="}],"size":307854},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.5_1746356898933_0.03074307953526123"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-04T11:08:19.171Z","publish_time":1746356899171,"_source_registry_name":"default","contributors":[]},"4.4.6":{"name":"@cspell/dict-en_us","version":"4.4.6","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"87d8d65fdc410c1e1bf0f1278c030adfa0dfb4cb","_nodeVersion":"22.15.0","_npmVersion":"lerna/4.1.1/node@v22.15.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.6","dist":{"integrity":"sha512-9QFpNzyvqNkCc3QCJb2RmG87rXz2Iz3R6o9fknOyzN7HL/LRMwipuksricriPYPs+h3ZSQm4Jtgc+sX4gWY5vg==","shasum":"525072900db32c19da18edc92a1cb0d5775c423a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.6.tgz","fileCount":6,"unpackedSize":321124,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCdRACo3biN1W5ba3YXdZ7UoaRAHlynL2i3umvh7iLSKQIhALpyNyQ/rhjmHY9/otK5P0kaCIv3JzScdMzAaByNW9Ht"}],"size":307852},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.6_1746369839269_0.8505477548277753"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-04T14:43:59.571Z","publish_time":1746369839571,"_source_registry_name":"default","contributors":[]},"4.4.7":{"name":"@cspell/dict-en_us","version":"4.4.7","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"55faffc671b8ed5499c66c61769098178d898f6a","_nodeVersion":"22.15.0","_npmVersion":"lerna/4.1.1/node@v22.15.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.7","dist":{"integrity":"sha512-hXyehIIeIAofy5LkF8PeMHqBhtNQ/qc5bQlDzxbAVB0+1FFcZlS8OUf+gHTQScDbPbVCTxXF9NB26vM+Px7mtw==","shasum":"f2f910b19e4a83ac9a2a1674d8ea86b5efeb7fc8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.7.tgz","fileCount":6,"unpackedSize":321108,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGgbfQACjk7M57CFu3IARnElzUOOUs6Td1SHnQqj1WpLAiEAmfmTM3msG3b05p/kLhsRM7m42jczznNbRkpYF4vzBhY="}],"size":307854},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.7_1746550054088_0.8226512382014628"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-06T16:47:34.407Z","publish_time":1746550054407,"_source_registry_name":"default","contributors":[]},"4.4.8":{"name":"@cspell/dict-en_us","version":"4.4.8","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"779e8cde69004dbd6594ba89cef31e0de6e6839e","_nodeVersion":"22.15.0","_npmVersion":"lerna/4.1.1/node@v22.15.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.8","dist":{"integrity":"sha512-OkNUVuU9Q+Sf827/61YPkk6ya6dSsllzeYniBFqNW9TkoqQXT3vggkgmtCE1aEhSvVctMwxpPYoC8pZgn1TeSA==","shasum":"36513b6b578d8d90ec8b68a7e780fde42ae08033","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.8.tgz","fileCount":6,"unpackedSize":321121,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHlftXROEouYail1WPWZe+RNp5xfPQNw0kCNNzS8BNKxAiBfcntpIAVtrdVU8jN20bYahh90RA8LGsJ1bUDHiOBo7Q=="}],"size":307858},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.8_1746643373324_0.6821770353420513"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T18:42:53.579Z","publish_time":1746643373579,"_source_registry_name":"default","contributors":[]},"4.4.9":{"name":"@cspell/dict-en_us","version":"4.4.9","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"b98515af5fd32c00e4a172176881a383faf2a7a2","_nodeVersion":"22.15.0","_npmVersion":"lerna/4.1.2/node@v22.15.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.9","dist":{"integrity":"sha512-5gjqpUwhE+qP9A9wxD1+MGGJ3DNqTgSpiOsS10cGJfV4p/Z194XkDUZrUrJsnJA/3fsCZHAzcNWh8m0bw1v++A==","shasum":"23046285390ab8a495d3cc5b569c852807a454f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.9.tgz","fileCount":6,"unpackedSize":321133,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB/2Xecmzeicc+xDTWPqjHMVTKq3K/dAJVRxQGKq51UpAiAYyPi6svjZN5/XZm6NkkKYTIRbgddBul19P7PRrDm3pA=="}],"size":307864},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.9_1747721740721_0.6952428130014703"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T06:15:40.962Z","publish_time":1747721740962,"_source_registry_name":"default","contributors":[]},"4.4.11":{"name":"@cspell/dict-en_us","version":"4.4.11","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"f5e2655fdf7d835d07f74d6931cf4400ae08aa02","_nodeVersion":"22.16.0","_npmVersion":"lerna/4.3.0/node@v22.16.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.11","dist":{"integrity":"sha512-ls3ASwIL0uuAEXsxB7NsIe6GRBQ+NZfqI5k1qtNgOZ1eh1MFYjCiF+YcqArH5SFHNzOwCHRKzlLeX0ZFIok7GQ==","shasum":"2c97176611dddf259b3bd956d1c05a903e7b886a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.11.tgz","fileCount":6,"unpackedSize":321146,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDv/KNAx12eqL1DtbMU96A/V90MwP4wwY2CObBvqPTZKwIgaXzyFA5AyrsTdHzSUjq6rQVNyFOa8ZrrKBFKpDRnyFY="}],"size":307878},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.11_1749541033473_0.1608138668898773"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-10T07:37:13.706Z","publish_time":1749541033706,"_source_registry_name":"default","contributors":[]},"4.4.12":{"name":"@cspell/dict-en_us","version":"4.4.12","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"2babbeeea082283414a723da1e6d6108d169fc3c","_nodeVersion":"22.16.0","_npmVersion":"lerna/4.4.1/node@v22.16.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.12","dist":{"integrity":"sha512-p/ACn/SXcfCTAIAUfbvHrG/jacLDzo6V9Vc5mjtTMSaqeJVir4w5G9r1Pz19zcUvFzgio/Kg5b2xmosjPirLsg==","shasum":"e236c8e5bb512b0130fa978d7571aae803c41abd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.12.tgz","fileCount":6,"unpackedSize":321146,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCVusx2w/iU+B/hnWkGvhazJ/N04sCDMoEL18S80vNPmAIhAPXCpTzozuYBPljMfcZLbgrqMuSzOu6/qPXfs9EfrdYI"}],"size":307877},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl","actor":{"name":"jason-dent","email":"jason@streetsidesoftware.nl","type":"user"}},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.12_1750961486306_0.5302087654717094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-26T18:11:26.523Z","publish_time":1750961486523,"_source_registry_name":"default","contributors":[]},"4.4.13":{"name":"@cspell/dict-en_us","version":"4.4.13","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"df1af07eae74df2d7cbf3eba25a433a1553aa497","_nodeVersion":"22.16.0","_npmVersion":"lerna/4.5.1/node@v22.16.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.13","dist":{"integrity":"sha512-6TEHCJKmRqq7fQI7090p+ju12vhuGcNkc6YfxHrcjO816m53VPVaS6IfG6+6OqelQiOMjr0ZD8IHcDIkwThSFw==","shasum":"668a6b9ca16876db1d15cd5d92b3f68637315e90","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.13.tgz","fileCount":6,"unpackedSize":321158,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC3COsun4Mt1ENQxOuHkMWzv8yH+BeHF178qvi+aNRYlQIgCOAMWRxdoWs5YNII8uM51YpXm956UtC0P7LfGx0Splk="}],"size":307898},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl","actor":{"name":"jason-dent","email":"jason@streetsidesoftware.nl","type":"user"}},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.13_1751355388887_0.21206361832188914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-01T07:36:29.148Z","publish_time":1751355389148,"_source_registry_name":"default","contributors":[]},"4.4.14":{"name":"@cspell/dict-en_us","version":"4.4.14","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"30c5c53b8e28152fc1d8a6cf0c872b068a64221a","_nodeVersion":"22.17.0","_npmVersion":"lerna/4.6.0/node@v22.17.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.14","dist":{"integrity":"sha512-3JYC4XTc1I88ZC1SlZE9MssWljgJ1SmEVSfA8JiQDY5Mv7X9zo7Jvwjjq795oIJTkmdIW9yNX8ikKRt+cV7CIQ==","shasum":"e0f561ff58f17a4085f2f596e01b4f4098985ec6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.14.tgz","fileCount":6,"unpackedSize":321782,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCP/1huSBZAe8N11rz4jLlcaVrH3UT1CUvXUodRdKcY4wIgc+Z4WvgYKZG9an1Ec8S61FphaoUdK7KimHVIJMne8Hk="}],"size":308029},"_npmUser":{"name":"anonymous","actor":{"name":"jason-dent","type":"user","email":"jason@streetsidesoftware.nl"},"email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.14_1752087268532_0.39550821600985997"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T18:54:28.741Z","publish_time":1752087268741,"_source_registry_name":"default","contributors":[]},"4.4.15":{"name":"@cspell/dict-en_us","version":"4.4.15","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"0f12a733b776d13a9dc46c431b587cfadad460b3","_nodeVersion":"22.17.0","_npmVersion":"lerna/4.6.1/node@v22.17.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.15","dist":{"integrity":"sha512-mhWaLui5aq0pgM4oIqAJNbOW/wQG3epe4nu22eqYTLQN+ztdzyn7aFpE+9yTtZTNvldK0xtN7jgk2mtHZ9w+1A==","shasum":"83a443d7503c89faacc673701ba3c0ed811f24cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.15.tgz","fileCount":6,"unpackedSize":322159,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCADNM/Ig9jEFcJupP1RxXdHb4Js/Lnv9R5ttS76zhUpQIgKpvY3SnTxEdUjlzwo+RJB9QmOZkQro+CmlwGaaMor/8="}],"size":308119},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.15_1752332906573_0.3507805013089531"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-12T15:08:26.818Z","publish_time":1752332906818,"_source_registry_name":"default","contributors":[]},"4.4.16":{"name":"@cspell/dict-en_us","version":"4.4.16","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"https://github.com/streetsidesoftware/cspell-dicts","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":"Street Side Software <support@streetsidesoftware.nl>","license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"627831379fe16dbfcfbf05fe747f05320b86e615","_nodeVersion":"22.17.0","_npmVersion":"lerna/4.6.1/node@v22.17.0+x64 (linux)","_id":"@cspell/dict-en_us@4.4.16","dist":{"integrity":"sha512-/R47sUbUmba2dG/0LZyE6P6gX/DRF1sCcYNQNWyPk/KeidQRNZG+FH9U0KRvX42/2ZzMge6ebXH3WAJ52w0Vqw==","shasum":"124987e86c8fe3fc81f1386c0a4d37cb03450a74","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.16.tgz","fileCount":6,"unpackedSize":322159,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC1jVbkxVOmigoJk2/SH94QKEslkqI2rN2VPhJWo4g37wIgRjbgpvb25xr106t1pPqEMmK129CWKRSYdT+wI+7j2Bg="}],"size":308120},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.16_1752913823619_0.25053223511186484"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-19T08:30:23.876Z","publish_time":1752913823876,"_source_registry_name":"default","contributors":[]},"4.4.17":{"name":"@cspell/dict-en_us","version":"4.4.17","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"6bd22829cbdc21c2a2c683b9593feb16687ae06c","_id":"@cspell/dict-en_us@4.4.17","_nodeVersion":"24.6.0","_npmVersion":"lerna/4.7.2/node@v24.6.0+x64 (linux)","dist":{"integrity":"sha512-RSMhAZWnDTvjdkYwl9Oi5Hpewxm/DYQ5iF9QAgJBAF1PRmjOUMcEd5C889Tzj80MUVLIBHRbcdN5PARfcUTvbA==","shasum":"2552e1fa0471f0475e70ce831c4ef937991a88f9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.17.tgz","fileCount":6,"unpackedSize":322102,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.17","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDiBlwnFt//SudLXgdfkGTwbVkEFsW7bRpxt6dHbGYx9wIhANXr2/3Ftxureh51tHnYqKO8hcZg3Gw0pAvo4DjsiUyu"}],"size":308081},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.17_1755629470711_0.9228416796107675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-19T18:51:11.004Z","publish_time":1755629471004,"_source_registry_name":"default","contributors":[]},"4.4.18":{"name":"@cspell/dict-en_us","version":"4.4.18","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"56394dc47c4b0488ae5cbb1d8e66b0aa01690362","_id":"@cspell/dict-en_us@4.4.18","_nodeVersion":"24.7.0","_npmVersion":"lerna/4.7.3/node@v24.7.0+x64 (linux)","dist":{"integrity":"sha512-6Le961Q0AIfVp3nKuSJJD/9NfnTYA1N/MLAaeWKCABEvhzhopeyGrykwejd0SA4m64WBUNEfSlsgselYWoDSjQ==","shasum":"ac91ef3d1d618a920e2e912836134330956225f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.18.tgz","fileCount":6,"unpackedSize":322142,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.18","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICnI+Vswh5HlRdDOFg1Lyk9fjLdkcItASkZSOWptHEhBAiEA51QaA+fsxqhc5W7pHJtbn9IpFyGatf64XtHgGtkbjRc="}],"size":308072},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.18_1756626635435_0.20156891333370353"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-31T07:50:35.643Z","publish_time":1756626635643,"_source_registry_name":"default","contributors":[]},"4.4.19":{"name":"@cspell/dict-en_us","version":"4.4.19","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"5a02b1fd9baa514f6113212f4be9d050a1384bc1","_id":"@cspell/dict-en_us@4.4.19","_nodeVersion":"24.7.0","_npmVersion":"lerna/4.7.3/node@v24.7.0+x64 (linux)","dist":{"integrity":"sha512-JYYgzhGqSGuIMNY1cTlmq3zrNpehrExMHqLmLnSM2jEGFeHydlL+KLBwBYxMy4e73w+p1+o/rmAiGsMj9g3MCw==","shasum":"8b1b5c54f06c18d050c2431b68555e69fbfdf8eb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.19.tgz","fileCount":6,"unpackedSize":322144,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCzLdqIsVfC21UPhmxmurocPwQNOWYuf/4eUYT3oasg/gIgFpd9eMjnS9F/FV1LLA1cJdG846L/nc0t1GSNvbVaUMk="}],"size":308073},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.19_1757177765179_0.31530988152733297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-06T16:56:05.431Z","publish_time":1757177765431,"_source_registry_name":"default","contributors":[]},"4.4.20":{"name":"@cspell/dict-en_us","version":"4.4.20","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"40fe4589434216ea4887059d858696de861ed694","_id":"@cspell/dict-en_us@4.4.20","_nodeVersion":"24.10.0","_npmVersion":"lerna/4.9.1/node@v24.10.0+x64 (linux)","dist":{"integrity":"sha512-acAlX967bkrLwRhSJ8KGBCBUITMOe8+smwsShjei431vTB6tU5ZID6XDxR9hH/kDxfdiRTXAE8vkT3WJAHnc1Q==","shasum":"7d1c0c2a712f03355fc37808bcdaeb6152ced444","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.20.tgz","fileCount":6,"unpackedSize":322147,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.20","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHl3pskZY83WsujqcWtZibldgpaSEUNLivz6lNrh9lVyAiBB6cgQwkhbugO6A4jjdvgMT1GU/Exji3YbgaPIem//lQ=="}],"size":308105},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.20_1760862436588_0.2125382639507567"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-19T08:27:16.798Z","publish_time":1760862436798,"_source_registry_name":"default","contributors":[]},"4.4.21":{"name":"@cspell/dict-en_us","version":"4.4.21","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"1b4dc5af0a9670cf1c279e9af5f6ef1713f4207e","_id":"@cspell/dict-en_us@4.4.21","_nodeVersion":"24.10.0","_npmVersion":"lerna/4.9.1/node@v24.10.0+x64 (linux)","dist":{"integrity":"sha512-VG5nxhBJeOBCZAKbk6DNFi4oce4mFDNQrQTusFfBvdqLt0VIg8ylUrvAtDJyfYGDUYPSrZQlzME6YVBdowT7Iw==","shasum":"55a8ab20b83ad8eea620c696b60414193c231fc0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.21.tgz","fileCount":6,"unpackedSize":322149,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.21","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAcdzKzN1EQvcVXwpoC1k+BDj3HOd/R6YxAssWrv6TDkAiA4X6EwuVx1IemJoa0+5kNYlpaMIAkiOSV3cEAhJ6sWmA=="}],"size":308085},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.21_1761123374043_0.06989649666777642"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-22T08:56:14.213Z","publish_time":1761123374213,"_source_registry_name":"default","contributors":[]},"4.4.22":{"name":"@cspell/dict-en_us","version":"4.4.22","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"fc1e17a3a1cc3c1e9a4616a7aa02bee4653ace0d","_id":"@cspell/dict-en_us@4.4.22","_nodeVersion":"24.10.0","_npmVersion":"lerna/4.9.1/node@v24.10.0+x64 (linux)","dist":{"integrity":"sha512-i9AJ6z5kyZU5L/b+UOOp/7dfa7RxhibLXWaexSJclf7V7R+TzwCTLoOZd1wf/5PBnNGkP8xOSaflkpUbtVijFA==","shasum":"511d25de923066f58fc4419c91feb5d7f0c1499a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.22.tgz","fileCount":6,"unpackedSize":322154,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.22","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBR8wWRRTh7VIczdDVu89xpwQernIEc9YzLu1kXMOlL1AiEAmfv1EPh7TaNjITkkzim5hq4qWIrq3D7rWYtmZRDdAVw="}],"size":308089},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.22_1761478503829_0.8194138292139186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-26T11:35:04.110Z","publish_time":1761478504110,"_source_registry_name":"default","contributors":[]},"4.4.23":{"name":"@cspell/dict-en_us","version":"4.4.23","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"c8fc2bff3ecf8f448bc99e6cd637f514830e4045","_id":"@cspell/dict-en_us@4.4.23","_nodeVersion":"24.11.0","_npmVersion":"lerna/4.9.1/node@v24.11.0+x64 (linux)","dist":{"integrity":"sha512-9GsWPl651GNfZyfIQgrb29XRDlSiwvvwrbdi8WFPI5HoxqCKfi0sQ1YAAyOSHDWG/3As6nmkRU1ZEyrjJJ7KFA==","shasum":"4a087ec66b3761d943abb99de77015813c4be54c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.23.tgz","fileCount":6,"unpackedSize":322156,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.23","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICXEcYHAJsofCWabow/YiLQKX4GYsG8m+tIN8s7dHahYAiBf1Nx9KqNfGsSCbb0wEd5FXifx6M5a1jgOzDDreAFEew=="}],"size":308079},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.23_1761892524808_0.08873365704543268"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-31T06:35:25.057Z","publish_time":1761892525057,"_source_registry_name":"default","contributors":[]},"4.4.24":{"name":"@cspell/dict-en_us","version":"4.4.24","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"7ddecf3a0f54d1d71d78c4160730524bac87482b","_id":"@cspell/dict-en_us@4.4.24","_nodeVersion":"24.11.0","_npmVersion":"lerna/4.9.1/node@v24.11.0+x64 (linux)","dist":{"integrity":"sha512-JE+/H2YicHJTneRmgH4GSI21rS+1yGZVl1jfOQgl8iHLC+yTTMtCvueNDMK94CgJACzYAoCsQB70MqiFJJfjLQ==","shasum":"bac40a6b34f35e1c28948f5d2a986e2e15ed3dc2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.24.tgz","fileCount":6,"unpackedSize":322179,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.24","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHUoIOCHML1iECXyBaZs5XVquIkbLnd0e7N4rkReQJScAiEA5rtypcdlULq4ZA2evN/yew2bxVGyrScmcBrvb5jrNx8="}],"size":308122},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.24_1762026293290_0.7024775087150115"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-01T19:44:53.502Z","publish_time":1762026293502,"_source_registry_name":"default","contributors":[]},"4.4.25":{"name":"@cspell/dict-en_us","version":"4.4.25","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"90140e96a0552dbb15c0e9e95a391b7a32401292","_id":"@cspell/dict-en_us@4.4.25","_nodeVersion":"24.11.1","_npmVersion":"lerna/4.10.2/node@v24.11.1+x64 (linux)","dist":{"integrity":"sha512-cEdLVSjwfFHK+QmsGYzh8a4QUqXP6B5UPiFlbkIV+eolD5hWuhBaFtaXM6+/kD47/hV2UDYj4yUdD9xsMnlBBQ==","shasum":"0ec3bd87481aefe59a9c6aab53bf2954a3112cec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.25.tgz","fileCount":6,"unpackedSize":322198,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.25","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCID/yeBHIDV5tlP7LAT2r7Hk20PCbey/exRazMAvHWXMUAiEA/8AoiCgpX5tNv6WARbnLYNprpFxTL3k4XGksUdlIdCQ="}],"size":308137},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.25_1765633799867_0.6580021584786651"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-13T13:50:00.013Z","publish_time":1765633800013,"_source_registry_name":"default","contributors":[]},"4.4.26":{"name":"@cspell/dict-en_us","version":"4.4.26","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"519609cb729de9d4be7edb4353d3ef896e249a23","_id":"@cspell/dict-en_us@4.4.26","_nodeVersion":"24.11.1","_npmVersion":"lerna/4.10.2/node@v24.11.1+x64 (linux)","dist":{"integrity":"sha512-rpjM87n2e3PN3mx9SbzQOIniEWUKewZj0xFA796Pzeu3gJlYsHsSkZZC6Jxdea2992EfrzJZYwJb+mjxa3gWGg==","shasum":"5c43790c1ff0f69c3e64cab7cf8513c4c43ead14","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.26.tgz","fileCount":6,"unpackedSize":322210,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.26","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAy6aiTGFdGNuQ6+3+2WSPapeZOjrUywLYZmzu+S9fTuAiEAyPurysMkth9ftboOxMzmYco+ZvziiR4PPTMO8aLGnW0="}],"size":308152},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.26_1765962779823_0.7128586652212652"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-17T09:13:00.064Z","publish_time":1765962780064,"_source_registry_name":"default","contributors":[]},"4.4.27":{"name":"@cspell/dict-en_us","version":"4.4.27","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"eb2dd1fb97fdc4e6fb74cd3bfd192d493a4c6f86","_id":"@cspell/dict-en_us@4.4.27","_nodeVersion":"24.12.0","_npmVersion":"lerna/4.10.3/node@v24.12.0+x64 (linux)","dist":{"integrity":"sha512-0y4vH2i5cFmi8sxkc4OlD2IlnqDznOtKczm4h6jA288g5VVrm3bhkYK6vcB8b0CoRKtYWKet4VEmHBP1yI+Qfw==","shasum":"3b2312fa8ce63faa4b4f806be0a6ab7759ecf6e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.27.tgz","fileCount":6,"unpackedSize":322223,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.27","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEX3eMNsLVCq0LxGjeQgfP0M/vZ1JrZbtbjptRWo/nrGAiA2OLXaA8gpjU4fhq79tQgCxF7wMXRVtO4wnLTOlFPJEg=="}],"size":308158},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.27_1767516009689_0.5224591566196191"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-04T08:40:09.859Z","publish_time":1767516009859,"_source_registry_name":"default","contributors":[]},"4.4.28":{"name":"@cspell/dict-en_us","version":"4.4.28","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"a25b3ba911ef8bdc9c54326481b4c86dc8d2d687","_id":"@cspell/dict-en_us@4.4.28","_nodeVersion":"24.13.0","_npmVersion":"lerna/4.11.0/node@v24.13.0+x64 (linux)","dist":{"integrity":"sha512-/rzhbZaZDsDWmXbc9Fmmr4/ngmaNcG2b+TGT+ZjGqpOXVQYI75yZ9+XduyI43xJ5O38QcX3QIbJY5GWaJqxPEg==","shasum":"1f58a180a9e704df5d5349ffe076e3e6ff85f794","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.28.tgz","fileCount":6,"unpackedSize":322223,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.28","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEY+WKNOzVfm5irMXRXamx4dtHZfabVRySrjwvIiecT+AiEAoTAHhjdKr9uTaJ41OFoScvBzPd6eH4/Bi8cxSudHwXQ="}],"size":308158},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.28_1769955417047_0.8167286889949852"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-01T14:16:57.291Z","publish_time":1769955417291,"_source_registry_name":"default","contributors":[]},"4.4.29":{"name":"@cspell/dict-en_us","version":"4.4.29","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"build":"pnpm run compile","sync":"pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat","compile":"cspell-tools-cli build","conditional-build":"pnpm run sync && pnpm run build --conditional && pnpm gz","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"","test":"pnpm run test-dict && pnpm run test-text","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","directories":{"test":"tests"},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"d916ca92d4878e49bf349a37021c9051f433e9e1","_id":"@cspell/dict-en_us@4.4.29","_nodeVersion":"24.13.0","_npmVersion":"lerna/4.11.0/node@v24.13.0+x64 (linux)","dist":{"integrity":"sha512-G3B27++9ziRdgbrY/G/QZdFAnMzzx17u8nCb2Xyd4q6luLpzViRM/CW3jA+Mb/cGT5zR/9N+Yz9SrGu1s0bq7g==","shasum":"b83162051201f35a7c7728678f738b931955ec0e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.29.tgz","fileCount":6,"unpackedSize":322237,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.29","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCiGfP5zeEYRe9KB47fMh+ILV8XA0zo7Uq1IucHqGQW2AIgXxcbrqi7/K7//WRvgVtN2daPmb6ARO61qjCQLjKEfYU="}],"size":308192},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.29_1770533250512_0.6549318029765583"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-08T06:47:30.663Z","publish_time":1770533250663,"_source_registry_name":"default","contributors":[]},"4.4.30":{"name":"@cspell/dict-en_us","version":"4.4.30","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"license":"MIT","author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"directories":{"test":"tests"},"scripts":{"build":"pnpm run compile","compile":"cspell-tools-cli build","conditional-build":"pnpm run build --conditional && pnpm gz","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish","test":"pnpm run test-dict && pnpm run test-text","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\""},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"eee9113795b19024199db1f2cd91a622321b3eb0","_id":"@cspell/dict-en_us@4.4.30","_nodeVersion":"24.13.1","_npmVersion":"lerna/4.11.3/node@v24.13.1+x64 (linux)","dist":{"integrity":"sha512-+eVO/VNw8IzQpDIL/SCj+ytd5WbzbHZdU+GAM8eUY2ZU1KTxRw6BoDO+hEFB4cGkD9x+BXm0OKVGSWHNCSGdVw==","shasum":"ae0a50f67dc6d2823ee8bd3bc052ca18dfc0adcc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.30.tgz","fileCount":6,"unpackedSize":322114,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.30","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFNRK5fihUe5rWYrfSUuP7TWQoJjSrn/pB3rilWIzggNAiEA6HoVG0QIPnXVkJYN6GkwyqBh2BqLK3OR40aEYpbqLC8="}],"size":308137},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.30_1772450607025_0.35622795933668483"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-02T11:23:27.205Z","publish_time":1772450607205,"_source_registry_name":"default","contributors":[]},"4.4.31":{"name":"@cspell/dict-en_us","version":"4.4.31","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"license":"MIT","author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"directories":{"test":"tests"},"scripts":{"build":"pnpm run compile","compile":"cspell-tools-cli build","conditional-build":"pnpm run build --conditional && pnpm gz","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish","test":"pnpm run test-dict && pnpm run test-text","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\""},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"86d6d1fc5212a9b9ec281cc238176989e3980f65","_id":"@cspell/dict-en_us@4.4.31","_nodeVersion":"24.14.0","_npmVersion":"lerna/4.11.4/node@v24.14.0+x64 (linux)","dist":{"integrity":"sha512-MdV6mbrSkyIqn9+6F5poCyHIPqWB3H/wlDL9LXfjgAxNFBdYRE767xJtIYunzUqhUiJHSJgZajEFdTtMDw441Q==","shasum":"a41d3a7541ae700dcc731301c3f651cc475dd2de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.31.tgz","fileCount":6,"unpackedSize":322114,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.31","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD0J3P7l/YH4fyHmJDfXOffNaxLNHapfKYiP3Ggbr2m7QIhAPIB9+HwADI4mSgrZX5MmcT+KyqWrgfOfF/HpzN1xHbY"}],"size":308138},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.31_1773063432101_0.7462499752159557"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-09T13:37:12.314Z","publish_time":1773063432314,"_source_registry_name":"default","contributors":[]},"4.4.32":{"name":"@cspell/dict-en_us","version":"4.4.32","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"license":"MIT","author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"directories":{"test":"tests"},"scripts":{"build":"pnpm run compile","compile":"cspell-tools-cli build","conditional-build":"pnpm run build --conditional && pnpm gz","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish","test":"pnpm run test-dict && pnpm run test-text","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\""},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"81587936e4538521cccf069cebdf03872f2a478c","_id":"@cspell/dict-en_us@4.4.32","_nodeVersion":"24.14.0","_npmVersion":"lerna/4.11.5/node@v24.14.0+x64 (linux)","dist":{"integrity":"sha512-37NZrwnI9FyZLtUolgOtA2Xy2u1dYIiwQMqwVFKKd8tcyaM8SgONFqbs6c/rzr2JcL0n6ziCy/ptBQSREgfBMw==","shasum":"51734a59b313778d0c222d5eb4c2c5bc44802e94","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.32.tgz","fileCount":6,"unpackedSize":322139,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.32","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBjwLvFx1WmpvajLHoWxucD4yrfe723apBPsziNqHERoAiBl9jO6Ga1LYvC/QYT0cQ7+4dE/rhdNxjMZJqPGhdIVPA=="}],"size":308167},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.32_1774252108930_0.5444441018607962"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-23T07:48:29.220Z","publish_time":1774252109220,"_source_registry_name":"default","contributors":[]},"4.4.33":{"name":"@cspell/dict-en_us","version":"4.4.33","description":"English dictionary for cspell.","publishConfig":{"access":"public","provenance":true},"keywords":["cspell","cspell-ext","en_US","English","American","US English","dictionary","spelling"],"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git","directory":"dictionaries/en_US"},"license":"MIT","author":{"name":"Street Side Software","email":"support@streetsidesoftware.nl"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"directories":{"test":"tests"},"scripts":{"build":"pnpm run compile","compile":"cspell-tools-cli build","conditional-build":"pnpm run build --conditional && pnpm gz","gz":"cspell-tools-cli gzip \"*.trie\"","prepare:dictionary":"pnpm gz","prepublishOnly":"echo pre-publish","test":"pnpm run test-dict && pnpm run test-text","test-dict":"pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"","test-text":"cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\""},"devDependencies":{"@cspell/aoo-mozilla-en-dict":"workspace:^","@cspell/dict-en-shared":"workspace:^"},"gitHead":"21ed4457dbbeb5ed32a0aed70deb17354a6e3c0d","_id":"@cspell/dict-en_us@4.4.33","_nodeVersion":"24.14.0","_npmVersion":"lerna/4.11.5/node@v24.14.0+x64 (linux)","dist":{"integrity":"sha512-zWftVqfUStDA37wO1ZNDN1qMJOfcxELa8ucHW8W8wBAZY3TK5Nb6deLogCK/IJi/Qljf30dwwuqqv84Qqle9Tw==","shasum":"dc53fd409dec9360134c33581793abf30cfc8ead","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@cspell/dict-en_us/-/dict-en_us-4.4.33.tgz","fileCount":6,"unpackedSize":322141,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cspell%2fdict-en_us@4.4.33","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBCcr9o+dHpNgzum6Rar/yuiQJ2IYORX5q9mVTLv2qzIAiAoCf1yDwOJ8d7RmRlYTKrjXIb5Uj+WpoRScByLpe9v+Q=="}],"size":308153},"_npmUser":{"name":"anonymous","email":"jason@streetsidesoftware.nl"},"maintainers":[{"name":"anonymous","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dict-en_us_4.4.33_1774350304258_0.711599873334716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-24T11:05:04.445Z","publish_time":1774350304445,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"4.4.33"},"name":"@cspell/dict-en_us","time":{"created":"2022-01-26T23:04:38.113Z","1.2.37":"2020-11-28T01:07:30.133Z","modified":"2026-03-24T11:05:16.765Z","1.2.38":"2020-12-24T14:31:27.995Z","1.2.39":"2021-01-06T13:16:27.206Z","1.2.40":"2021-03-16T12:37:40.696Z","1.2.41":"2021-05-20T10:00:14.082Z","1.2.42":"2021-05-26T08:20:14.056Z","1.2.43":"2021-06-01T12:41:35.702Z","1.2.44":"2021-06-14T12:37:57.114Z","1.2.45":"2021-07-13T15:54:48.893Z","2.0.0":"2021-08-14T18:38:49.070Z","2.0.1":"2021-08-26T06:41:21.060Z","2.0.2":"2021-08-30T16:44:37.872Z","2.1.0":"2021-09-03T09:06:17.894Z","2.1.1":"2021-09-16T05:43:25.482Z","2.1.2":"2021-10-19T19:01:47.235Z","2.1.3":"2021-11-01T13:03:49.062Z","2.1.4":"2021-11-22T14:36:34.109Z","2.1.5":"2022-02-01T16:41:46.036Z","2.1.6":"2022-02-09T19:54:06.432Z","2.1.7":"2022-02-09T22:12:51.402Z","2.2.0":"2022-03-22T06:57:38.058Z","2.2.1":"2022-04-28T05:34:17.855Z","2.2.2":"2022-05-02T08:08:05.464Z","2.2.3":"2022-05-04T13:45:32.090Z","2.2.4":"2022-05-06T08:06:07.800Z","2.2.5":"2022-05-15T06:36:33.487Z","2.2.6":"2022-06-14T21:17:10.187Z","2.2.7":"2022-06-25T06:27:46.042Z","2.2.8":"2022-06-28T08:02:55.822Z","2.2.9":"2022-07-03T15:46:16.063Z","2.2.10":"2022-07-05T10:57:48.955Z","2.3.0":"2022-07-17T05:41:30.915Z","2.3.1":"2022-08-11T05:21:49.549Z","2.3.2":"2022-08-19T11:50:58.063Z","2.3.3":"2022-08-23T12:39:45.815Z","3.0.0":"2022-10-10T15:33:47.752Z","4.0.0":"2022-10-31T10:10:37.405Z","4.0.1":"2022-11-10T20:47:32.778Z","4.1.0":"2022-11-12T10:37:40.979Z","4.1.1":"2022-12-17T19:44:14.208Z","4.1.2":"2022-12-25T08:27:45.158Z","4.1.4":"2022-12-30T08:33:09.111Z","4.2.0":"2023-01-13T12:50:57.061Z","4.2.1":"2023-01-30T10:05:08.589Z","4.2.2":"2023-02-08T08:15:09.802Z","4.2.3":"2023-02-22T08:20:53.216Z","4.3.0":"2023-02-25T08:38:23.713Z","4.3.1":"2023-03-14T08:11:05.563Z","4.3.2":"2023-03-24T06:56:18.933Z","4.3.3":"2023-05-17T08:38:33.704Z","4.3.4":"2023-06-26T10:08:41.350Z","4.3.5":"2023-07-19T20:22:27.283Z","4.3.6":"2023-07-20T11:14:13.520Z","4.3.7":"2023-08-31T11:05:58.253Z","4.3.8":"2023-09-22T07:08:49.574Z","4.3.9":"2023-10-11T10:43:19.490Z","4.3.10":"2023-10-18T09:49:16.343Z","4.3.11":"2023-10-20T17:42:54.923Z","4.3.12":"2023-11-28T13:04:33.753Z","4.3.13":"2023-12-30T17:29:11.781Z","4.3.14":"2024-01-20T11:45:30.693Z","4.3.15":"2024-01-29T14:01:16.401Z","4.3.16":"2024-02-09T15:03:22.142Z","4.3.17":"2024-02-20T08:03:53.425Z","4.3.18":"2024-04-13T07:38:37.715Z","4.3.19":"2024-04-15T19:30:08.535Z","4.3.20":"2024-05-23T08:44:55.564Z","4.3.21":"2024-05-26T18:27:01.479Z","4.3.22":"2024-06-17T17:40:17.698Z","4.3.23":"2024-06-20T13:47:49.969Z","4.3.26":"2024-10-11T17:07:05.248Z","4.3.27":"2024-11-07T07:10:13.147Z","4.3.28":"2024-11-26T20:34:24.423Z","4.3.29":"2025-01-04T14:22:44.518Z","4.3.30":"2025-01-18T16:34:58.774Z","4.3.31":"2025-02-08T16:45:20.481Z","4.3.32":"2025-02-22T11:51:12.601Z","4.3.33":"2025-02-22T14:44:30.873Z","4.3.34":"2025-03-03T15:58:08.322Z","4.3.35":"2025-03-19T11:05:25.598Z","4.3.36":"2025-04-01T17:32:51.900Z","4.3.37":"2025-04-03T16:28:45.533Z","4.4.0":"2025-04-07T06:20:02.825Z","4.4.1":"2025-04-13T17:36:03.823Z","4.4.2":"2025-04-16T20:20:28.041Z","4.4.3":"2025-04-22T16:23:45.511Z","4.4.4":"2025-05-03T21:00:04.394Z","4.4.5":"2025-05-04T11:08:19.171Z","4.4.6":"2025-05-04T14:43:59.571Z","4.4.7":"2025-05-06T16:47:34.407Z","4.4.8":"2025-05-07T18:42:53.579Z","4.4.9":"2025-05-20T06:15:40.962Z","4.4.11":"2025-06-10T07:37:13.706Z","4.4.12":"2025-06-26T18:11:26.523Z","4.4.13":"2025-07-01T07:36:29.148Z","4.4.14":"2025-07-09T18:54:28.741Z","4.4.15":"2025-07-12T15:08:26.818Z","4.4.16":"2025-07-19T08:30:23.876Z","4.4.17":"2025-08-19T18:51:11.004Z","4.4.18":"2025-08-31T07:50:35.643Z","4.4.19":"2025-09-06T16:56:05.431Z","4.4.20":"2025-10-19T08:27:16.798Z","4.4.21":"2025-10-22T08:56:14.213Z","4.4.22":"2025-10-26T11:35:04.110Z","4.4.23":"2025-10-31T06:35:25.057Z","4.4.24":"2025-11-01T19:44:53.502Z","4.4.25":"2025-12-13T13:50:00.013Z","4.4.26":"2025-12-17T09:13:00.064Z","4.4.27":"2026-01-04T08:40:09.859Z","4.4.28":"2026-02-01T14:16:57.291Z","4.4.29":"2026-02-08T06:47:30.663Z","4.4.30":"2026-03-02T11:23:27.205Z","4.4.31":"2026-03-09T13:37:12.314Z","4.4.32":"2026-03-23T07:48:29.220Z","4.4.33":"2026-03-24T11:05:04.445Z"},"readme":"# CSpell English Dictionary\n\nEnglish dictionary for cspell.\n\nThis is a pre-built dictionary for use with cspell.\n\n## Note\n\nThis dictionary comes pre-installed with cspell. It should not be necessary to add it.\n\n<!--- @@inject: ../../static/requirements.md --->\n\n## Requirements\n\n| Tool                                                                                                                                 | Version |\n| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |\n| [cspell](https://github.com/streetsidesoftware/cspell)                                                                               | `>= 8`  |\n| [Code Spell Checker - Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) | `>= 4`  |\n\n<!--- @@inject-end: ../../static/requirements.md --->\n\n<!--- @@inject: ./static/install.md --->\n\n## Local Installation\n\n**This package is bundled with CSpell.**\n\n## Configuration\n\n<details>\n<summary>VSCode Settings</summary>\n\nAdd the following to your VSCode settings:\n\n**`.vscode/settings.json`**\n\n```jsonc\n{\n  \"cSpell.language\": \"en, en-US\",\n}\n```\n\n</details>\n\n<details>\n<summary>CSpell Settings <code>cspell.json</code></summary>\n\n**`cspell.json`**\n\n```jsonc\n{\n  \"language\": \"en, en-US\",\n}\n```\n\n</details>\n\n<details>\n<summary>CSpell Settings <code>cspell.config.yaml</code></summary>\n\n**`cspell.config.yaml`**\n\n```yaml\nlanguage: en, en-US\n```\n\n</details>\n\n## Local Installation using CDN\n\n> **NOTE:** This package is bundled with CSpell.\n\n## Dictionary Information\n\n| Name    | Enabled | Description                 |\n| ------- | ------- | --------------------------- |\n| `en_us` |         | American English Dictionary |\n\n## Language Settings\n\n| Name    | Locale        | File Type |\n| ------- | ------------- | --------- |\n| `en_us` | `en`, `en-US` | `*`       |\n\n<!--- @@inject-end: ./static/install.md --->\n\n<!--- @@inject: ../../static/contributing.md --->\n\n## Contributing\n\nPlease help correct any mistakes in the dictionaries.\n\nSee: [Contributing](https://github.com/streetsidesoftware/cspell-dicts#contributing)\n\nSpecial thanks to all of our amazing contributors!\n\n### Dictionary Development\n\nSee: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspell-dicts#how-to-create-a-new-dictionary)\n\n<!--- @@inject-end: ../../static/contributing.md --->\n\n## Adding Words\n\nContributions are welcomed and encouraged, please read [src/README.md](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US/src/README.md).\n\n## Resources\n\nThe Hunspell source for this dictionary can be found:\n\n<http://wordlist.aspell.net/hunspell-readme/>\n\n## License\n\nMIT\n\n> Some packages may have other licenses included.\n\n<!--- @@inject: ../../static/footer.md --->\n\n<br/>\n\n---\n\n<p align=\"center\">\nBrought to you by <a href=\"https://streetsidesoftware.com\" title=\"Street Side Software\">\n<img width=\"16\" alt=\"Street Side Software Logo\" src=\"https://i.imgur.com/CyduuVY.png\" /> Street Side Software\n</a>\n</p>\n\n<!--- @@inject-end: ../../static/footer.md --->","users":{}}