forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
151 lines (151 loc) · 6.05 KB
/
package.json
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
149
150
151
{
"name": "babel",
"version": "7.24.6",
"version_babel8": "8.0.0-alpha.8",
"private": true,
"type": "commonjs",
"scripts": {
"postinstall": "node scripts/postinstall.js",
"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.js",
"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]",
"devDependencies": {
"$repo-utils": "link:./scripts/repo-utils",
"@babel/cli": "8.0.0-alpha.8",
"@babel/core": "8.0.0-alpha.8",
"@babel/eslint-config-internal": "workspace:^",
"@babel/eslint-parser": "workspace:^",
"@babel/eslint-plugin-development": "workspace:^",
"@babel/eslint-plugin-development-internal": "workspace:^",
"@babel/plugin-proposal-json-modules": "8.0.0-alpha.8",
"@babel/plugin-transform-dynamic-import": "8.0.0-alpha.8",
"@babel/plugin-transform-export-namespace-from": "8.0.0-alpha.8",
"@babel/plugin-transform-modules-commonjs": "8.0.0-alpha.8",
"@babel/plugin-transform-object-rest-spread": "8.0.0-alpha.8",
"@babel/plugin-transform-runtime": "8.0.0-alpha.8",
"@babel/preset-env": "8.0.0-alpha.8",
"@babel/preset-typescript": "8.0.0-alpha.8",
"@babel/runtime": "8.0.0-alpha.8",
"@cspotcode/source-map-support": "^0.8.1",
"@eslint/eslintrc": "^2.1.4",
"@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": "^20.12.7",
"@yarnpkg/types": "^4.0.0",
"babel-plugin-transform-charcodes": "^0.2.0",
"c8": "^8.0.1",
"charcodes": "^0.2.0",
"core-js": "^3.36.1",
"eslint": "^9.2.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-n": "^17.5.0",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^8.0.1",
"glob": "^10.3.10",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"husky": "^8.0.3",
"import-meta-resolve": "^4.1.0",
"is-ci": "^3.0.1",
"jest": "^30.0.0-alpha.2",
"jest-light-runner": "^0.6.0",
"jest-worker": "^30.0.0-alpha.2",
"json5": "^2.2.3",
"lint-staged": "^15.2.0",
"mergeiterator": "^1.4.4",
"picocolors": "^1.0.0",
"prettier": "^3.2.5",
"rollup": "^4.9.1",
"rollup-plugin-dts": "patch:rollup-plugin-dts@npm%3A6.1.0#~/.yarn/patches/rollup-plugin-dts-npm-6.1.0-6d41e665a7.patch",
"rollup-plugin-dts-5": "npm:rollup-plugin-dts@^5.3.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"semver": "^6.3.1",
"shelljs": "^0.8.5",
"test262-stream": "^1.4.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
},
"workspaces": [
"codemods/*",
"eslint/*",
"packages/*",
"test/esm",
"test/runtime-integration/*",
"benchmark"
],
"resolutions": {
"browserslist": "npm:4.23.0",
"caniuse-lite": "npm:1.0.30001615",
"core-js-compat": "npm:3.37.0",
"electron-to-chromium": "npm:1.4.755",
"glob-watcher/chokidar": "npm:^3.4.0",
"@types/babel__core": "link:./nope",
"@types/babel__traverse": "link:./nope",
"@babel/parser/@babel/types": "workspace:*",
"@babel/plugin-syntax-unicode-sets-regex/@babel/helper-create-regexp-features-plugin": "workspace:*",
"babel-plugin-polyfill-corejs2/@babel/compat-data": "workspace:*",
"chokidar@^3.4.0": "patch:chokidar@npm%3A3.5.3#./.yarn/patches/chokidar-npm-3.5.3-c5f9b0a56a.patch",
"chokidar@^3.4.1": "patch:chokidar@npm%3A3.5.3#./.yarn/patches/chokidar-npm-3.5.3-c5f9b0a56a.patch",
"psl@npm:^1.1.28": "patch:psl@npm%3A1.9.0#~/.yarn/patches/psl-npm-1.9.0-a546edad1a.patch",
"psl@npm:^1.1.33": "patch:psl@npm%3A1.9.0#~/.yarn/patches/psl-npm-1.9.0-a546edad1a.patch"
},
"engines": {
"yarn": ">=1.4.0"
},
"lint-staged": {
"./Makefile.source.mjs": [
"node ./scripts/pack-script.js --auto"
],
"*.{js,cjs,mjs,ts,cts,mts}": [
"eslint --format=codeframe --cache --cache-strategy=content"
]
},
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance",
"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"
},
"labels_breaking": {
"PR: Spec Compliance (next major) :eyeglasses:": ":eyeglasses: Spec Compliance",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: Deprecation (next major) :loudspeaker:": ":loudspeaker: Deprecation",
"PR: New Feature (next major) :rocket:": ":rocket: New Feature",
"PR: Bug Fix (next major) :bug:": ":bug: Bug Fix",
"PR: Polish (next major) :nail_care:": ":nail_care: Polish",
"PR: Docs (next major) :memo:": ":memo: Documentation",
"PR: Internal (next major) :house:": ":house: Internal",
"PR: Performance (next major) :running_woman:": ":running_woman: Performance",
"PR: Revert (next major)": ":leftwards_arrow_with_hook: Revert",
"PR: Output optimization (next major) :microscope:": ":microscope: Output optimization"
}
}
}