{
	"name": "web-namespaces",
	"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": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "e8b04fb83dc3f7a74ec61cda2efd40576e5245cf",
				"tarball": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"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": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "a1e4d8f85ef395e8b03d6a5860fcf828b24273f4",
				"tarball": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"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": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "742d9fff61ff84f4164f677244f42d29c10c451d",
				"tarball": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"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": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-II+n2ms4mPxK+RnIxRPOw3zwF2jRscdJIUE9BfkKHm4FYEg9+biIoTMnaZF5MpemE3T+VhMLrhbyD4ilkPCSbg==",
				"shasum": "c8dc267ab639505276bae19e129dbd6ae72b22b4",
				"tarball": "https://registry.npmjs.org/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"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"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": "https://registry.npmjs.org/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"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"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": "https://registry.npmjs.org/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"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web-namespaces_1.1.4_1579861099602_0.1375114302416054"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-24T10:18:22.226Z",
		"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"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"44eda4dcfe44ea01e660c450116f5c9a\"",
			"fetched": 1600679318223
		}
	},
	"_distfiles": {
		"web-namespaces-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.0.0.tgz",
			"sha": "e8b04fb83dc3f7a74ec61cda2efd40576e5245cf",
			"registry": "npmjs"
		},
		"web-namespaces-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.0.tgz",
			"sha": "a1e4d8f85ef395e8b03d6a5860fcf828b24273f4",
			"registry": "npmjs"
		},
		"web-namespaces-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.1.tgz",
			"sha": "742d9fff61ff84f4164f677244f42d29c10c451d",
			"registry": "npmjs"
		},
		"web-namespaces-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.2.tgz",
			"sha": "c8dc267ab639505276bae19e129dbd6ae72b22b4",
			"registry": "npmjs"
		},
		"web-namespaces-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.3.tgz",
			"sha": "9bbf5c99ff0908d2da031f1d732492a96571a83f",
			"registry": "npmjs"
		},
		"web-namespaces-1.1.4.tgz": {
			"url": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
			"sha": "bc98a3de60dadd7faefc403d1076d529f5e030ec",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"web-namespaces-1.1.4.tgz": {
			"shasum": "bc98a3de60dadd7faefc403d1076d529f5e030ec"
		}
	},
	"_rev": "2-ce8489840884f56e",
	"_id": "web-namespaces",
	"readme": "# web-namespaces\n\n[![Build][build-badge]][build]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nMap of web namespaces.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install web-namespaces\n```\n\n## Use\n\n```js\nvar webNamespaces = require('web-namespaces')\n\nconsole.log(webNamespaces)\n```\n\nYields:\n\n```js\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## API\n\n### `webNamespaces`\n\n`Object.<string, string>` — Map of short-name to namespaces.\n\n## Related\n\n*   [`html-tag-names`](https://github.com/wooorm/html-tag-names)\n    — List of HTML tags\n*   [`mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)\n    — List of MathML tags\n*   [`svg-tag-names`](https://github.com/wooorm/svg-tag-names)\n    — List of SVG tags\n*   [`svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)\n    — Map of SVG elements to allowed attributes\n*   [`html-element-attributes`](https://github.com/wooorm/html-element-attributes)\n    — Map of HTML elements to allowed attributes\n*   [`aria-attributes`](https://github.com/wooorm/aria-attributes)\n    — List of ARIA attributes\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definition -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/web-namespaces.svg\n\n[build]: https://travis-ci.org/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[license]: license\n\n[author]: https://wooorm.com"
}