Revert "remove node_modules"

This reverts commit 2fb5731f23.
This commit is contained in:
Tatiana
2021-05-08 11:15:45 -07:00
parent 2fb5731f23
commit 2537c2e6e2
1762 changed files with 147353 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
var freeGlobal = require('./_freeGlobal');
/** Detect free variable `self`. */
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
/** Used as a reference to the global object. */
var root = freeGlobal || freeSelf || Function('return this')();
module.exports = root;