JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4454012
  • Score
    100M100P100Q275008F
  • License MIT

Map of web namespaces

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

Build Downloads Size

Map of web namespaces.

Install

npm:

npm install web-namespaces

Use

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.

License

MIT © Titus Wormer