UNPKG

1.79 kBJSONView Raw
1{
2 "name": "@babel/core",
3 "version": "7.12.17",
4 "description": "Babel compiler core.",
5 "main": "lib/index.js",
6 "author": "Sebastian McKenzie <sebmck@gmail.com>",
7 "license": "MIT",
8 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/babel/babel.git",
14 "directory": "packages/babel-core"
15 },
16 "homepage": "https://babel.dev/docs/en/next/babel-core",
17 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
18 "keywords": [
19 "6to5",
20 "babel",
21 "classes",
22 "const",
23 "es6",
24 "harmony",
25 "let",
26 "modules",
27 "transpile",
28 "transpiler",
29 "var",
30 "babel-core",
31 "compiler"
32 ],
33 "engines": {
34 "node": ">=6.9.0"
35 },
36 "funding": {
37 "type": "opencollective",
38 "url": "https://opencollective.com/babel"
39 },
40 "browser": {
41 "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
42 "./lib/transform-file.js": "./lib/transform-file-browser.js",
43 "./src/config/files/index.js": "./src/config/files/index-browser.js",
44 "./src/transform-file.js": "./src/transform-file-browser.js"
45 },
46 "dependencies": {
47 "@babel/code-frame": "^7.12.13",
48 "@babel/generator": "^7.12.17",
49 "@babel/helper-module-transforms": "^7.12.17",
50 "@babel/helpers": "^7.12.17",
51 "@babel/parser": "^7.12.17",
52 "@babel/template": "^7.12.13",
53 "@babel/traverse": "^7.12.17",
54 "@babel/types": "^7.12.17",
55 "convert-source-map": "^1.7.0",
56 "debug": "^4.1.0",
57 "gensync": "^1.0.0-beta.1",
58 "json5": "^2.1.2",
59 "lodash": "^4.17.19",
60 "semver": "^5.4.1",
61 "source-map": "^0.5.0"
62 },
63 "devDependencies": {
64 "@babel/helper-transform-fixture-test-runner": "7.12.17"
65 }
66}
\No newline at end of file