{"_id":"microformats-parser","_rev":"28-0f680b7927c988a2d126a8d9d4c2a989","name":"microformats-parser","dist-tags":{"latest":"2.0.4"},"versions":{"1.0.0":{"name":"microformats-parser","version":"1.0.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"name":"Aimee Gamble-Milner","email":"https://github.com/aimee-gm"},"license":"MIT","_id":"microformats-parser@1.0.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"95f5b9fc78e0f896d5ba7d3ac6a698aca8bc935f","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.0.0.tgz","fileCount":79,"integrity":"sha512-Kln4/11stBzO/9fAClv6U/IhBzHc671tbiDoAB1hXCci1gSUj6UWa2I5N6C1dlasT3+yELP677TadCzDNN5P/A==","signatures":[{"sig":"MEUCIQC90sIWdPSn1XZgBetQ+YfxjAQ1O45UZtoM+sJxhqTP0AIgN1He65LBHKglQq7A1Cm+eFlvSqyX30wQr+eshNVFSrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuUASCRA9TVsSAnZWagAAvFUQAJn4kEmxGV9WU9TLDi2H\nZekysOWI+w0evo7RzuVrX1Ne8pvsojZJ5nJi+/uiwZmqlOhcYEHBOpCOkcRL\nQmGyPLJrisD2d80vIvHoLY5C8slFDWEAWPEHanMpBiDChN0cxzKKNoIU2V0X\nnN+pfl9WM6fzsQqLFsb7Mjy5v3NqoqCLC9wh3gpeP9CpnB45ePt9jqJsGLkf\nGsGcvKygMBlmV97HYVFrIbR+EC4njPs8tjKuSMmXZHJOrAvdz3GGhKvwckSi\nViDjU0iRIPHgSS8tRXUPsX7fQlTHLqz+351G5oMG8Na5saOVZYSIKYxcfnOd\nQpRjWp6UfCod9d4xkWKJF3QvmxRAu8/zmGzOG6TUwcIxWRt0qltcQv6YFtG5\nYdvThxQxyuhiUUmhJPOhyPszjqyBbo7r1nCJM9jORPePa2RnKLEqMB+xRI8s\nti16lEQ2y0V+uGlMO3cRrMev/H3qzS5oKXmoFfgt5bgBhYNoB+cer4tJkgJD\nSN05GL9qZ783dhWhCnZ6rTeI4QGRdPca/nziIsDmpk6rmlW+xILgKxjz1WNZ\n3GrhEAa8GT0kX9xFqka5MYmo87UTkXMuPNptrO+Ic3Kx/LU5YEDj4dHdZw2V\nW06ZpMnmaGsjZfn76v7zI3LOAgLfXsC9jeRE4YHa7UERupp6wm+l6UNm2bqB\nvW7+\r\n=Kvih\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"scripts":{"lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"### Installation","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --cache --fix","*.{js,ts,json,css,md}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","microformat-tests":"https://github.com/aimee-gm/tests","eslint-plugin-import":"^2.20.2","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.0.0_1589198865766_0.0562591824998826","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"microformats-parser","version":"1.0.3","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.0.3","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"c0f31cdee3fab95d4cc1b47fa7e2ee0d32ec8a10","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.0.3.tgz","fileCount":79,"integrity":"sha512-IO/BJaYOK/p6ih65/hNuodngrP5q3vNWZOFUwQmNiuYFp5A33Lkx0JdrvhpSdcUgAGNgGOVCMTmHZq9chVFLmg==","signatures":[{"sig":"MEYCIQDlQLbNCoHeyMHMxlInXQ9uw20+TN6h35oS53jQLV4LBQIhAIJG5v87+Hwvl3ip2avT56iGBK54/B3KseVy95X0nyIY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuamzCRA9TVsSAnZWagAAWTIP/R/JmAFiu9giEwscqI3w\nCztmixFZuSkPDXcJgm2gYT/t3S/Ti1S36qfbXy5FJ4ptCTQ4cpvajYIZ7SyV\nln7eJDJrsOkXmdi0eJtCbKNUrwqK4IMG/f7DqFOhN8jVfz8DJ/mmeScOhQT4\nVGQhDgBbkGCIqW932wU8H+1RDBi8hB45MdxUyRfhddfBZjbMmdOy7Yu0ZTUo\njNWN8PGZY8gAJcFKxdNZ0vtDNdNQaL2+KEJ/sxLzwwYyFuCKEZN2Revp3T/8\nDGwCax98fF8M2FtjIxJZhSAf+R2itr4jII01Kkvrr94z62iyF+rplimdHx+o\nbZ1BaJjDa0dOrBI1aUaVkO/Ik5imIykgNSAdum7lpN7EE9QO9T7tgmxQNCMb\njtxK/Fyp2qi56ff15pNygQGtpUwQvOlUczKFvsJ7svcKe1NnZ+WXu5tsTWBl\n9s4GfFwS1kDkDuoTwudXtMBL0qxAOAzmMDO7l6PbL6EDrunozPeVRX/ICBSH\nJ6sRA2QzUeNo0mNQ3zRSMveqsJK7uIGH0J3MeWlfnXzEDDP/5PHMq5nGNpGD\nmjk9X1Df0NY9pcNemfdydE22pSYno2OV5AxO7MMERCn+pqxWKmRtdN4Gb7r/\n8MFb0dPIV9kdUQ8yAL9HX0xrwItYAe/cBO22tswXxC1itfz7vV0ySO/JV7Q1\nGVU3\r\n=mY2K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=10"},"scripts":{"lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"### Installation","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --cache --fix","*.{js,ts,json,css,md}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.0.3_1589225906593_0.4098840713167453","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"microformats-parser","version":"1.0.4","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.0.4","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"9e8a741e2efb2b587911757168eaafee46d2418e","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.0.4.tgz","fileCount":79,"integrity":"sha512-vXr1GETuSWpM/jVMfLgXBLp4r++N6z/F1qHs7ujBh3J9hD+sB42N9Rk5IRcNBQchtuK6ydk2Krhtf4IHN/LliA==","signatures":[{"sig":"MEYCIQCA8UaNIKIjcEn3/uymI9YkVATSMIVl67HuAiY7BHt1vgIhAMOQZFHX20OD9uTNLGdkNwCj7vXZKa2171J9Ya7s6HcU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuapECRA9TVsSAnZWagAAkdYQAIPFfxalvTwnWs+lpOuV\nfuGCWTY4a+wBbR5MXvBEToqa/FKj7SGjx/TjCC95tShllLQhsM1suFMtKsLW\nCa1G4ihzz1dJ9/Vvwe8ogPkX7p4wwMKez+XL0dK5k/TsFAsbZQcaVdrqxsxE\nDbHl4wirPawPeCl44K2U6at4fr3rKN6dNlbl8nPnVdEtNDk7BLXChKgcw8TE\njniIA5Tp5rCTuhIo47Akw/T3I++cu/FPrqBrwnuhfvKz208WUwb4rmlSfRzq\nldSQ6VR7q0OJVwFQiiIi7Vm1A1bjWGD+lrEkuozGWxMvUd+/vaRH/Iab4YAw\nojRQDweDEiJD9VZOMPDZHvxQ/qFRyRS508qCvifSMg/noX7G8S+QJABtVd67\npBJ10EIye2ecgS7ypuXdLcsseoAdW5pru1P6By3GSkJB9ZuQES+h7dTpyTEz\nDgllUX4EQbKMSf1acnJL1m+/ZZeaGn93pFwuVQPu7XzPJHURWAD+l91tY1rr\nF//wY00SisZFnRZWYnbL2JxMauJZaYb0rvb8cC3Vz07n0OHC3wtw7xMeLL4j\n6AX2s1/c6I1T+KmYWOsJGK2kj7HFB3kP33YVoupbAmqkn1Rm9zek0zuGrAU9\neWe+z9vBSml9I9cTMJwrJ1O6CiMTHWKXuZfR7Mxc1ee8yOQ4AdAiK2WX96hr\nHGsQ\r\n=a3Uz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=10"},"scripts":{"lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"### Installation","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --cache --fix","*.{js,ts,json,css,md}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.0.4_1589226051722_0.24696709404155803","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"microformats-parser","version":"1.0.5","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.0.5","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"40dea1897e03ddc0ea6ab3eb5985a25d59a2ec7e","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.0.5.tgz","fileCount":79,"integrity":"sha512-eyXnd/CK4mLbo91ZPIPiziKVrPTR+0A8NhOTSjSiTinaUeG5cULa0jx9pfWSNGk/Ak2G7nALv/vyyamaiIfbgA==","signatures":[{"sig":"MEQCIA9OpNiNqjnnIYvZBEJmYjXFq/izRtVOo0lSQiAAug3nAiB2Xie9cH8tcTtOeDhnZTLoXd6O9Fls2m3Ft9Qx6HV0BA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeukk6CRA9TVsSAnZWagAAILkP/RU4Rh2ZFZ9NBXq6C9Y0\noo+1d9opeqGUBE2g47qm+jDFMuDHu1Z0NXf9gFevAZdVc8BkwViIeZP3tvoQ\n/RAvV7476kl0qA3iwx5tEZgp2zKbWUdIgr9NtN6DJM4MUhXKRPfQZV7+gbmt\nSpSqZ7Y2imliUsQpHR1nCrjX2ft+kCnF2CfKVBPK5EZqUKohUaMLUhQYi9JK\n/om/zjAKcqD7MI1wv/qOZdGg4YAcBnheqr2mmnIwaeJakoMxkldpoOu2znuc\nH+zE17WebKMYIIkvUCdtpfayWtQy8JUuY1ghfzlHXNvc8+S6nm5MA9rpksMN\nJG9Br/GMoZdP2Wn/DydV2cLLYr/08ur8R6R+6y1mga3XJmKRvZ4BWOu8aTAs\nnotsLMArLC5iZsD5vV70JAUWqv7YEaPney9AUM9DIA4XampCiGqlYhNxERUi\nT6Dxj3cpelOMCWqwoqGBChPaMKIISLV8B853eUMtAWA68LaKyUrD6JzP4Orz\n0/80RqsobkqusjrdLpxo+oIL4qo1ShGztsMBHK6jJkBmq4DTo0l1lXAfsFVQ\nqGXn66s+zbcGHtr9QqUSx1puVt9jro1gcvw8Qsos+keVfhPTg8ZT+Rh1wlfj\n/Qgi2jXrKlggBS1FEeZv0XxgUvf1YY/37SZbukM56GzQpo24yxKrSpG7IfOv\ncfOk\r\n=VOS6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --cache --fix","*.{js,ts,json,css,md}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.0.5_1589266746258_0.12849214328849112","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"microformats-parser","version":"1.1.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.1.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://aimee-gm.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"047403057f253bb1614c37a80a510106ba2b1660","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.1.0.tgz","fileCount":79,"integrity":"sha512-HAWwYXW0iiK9kV6CjEoyXSC5ha5xlKQUaeVRogBw+5uAEqrPUhdh3t0minDyG/2O2mLLc60GkU0F4j+LYOCiSA==","signatures":[{"sig":"MEYCIQDXqSHcOVbVTCRwLdcGFFNFEusUDgsXMh9YT9kK/sd7eQIhANaMoQq8tEWMhkp7BPtNebPL4+X73Kq1pqeuPA6b9WI8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeupDOCRA9TVsSAnZWagAAW6oP/jzW3YK7rGCG2GfXNSfJ\nsNO+F13gByAkJoWTu/VbAbmB4vPc3AQppsBzIvGD/O6TUbxxdsexec4Azxa+\nGvusb7SuGTtvAQXmVy2q7QgXFmHu/nPWg0B0JgL6e6OCPWAuWDu+qJxTYajU\nWngWa6o60nvk48KMxfwoXs8hdyA4DYi2pfxQGzlZrMV4dulYWaDhEBAOuTRM\nBgbNritn9MrdyFlKdyZg5WwbqWguTrlA57aYP5cGzaYetRgflJrhvfWGXcJF\nNqdr4YsQhN2ITJbChbNFPqYsExyzYuog5haLjQJNuEPBXVAeJzMzRnMNudia\nMkHw2rjJUS1WlSEk3RIOSYt9PCcieZBxDsPpSmuMIxtzSIrEWkvc3KKZSyss\n7B3GfD2Plw96amaXGXSUZTj1ZvbI0ME/L0xWRoFRJqA6D9NCvVzpJB6ERFJQ\ntWPmFhkeaK8XeUh4E+l0D97wNXN4idTt+zyXa6VRS6GFTbbzdevimzFrV78O\n/OGOpPHLQhwOgOENHdRJK8i6+QX+ZrjJKHhmjGqNaHFiwC4fIBmHZuBFfqNM\n84+gMZymNY/9rY34ZPIxmVlaD8LOf98PBsuYg4Al1w06a7pf9l6BI9zG0Svt\nPw07DZS4CkZZIgqxC9h4PnQUYudK+2CSo/hO3Z6MzV28E8TFu4ltXAVNyl8N\nrtWU\r\n=9eSq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --cache --fix","*.{js,ts,json,css,md}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.1.0_1589285070344_0.37978487053776755","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"microformats-parser","version":"1.1.1","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.1.1","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://aimee-gm.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"6c830bd34ae632f49dcaabb3be59504b0139ae7e","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.1.1.tgz","fileCount":79,"integrity":"sha512-mytfiqFDqD76uoRs5GnNJm8YXprAF6L9DW/4br1dhK6xX5pWRNcRGn3xaBhdcZQXKp8AzDXRhx6MAAepqxWiuA==","signatures":[{"sig":"MEUCIAf0Q1IQizn95hMZygnBhVKtj+4OAcCLaSTurChIy092AiEA76A4vRh501ceWlkLXwOYUybid6FeOo9ndEvw1wnHoHk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu7ZLCRA9TVsSAnZWagAAOscQAJ1jC//z5foZHmVhtdPF\ne0KIbpFDNTmPIhqTYUNoPYON2OJbHsnkO4lauscOCHYS+c+UhDk6/0/I65WN\n0Uyrg25fcqPf0FB/UDURrb9aWXqMa0Y/Cro5b4/dPlDx/Fiy5c/h3w7RKZCW\nP06qqU1tyD7GGNVPkVpXzoYJoEKUhBf3DY2MSdOLWrezk9yHrkXLUqLTGMlO\nHjns+yWcNMbrBS5/z2UI/9oZOac1ty0kupql4hnif7WgxzNF6Qc17aUEGEwr\no6u+BaPV9/e+kSkTyN8pGkRpjsszct6bDgo7IDHPnPGusQOkLaZDIctWF7Sa\nopP3zzOO4om2WH+P4CXFlQ9fr8s7NbPzO0THbxkCgR4UheHu43lPs1uVbLlq\n+YnINcb58BlaHnM4rH0Gdt0/C+dgftf6+3xYNBZ/HQ018CYsebS9BXW9pDhl\nEYstqFw065xZqfAFlGkP0OCqw5UUWBjipqBIUwGAzErxV2huTU1oKslYy6Pb\nlEWp+CSBPG4ykrMp3SovQkJQ/8EJ/75Fo5P/kjbhoCIkqdw32dNW5n0S2kZs\n/O2cgM8hjf0Nj77Imp2VgCcwrxoKKMq0aHwF9wbxWtuSZ0rpMUsWzIWi+8I2\ntr5SWwvGJgpEvcVDUI+p4+p4OK63BRVdpyx85ODX1pKCVPHuIET7cPPao3ah\nt0Mt\r\n=RtJZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --cache --fix","*.{js,ts,json,css,md}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.1.1_1589360203061_0.9928966410962843","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"microformats-parser","version":"1.2.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.2.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://aimee-gm.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"fec8a85eee256df47d0c8675edbdcb960cd999f4","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.2.0.tgz","fileCount":79,"integrity":"sha512-npWIMH3DmvLNLwKPOPE/umQVMuB5bD1kcL1rKUi8AV0K0VPCddtQrzGqocvRUSdmW5LK8JvvIfkkhzNkydiROQ==","signatures":[{"sig":"MEYCIQCo4G7flUrs5XZCw4GSgzoTycw0mUQRlnH/oyuWAvVrnQIhAIkaz/i01GaHfiSYONHFNI2/ilhorEStExI0GzrJbZZ1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevZFKCRA9TVsSAnZWagAAw2AP/1y1dEe/YkAVLdZjbBPt\nIOhOSR5DHtM0QhGIX2ris6wh06TLqDAa3QJNHSThLAMC7lSui6g5NVfA2X/S\niTJCI14KnFkJeJmaY9GvJLJEFGvj0u+aR/7b9jB7t89KytvA5A+79B7h6BpG\npuykna7f3SDFfMROGbvenrrWO7DBnm0G0tQi9IS702jt1wElhndpad5c9ARc\nUaN75g0cWK++8s9kHfd/m76+c+MQ5CLQA8ZNj5aqkYcDV7l3Rn6piK7o/2Oi\nJGarQTxgXnR1I7TFP5WhMtQHuof3mgfqOiFUgJpi64fHULX7BkSKmlO3mYXK\nVOtvEaP1LTFhT3xXOZpXuMVXsyn8LAUU5f1pO72ySMbW/ORRbE0w016NFDM7\nqDL15ZgIk5iiFdnFMChPPtxtK6HM6iFTId2HJEE14shTncmKco39bpML7zLt\nhb1gqIZsXUxfFBe/sTHEq3xh8MAXdzbigGl68YMXyGy7qelroAj4woWiQgq8\nooGirnrrMgPgIwGLW0tnhGgSyBtAiQZa/wQ8O3GHVHXHsx2XJBlwggO5SSy7\nVrEsF6iIrCbgLe03MnggI7P7vz6ERoC4/OzO3ARTvcWpYistq0Sv/5ZU/9jy\narLKTRmyow/6mwiEpVH98jWhGFdQ4kyR2QwJ/LhwVzp3SYv0u0T3+YCeE6hc\nBsT2\r\n=avX0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/index.d.ts","engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --cache --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.2.0_1589481801860_0.9495926805614683","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"microformats-parser","version":"1.3.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.3.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://aimee-gm.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"a88c732c09fc0540443628662d59a037cfe94bdb","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.3.0.tgz","fileCount":79,"integrity":"sha512-mkAOnEAghLw7plcFYoS9Uexa9iXaxwBY4NuqIdHroHnFeOWxVgT+DQ6FxLR+EPNm6h+QzZ6BJs+mRdyi9qu8ng==","signatures":[{"sig":"MEUCIFwhut9WjFD38ZwcPPPCy6TAWuewT8Fg0Vob5Jc7ZWDvAiEA1d5sb0Jd8g/+WqN4D+u+mGET8w/ps8cnx8bJ7mgwk2c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61792,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewBMwCRA9TVsSAnZWagAAs+IP/0XmnW4wKMxQTpckHOWU\nM6fHrwrDpiWGs5qlwkazoJazKT5pK4JAYvn13QeIjlYEpu1H6xfrv0ooIbwF\n6y8xTaDiMgE3xKefTbBiJINRD+d5e6wDDQVVF60/e0Fwqc+NVEZvNHw2DPaT\n7yJL86O83cUzpvwvMtdYBT16gkCsiFpqyErJGdWsMHKLkqN/L9RJc9pQmL5T\naDs5tzOx766nDDeyhNyTboyG4XVea8I/xyjfHa3+wSvCdL35wDYxsYNsuFtw\nxTVT6t3jh43hx8KG7B363Fi8eEQH/q5tIwFJ53DypnU/MVWlKJeQQd5oQlmF\nalU0/tyUJAK0X85Vj6NS29rEeFr9npIKb+NYulugX2ham0B3iz6l1Lg2hjA1\n9SwmS6UWtcFuww8GJ5htV6nsOpLUADitYIbvg96+CbGr5luUq8c2ZO7x1ZmF\nZUMZCjKv75cCQGL6RvSn2fIp851yps7IREbfehgM9fX71wC03IaDn88Uqj1s\ngacNzMxsidLcMH3rreQP+Qut07ekyx7xoTxFa2m4dmtzPmJLkBd4HzQu6xc3\n6Jn3iwBwkz0EAhMNMj3u38kB8yOHu/zFY7GYiLmb8WvCLvJ9YdthVsZibHeA\n8d15CKF1rY06kE8MVcml/PkFUDvEZiYBaF3Ld8NMlpd4/m4i6adRQrnhGF6H\n9EvG\r\n=BQ+z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/index.d.ts","engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.3.0_1589646128068_0.905583266782559","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"microformats-parser","version":"1.3.1","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.3.1","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://aimee-gm.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"f51653ebcf9af6cc38bb77e3c8f9ef851be14d3b","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.3.1.tgz","fileCount":79,"integrity":"sha512-fYRUdVLMPHw02NaPREZASqGoc1YAkU5XHFNCcY5US/5qmpLvgJctTu5qpAlnEUJ/nPGFHpYxn91RwyVCKhP14A==","signatures":[{"sig":"MEYCIQC+nTwWTsBIyOQV/5K6L9dlvCBToewRg1TGoU8InSPl/QIhAJ1Q/g9TzAUw/nHSq4x1CmFxdftTbd2lRfh8B1zV//ut","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewsKmCRA9TVsSAnZWagAAPAIQAIJWDh80HVs/fYV17MKk\nTqnEurfLTzMVuZ4uJGkJQA2nRk9SrwquMpQoGw22CDEQEyeRzY3ipgle/XqK\ncC8Fq/QADDK9bWKpSGZoqXzy0BHb0jleLD2dDx/8obx6ku7Wo2kuP+lQgRF2\nBCkQCzxxbKHTWb3glg1rUa+fRP6JtpKL2xIlZzd/w2CjiDf5XDYHi7BJQcWt\nUZZnzv9Z+qQL3cfDlUuvjJ2EBq7cqhAOsYIuoQM/2zROqBppserIqq1dwexa\nddT6i9V0o3tKvrQmP0JJs61HMBAW2qJpuuia1c/GBySsCdHH+j3/2T2a8+1l\nHvoogY9uhuxZhQS3rnCuKW/qUg5c8vLJ/qXISV5xcBrIw2dQKLWgmTtU/7KW\nbQWO72g4ls1fy1hQGUd0Leld55LJtptXLcM02tgb0vICKhm/hgkYDS4YHF3d\nrYtYP1qIsLnEc2Lirz4WYkLr5dNIqobntTTcJ0CxdF66lmf8yaIeFHpFG/Et\nApDW+Jyts+qDJDoHs4E02dYuffVrLBoyUre4PDHkZWuLDZVdIg/pAOh9lRrP\nYEnUHoLRLFtclGvWH/cmptT5IyUVJuitdwSHUa2PfJnurShrdlhEUww+Shpx\nABrtVLsk1sNBVrKE+1RnRSh2Iny08iLRRTkN5L0aLgSz8BHptilrsMyjH5rf\n9keo\r\n=/gkm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/index.d.ts","engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.3.1_1589822117498_0.9265825720069425","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"microformats-parser","version":"1.3.2","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.3.2","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://aimee-gm.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"e9b6584d8286c4655327b6c50355482b30ec44ef","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.3.2.tgz","fileCount":79,"integrity":"sha512-Dx2pb6PQOtMVHxIBEtvkVuS6gkSudfmmTOLLTxHee4dT7aICycqd6gqyF32fFYXFWXBdnydoKpNg8Cz6KR5m4Q==","signatures":[{"sig":"MEUCIQCd1dlbJVhF84IhXxlsiYy/PLt8p+JOUTF/vsvsNe+/IgIgEp6uR0po3NqpWote8Uv8OjfusrBAgHg3FEHmyAE62g4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexu2QCRA9TVsSAnZWagAAe4QP/1NJYMkw3yfbaFT8UScq\nE1a4PhX/E4kk4ZBRHHdergA0iBkM14VOTIpBS+/QmTOMudTPv13C23cVv+ik\nlZCD2lb5vN/OnMktopa6NHCrcS36QelOiLYwuza6vC8pVB03bgFJVTYeqqh0\nw9IoMfHQnNm8XGQluvNwYy28KxwrsbuVfz6QSqSyNdE5JXfkCb0P6JBSWJ0r\nEu+A8tmrJXjBd3DcOCg7yJYPxMTtjzveaWiOHQaG/dbgCcppv8l+twlZq9+m\n4sCW/jOA5RkxpjivVrayMtZGc+y6g6BnzIzleUWDZ3qvvX9NQefoga9J3Srv\nfvxlh5zX2M97gAjc1hOwy0xjBs9YBF4x0BvimIznYQnMo09Sgvwij5X9ywa0\nHhPYwI9g+rib3cShqyZKsTMz6dU185GDS+rIYSEfaI4pcpSWH6u21SFYR/xm\nDbyY762cej5z6pKArjZnNobLzPivTaxUC3wTDS8y2mlnqzcMfZkIl5xn0yAE\nPqGBIlLWJENzNJTTuWXjI8WKaIbyH9QnxCZNCMijv/yW1HtXtAamrazxDqck\n1GE209X4NN+T3D2lz8fgbc/+w11Qr2U1emPNKSDq2VMDfjZE9EJ8/dwjx1se\nws6gTD604INWmSmERSdsgQ3GyXwr5hMjLy5+a8jq16OOHGEBRrOFFC9QqJ09\nYxie\r\n=qKR7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/index.d.ts","engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^6.8.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^2.31.0","@typescript-eslint/eslint-plugin":"^2.31.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.3.2_1590095248279_0.5450091597670677","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"microformats-parser","version":"1.4.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.4.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://aimee-gm.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"161084a1deb2256b623e92c0733f4e35033570b2","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.4.0.tgz","fileCount":81,"integrity":"sha512-8WBt/LzCxswJw9G5K43LtCN4eNwpNaXLddrjW2DjIf8jLkDcy56gQvxavqlEMcR6tAyPdSrj8fyt+gNTTgFdAg==","signatures":[{"sig":"MEUCIQD65a+K9+FEPH8yI2X1jZKB01mDXPz5cR1DKR/jlwtweAIgW1XYQLcBJU8EEW9kn21AyadosPAPwHT2ZMovn/Jel3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3kkACRA9TVsSAnZWagAAYn8QAI7lFxk4BOB3cmpNnGx+\nE2y7v/B1eJ7Uq4m6kc9VhTXik++X4VtYVuN3cmbQ4ejhj4iKoowh/J/+aDee\ni7N5IEDKd8s0ilv3Q+TKOUD6qckLbwXxLJg3ZNhzdlEJdk17wy9m0v8l4DTQ\nmiR3Lz1B70yjQqKbtQ2BKoUzhSMb+10h9K73AjjHo0QGWF9Lk0NGf3nnsshC\nDW+oALy3HBEloVlsVAegX/RaVhIlLY1k9MV0oqKYBJ8Ugz14fIc24R1FrzOh\npzTO2mAz8HFJrIz3LW/JUwbLzny29R7YwLgLRSH6jfPuBQca1yNMNx2OBEVZ\nMcg8/lXgd9rx0t4J4qM6a/G7G17yCJ4lIAFWkQpTcnrk9RwFKtKLl7bXEtDF\nSSUMRkm5iFvGtenG1kzayJhtE3gvTYSLj4xtF1YUG9NykCxxu52JwnT8I0HN\nIHuw3sVqq7cxljnwmzhEZlaJ3Q2yivVUMXaZRUj69uYPonFptlqzmiMtfpEE\nAxQdzeYOYm/SgsvFTQIVH1kp04newFiDXgfpHjkMD8UZ8M2xiItPYSPXbEk3\ns5iZaN6yrpFdPa/6pTFkE1+NQHaWT0IRxMQ9Bbq5UZEqGszQAsLwmB1fjntF\nsO6A/AD44QTTHB6YAm5c0FVGgHHQh2s+42fnC5UT7RJOl88moF3x8xoYj5UP\nAxjz\r\n=akzT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/index.d.ts","engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/aimee-gm/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^7.1.2","eslint":"^7.1.0","ts-node":"^8.10.1","prettier":"^2.0.5","typescript":"^3.8.3","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^12","lint-staged":">=10","@types/mocha":"^7.0.2","@types/parse5":"^5.0.2","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^6.11.0","@typescript-eslint/parser":"^3.0.1","@typescript-eslint/eslint-plugin":"^3.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.4.0_1591625983886_0.6186922560250294","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"microformats-parser","version":"1.4.1","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.4.1","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","nyc":{"all":true,"lines":100,"extends":"@istanbuljs/nyc-config-typescript","include":["src/**"],"branches":100,"functions":100,"statements":100,"check-coverage":true},"dist":{"shasum":"bba1cfe761f29112d4bcde4b4347d80c1c92ab59","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.4.1.tgz","fileCount":81,"integrity":"sha512-BSg9Y/Aik8hvvme/fkxnXMRvTKuVwOeTapeZdaPQ+92DEubyM31iMtwbgFZ1383om643UvfYY5G23E9s1FY2KQ==","signatures":[{"sig":"MEUCID75on7GnI6jmma0VkgvnQ3dRmnidMwO49fn5MjuMeg3AiEAi8taYBox0CNiDWfR7X9cC/qU9zWwaoRIitrqkUAa7cI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5Xu4CRA9TVsSAnZWagAArGEP/2yyeMtBr995fFcpOdwd\n3OTTmvAgoa0IXRby+KNyJpaDkKP/9vBUA9+5HlFPSEAzT3kTTlEy4QNmN6A5\nYxA3nm6y2WK7IowgRwFuPLhpR6gZPxUrRlleQghBy7/3FcVlicWNWVXIq3gE\nDMVwHh3OnrNJhOJMAJnQwUxXVzPeV2t0vgHl4PVVWl3DIDPWXOBnUD11RO39\nRbOHiI7kD/dEtmuBH8evfc8MnUqxN36859KCUemday5y8YMjY7XVHZebBeF7\nF4khgePvZzUZTDnFIMQUMryEpoUblIskBHRnDfrxYmc4GjwhQZUSye3lJUAq\nwZaiP90kehZorSav53mpqYaVfa+KwmKCvDk/qGxUs6uI0e3UrbW0crv9zsWP\neB2iW3LGrAyNMz83peiKdx6N26btNCm9KLSyXsWvg3B+WEukXVtbJiP3bTy/\n6ccn0ev3q+07XEPI6aHmenZVfd7JMVYTR432qBL2m6a/WNQBBTUe5fH/pprP\nu1n6dyXv7gkqiY2EMKBjRyOP/1TPI4y9FLxHG/whOL+sHftCIRc7HctSBWaY\n867Hzf1qScpZMK/JhAXB8L/7XyUpMfVNNoSYTjuXA3AIc81ElvKtTd2NvyMT\nF+woSOcGYzFXmoyG6MGQDdy9xf6Be8uq84Hn+v96FULA+CU5BmUJUlHtBdbx\nXP2O\r\n=c9Q0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/index.d.ts","engines":{"node":">=10"},"scripts":{"demo":"parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"nyc mocha --require ts-node/register test/**/*.spec.ts","build":"tsc","demo:build":"parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha test/package.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^8.0.1","eslint":"^7.1.0","ts-node":"^9.0.0","prettier":"^2.0.5","typescript":"^4.0.2","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^14.14.10","lint-staged":">=10","@types/mocha":"^8.0.0","@types/parse5":"^6.0.0","parcel-bundler":"^1.12.4","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.20.2","posthtml-expressions":"^1.4.0","eslint-config-prettier":"^8.1.0","@typescript-eslint/parser":"^4.0.0","@typescript-eslint/eslint-plugin":"^4.0.0","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.4.1_1642429368581_0.265733401500843","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"microformats-parser","version":"1.5.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.5.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"c90425a24b71ed6f635c8cd38cfa5ecc6a7a6ff7","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.5.0.tgz","fileCount":52,"integrity":"sha512-p2Spwff+pL7H02t4WF4DHzVFXsXk7KMfn0Bx+NEGP8BuO6JZUITBE4Ocvb9EoAXif9aHpsL304e0r2krtMn1dA==","signatures":[{"sig":"MEYCIQCTJBH+P7evhsRJ8dgHYYHFB3i6FB0C9GuwMCF0v7PC6AIhAO5wdrXJiYbkKGoFjtnU0d1Y0AjqqokAdfaeGEtE7zG4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":209151},"main":"dist/index.cjs","type":"module","types":"dist/types/index.d.ts","module":"dist/index.mjs","engines":{"node":">=14"},"scripts":{"demo":"yarn demo:prebuild && parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","demo:build":"yarn demo:prebuild && parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","demo:prebuild":"yarn posthtml -o demo/index.html -c posthtml.config.cjs demo/index.tpl.html","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.3","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^10.0.0","eslint":"^8.16.0","rollup":"^2.75.5","ts-node":"^10.8.0","prettier":"^2.0.5","typescript":"^4.0.2","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^16.0.0","lint-staged":">=10","@types/mocha":"^9.1.1","posthtml-cli":"^0.10.0","@types/parse5":"^6.0.0","parcel-bundler":"^1.12.5","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.26.0","posthtml-expressions":"^1.9.0","rollup-plugin-terser":"^7.0.2","eslint-config-prettier":"^8.1.0","@rollup/plugin-commonjs":"^22.0.0","rollup-plugin-sourcemaps":"^0.6.3","@rollup/plugin-typescript":"^8.3.2","@typescript-eslint/parser":"^5.27.0","@rollup/plugin-node-resolve":"^13.3.0","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.5.0_1693812978286_0.9598975287378917","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"microformats-parser","version":"1.5.1","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.5.1","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"e472ba7045b955dfee67dece54ce43308b2c375f","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.5.1.tgz","fileCount":52,"integrity":"sha512-Bn4jlYuIIN5NK/5eAJLk7rRYjjbeF29bLpXjQLHl4mmrMs3bynZ683hNC4o/YAbKg8kekrv0973GmCYD2fcb6w==","signatures":[{"sig":"MEQCIByHuTQ81v58g4lgWmGhKyViuhpuTgNg5Elf7FOK8vmWAiAazJiSp1SDhSneodxvAElm9M8qiT6OL26Id8esytGjwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":209150},"main":"dist/index.cjs","type":"module","types":"dist/types/index.d.ts","module":"dist/index.mjs","engines":{"node":">=14"},"scripts":{"demo":"yarn demo:prebuild && parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","demo:build":"yarn demo:prebuild && parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","demo:prebuild":"yarn posthtml -o demo/index.html -c posthtml.config.cjs demo/index.tpl.html","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.3","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^10.0.0","eslint":"^8.16.0","rollup":"^2.75.5","ts-node":"^10.8.0","prettier":"^2.0.5","typescript":"^4.0.2","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^16.0.0","lint-staged":">=10","@types/mocha":"^9.1.1","posthtml-cli":"^0.10.0","@types/parse5":"^6.0.0","parcel-bundler":"^1.12.5","microformat-tests":"https://github.com/microformats/tests","source-map-support":"^0.5.19","eslint-plugin-import":"^2.26.0","posthtml-expressions":"^1.9.0","rollup-plugin-terser":"^7.0.2","eslint-config-prettier":"^8.1.0","@rollup/plugin-commonjs":"^22.0.0","rollup-plugin-sourcemaps":"^0.6.3","@rollup/plugin-typescript":"^8.3.2","@typescript-eslint/parser":"^5.27.0","@rollup/plugin-node-resolve":"^13.3.0","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.5.1_1693814246097_0.9051832500083823","host":"s3://npm-registry-packages"}},"1.5.2-0":{"name":"microformats-parser","version":"1.5.2-0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.5.2-0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"97bad909e04f26657251f0070fe11ab2ac7a0ab7","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.5.2-0.tgz","fileCount":53,"integrity":"sha512-4jbuKYET09FE1fWATVBkOKoF5DRGQbE9lu9dhxDxWdWqTRzdYcwuWx95WOCfiaqvgA5Gd3I2Wz8ZeGqWRE8tBQ==","signatures":[{"sig":"MEQCICoYTUyQMXtPvLbVwoBzM5YMVoWTVXr4s3PbfyK9XPmvAiBn4riIIa0O6TdpDBRkSG5EalukZ4hC4MzBI8JeBAsbdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":210228},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=14"},"scripts":{"demo":"yarn demo:prebuild && parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","demo:build":"yarn demo:prebuild && parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","demo:prebuild":"yarn posthtml -o demo/index.html -c posthtml.config.cjs demo/index.tpl.html","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.3","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^10.0.0","eslint":"^8.16.0","rollup":"^2.75.5","ts-node":"^10.8.0","prettier":"^2.0.5","typescript":"^4.0.2","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^16.0.0","lint-staged":">=10","@types/mocha":"^9.1.1","posthtml-cli":"^0.10.0","@types/parse5":"^6.0.0","parcel-bundler":"^1.12.5","microformat-tests":"https://github.com/microformats/tests","rollup-plugin-dts":"^6.0.2","source-map-support":"^0.5.19","eslint-plugin-import":"^2.26.0","posthtml-expressions":"^1.9.0","rollup-plugin-terser":"^7.0.2","eslint-config-prettier":"^8.1.0","@rollup/plugin-commonjs":"^22.0.0","rollup-plugin-sourcemaps":"^0.6.3","@rollup/plugin-typescript":"^8.3.2","@typescript-eslint/parser":"^5.27.0","@rollup/plugin-node-resolve":"^13.3.0","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.5.2-0_1694613412193_0.5373116558189674","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"microformats-parser","version":"2.0.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@2.0.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"57a072efa63e4ed1ade066723f0ba7d8743d3da0","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-2.0.0.tgz","fileCount":11,"integrity":"sha512-wqR2lrpPnKHaNdWVAEXNMWnudbBgLosdONAeZyqLO9hiU9KIXCOFxIpVwCmW9KGpoArMbBF5YuW9Pw1HAtDyzw==","signatures":[{"sig":"MEUCIQC4OSOFCczma/lsg3nDuycF7YwuhDSZFSWGTp52DWa1UwIgYTK7s8toDHr1mSZi5b0Nnm4ekOknUARapUZGLMeGNWc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197091},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=16"},"scripts":{"demo":"yarn demo:prebuild && parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","demo:build":"yarn demo:prebuild && parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","demo:prebuild":"yarn posthtml -o demo/index.html -c posthtml.config.cjs demo/index.tpl.html","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.3","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^10.0.0","eslint":"^8.16.0","rollup":"^3.25.0","ts-node":"^10.8.0","prettier":"^2.0.5","typescript":"^4.0.2","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^16.0.0","lint-staged":">=10","@types/mocha":"^9.1.1","posthtml-cli":"^0.10.0","@types/parse5":"^6.0.0","parcel-bundler":"^1.12.5","microformat-tests":"https://github.com/microformats/tests","rollup-plugin-dts":"^6.0.2","source-map-support":"^0.5.19","eslint-plugin-import":"^2.26.0","posthtml-expressions":"^1.9.0","@rollup/plugin-terser":"^0.4.3","eslint-config-prettier":"^8.1.0","@rollup/plugin-commonjs":"^25.0.4","@rollup/plugin-typescript":"^11.1.3","@typescript-eslint/parser":"^5.27.0","@rollup/plugin-node-resolve":"^15.2.1","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_2.0.0_1694615763558_0.10962159297913066","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"microformats-parser","version":"1.5.2","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@1.5.2","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"61464b11761915daf9b4078f573d5888b11bbaf8","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-1.5.2.tgz","fileCount":11,"integrity":"sha512-EcHm8zxEm3CggOLgILfxCo2wDiJEOnACzpV/FXWGLaRk24ECei+JkoWNdKdo2vzo/Pww9EvrQNeQsdv4JuHy7Q==","signatures":[{"sig":"MEYCIQCmH6/SMuoX6MObL3rCp5me+jAPE5H9aNNnLza+K8V/uQIhANMdFyDb1Yz4mV+4113w8b1i68giWdX1562HF7zUYX9A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":199605},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=14"},"scripts":{"demo":"yarn demo:prebuild && parcel serve demo/index.html","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","demo:build":"yarn demo:prebuild && parcel build demo/index.html --out-dir public --public-url ./","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","demo:prebuild":"yarn posthtml -o demo/index.html -c posthtml.config.cjs demo/index.tpl.html","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.3","chai":"^4.2.0","glob":"^7.1.6","husky":">=4","mocha":"^10.0.0","eslint":"^8.16.0","rollup":"^2.75.5","ts-node":"^10.8.0","prettier":"^2.0.5","typescript":"^4.0.2","@types/chai":"^4.2.11","@types/glob":"^7.1.1","@types/node":"^16.0.0","lint-staged":">=10","@types/mocha":"^9.1.1","posthtml-cli":"^0.10.0","@types/parse5":"^6.0.0","parcel-bundler":"^1.12.5","microformat-tests":"https://github.com/microformats/tests","rollup-plugin-dts":"^4.0.0","source-map-support":"^0.5.19","eslint-plugin-import":"^2.26.0","posthtml-expressions":"^1.9.0","rollup-plugin-terser":"^7.0.2","eslint-config-prettier":"^8.1.0","@rollup/plugin-commonjs":"^22.0.0","rollup-plugin-sourcemaps":"^0.6.3","@rollup/plugin-typescript":"^8.3.2","@typescript-eslint/parser":"^5.27.0","@rollup/plugin-node-resolve":"^13.3.0","@typescript-eslint/eslint-plugin":"^5.27.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_1.5.2_1694640219993_0.4303636133913433","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"microformats-parser","version":"3.0.0","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@3.0.0","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"27f394f48bfbb79dc52b60e1be9fe81ba3f25510","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-3.0.0.tgz","fileCount":11,"integrity":"sha512-uWhCFFMZr/GGeGVBbUKBSn5lu68+QUk/NVKSyIXmFT93z5HEeWne0vyshvKFKLJgk/IpZESSG1yeiyDfASDjJQ==","signatures":[{"sig":"MEUCIBRuLz6/HD2Wpxw+WguAGkqRmdKrBj26TSLiJ6fZI7JgAiEAlOQbbq3dOGpK+m6qb2c69EASxbM1/o8oXNFcRY/24vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196816},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=16"},"scripts":{"demo":"http-server public","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"deprecated":"Incorrect version number used","repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","chai":"^4.2.0","glob":"^10.3.4","husky":">=4","mocha":"^10.0.0","eslint":"^8.16.0","rollup":"^3.25.0","ts-node":"^10.8.0","prettier":"^3.0.3","typescript":"^5.2.2","@types/chai":"^4.2.11","@types/glob":"^8.1.0","@types/node":"^18.17.15","http-server":"^14.1.1","lint-staged":">=10","@types/mocha":"^10.0.1","microformat-tests":"https://github.com/microformats/tests","rollup-plugin-dts":"^6.0.2","source-map-support":"^0.5.19","@rollup/plugin-html":"^1.0.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-terser":"^0.4.3","eslint-config-prettier":"^9.0.0","@rollup/plugin-commonjs":"^25.0.4","rollup-plugin-import-css":"^3.3.3","@rollup/plugin-typescript":"^11.1.3","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.2.1","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_3.0.0_1696232071523_0.8793601994385281","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"microformats-parser","version":"2.0.1","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@2.0.1","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"7beef99dfb9d5490a677494cd28a91fd5181cd13","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-2.0.1.tgz","fileCount":11,"integrity":"sha512-HMVdWTFKgfAJsKmRzov9jSML60P6Lry21vTTvbliQb+a0KKIgeGYoljRp8sQpd0FXqS31h3JpSLwxe2yOY6cog==","signatures":[{"sig":"MEYCIQDf10xSMh78gq7ehXBmIWL51bBkOqXqzpbJCtuUNI68eQIhAOXOGAR/e+QO0bLsTaPGrBH6YBrACcUZHhVviqS1wRPl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196816},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=16"},"scripts":{"demo":"http-server public","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","chai":"^4.2.0","glob":"^10.3.4","husky":">=4","mocha":"^10.0.0","eslint":"^8.16.0","rollup":"^3.25.0","ts-node":"^10.8.0","prettier":"^3.0.3","typescript":"^5.2.2","@types/chai":"^4.2.11","@types/glob":"^8.1.0","@types/node":"^18.17.15","http-server":"^14.1.1","lint-staged":">=10","@types/mocha":"^10.0.1","microformat-tests":"https://github.com/microformats/tests","rollup-plugin-dts":"^6.0.2","source-map-support":"^0.5.19","@rollup/plugin-html":"^1.0.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-terser":"^0.4.3","eslint-config-prettier":"^9.0.0","@rollup/plugin-commonjs":"^25.0.4","rollup-plugin-import-css":"^3.3.3","@rollup/plugin-typescript":"^11.1.3","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.2.1","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_2.0.1_1696232660194_0.7888716008585834","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"microformats-parser","version":"2.0.2","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@2.0.2","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"9cd0c25e002b4f30bd55f7de6d1d1f02248438e0","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-2.0.2.tgz","fileCount":11,"integrity":"sha512-tUf9DmN4Jq/tGyp1YH2V6D/Cud+9Uc0WhjjUFirqVeHTRkkfLDacv6BQFT7h7HFsD0Z8wja5eKkRgzZU8bv0Fw==","signatures":[{"sig":"MEUCIQCwVJtpMn6aMCEK7+FfWEDPdwpbmrSi0hGZbaNTo2DlIAIgEVGqViX/2ISuzetlIMNWcTCCzZOy+ykAgXcIK9n8WGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200858},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=18"},"scripts":{"demo":"http-server public","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky install","prebuild":"rm -rf ./dist","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","chai":"^4.2.0","glob":"^10.3.4","husky":">=4","mocha":"^10.0.0","tslib":"^2.6.2","eslint":"^8.16.0","rollup":"^4.1.5","ts-node":"^10.8.0","prettier":"^3.0.3","typescript":"^5.2.2","@types/chai":"^4.2.11","@types/glob":"^8.1.0","@types/node":"^20.8.6","http-server":"^14.1.1","lint-staged":">=10","@types/mocha":"^10.0.1","microformat-tests":"https://github.com/microformats/tests","rollup-plugin-dts":"^6.0.2","source-map-support":"^0.5.19","@rollup/plugin-html":"^1.0.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-terser":"^0.4.3","eslint-config-prettier":"^9.0.0","@rollup/plugin-commonjs":"^25.0.4","rollup-plugin-import-css":"^3.3.3","@rollup/plugin-typescript":"^11.1.3","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.2.1","@typescript-eslint/eslint-plugin":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_2.0.2_1699866460161_0.9129146440469214","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"microformats-parser","version":"2.0.3","keywords":["microformats","parser","mf2","indieweb"],"author":{"url":"https://github.com/aimee-gm","name":"Aimee Gamble-Milner"},"license":"MIT","_id":"microformats-parser@2.0.3","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"homepage":"https://microformats.github.io/microformats-parser/","dist":{"shasum":"b27079141045a277bc20976a4435ceca839ef7f2","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-2.0.3.tgz","fileCount":11,"integrity":"sha512-MhZoQXkvWrvI3iu1IJ7Zk2VglphPt5P482E5rXvHalvtxhuS/QioMB8gEr8omt7Fd0K/qQEAbTmabvNpCbi3EQ==","signatures":[{"sig":"MEQCIHefJK3jRhBq1iToUgE/cfDqRgIW5FiZlitcqz1dDyrIAiAsf7gwYewZVWNEwpftMaKJ7qvgvnTopEiYGFWP11RgQg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":201104},"main":"dist/index.cjs","type":"module","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=18"},"scripts":{"demo":"http-server public","lint":"eslint --cache './**/*.{ts,js}'","test":"c8 mocha ./test/*.spec.ts","build":"rollup -c","prepare":"husky","prebuild":"rm -rf ./dist","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test:package":"mocha ./test/package.*.spec.js","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different"},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk"},"repository":{"url":"https://github.com/microformats/microformats-parser.git","type":"git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,ts}":"eslint --fix","*.{js,ts,json,css,md,html}":"prettier --write"},"dependencies":{"parse5":"^7.1.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","chai":"^5.0.0","glob":"^10.3.4","husky":">=4","mocha":"^11.0.0","tslib":"^2.6.2","eslint":"^8.16.0","rollup":"^4.1.5","ts-node":"^10.8.0","prettier":"^3.0.3","typescript":"^5.2.2","@types/chai":"^4.2.11","@types/glob":"^8.1.0","@types/node":"^20.8.6","http-server":"^14.1.1","lint-staged":">=10","@types/mocha":"^10.0.1","microformat-tests":"https://github.com/microformats/tests","rollup-plugin-dts":"^6.0.2","source-map-support":"^0.5.19","@rollup/plugin-html":"^1.0.2","eslint-plugin-import":"^2.26.0","@rollup/plugin-terser":"^0.4.3","eslint-config-prettier":"^9.0.0","@rollup/plugin-commonjs":"^25.0.4","rollup-plugin-import-css":"^3.3.3","@rollup/plugin-typescript":"^11.1.3","@typescript-eslint/parser":"^6.0.0","@rollup/plugin-node-resolve":"^15.2.1","@typescript-eslint/eslint-plugin":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/microformats-parser_2.0.3_1748732807673_0.2672407491858524","host":"s3://npm-registry-packages-npm-production"}},"2.0.4":{"name":"microformats-parser","version":"2.0.4","description":"A JavaScript microformats v2 parser for the browser and node.js","type":"module","main":"dist/index.cjs","types":"dist/index.d.ts","module":"dist/index.mjs","homepage":"https://microformats.github.io/microformats-parser/","repository":{"type":"git","url":"https://github.com/microformats/microformats-parser.git"},"author":{"name":"Aimee Gamble-Milner","url":"https://github.com/aimee-gm"},"license":"MIT","keywords":["microformats","parser","mf2","indieweb"],"scripts":{"prepare":"husky","prebuild":"rm -rf ./dist","build":"rollup -c","demo":"http-server public","lint":"eslint --cache './**/*.{ts,js}'","prettier:list":"prettier '**/*.{ts,json,md,html}' --list-different","prettier:fix":"prettier '**/*.{ts,json,md,html}' --write","test":"c8 mocha ./test/*.spec.ts","test:package":"mocha ./test/package.*.spec.js"},"engines":{"node":">=18"},"dependencies":{"parse5":"^7.1.2"},"devDependencies":{"@rollup/plugin-commonjs":"^25.0.4","@rollup/plugin-html":"^2.0.0","@rollup/plugin-node-resolve":"^15.2.1","@rollup/plugin-terser":"^0.4.3","@rollup/plugin-typescript":"^11.1.3","@types/chai":"^4.2.11","@types/glob":"^8.1.0","@types/mocha":"^10.0.1","@types/node":"^20.8.6","@typescript-eslint/eslint-plugin":"^7.0.0","@typescript-eslint/parser":"^6.0.0","c8":"^9.0.0","chai":"^5.0.0","eslint":"^8.16.0","eslint-config-prettier":"^9.0.0","eslint-plugin-import":"^2.26.0","glob":"^10.3.4","http-server":"^14.1.1","husky":">=4","lint-staged":">=10","microformat-tests":"https://github.com/microformats/tests","mocha":"^11.0.0","prettier":"^3.0.3","rollup":"^4.1.5","rollup-plugin-dts":"^6.0.2","rollup-plugin-import-css":"^4.0.1","source-map-support":"^0.5.19","ts-node":"^10.8.0","tslib":"^2.6.2","typescript":"^5.2.2"},"lint-staged":{"*.{js,ts,json,css,md,html}":"prettier --write","*.{js,ts}":"eslint --fix"},"licenseText":"MIT License\n\nCopyright (c) 2020 Aimee Gamble-Milner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"microformats-parser@2.0.4","dist":{"shasum":"bd261b96c7f68ae9450d587435028134683149b4","integrity":"sha512-DA2yt3uz2JjupBGoNvaG9ngBP5vSTI1ky2yhxBai/RnQrlzo+gEzuCdvwIIjj2nh3uVPDybTP5u7uua7pOa6LA==","tarball":"https://registry.npmjs.org/microformats-parser/-/microformats-parser-2.0.4.tgz","fileCount":11,"unpackedSize":201223,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDc7CIKmTRuonJqhiTCo+Xg2f9p/dniuaRKVAVZ+95X/wIgLCu2pJnz1K6+7SoBYshEJ7V/fJxkT6/hXr5/Me8Xx5g="}]},"_npmUser":{"name":"aimee.gm","email":"npm@aimes.me.uk","actor":{"name":"aimee.gm","email":"npm@aimes.me.uk","type":"user"}},"directories":{},"maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/microformats-parser_2.0.4_1751009827096_0.3746802917520806"},"_hasShrinkwrap":false}},"time":{"created":"2020-05-11T12:07:45.766Z","modified":"2025-06-27T07:37:07.456Z","1.0.0":"2020-05-11T12:07:45.891Z","1.0.1":"2020-05-11T19:27:25.322Z","1.0.2":"2020-05-11T19:35:56.707Z","1.0.3":"2020-05-11T19:38:26.792Z","1.0.4":"2020-05-11T19:40:51.832Z","1.0.5":"2020-05-12T06:59:06.342Z","1.1.0":"2020-05-12T12:04:30.455Z","1.1.1":"2020-05-13T08:56:43.240Z","1.2.0":"2020-05-14T18:43:22.061Z","1.3.0":"2020-05-16T16:22:08.195Z","1.3.1":"2020-05-18T17:15:17.667Z","1.3.2":"2020-05-21T21:07:28.449Z","1.4.0":"2020-06-08T14:19:44.159Z","1.4.1":"2022-01-17T14:22:48.757Z","1.5.0":"2023-09-04T07:36:18.495Z","1.5.1":"2023-09-04T07:57:26.303Z","1.5.2-0":"2023-09-13T13:56:52.495Z","2.0.0":"2023-09-13T14:36:03.905Z","1.5.2":"2023-09-13T21:23:40.255Z","3.0.0":"2023-10-02T07:34:31.708Z","2.0.1":"2023-10-02T07:44:20.390Z","2.0.2":"2023-11-13T09:07:40.370Z","2.0.3":"2025-05-31T23:06:47.856Z","2.0.4":"2025-06-27T07:37:07.278Z"},"author":{"name":"Aimee Gamble-Milner","url":"https://github.com/aimee-gm"},"license":"MIT","homepage":"https://microformats.github.io/microformats-parser/","keywords":["microformats","parser","mf2","indieweb"],"repository":{"type":"git","url":"https://github.com/microformats/microformats-parser.git"},"description":"A JavaScript microformats v2 parser for the browser and node.js","maintainers":[{"name":"aimee.gm","email":"npm@aimes.me.uk"}],"readme":"# microformats-parser\n\nA JavaScript microformats v2 parser, with v1 back-compatibility. [View the demo](https://microformats.github.io/microformats-parser/). Works with both the browser and node.js.\n\nFollows the [microformats2 parsing specification](http://microformats.org/wiki/microformats2-parsing).\n\n**Table of contents**\n\n- [Quick start](#quick-start)\n  - [Installation](#installation)\n  - [Simple use](#simple-use)\n- [API](#api)\n  - [mf2()](#mf2)\n- [Support](#support)\n  - [Microformats v1](#microformats-v1)\n  - [Microformats v2](#microformats-v2)\n  - [Experimental options](#experimental-options)\n    - [`lang`](#lang)\n    - [`textContent`](#textcontent)\n    - [`metaformats`](#metaformats)\n- [Contributing](#contributing)\n\n## Quick start\n\n### Installation\n\n```bash\n# yarn\nyarn add microformats-parser\n\n# npm\nnpm i microformats-parser\n```\n\n### Simple use\n\n```javascript\nconst { mf2 } = require(\"microformats-parser\");\n\nconst parsed = mf2('<a class=\"h-card\" href=\"/\" rel=\"me\">Jimmy</a>', {\n  baseUrl: \"http://example.com/\",\n});\n\nconsole.log(parsed);\n```\n\nOutputs:\n\n```json\n{\n  \"items\": [\n    {\n      \"properties\": {\n        \"name\": [\"Jimmy\"],\n        \"url\": [\"http://example.com/\"]\n      },\n      \"type\": [\"h-card\"]\n    }\n  ],\n  \"rel-urls\": {\n    \"http://example.com\": {\n      \"rels\": [\"me\"],\n      \"text\": \"Jimmy\"\n    }\n  },\n  \"rels\": {\n    \"me\": [\"http://example.com/\"]\n  }\n}\n```\n\n## API\n\n### mf2()\n\nUse: `mf2(html: string, options: { baseUrl: string, experimental: object })`\n\n- `html` (string, required) - the HTML string to be parsed\n- `options` (object, required) - parsing options, with the following properties:\n  - `baseUrl` (string, required) - a base URL to resolve relative URLs\n  - `experimental` (object, optional) - experimental (non-standard) options\n    - `lang` (boolean, optional) - enable support for parsing `lang` attributes\n    - `textContent` (boolean, optional) - enable support for better collapsing whitespace in text content.\n    - `metaformats` (boolean, optional) - enable meta tag fallback.\n\nReturns the parsed microformats from the HTML string\n\n## Support\n\n### Microformats v1\n\nThis package will parse microformats v1, however support will be limited to the v1 tests in the [microformats test suite](https://github.com/microformats/tests). Contributions are still welcome for improving v1 support.\n\n### Microformats v2\n\nWe provide support for all microformats v2 parsing, as detailed in the [microformats2 parsing specification](http://microformats.org/wiki/microformats2-parsing). If there is an issue with v2 parsing, please create an issue.\n\n### Experimental options\n\nThere is also support for some experimental parsing options. These can be enabled with the `experimental` flags in the `options` API.\n\n**Note: Experimental options are subject to change at short notice and may change their behaviour without a major version update**\n\n#### `lang`\n\nParse microformats for `lang` attributes. This will include `lang` on microformats and `e-*` properties where available.\n\nThese are sourced from the element themselves, a parent microformat, the HTML document or a meta tag.\n\n#### `textContent`\n\nWhen parsing microformats for text content, all the consecutive whitespace is collapsed into a single space. `<br/>` and `<p>` tags are treated as line breaks.\n\n#### `metaformats`\n\nEnables fallback to [metaformats](https://microformats.org/wiki/metaformats) parsing which looks at `<meta>` tags to infer content.\n\n## Contributing\n\nSee our [contributing guidelines](./CONTRIBUTING.md) for more information.\n","readmeFilename":"README.md"}