CB-14145 commit updated node_modules in 7.1.x only

(installed by npm@6.1.0)
This commit is contained in:
Christopher J. Brody
2018-07-04 06:13:27 -04:00
parent 3071bb313f
commit 6758793f09
325 changed files with 66919 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[![Build Status](https://travis-ci.org/stevengill/cordova-registry-mapper.svg?branch=master)](https://travis-ci.org/stevengill/cordova-registry-mapper)
#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](http://registry.cordova.io/)
to [npm](https://registry.npmjs.com/)
instead of having to maintain a registry.