Initial Commit

This commit is contained in:
2020-08-10 14:35:19 +02:00
commit 452829f0e1
3410 changed files with 523857 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
'use strict';
require('@firebase/remote-config');
//# sourceMappingURL=index.cjs.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}

View File

@@ -0,0 +1,2 @@
import '@firebase/remote-config';
//# sourceMappingURL=index.esm.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}

6
node_modules/firebase/remote-config/package.json generated vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "firebase/remote-config",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "../empty-import.d.ts"
}