{"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"dist-tags":{"latest":"2.0.1"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"description":"Map of web namespaces","readme":"# web-namespaces\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nMap of web namespaces.\n\n## Contents\n\n*   [What is this?](#what-is-this)\n*   [When should I use this?](#when-should-i-use-this)\n*   [Install](#install)\n*   [Use](#use)\n*   [API](#api)\n    *   [`webNamespaces`](#webnamespaces)\n*   [Types](#types)\n*   [Compatibility](#compatibility)\n*   [Security](#security)\n*   [Related](#related)\n*   [Contribute](#contribute)\n*   [License](#license)\n\n## What is this?\n\nThis is a map of names to namespaces found on the web platforms.\n\n## When should I use this?\n\nYou can use this package if you want to access the XML, HTML, SVG, etc.\nnamespace urls.\n\n## Install\n\nThis package is [ESM only][esm].\nIn Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:\n\n```sh\nnpm install web-namespaces\n```\n\nIn Deno with [Skypack][]:\n\n```js\nimport {webNamespaces} from 'https://cdn.skypack.dev/web-namespaces@2?dts'\n```\n\nIn browsers with [Skypack][]:\n\n```html\n<script type=\"module\">\n  import {webNamespaces} from 'https://cdn.skypack.dev/web-namespaces@2?min'\n</script>\n```\n\n## Use\n\n```js\nimport {webNamespaces} from 'web-namespaces'\n\nconsole.log(webNamespaces)\n```\n\nYields:\n\n```js\n{\n  html: 'http://www.w3.org/1999/xhtml',\n  mathml: 'http://www.w3.org/1998/Math/MathML',\n  svg: 'http://www.w3.org/2000/svg',\n  xlink: 'http://www.w3.org/1999/xlink',\n  xml: 'http://www.w3.org/XML/1998/namespace',\n  xmlns: 'http://www.w3.org/2000/xmlns/'\n}\n```\n\n## API\n\nThis package exports the following identifiers: `webNamespaces`.\nThere is no default export.\n\n### `webNamespaces`\n\nMap of names to namespaces (`Record<string, string>`).\n\n## Types\n\nThis package is fully typed with [TypeScript][].\nThere are no extra exported types.\n\n## Compatibility\n\nThis package is at least compatible with all maintained versions of Node.js.\nAs of now, that is Node.js 12.20+, 14.14+, and 16.0+.\nIt also works in Deno and modern browsers.\n\n## Security\n\nThis package is safe.\n\n## Related\n\n*   [`wooorm/html-tag-names`](https://github.com/wooorm/html-tag-names)\n    — list of HTML tag names\n*   [`wooorm/mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)\n    — list of MathML tag names\n*   [`wooorm/svg-tag-names`](https://github.com/wooorm/svg-tag-names)\n    — list of SVG tag names\n*   [`wooorm/svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)\n    — map of SVG elements to allowed attributes\n*   [`wooorm/html-element-attributes`](https://github.com/wooorm/html-element-attributes)\n    — map of HTML elements to allowed attributes\n*   [`wooorm/aria-attributes`](https://github.com/wooorm/aria-attributes)\n    — list of ARIA attributes\n\n## Contribute\n\nYes please!\nSee [How to Contribute to Open Source][contribute].\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definition -->\n\n[build-badge]: https://github.com/wooorm/web-namespaces/workflows/main/badge.svg\n\n[build]: https://github.com/wooorm/web-namespaces/actions\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/web-namespaces.svg\n\n[coverage]: https://codecov.io/github/wooorm/web-namespaces\n\n[downloads-badge]: https://img.shields.io/npm/dm/web-namespaces.svg\n\n[downloads]: https://www.npmjs.com/package/web-namespaces\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/web-namespaces.svg\n\n[size]: https://bundlephobia.com/result?p=web-namespaces\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[skypack]: https://www.skypack.dev\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c\n\n[typescript]: https://www.typescriptlang.org\n\n[contribute]: https://opensource.guide/how-to-contribute/\n","repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"users":{"flumpus-dev":true},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"license":"MIT","versions":{"1.0.0":{"name":"web-namespaces","version":"1.0.0","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"dependencies":{},"files":["index.js","index.json"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"devDependencies":{"bail":"^1.0.0","browserify":"^13.0.0","cheerio":"^0.20.0","eslint":"^2.0.0","esmangle":"^1.0.1","istanbul":"^0.4.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","remark":"^4.0.0","remark-comment-config":"^3.0.0","remark-github":"^4.0.1","remark-lint":"^3.0.0","remark-usage":"^3.0.0","remark-validate-links":"^3.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-crawl":"node script/build.js","build-bundle":"browserify index.js --bare -s webNamespaces > web-namespaces.js","build-mangle":"esmangle web-namespaces.js > web-namespaces.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"adf0e676b466f8ea2164691b450e294d3bbae76b","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@1.0.0","_shasum":"e8b04fb83dc3f7a74ec61cda2efd40576e5245cf","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"dist":{"shasum":"e8b04fb83dc3f7a74ec61cda2efd40576e5245cf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-1.0.0.tgz","integrity":"sha512-V/AT6/b+YLx6SlCcIgmm6XzMgdRtQKnoyiN5tbOwh7i/4Zvis/dJzMuLFVjy5Fuz+iAoIk9RF6MpXv6Xjd6D5A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDI4YVR2lgnqqr+oNmoPSCyEEVLGWRc8sD8iI5S3KhM+QIhAJbGXmCwr4QibCgFbHnnxYtHGM/er9BgDBkjZ36ZxgqV"}]},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/web-namespaces-1.0.0.tgz_1458384116327_0.21166309108957648"},"directories":{}},"1.1.0":{"name":"web-namespaces","version":"1.1.0","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.json","files":["index.json"],"dependencies":{},"devDependencies":{"bail":"^1.0.0","browserify":"^13.0.0","esmangle":"^1.0.1","jsdom":"^9.8.3","remark-cli":"^2.0.0","remark-preset-wooorm":"^1.0.0","tape":"^4.4.0","xo":"^0.17.1"},"scripts":{"build-md":"remark . --quiet --frail --output","build-crawl":"node build","build-bundle":"browserify index.json --bare -s webNamespaces > web-namespaces.js","build-mangle":"esmangle web-namespaces.js > web-namespaces.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test":"npm run build && npm run lint && npm run test-api"},"xo":{"space":true,"ignore":["web-namespaces.js"]},"remarkConfig":{"presets":"wooorm"},"gitHead":"0102fdc4f8343f78800f4f3a4fbfb2ad4b70dd6c","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@1.1.0","_shasum":"a1e4d8f85ef395e8b03d6a5860fcf828b24273f4","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"dist":{"shasum":"a1e4d8f85ef395e8b03d6a5860fcf828b24273f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-1.1.0.tgz","integrity":"sha512-VTkan1GZZ6m+tTY3VnXgA0RRyXtX0J9ZrFBTUyqmZ6OCAr/ayilKR4BBqIDGnS35Avgg4E9CBJVpXH2cRuZ8xw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDcjG73oCG7KBCcx9XpW33HlfwRX2Xhq0Txnnvvp4ou8AiBryoGHEQ5P1IxAmr42+YJBzzs8TJYUw0Pa6saf37r65w=="}]},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/web-namespaces-1.1.0.tgz_1479578709983_0.25089564570225775"},"directories":{}},"1.1.1":{"name":"web-namespaces","version":"1.1.1","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.json","files":["index.json"],"dependencies":{},"devDependencies":{"bail":"^1.0.0","browserify":"^14.1.0","concat-stream":"^1.6.0","esmangle":"^1.0.1","hast-util-select":"^1.0.1","hast-util-to-string":"^1.0.0","rehype-parse":"^4.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^3.0.0","tape":"^4.4.0","unified":"^6.1.5","xo":"^0.18.0"},"scripts":{"build-md":"remark . -qfo","build-crawl":"node build","build-bundle":"browserify index.json --bare -s webNamespaces > web-namespaces.js","build-mangle":"esmangle web-namespaces.js > web-namespaces.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test":"npm run build && npm run lint && npm run test-api"},"xo":{"space":true,"esnext":false,"ignore":["web-namespaces.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"82d50050f010d0fa1e6fa0637d656029c94cfae1","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@1.1.1","_shasum":"742d9fff61ff84f4164f677244f42d29c10c451d","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"dist":{"shasum":"742d9fff61ff84f4164f677244f42d29c10c451d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-1.1.1.tgz","integrity":"sha512-rL8fNTbYTJ6V/QOUBzx9TGClse+E8huzn/J/laPWFcvlm4abSWy7bwqR6WM9Qt/CvdrmLA2rQyaiaDfs1drFdg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZfQoUBpWtEIxP51Tiy5MuFqWQsIZL5oxqLWY7+tS5zQIgKeFcPg/ZxTxVWq8VgZR7nff2hsvBCQklVo3wVcyuxz0="}]},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/web-namespaces-1.1.1.tgz_1498422097893_0.9975514153484255"},"directories":{}},"1.1.2":{"name":"web-namespaces","version":"1.1.2","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.json","files":["index.json"],"dependencies":{},"devDependencies":{"bail":"^1.0.0","browserify":"^16.0.0","concat-stream":"^1.6.0","esmangle":"^1.0.1","hast-util-select":"^1.0.1","hast-util-to-string":"^1.0.0","prettier":"^1.12.0","rehype-parse":"^4.0.0","remark-cli":"^5.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.4.0","unified":"^6.1.5","xo":"^0.20.0"},"scripts":{"generate":"node build","format":"remark . -qfo && prettier --write '**/*.js' && xo --fix","build-bundle":"browserify index.json --bare -s webNamespaces > web-namespaces.js","build-mangle":"esmangle web-namespaces.js > web-namespaces.min.js","build":"npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test":"npm run generate && npm run format && npm run build && npm run test-api"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"no-var":"off","prefer-arrow-callback":"off"},"ignore":["web-namespaces.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"000cfbcc04dbdde8fd51ccd945cfd189c774a3cb","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@1.1.2","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"dist":{"integrity":"sha512-II+n2ms4mPxK+RnIxRPOw3zwF2jRscdJIUE9BfkKHm4FYEg9+biIoTMnaZF5MpemE3T+VhMLrhbyD4ilkPCSbg==","shasum":"c8dc267ab639505276bae19e129dbd6ae72b22b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-1.1.2.tgz","fileCount":4,"unpackedSize":4806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa06LZCRA9TVsSAnZWagAAuGIP/RWWi00V63T7/sQBRPvx\nAVe5bhJ8t6N3q8ePA/LOXI+AZAhHhdgpTOwwexTr5lI3UrsiHRaZJZMIWMW7\nWzf9FkKBehsGevGkX9TltlIAHV0Vs6iWk+9HxKgEMh1aQ89p+MH9d4TsOwH1\nZDynDwuW+6JHg74vFX6UIpZ1LZvMdaIOAoK5qaHVtHAdie3qhkJcphvCZQGB\nNLwdLi+vNQDUn7+ys0KzK+YxFYwCOWv5egau5i3hpvnT48VYAVuFBFqlCSE7\n7l7S/36oBJDHnYfIoTBMsl3jnlDmgnstmiGRWBpClQxXHLiAujnkEr2Xk173\nZJbOKKGKt33TmoGDSbrQO+We5hCQnCvaJl/wYt6DOOhiqAITn5m5jEw7h3d4\nmlT20Fx3p7DY7uqp5wmWJsdFGcmkGfrx90WW+JHcQMoNg7qg/Ej79uuYasZ1\nZDDrVThSD7hUNuZndWWEQrLFg2otXGwDmhJfCMzuWE7oo0lQ1nRi1qBkvqYn\n9u1xlFnOBdfjyooXclqU3YCdkaSGs6CwUsrNB0SaswVnJFg/VXAGBfHWLeKm\ngMwkj2WZt2zBUaGqlbn+5MTSBcL8PCZ+/KopwsSkvSa5nX8Lujo+i1rVZclC\npSAixR66vmKJkGFsgS/uW6oGKmQfmNPRV3KzESTKxtG0sEK5zCIUmIPvt6WP\nUo/n\r\n=Kzk0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICx57WpYpD+Vi2Al6ZpImcxRfoLvTpf89ryAJGda2SFwAiEAvY2oxcDCBONfC7loTqMwI52N4ubS9Z1CbBEN/P61xYQ="}]},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/web-namespaces_1.1.2_1523819224667_0.33068513669689303"},"_hasShrinkwrap":false},"1.1.3":{"name":"web-namespaces","version":"1.1.3","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"main":"index.json","dependencies":{},"devDependencies":{"bail":"^1.0.0","browserify":"^16.0.0","concat-stream":"^2.0.0","hast-util-select":"^3.0.0","hast-util-to-string":"^1.0.0","prettier":"^1.12.0","rehype-parse":"^6.0.0","remark-cli":"^6.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.4.0","tinyify":"^2.5.0","unified":"^7.0.0","xo":"^0.24.0"},"scripts":{"generate":"node build","format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s webNamespaces -o web-namespaces.js","build-mangle":"browserify . -s webNamespaces -p tinyify -o web-namespaces.min.js","build":"npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test":"npm run generate && npm run format && npm run build && npm run test-api"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"ignore":["web-namespaces.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"06a48e6c7d48bbe32602a5128713ddb0bed0cf2e","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@1.1.3","_nodeVersion":"11.9.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA==","shasum":"9bbf5c99ff0908d2da031f1d732492a96571a83f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-1.1.3.tgz","fileCount":4,"unpackedSize":5046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0WvXCRA9TVsSAnZWagAAXd8P/3NE3fXMn0P3D+cGXexN\nPP2eGnGgHt5hYnptaS/hWW8tc3rDxRDvcFHIe0PuWnR+NLoIHVLfIYJZ8dyq\n34ekj1swoee8r+R1XnRBBisLxtFSYNNCSxISss6Qxn6uEJQObnsKnVTzRqZ+\nnmhmPExO1DROTNASWyV/aLoHB7ZZKg2DskQxn6fn5mPNtDhahLc4KsgNZ7iQ\nPkO5VPVcVTvzBk3pF9pnnhTx1ytTmATSKAG1MFZ9syGKGZcSo85cEP0hN8AF\njMywZa1/FHsuEDoqoHSW4YzlhyJt5/q3GoJugoMl7/M+sBWy1ArejYQJM+1b\nnAvndb508FbCRc9NEYtFVkTD8osEhn60fnW5RWt5f6YbkYwORsyIueYslIJI\nczZHpm9gRKAlMk/yVUnQrF3GWaXL2V204UT+rqMUC8f1eprEUOVTcwXCU2qv\n3WH6WyRCSZD1mGn9p7bEyajIWFxA6omEDxHKHJ9SuSid7jomWaDAZ3gd+Civ\nKt+dZpSHaIrlZQcTqlbK5l9TRTcbchlOgZbK1abMwaR0IC10U/wcmSCAP229\nNJjRNZkSz4IKh7nVQxkoHFifA5YZHQH7N5Kt4/AVNKZm6nlEqeGe8zwO885j\nfuQPFldGI4nzBDcix0//ZgwK4BhyBSfFv6w+1UcC/7OOg+TtwoJgQB2yT++t\nlReH\r\n=bxmk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHd8viTXPoVYrRLaB9hzX10xjEiB16pDwJPlYhcHCHhOAiBPCRYyx1PMeJtXYrgRIZAJJe2QJuWewsfCXB5SsOic/g=="}]},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/web-namespaces_1.1.3_1557228502585_0.06971558067749717"},"_hasShrinkwrap":false},"1.1.4":{"name":"web-namespaces","version":"1.1.4","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/wooorm"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"main":"index.json","dependencies":{},"devDependencies":{"bail":"^1.0.0","browserify":"^16.0.0","concat-stream":"^2.0.0","hast-util-select":"^3.0.0","hast-util-to-string":"^1.0.0","prettier":"^1.0.0","rehype-parse":"^6.0.0","remark-cli":"^7.0.0","remark-preset-wooorm":"^6.0.0","tape":"^4.0.0","tinyify":"^2.0.0","unified":"^8.0.0","xo":"^0.25.0"},"scripts":{"generate":"node build","format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify index.json -s webNamespaces -o web-namespaces.js","build-mangle":"browserify index.json -s webNamespaces -p tinyify -o web-namespaces.min.js","build":"npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test":"npm run generate && npm run format && npm run build && npm run test-api"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"ignore":["web-namespaces.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"11b3c01195c49d821c3e45ffcb6d7e99611da974","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@1.1.4","_nodeVersion":"13.0.1","_npmVersion":"6.13.6","dist":{"integrity":"sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==","shasum":"bc98a3de60dadd7faefc403d1076d529f5e030ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-1.1.4.tgz","fileCount":4,"unpackedSize":5136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKsRsCRA9TVsSAnZWagAA88kP/j5l2eyBZsC4/T4/JQbN\npdasFeTQBCsrpTcOtLoGX/dgeSygb6FCxka/N9/q4N7ynf7ngWpXiJaEySi1\ni9wkgKeFfUVN0jkXpfk2AACCv05h0Aozxi0Y6i848tiVDCR48qtUw5lox7Kn\nHMcmJoxPe5+1juaI/nQVH2AOhK/l0Jq2I830vBhhZo85ZazVOtCNwMXxTYxh\n+SJ0n/JU50CUNiOk6+vW7NAAkyMOjZNgckvI2zbwttFUJNwRWNiHmdLB4PrL\nQ29WmTGK29lSuUZqi9E5YFqLseQKc+GzR5ww+sKL/gOdJ7L+XRnuGIo3KYEX\nZbwLzyNEaGFEN3Oxo0yiOpe5/0meYIWgUgYPu+olTyYu02dcRwsQ3OMA2CfV\nXzptIOAOBdtV+lrdh49Xe8tHDpIln2saay/bEBxX1Ll5K7rJPta0nB0lPiJY\nlvYZ3P2TFh9ZBwF12bWcDbXSh8qPYYE/4rroKSe2GOVfvcB/coY/CsEvKoLO\nODjPBUBkrPiY04ZTKG4XWt9k65/NDa1mjm99YDEsNBt61ZZY1azOeS80ts0h\nQHHbcVbJiyUGz23HmoPbO7ZE2XVNhP5Zz14p+GZ20guzYJzcpkQ8aUrlaL70\nJ7cFOAwX3YrlGXAbyeQuWOT5R/tU0JKTTOHx3BsUAtwYuwWKUptWGBGDyLv6\nUD0P\r\n=FkGH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA7fsBHb9E6DIa4Z7zk9YOziGXmrkRoDoyO7n+YB21TSAiBrkXPrPp2k347Ivp2oeXamK7zd/x4BGryUF//dRZksYA=="}]},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/web-namespaces_1.1.4_1579861099602_0.1375114302416054"},"_hasShrinkwrap":false},"2.0.0":{"name":"web-namespaces","version":"2.0.0","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/wooorm"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","devDependencies":{"@types/tape":"^4.0.0","bail":"^1.0.0","c8":"^7.0.0","concat-stream":"^2.0.0","hast-util-select":"^4.0.0","hast-util-to-string":"^1.0.0","prettier":"^2.0.0","rehype-parse":"^7.0.0","remark-cli":"^9.0.0","remark-preset-wooorm":"^8.0.0","rimraf":"^3.0.0","tape":"^5.0.0","typescript":"^4.0.0","unified":"^9.0.0","xo":"^0.38.0"},"scripts":{"prepublishOnly":"npm run build && npm run format","prebuild":"rimraf \"*.d.ts\"","build":"tsc","generate":"node build","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js","test":"npm run generate && npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"import/no-mutable-exports":"off","no-var":"off","prefer-arrow-callback":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"4db5d263f9428b1f883043bd83a99da70bb58ed6","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@2.0.0","_nodeVersion":"15.11.0","_npmVersion":"7.6.2","dist":{"integrity":"sha512-dE7ELZRVWh0ceQsRgkjLgsAvwTuv3kcjSY/hLjqL0llleUlQBDjE9JkB9FCBY5F2mnFEwiyJoowl8+NVGHe8dw==","shasum":"1f6a2d7b5823329abaedeb6bdf09ef2fed35db13","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-2.0.0.tgz","fileCount":5,"unpackedSize":5867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSfCxCRA9TVsSAnZWagAAAA0QAKRM3AWJE1C1JdG35JUL\nlU7Q2aWRs7EfaCzbUImToIyfxPGBP6gic+TK8xWyFg5K+pVK1rWkZcLY5W7M\nYw9gK5VQKygoTHvFX85AivgRo0nd4ebQNo/7XeJ6sZVU6YZRMszouGBS/COq\nvbbT+O/qNq1aNUp6OAtIyRabpBPgOaWGtKjLA4QXr+7oVmAe5JlvwUSV/H6e\nVQyCl5jZHFqBGbME+KS5aYXdq7L1F3eGUAodxEfpirApyEqD3Y+int/PGMAH\nT5/Hu1przgKU2MKARm00RxmaSzl/rNQ1MMoEvzjHamAG3UThG7Qs1kUe7UcN\nPesG1BFbqb9YSd8swa+IknwOsXpQYhxB8jd9twLMaRYA+ydNdSnKpM0+tnDJ\nYOcRG6D7z6UCFXVhltJDr/Fmxl6HGWuEx549HBfIDcvyc+oKuOQoPYsA0Ue2\nvRpkJAA+RpVONi9UfVF10i8ErJbqWoKjKxPR31nQaXvKuSeS3u1B00/DekAd\njJS/wjO/JMzpBD9hwvQ79GJdDf9hX6/5UfFNrnu3WHk2ZaW7nhdlcZrRQHW+\nxMSEzSgOhd5aqD5Ty3IQ5mC9AAgKMo/EAs6zSbhI4qkvw8pdNlehYajUKhaS\nuls9G1hsYdSnw7rWY6DwfAHhfIN+s1JS8yTWTSpm5pK+Q7fkdi4vxYm2iUH0\nvOb3\r\n=KUAr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnGWXfkKiBkCPjSE5v0N6adnkYMuwc9ZN2La83sYkEEAIgedbKlgvFVfwe4OWQTBG4r5tMjB72lZ+ZhtASL6flagk="}]},"_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/web-namespaces_2.0.0_1615458481127_0.10487066005129697"},"_hasShrinkwrap":false},"2.0.1":{"name":"web-namespaces","version":"2.0.1","description":"Map of web namespaces","license":"MIT","keywords":["web","platform","namespace","namespaces","whatwg","w3c"],"repository":{"type":"git","url":"git+https://github.com/wooorm/web-namespaces.git"},"bugs":{"url":"https://github.com/wooorm/web-namespaces/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/wooorm"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","devDependencies":{"@types/tape":"^4.0.0","bail":"^2.0.0","c8":"^7.0.0","concat-stream":"^2.0.0","hast-util-select":"^5.0.0","hast-util-to-string":"^2.0.0","prettier":"^2.0.0","rehype-parse":"^8.0.0","remark-cli":"^10.0.0","remark-preset-wooorm":"^9.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","unified":"^10.0.0","xo":"^0.46.0"},"scripts":{"generate":"node build","prepublishOnly":"npm run build && npm run format","build":"rimraf \"*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node --conditions development test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api","test":"npm run generate && npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"fef810169775b173f42ca77c9ef695d952d4e0a5","homepage":"https://github.com/wooorm/web-namespaces#readme","_id":"web-namespaces@2.0.1","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==","shasum":"1010ff7c650eccb2592cebeeaf9a1b253fd40692","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/web-namespaces/-/web-namespaces-2.0.1.tgz","fileCount":5,"unpackedSize":7443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3A+uCRA9TVsSAnZWagAAnacP/RfOUfyPzTBXLyiruqrp\no61/yvNLKIBgGQeVI+POj+5L6q7goTGCqnNQKfYm7a6Q/Jd0wBksXH4J4skD\nEflZ/HXnWa3n4tzNInFDJ83aqS/0zfpI4utb4ILV3bCNBA5sDURyLeiIA2XP\nZEQxPDz/uf6BKgCWZ4lCQjX6iMfBn72dFlTgxSeu1nz/2/tZBhJDQv5bUE+P\n/sbz8IlEWG5+TmVvCy1Cp+K2EPXBnjUrJFfTsdrbUm/y9lFcppo+xvCV8El3\nzlgyqB7LHfLsQ2ct70XGp3GGlseUI6mVR0saTfe62aK6FGpZHMA70UEa03Vj\n+TSe+wPGOAiEvKKXtjjiuwTYMm+NoBEqEzVaFpENYf3A1NoR+WBjhlZ+5FI+\ngRMKfq7m2tekdxyrN3e7Nn9YWUT4EZUZmYDNgYtGj2hnP7rqnzKNQ7Ad105+\n6SbMn2WhPlFA8Xuu8e9fUCAiKNzQRZfyHyNV7eyeCY/snjasLZLZH+/l/Lea\numozyaW2h9ZI3NHIVhWyON0Au5OJjA98DkvZfKN+KZti89s3t63j+DXqSjz4\nvKyf30gXiaBzeHN1AtNbfIXrvNKEebM0JnuTz8fWdhFNj9buZ+dA5Msdjj5M\nLA4yLdX9BX47SeExtiiAl8lnK3SrlkkeSWpS0JHzhBPOWw+R6H99nktsWNf5\nEK8c\r\n=xDVa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHALkAdgSBKDK/aHfmhzyUWQJcPa/pg3/pAHim9n+215AiEAuX2qBvP+XXb8MW0zbc/ywcNjnDCpReSjRx4UP4RrfSw="}]},"_npmUser":{"name":"anonymous","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/web-namespaces_2.0.1_1636136036820_0.3586947665940683"},"_hasShrinkwrap":false}},"name":"web-namespaces","time":{"modified":"2023-04-29T05:07:36.860Z","created":"2016-03-19T10:41:58.808Z","1.0.0":"2016-03-19T10:41:58.808Z","1.1.0":"2016-11-19T18:05:12.014Z","1.1.1":"2017-06-25T20:21:38.880Z","1.1.2":"2018-04-15T19:07:04.813Z","1.1.3":"2019-05-07T11:28:22.722Z","1.1.4":"2020-01-24T10:18:19.768Z","2.0.0":"2021-03-11T10:28:01.266Z","2.0.1":"2021-11-05T18:13:56.968Z"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"readmeFilename":"readme.md","homepage":"https://github.com/wooorm/web-namespaces#readme"}