1 | {
|
2 | "name": "@babel/core",
|
3 | "version": "7.13.0",
|
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/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
|
43 | "./lib/transform-file.js": "./lib/transform-file-browser.js",
|
44 | "./src/config/files/index.js": "./src/config/files/index-browser.js",
|
45 | "./src/config/resolve-targets.js": "./src/config/resolve-targets-browser.js",
|
46 | "./src/transform-file.js": "./src/transform-file-browser.js"
|
47 | },
|
48 | "dependencies": {
|
49 | "@babel/code-frame": "^7.12.13",
|
50 | "@babel/generator": "^7.13.0",
|
51 | "@babel/helper-compilation-targets": "^7.13.0",
|
52 | "@babel/helper-module-transforms": "^7.13.0",
|
53 | "@babel/helpers": "^7.13.0",
|
54 | "@babel/parser": "^7.13.0",
|
55 | "@babel/template": "^7.12.13",
|
56 | "@babel/traverse": "^7.13.0",
|
57 | "@babel/types": "^7.13.0",
|
58 | "convert-source-map": "^1.7.0",
|
59 | "debug": "^4.1.0",
|
60 | "gensync": "^1.0.0-beta.2",
|
61 | "json5": "^2.1.2",
|
62 | "lodash": "^4.17.19",
|
63 | "semver": "7.0.0",
|
64 | "source-map": "^0.5.0"
|
65 | },
|
66 | "devDependencies": {
|
67 | "@babel/helper-transform-fixture-test-runner": "7.13.0"
|
68 | }
|
69 | } |
\ | No newline at end of file |