aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/core-js/package.json
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/core-js/package.json')
-rw-r--r--node_modules/core-js/package.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/node_modules/core-js/package.json b/node_modules/core-js/package.json
new file mode 100644
index 0000000..4bdd6cc
--- /dev/null
+++ b/node_modules/core-js/package.json
@@ -0,0 +1,86 @@
+{
+ "_from": "core-js@^3.6.5",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg==",
+ "_location": "/core-js",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "core-js@^3.6.5",
+ "name": "core-js",
+ "escapedName": "core-js",
+ "rawSpec": "^3.6.5",
+ "saveSpec": null,
+ "fetchSpec": "^3.6.5"
+ },
+ "_requiredBy": [
+ "/global-agent"
+ ],
+ "_resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz",
+ "_shasum": "f51523668ac8a294d1285c3b9db44025fda66d47",
+ "_spec": "core-js@^3.6.5",
+ "_where": "/Users/lucifer/Documents/styx/node_modules/global-agent",
+ "bugs": {
+ "url": "https://github.com/zloirock/core-js/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Standard library",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ },
+ "homepage": "https://github.com/zloirock/core-js#readme",
+ "keywords": [
+ "ES3",
+ "ES5",
+ "ES6",
+ "ES7",
+ "ES2015",
+ "ES2016",
+ "ES2017",
+ "ES2018",
+ "ES2019",
+ "ES2020",
+ "ECMAScript 3",
+ "ECMAScript 5",
+ "ECMAScript 6",
+ "ECMAScript 7",
+ "ECMAScript 2015",
+ "ECMAScript 2016",
+ "ECMAScript 2017",
+ "ECMAScript 2018",
+ "ECMAScript 2019",
+ "ECMAScript 2020",
+ "Harmony",
+ "Strawman",
+ "Map",
+ "Set",
+ "WeakMap",
+ "WeakSet",
+ "Promise",
+ "Observable",
+ "Symbol",
+ "TypedArray",
+ "URL",
+ "URLSearchParams",
+ "queueMicrotask",
+ "setImmediate",
+ "polyfill",
+ "ponyfill",
+ "shim"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "core-js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/zloirock/core-js.git"
+ },
+ "scripts": {
+ "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
+ },
+ "version": "3.8.1"
+}