Project files
This commit is contained in:
22
receipeServer/frontend_old/node_modules/@babel/preset-env/LICENSE
generated
vendored
Normal file
22
receipeServer/frontend_old/node_modules/@babel/preset-env/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
19
receipeServer/frontend_old/node_modules/@babel/preset-env/README.md
generated
vendored
Normal file
19
receipeServer/frontend_old/node_modules/@babel/preset-env/README.md
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# @babel/preset-env
|
||||
|
||||
> A Babel preset for each environment.
|
||||
|
||||
See our website [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen) associated with this package.
|
||||
|
||||
## Install
|
||||
|
||||
Using npm:
|
||||
|
||||
```sh
|
||||
npm install --save-dev @babel/preset-env
|
||||
```
|
||||
|
||||
or using yarn:
|
||||
|
||||
```sh
|
||||
yarn add @babel/preset-env --dev
|
||||
```
|
||||
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-in-modules.js
generated
vendored
Normal file
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-in-modules.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// TODO: Remove in Babel 8
|
||||
|
||||
module.exports = require("@babel/compat-data/native-modules");
|
||||
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-in-modules.json.js
generated
vendored
Normal file
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-in-modules.json.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// TODO: Remove in Babel 8
|
||||
|
||||
module.exports = require("@babel/compat-data/native-modules");
|
||||
4
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-ins.js
generated
vendored
Normal file
4
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-ins.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// TODO: Remove in Babel 8
|
||||
// https://github.com/vuejs/vue-cli/issues/3671
|
||||
|
||||
module.exports = require("./corejs2-built-ins.json");
|
||||
4
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-ins.json.js
generated
vendored
Normal file
4
receipeServer/frontend_old/node_modules/@babel/preset-env/data/built-ins.json.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// TODO: Remove in Babel 8
|
||||
// https://github.com/vuejs/vue-cli/issues/3671
|
||||
|
||||
module.exports = require("./corejs2-built-ins.json");
|
||||
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/corejs2-built-ins.js
generated
vendored
Normal file
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/corejs2-built-ins.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// TODO: Remove in Babel 8
|
||||
|
||||
module.exports = require("@babel/compat-data/corejs2-built-ins");
|
||||
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js
generated
vendored
Normal file
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// TODO: Remove in Babel 8
|
||||
|
||||
module.exports = require("@babel/compat-data/corejs2-built-ins");
|
||||
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/plugins.js
generated
vendored
Normal file
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/plugins.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// TODO: Remove in Babel 8
|
||||
|
||||
module.exports = require("@babel/compat-data/plugins");
|
||||
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/plugins.json.js
generated
vendored
Normal file
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/plugins.json.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// TODO: Remove in Babel 8
|
||||
|
||||
module.exports = require("@babel/compat-data/plugins");
|
||||
30
receipeServer/frontend_old/node_modules/@babel/preset-env/data/shipped-proposals.js
generated
vendored
Normal file
30
receipeServer/frontend_old/node_modules/@babel/preset-env/data/shipped-proposals.js
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/* eslint sort-keys: "error" */
|
||||
// These mappings represent the syntax proposals that have been
|
||||
// shipped by browsers, and are enabled by the `shippedProposals` option.
|
||||
|
||||
const proposalPlugins = new Set();
|
||||
|
||||
// use intermediary object to enforce alphabetical key order
|
||||
const pluginSyntaxObject = {
|
||||
"proposal-async-generator-functions": "syntax-async-generators",
|
||||
"proposal-class-properties": "syntax-class-properties",
|
||||
"proposal-class-static-block": "syntax-class-static-block",
|
||||
"proposal-json-strings": "syntax-json-strings",
|
||||
"proposal-nullish-coalescing-operator": "syntax-nullish-coalescing-operator",
|
||||
"proposal-numeric-separator": "syntax-numeric-separator",
|
||||
"proposal-object-rest-spread": "syntax-object-rest-spread",
|
||||
"proposal-optional-catch-binding": "syntax-optional-catch-binding",
|
||||
"proposal-optional-chaining": "syntax-optional-chaining",
|
||||
// note: we don't have syntax-private-methods
|
||||
"proposal-private-methods": "syntax-class-properties",
|
||||
"proposal-private-property-in-object": "syntax-private-property-in-object",
|
||||
"proposal-unicode-property-regex": null,
|
||||
};
|
||||
|
||||
const pluginSyntaxEntries = Object.keys(pluginSyntaxObject).map(function (key) {
|
||||
return [key, pluginSyntaxObject[key]];
|
||||
});
|
||||
|
||||
const pluginSyntaxMap = new Map(pluginSyntaxEntries);
|
||||
|
||||
module.exports = { pluginSyntaxMap, proposalPlugins };
|
||||
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/unreleased-labels.js
generated
vendored
Normal file
3
receipeServer/frontend_old/node_modules/@babel/preset-env/data/unreleased-labels.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// TODO: Remove in Babel 8
|
||||
|
||||
module.exports = require("@babel/helper-compilation-targets").unreleasedLabels;
|
||||
106
receipeServer/frontend_old/node_modules/@babel/preset-env/package.json
generated
vendored
Normal file
106
receipeServer/frontend_old/node_modules/@babel/preset-env/package.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.16.11",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-preset-env"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.16.8",
|
||||
"@babel/helper-compilation-targets": "^7.16.7",
|
||||
"@babel/helper-plugin-utils": "^7.16.7",
|
||||
"@babel/helper-validator-option": "^7.16.7",
|
||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
|
||||
"@babel/plugin-proposal-async-generator-functions": "^7.16.8",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/plugin-proposal-class-static-block": "^7.16.7",
|
||||
"@babel/plugin-proposal-dynamic-import": "^7.16.7",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
|
||||
"@babel/plugin-proposal-json-strings": "^7.16.7",
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
||||
"@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
||||
"@babel/plugin-proposal-private-methods": "^7.16.11",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
|
||||
"@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
|
||||
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
||||
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
||||
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
||||
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
||||
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
||||
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
||||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
||||
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
||||
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
||||
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
||||
"@babel/plugin-transform-arrow-functions": "^7.16.7",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.16.8",
|
||||
"@babel/plugin-transform-block-scoped-functions": "^7.16.7",
|
||||
"@babel/plugin-transform-block-scoping": "^7.16.7",
|
||||
"@babel/plugin-transform-classes": "^7.16.7",
|
||||
"@babel/plugin-transform-computed-properties": "^7.16.7",
|
||||
"@babel/plugin-transform-destructuring": "^7.16.7",
|
||||
"@babel/plugin-transform-dotall-regex": "^7.16.7",
|
||||
"@babel/plugin-transform-duplicate-keys": "^7.16.7",
|
||||
"@babel/plugin-transform-exponentiation-operator": "^7.16.7",
|
||||
"@babel/plugin-transform-for-of": "^7.16.7",
|
||||
"@babel/plugin-transform-function-name": "^7.16.7",
|
||||
"@babel/plugin-transform-literals": "^7.16.7",
|
||||
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
|
||||
"@babel/plugin-transform-modules-amd": "^7.16.7",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
|
||||
"@babel/plugin-transform-modules-systemjs": "^7.16.7",
|
||||
"@babel/plugin-transform-modules-umd": "^7.16.7",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
|
||||
"@babel/plugin-transform-new-target": "^7.16.7",
|
||||
"@babel/plugin-transform-object-super": "^7.16.7",
|
||||
"@babel/plugin-transform-parameters": "^7.16.7",
|
||||
"@babel/plugin-transform-property-literals": "^7.16.7",
|
||||
"@babel/plugin-transform-regenerator": "^7.16.7",
|
||||
"@babel/plugin-transform-reserved-words": "^7.16.7",
|
||||
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
|
||||
"@babel/plugin-transform-spread": "^7.16.7",
|
||||
"@babel/plugin-transform-sticky-regex": "^7.16.7",
|
||||
"@babel/plugin-transform-template-literals": "^7.16.7",
|
||||
"@babel/plugin-transform-typeof-symbol": "^7.16.7",
|
||||
"@babel/plugin-transform-unicode-escapes": "^7.16.7",
|
||||
"@babel/plugin-transform-unicode-regex": "^7.16.7",
|
||||
"@babel/preset-modules": "^0.1.5",
|
||||
"@babel/types": "^7.16.8",
|
||||
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
||||
"babel-plugin-polyfill-corejs3": "^0.5.0",
|
||||
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
||||
"core-js-compat": "^3.20.2",
|
||||
"semver": "^6.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.10",
|
||||
"@babel/core-7.12": "npm:@babel/core@7.12.9",
|
||||
"@babel/helper-plugin-test-runner": "^7.16.7",
|
||||
"@babel/traverse": "^7.16.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user