aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/stable/math
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:50:12 +0530
committerPriyansh <[email protected]>2020-12-22 17:50:12 +0530
commit22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch)
tree9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/core-js/stable/math
parente93da8b04da86773247aadb1cbb1912e4f4526b2 (diff)
downloadstyx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz
styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip
Remove node_modules
Diffstat (limited to 'node_modules/core-js/stable/math')
-rw-r--r--node_modules/core-js/stable/math/acosh.js3
-rw-r--r--node_modules/core-js/stable/math/asinh.js3
-rw-r--r--node_modules/core-js/stable/math/atanh.js3
-rw-r--r--node_modules/core-js/stable/math/cbrt.js3
-rw-r--r--node_modules/core-js/stable/math/clz32.js3
-rw-r--r--node_modules/core-js/stable/math/cosh.js3
-rw-r--r--node_modules/core-js/stable/math/expm1.js3
-rw-r--r--node_modules/core-js/stable/math/fround.js3
-rw-r--r--node_modules/core-js/stable/math/hypot.js3
-rw-r--r--node_modules/core-js/stable/math/imul.js3
-rw-r--r--node_modules/core-js/stable/math/index.js3
-rw-r--r--node_modules/core-js/stable/math/log10.js3
-rw-r--r--node_modules/core-js/stable/math/log1p.js3
-rw-r--r--node_modules/core-js/stable/math/log2.js3
-rw-r--r--node_modules/core-js/stable/math/sign.js3
-rw-r--r--node_modules/core-js/stable/math/sinh.js3
-rw-r--r--node_modules/core-js/stable/math/tanh.js3
-rw-r--r--node_modules/core-js/stable/math/to-string-tag.js3
-rw-r--r--node_modules/core-js/stable/math/trunc.js3
19 files changed, 0 insertions, 57 deletions
diff --git a/node_modules/core-js/stable/math/acosh.js b/node_modules/core-js/stable/math/acosh.js
deleted file mode 100644
index f039937..0000000
--- a/node_modules/core-js/stable/math/acosh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/acosh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/asinh.js b/node_modules/core-js/stable/math/asinh.js
deleted file mode 100644
index 95a302a..0000000
--- a/node_modules/core-js/stable/math/asinh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/asinh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/atanh.js b/node_modules/core-js/stable/math/atanh.js
deleted file mode 100644
index f1ebad7..0000000
--- a/node_modules/core-js/stable/math/atanh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/atanh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/cbrt.js b/node_modules/core-js/stable/math/cbrt.js
deleted file mode 100644
index 2c1f825..0000000
--- a/node_modules/core-js/stable/math/cbrt.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/cbrt');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/clz32.js b/node_modules/core-js/stable/math/clz32.js
deleted file mode 100644
index a0ecd15..0000000
--- a/node_modules/core-js/stable/math/clz32.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/clz32');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/cosh.js b/node_modules/core-js/stable/math/cosh.js
deleted file mode 100644
index bc8a11f..0000000
--- a/node_modules/core-js/stable/math/cosh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/cosh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/expm1.js b/node_modules/core-js/stable/math/expm1.js
deleted file mode 100644
index 0527f81..0000000
--- a/node_modules/core-js/stable/math/expm1.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/expm1');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/fround.js b/node_modules/core-js/stable/math/fround.js
deleted file mode 100644
index 5caff7d..0000000
--- a/node_modules/core-js/stable/math/fround.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/fround');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/hypot.js b/node_modules/core-js/stable/math/hypot.js
deleted file mode 100644
index 3db8d78..0000000
--- a/node_modules/core-js/stable/math/hypot.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/hypot');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/imul.js b/node_modules/core-js/stable/math/imul.js
deleted file mode 100644
index 4d31d24..0000000
--- a/node_modules/core-js/stable/math/imul.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/imul');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/index.js b/node_modules/core-js/stable/math/index.js
deleted file mode 100644
index f563253..0000000
--- a/node_modules/core-js/stable/math/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log10.js b/node_modules/core-js/stable/math/log10.js
deleted file mode 100644
index 07b9704..0000000
--- a/node_modules/core-js/stable/math/log10.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log10');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log1p.js b/node_modules/core-js/stable/math/log1p.js
deleted file mode 100644
index b31d730..0000000
--- a/node_modules/core-js/stable/math/log1p.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log1p');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log2.js b/node_modules/core-js/stable/math/log2.js
deleted file mode 100644
index 00db8a5..0000000
--- a/node_modules/core-js/stable/math/log2.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/log2');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/sign.js b/node_modules/core-js/stable/math/sign.js
deleted file mode 100644
index c7bef22..0000000
--- a/node_modules/core-js/stable/math/sign.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/sign');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/sinh.js b/node_modules/core-js/stable/math/sinh.js
deleted file mode 100644
index 96f8f8e..0000000
--- a/node_modules/core-js/stable/math/sinh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/sinh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/tanh.js b/node_modules/core-js/stable/math/tanh.js
deleted file mode 100644
index c9e8bb8..0000000
--- a/node_modules/core-js/stable/math/tanh.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/tanh');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/to-string-tag.js b/node_modules/core-js/stable/math/to-string-tag.js
deleted file mode 100644
index 02faadf..0000000
--- a/node_modules/core-js/stable/math/to-string-tag.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/to-string-tag');
-
-module.exports = parent;
diff --git a/node_modules/core-js/stable/math/trunc.js b/node_modules/core-js/stable/math/trunc.js
deleted file mode 100644
index 7635c17..0000000
--- a/node_modules/core-js/stable/math/trunc.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var parent = require('../../es/math/trunc');
-
-module.exports = parent;