cordova-android/node_modules/cordova-registry-mapper
Christopher J. Brody 6758793f09 CB-14145 commit updated node_modules in 7.1.x only
(installed by npm@6.1.0)
2018-07-11 08:57:13 -04:00
..
tests CB-14145 commit updated node_modules in 7.1.x only 2018-07-11 08:57:13 -04:00
.npmignore CB-14145 commit updated node_modules in 7.1.x only 2018-07-11 08:57:13 -04:00
.travis.yml CB-14145 commit updated node_modules in 7.1.x only 2018-07-11 08:57:13 -04:00
index.js CB-14145 commit updated node_modules in 7.1.x only 2018-07-11 08:57:13 -04:00
package.json CB-14145 commit updated node_modules in 7.1.x only 2018-07-11 08:57:13 -04:00
README.md CB-14145 commit updated node_modules in 7.1.x only 2018-07-11 08:57:13 -04:00

Build Status

#Cordova Registry Mapper

This module is used to map Cordova plugin ids to package names and vice versa.

When Cordova users add plugins to their projects using ids (e.g. cordova plugin add org.apache.cordova.device), this module will map that id to the corresponding package name so cordova-lib knows what to fetch from npm.

This module was created so the Apache Cordova project could migrate its plugins from the Cordova Registry to npm instead of having to maintain a registry.