JS Registry

The JS Registry is a REST service provided by the map.apps web application to upload, browse and query JavaScript packages. The JS Registry can handle multiple versions of JavaScript packages.

A JavaScript package is any directory containing a package.json file and JavaScript resource files. The content of a package.json file is specified by the CommonJS community and npm . A map.apps bundle is converted by the JS Registry into a JavaScript package by translating the manifest.json into a package.json.