UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@babel/cli",
3 "version": "7.22.9",
4 "description": "Babel command line.",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-cli",
7 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%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-cli"
16 },
17 "keywords": [
18 "6to5",
19 "babel",
20 "es6",
21 "transpile",
22 "transpiler",
23 "babel-cli",
24 "compiler"
25 ],
26 "dependencies": {
27 "@jridgewell/trace-mapping": "^0.3.17",
28 "commander": "^4.0.1",
29 "convert-source-map": "^1.1.0",
30 "fs-readdir-recursive": "^1.1.0",
31 "glob": "^7.2.0",
32 "make-dir": "^2.1.0",
33 "slash": "^2.0.0"
34 },
35 "optionalDependencies": {
36 "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
37 "chokidar": "^3.4.0"
38 },
39 "peerDependencies": {
40 "@babel/core": "^7.0.0-0"
41 },
42 "devDependencies": {
43 "@babel/core": "^7.22.9",
44 "@babel/helper-fixtures": "^7.22.9",
45 "@types/fs-readdir-recursive": "^1.1.0",
46 "@types/glob": "^7.2.0",
47 "rimraf": "^3.0.0",
48 "semver": "^6.3.1"
49 },
50 "bin": {
51 "babel": "./bin/babel.js",
52 "babel-external-helpers": "./bin/babel-external-helpers.js"
53 },
54 "engines": {
55 "node": ">=6.9.0"
56 },
57 "type": "commonjs"
58}
\No newline at end of file