forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 KB
/
package.json
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.14.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"
],
"scripts": {
"bench": "make bench",
"test": "make test"
},
"dependencies": {
"babel-code-frame": "^6.8.0",
"babel-generator": "^6.14.0",
"babel-helpers": "^6.8.0",
"babel-messages": "^6.8.0",
"babel-template": "^6.14.0",
"babel-runtime": "^6.9.1",
"babel-register": "^6.14.0",
"babel-traverse": "^6.14.0",
"babel-types": "^6.14.0",
"babylon": "^6.9.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",
"lodash": "^4.2.0",
"minimatch": "^3.0.2",
"path-exists": "^1.0.0",
"path-is-absolute": "^1.0.0",
"private": "^0.1.6",
"shebang-regex": "^1.0.0",
"slash": "^1.0.0",
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.9.0",
"babel-helper-transform-fixture-test-runner": "^6.13.2",
"babel-polyfill": "^6.13.0"
}
}