Package Exports
- web-namespaces
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web-namespaces) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
web-namespaces 
Map of web namespaces.
Installation
npm:
npm install web-namespaces
Usage
var webNamespaces = require('web-namespaces');
console.log(webNamespaces);
Yields:
{ html: 'http://www.w3.org/1999/xhtml',
mathml: 'http://www.w3.org/1998/Math/MathML',
svg: 'http://www.w3.org/2000/svg',
xlink: 'http://www.w3.org/1999/xlink',
xml: 'http://www.w3.org/XML/1998/namespace',
xmlns: 'http://www.w3.org/2000/xmlns/' }
API
webNamespaces
Object.<string, string>
— Map of short-name to namespaces.