babel/packages/babel-core/package.json
Sebastian McKenzie ae7d5367f1 6.0.0
I'm extremely stupid and didn't commit as I go. To anyone reading this
I'm extremely sorry. A lot of these changes are very broad and I plan on
releasing Babel 6.0.0 today live on stage at Ember Camp London so I'm
afraid I couldn't wait. If you're ever in London I'll buy you a beer
(or assorted beverage!) to make up for it, also I'll kiss your feet and
give you a back massage, maybe.
2015-10-29 17:51:24 +00:00

59 lines
1.4 KiB
JSON

{
"name": "babel-core",
"version": "5.10.32",
"description": "A compiler for writing next generation JavaScript",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "babel/babel",
"browser": {
"./lib/api/register/node.js": "./lib/api/register/browser.js",
"esprima-fb": false
},
"keywords": [
"6to5",
"babel",
"classes",
"const",
"es6",
"harmony",
"let",
"modules",
"transpile",
"transpiler",
"var"
],
"scripts": {
"bench": "make bench",
"test": "make test"
},
"dependencies": {
"babel-code-frame": "^5.10.32",
"babel-generator": "^5.10.32",
"babel-helpers": "^6.0.6",
"babel-messages": "^5.10.32",
"babel-template": "^5.10.32",
"babel-runtime": "^5.10.32",
"babel-traverse": "^5.10.32",
"babel-types": "^5.10.32",
"babylon": "^5.10.32",
"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.4.0",
"source-map-support": "^0.2.10"
},
"devDependencies": {
"babel-polyfill": "^5.10.32"
}
}