@jsenv/plugin-transpilation 1.5.80 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/plugin-transpilation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "TODO",
|
|
6
6
|
"repository": {
|
|
@@ -17,39 +17,39 @@
|
|
|
17
17
|
"/src/"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@babel/plugin-syntax-import-assertions": "7.
|
|
20
|
+
"@babel/plugin-syntax-import-assertions": "7.29.7",
|
|
21
21
|
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
|
|
22
22
|
"@babel/plugin-syntax-optional-catch-binding": "7.8.3",
|
|
23
|
-
"@babel/plugin-transform-arrow-functions": "7.
|
|
24
|
-
"@babel/plugin-transform-block-scoped-functions": "7.
|
|
25
|
-
"@babel/plugin-transform-block-scoping": "7.
|
|
26
|
-
"@babel/plugin-transform-classes": "7.
|
|
27
|
-
"@babel/plugin-transform-computed-properties": "7.
|
|
28
|
-
"@babel/plugin-transform-destructuring": "7.
|
|
29
|
-
"@babel/plugin-transform-dotall-regex": "7.
|
|
30
|
-
"@babel/plugin-transform-duplicate-keys": "7.
|
|
31
|
-
"@babel/plugin-transform-exponentiation-operator": "7.
|
|
32
|
-
"@babel/plugin-transform-for-of": "7.
|
|
33
|
-
"@babel/plugin-transform-function-name": "7.
|
|
34
|
-
"@babel/plugin-transform-json-strings": "7.
|
|
35
|
-
"@babel/plugin-transform-literals": "7.
|
|
36
|
-
"@babel/plugin-transform-new-target": "7.
|
|
37
|
-
"@babel/plugin-transform-numeric-separator": "7.
|
|
38
|
-
"@babel/plugin-transform-object-rest-spread": "7.
|
|
39
|
-
"@babel/plugin-transform-object-super": "7.
|
|
40
|
-
"@babel/plugin-transform-optional-catch-binding": "7.
|
|
41
|
-
"@babel/plugin-transform-optional-chaining": "7.
|
|
42
|
-
"@babel/plugin-transform-parameters": "7.
|
|
43
|
-
"@babel/plugin-transform-regenerator": "7.29.
|
|
44
|
-
"@babel/plugin-transform-shorthand-properties": "7.
|
|
45
|
-
"@babel/plugin-transform-spread": "7.
|
|
46
|
-
"@babel/plugin-transform-sticky-regex": "7.
|
|
47
|
-
"@babel/plugin-transform-template-literals": "7.
|
|
48
|
-
"@babel/plugin-transform-typeof-symbol": "7.
|
|
49
|
-
"@babel/plugin-transform-unicode-property-regex": "7.
|
|
50
|
-
"@babel/plugin-transform-unicode-regex": "7.
|
|
51
|
-
"@jsenv/ast": "6.9.
|
|
52
|
-
"@jsenv/js-module-fallback": "1.
|
|
23
|
+
"@babel/plugin-transform-arrow-functions": "7.29.7",
|
|
24
|
+
"@babel/plugin-transform-block-scoped-functions": "7.29.7",
|
|
25
|
+
"@babel/plugin-transform-block-scoping": "7.29.7",
|
|
26
|
+
"@babel/plugin-transform-classes": "7.29.7",
|
|
27
|
+
"@babel/plugin-transform-computed-properties": "7.29.7",
|
|
28
|
+
"@babel/plugin-transform-destructuring": "7.29.7",
|
|
29
|
+
"@babel/plugin-transform-dotall-regex": "7.29.7",
|
|
30
|
+
"@babel/plugin-transform-duplicate-keys": "7.29.7",
|
|
31
|
+
"@babel/plugin-transform-exponentiation-operator": "7.29.7",
|
|
32
|
+
"@babel/plugin-transform-for-of": "7.29.7",
|
|
33
|
+
"@babel/plugin-transform-function-name": "7.29.7",
|
|
34
|
+
"@babel/plugin-transform-json-strings": "7.29.7",
|
|
35
|
+
"@babel/plugin-transform-literals": "7.29.7",
|
|
36
|
+
"@babel/plugin-transform-new-target": "7.29.7",
|
|
37
|
+
"@babel/plugin-transform-numeric-separator": "7.29.7",
|
|
38
|
+
"@babel/plugin-transform-object-rest-spread": "7.29.7",
|
|
39
|
+
"@babel/plugin-transform-object-super": "7.29.7",
|
|
40
|
+
"@babel/plugin-transform-optional-catch-binding": "7.29.7",
|
|
41
|
+
"@babel/plugin-transform-optional-chaining": "7.29.7",
|
|
42
|
+
"@babel/plugin-transform-parameters": "7.29.7",
|
|
43
|
+
"@babel/plugin-transform-regenerator": "7.29.8",
|
|
44
|
+
"@babel/plugin-transform-shorthand-properties": "7.29.7",
|
|
45
|
+
"@babel/plugin-transform-spread": "7.29.8",
|
|
46
|
+
"@babel/plugin-transform-sticky-regex": "7.29.7",
|
|
47
|
+
"@babel/plugin-transform-template-literals": "7.29.7",
|
|
48
|
+
"@babel/plugin-transform-typeof-symbol": "7.29.7",
|
|
49
|
+
"@babel/plugin-transform-unicode-property-regex": "7.29.7",
|
|
50
|
+
"@babel/plugin-transform-unicode-regex": "7.29.7",
|
|
51
|
+
"@jsenv/ast": "6.9.1",
|
|
52
|
+
"@jsenv/js-module-fallback": "1.5.0",
|
|
53
53
|
"@jsenv/sourcemap": "1.4.2",
|
|
54
54
|
"@jsenv/urls": "2.9.10",
|
|
55
55
|
"@jsenv/utils": "2.3.1",
|