aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-core/package.json
blob: ba942c69ce38f3cde17752f9bcb1c2b27e028fd9 (plain)
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
{
  "name": "babel-core",
  "version": "6.25.0",
  "description": "Babel compiler core.",
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
  "keywords": [
    "6to5",
    "babel",
    "classes",
    "const",
    "es6",
    "harmony",
    "let",
    "modules",
    "transpile",
    "transpiler",
    "var",
    "babel-core",
    "compiler"
  ],
  "scripts": {
    "bench": "make bench",
    "test": "make test"
  },
  "dependencies": {
    "babel-code-frame": "^6.22.0",
    "babel-generator": "^6.25.0",
    "babel-helpers": "^6.24.1",
    "babel-messages": "^6.23.0",
    "babel-template": "^6.25.0",
    "babel-runtime": "^6.22.0",
    "babel-register": "^6.24.1",
    "babel-traverse": "^6.25.0",
    "babel-types": "^6.25.0",
    "babylon": "^6.17.2",
    "convert-source-map": "^1.1.0",
    "debug": "^2.1.1",
    "json5": "^0.5.0",
    "lodash": "^4.2.0",
    "minimatch": "^3.0.2",
    "path-is-absolute": "^1.0.0",
    "private": "^0.1.6",
    "slash": "^1.0.0",
    "source-map": "^0.5.0"
  },
  "devDependencies": {
    "babel-helper-fixtures": "^6.22.0",
    "babel-helper-transform-fixture-test-runner": "^6.24.1",
    "babel-polyfill": "^6.23.0"
  }
}