-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 5.39 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 5.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "babel",
"version": "8.0.0-rc.2",
"private": true,
"type": "module",
"scripts": {
"postinstall": "node scripts/postinstall.ts",
"bootstrap": "make bootstrap",
"codesandbox:build": "make build-no-bundle",
"build": "make build",
"fix": "make fix",
"lint": "make lint",
"test": "make test",
"test-only": "make test-only",
"version": "yarn --immutable-cache && git add yarn.lock",
"test:esm": "node test/esm/index.ts",
"test:runtime:generate-absolute-runtime": "node test/runtime-integration/generate-absolute-runtime.cjs",
"test:runtime:bundlers": "node test/runtime-integration/bundlers.cjs",
"test:runtime:node": "node test/runtime-integration/node.cjs"
},
"packageManager": "[email protected]",
"_": "The dependency on minimatch (npm:is-odd@*) is to avoid hoisting of the real minimatch, which causes type issues",
"devDependencies": {
"$repo-utils": "link:./scripts/repo-utils",
"@actions/github": "6.0.1",
"@babel/cli": "next",
"@babel/core": "next",
"@babel/eslint-parser": "workspace:^",
"@babel/eslint-plugin-development": "workspace:^",
"@babel/eslint-plugin-development-internal": "workspace:^",
"@babel/plugin-transform-dynamic-import": "next",
"@babel/plugin-transform-export-namespace-from": "next",
"@babel/plugin-transform-json-modules": "next",
"@babel/plugin-transform-modules-commonjs": "next",
"@babel/plugin-transform-object-rest-spread": "next",
"@babel/plugin-transform-runtime": "next",
"@babel/preset-env": "next",
"@babel/preset-typescript": "next",
"@babel/runtime": "next",
"@cspotcode/source-map-support": "^0.8.1",
"@eslint/js": "^10.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.11",
"@types/node": "^25.0.3",
"@types/shelljs": "^0.10.0",
"@yarnpkg/types": "^4.0.0",
"babel-plugin-transform-charcodes": "^0.2.1",
"c8": "^10.0.0",
"charcodes": "^0.2.0",
"core-js": "^3.48.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-regexp": "^3.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"execa": "^9.0.0",
"glob": "^12.0.0",
"globals": "^15.9.0",
"gulp": "^5.0.1",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"jest": "^30.1.1",
"jest-light-runner": "^0.7.9",
"jest-worker": "^30.1.0",
"json5": "^2.2.3",
"lint-staged": "^15.2.7",
"mergeiterator": "^1.4.4",
"minimatch": "npm:is-odd@*",
"open": "^11.0.0",
"p-limit": "^7.2.0",
"pkg-pr-new": "^0.0.54",
"prettier": "^3.8.1",
"publint": "^0.3.17",
"rollup": "^4.18.0",
"rollup-plugin-dts": "patch:rollup-plugin-dts@npm%3A6.1.0#~/.yarn/patches/rollup-plugin-dts-npm-6.1.0-6d41e665a7.patch",
"rollup-plugin-polyfill-node": "^0.13.0",
"semver": "^7.7.3",
"shelljs": "^0.8.5",
"terser": "^5.43.1",
"test262-stream": "^1.4.0",
"tstyche": "^6.2.0",
"typescript": "5.9.3",
"typescript-eslint": "8.56.0"
},
"workspaces": [
"codemods/*",
"eslint/*",
"packages/*",
"test/esm",
"test/runtime-integration/*",
"benchmark"
],
"resolutions": {
"browserslist": "4.28.1",
"caniuse-lite": "1.0.30001766",
"core-js-compat": "3.48.0",
"electron-to-chromium": "1.5.278",
"@types/babel__core": "link:./nope",
"@types/babel__traverse": "link:./nope",
"@types/eslint-scope": "link:./nope",
"@babel/parser/@babel/types": "workspace:*",
"@babel/plugin-syntax-unicode-sets-regex/@babel/helper-create-regexp-features-plugin": "workspace:*",
"interpret@npm:^2.2.0": "patch:interpret@npm%3A3.1.1#~/.yarn/patches/interpret-npm-3.1.1-715bac2bd7.patch",
"interpret@npm:^1.0.0": "patch:interpret@npm%3A3.1.1#~/.yarn/patches/interpret-npm-3.1.1-715bac2bd7.patch",
"interpret@npm:^3.1.1": "patch:interpret@npm%3A3.1.1#~/.yarn/patches/interpret-npm-3.1.1-715bac2bd7.patch"
},
"engines": {
"yarn": ">=1.4.0"
},
"lint-staged": {
"./Makefile.source.ts": [
"node ./scripts/pack-script.js --auto",
"git add Makefile.js"
],
"*.{js,cjs,mjs,ts,cts,mts}": [
"eslint --format=codeframe --cache --cache-strategy=content --flag unstable_native_nodejs_ts_config"
],
"*": [
"prettier --write --ignore-unknown"
]
},
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: Deprecation :loudspeaker:": ":loudspeaker: Deprecation",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Polish :nail_care:": ":nail_care: Polish",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :house:": ":house: Internal",
"PR: Performance :running_woman:": ":running_woman: Performance",
"PR: Revert :leftwards_arrow_with_hook:": ":leftwards_arrow_with_hook: Revert",
"PR: Output optimization :microscope:": ":microscope: Output optimization"
}
}
}