Projekt

Obecné

Profil

Stáhnout (1.28 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "babel-core",
3
  "version": "6.26.3",
4
  "description": "Babel compiler core.",
5
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
6
  "homepage": "https://babeljs.io/",
7
  "license": "MIT",
8
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
9
  "keywords": [
10
    "6to5",
11
    "babel",
12
    "classes",
13
    "const",
14
    "es6",
15
    "harmony",
16
    "let",
17
    "modules",
18
    "transpile",
19
    "transpiler",
20
    "var",
21
    "babel-core",
22
    "compiler"
23
  ],
24
  "scripts": {
25
    "bench": "make bench",
26
    "test": "make test"
27
  },
28
  "dependencies": {
29
    "babel-code-frame": "^6.26.0",
30
    "babel-generator": "^6.26.0",
31
    "babel-helpers": "^6.24.1",
32
    "babel-messages": "^6.23.0",
33
    "babel-register": "^6.26.0",
34
    "babel-runtime": "^6.26.0",
35
    "babel-template": "^6.26.0",
36
    "babel-traverse": "^6.26.0",
37
    "babel-types": "^6.26.0",
38
    "babylon": "^6.18.0",
39
    "convert-source-map": "^1.5.1",
40
    "debug": "^2.6.9",
41
    "json5": "^0.5.1",
42
    "lodash": "^4.17.4",
43
    "minimatch": "^3.0.4",
44
    "path-is-absolute": "^1.0.1",
45
    "private": "^0.1.8",
46
    "slash": "^1.0.0",
47
    "source-map": "^0.5.7"
48
  },
49
  "devDependencies": {
50
    "babel-helper-fixtures": "^6.26.2",
51
    "babel-helper-transform-fixture-test-runner": "^6.26.2",
52
    "babel-polyfill": "^6.26.0"
53
  }
54
}
(3-3/4)