source: frontend/node_modules/@babel/preset-env/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 5.1 KB
Line 
1{
2 "name": "@babel/preset-env",
3 "version": "7.29.5",
4 "description": "A Babel preset for each environment.",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
7 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/babel/babel.git",
15 "directory": "packages/babel-preset-env"
16 },
17 "main": "./lib/index.js",
18 "dependencies": {
19 "@babel/compat-data": "^7.29.3",
20 "@babel/helper-compilation-targets": "^7.28.6",
21 "@babel/helper-plugin-utils": "^7.28.6",
22 "@babel/helper-validator-option": "^7.27.1",
23 "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
24 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
25 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
26 "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.3",
27 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
28 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6",
29 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
30 "@babel/plugin-syntax-import-assertions": "^7.28.6",
31 "@babel/plugin-syntax-import-attributes": "^7.28.6",
32 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
33 "@babel/plugin-transform-arrow-functions": "^7.27.1",
34 "@babel/plugin-transform-async-generator-functions": "^7.29.0",
35 "@babel/plugin-transform-async-to-generator": "^7.28.6",
36 "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
37 "@babel/plugin-transform-block-scoping": "^7.28.6",
38 "@babel/plugin-transform-class-properties": "^7.28.6",
39 "@babel/plugin-transform-class-static-block": "^7.28.6",
40 "@babel/plugin-transform-classes": "^7.28.6",
41 "@babel/plugin-transform-computed-properties": "^7.28.6",
42 "@babel/plugin-transform-destructuring": "^7.28.5",
43 "@babel/plugin-transform-dotall-regex": "^7.28.6",
44 "@babel/plugin-transform-duplicate-keys": "^7.27.1",
45 "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.0",
46 "@babel/plugin-transform-dynamic-import": "^7.27.1",
47 "@babel/plugin-transform-explicit-resource-management": "^7.28.6",
48 "@babel/plugin-transform-exponentiation-operator": "^7.28.6",
49 "@babel/plugin-transform-export-namespace-from": "^7.27.1",
50 "@babel/plugin-transform-for-of": "^7.27.1",
51 "@babel/plugin-transform-function-name": "^7.27.1",
52 "@babel/plugin-transform-json-strings": "^7.28.6",
53 "@babel/plugin-transform-literals": "^7.27.1",
54 "@babel/plugin-transform-logical-assignment-operators": "^7.28.6",
55 "@babel/plugin-transform-member-expression-literals": "^7.27.1",
56 "@babel/plugin-transform-modules-amd": "^7.27.1",
57 "@babel/plugin-transform-modules-commonjs": "^7.28.6",
58 "@babel/plugin-transform-modules-systemjs": "^7.29.4",
59 "@babel/plugin-transform-modules-umd": "^7.27.1",
60 "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
61 "@babel/plugin-transform-new-target": "^7.27.1",
62 "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
63 "@babel/plugin-transform-numeric-separator": "^7.28.6",
64 "@babel/plugin-transform-object-rest-spread": "^7.28.6",
65 "@babel/plugin-transform-object-super": "^7.27.1",
66 "@babel/plugin-transform-optional-catch-binding": "^7.28.6",
67 "@babel/plugin-transform-optional-chaining": "^7.28.6",
68 "@babel/plugin-transform-parameters": "^7.27.7",
69 "@babel/plugin-transform-private-methods": "^7.28.6",
70 "@babel/plugin-transform-private-property-in-object": "^7.28.6",
71 "@babel/plugin-transform-property-literals": "^7.27.1",
72 "@babel/plugin-transform-regenerator": "^7.29.0",
73 "@babel/plugin-transform-regexp-modifiers": "^7.28.6",
74 "@babel/plugin-transform-reserved-words": "^7.27.1",
75 "@babel/plugin-transform-shorthand-properties": "^7.27.1",
76 "@babel/plugin-transform-spread": "^7.28.6",
77 "@babel/plugin-transform-sticky-regex": "^7.27.1",
78 "@babel/plugin-transform-template-literals": "^7.27.1",
79 "@babel/plugin-transform-typeof-symbol": "^7.27.1",
80 "@babel/plugin-transform-unicode-escapes": "^7.27.1",
81 "@babel/plugin-transform-unicode-property-regex": "^7.28.6",
82 "@babel/plugin-transform-unicode-regex": "^7.27.1",
83 "@babel/plugin-transform-unicode-sets-regex": "^7.28.6",
84 "@babel/preset-modules": "0.1.6-no-external-plugins",
85 "babel-plugin-polyfill-corejs2": "^0.4.15",
86 "babel-plugin-polyfill-corejs3": "^0.14.0",
87 "babel-plugin-polyfill-regenerator": "^0.6.6",
88 "core-js-compat": "^3.48.0",
89 "semver": "^6.3.1"
90 },
91 "peerDependencies": {
92 "@babel/core": "^7.0.0-0"
93 },
94 "devDependencies": {
95 "@babel/core": "^7.29.0",
96 "@babel/core-7.12": "npm:@babel/core@7.12.9",
97 "@babel/helper-plugin-test-runner": "^7.27.1",
98 "@babel/traverse": "^7.29.0"
99 },
100 "engines": {
101 "node": ">=6.9.0"
102 },
103 "type": "commonjs"
104}
Note: See TracBrowser for help on using the repository browser.