babel/packages/babel-core/package.json
Sebastian McKenzie 541e547848 v6.1.9
2015-11-11 23:27:56 -08:00

59 lines
1.4 KiB
JSON

{
"name": "babel-core",
"version": "6.1.9",
"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.1.9",
"babel-generator": "^6.1.9",
"babel-helpers": "^6.1.9",
"babel-messages": "^6.1.9",
"babel-template": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-register": "^6.1.9",
"babel-traverse": "^6.1.9",
"babel-types": "^6.1.9",
"babylon": "^6.1.9",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"esutils": "^2.0.0",
"home-or-tmp": "^1.0.0",
"json5": "^0.4.0",
"lodash": "^3.10.0",
"minimatch": "^2.0.3",
"path-exists": "^1.0.0",
"path-is-absolute": "^1.0.0",
"private": "^0.1.6",
"regenerator": "0.8.35",
"shebang-regex": "^1.0.0",
"slash": "^1.0.0",
"source-map": "^0.5.0",
"source-map-support": "^0.2.10"
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.9",
"babel-helper-transform-fixture-test-runner": "^6.1.9",
"babel-polyfill": "^6.1.9"
}
}