71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"name": "babel-core",
|
|
"version": "5.8.23",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"6to5",
|
|
"babel",
|
|
"classes",
|
|
"const",
|
|
"es6",
|
|
"harmony",
|
|
"let",
|
|
"modules",
|
|
"transpile",
|
|
"transpiler",
|
|
"var"
|
|
],
|
|
"scripts": {
|
|
"bench": "make bench",
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^5.8.22",
|
|
"babel-code-frame": "^5.8.22",
|
|
"babel-types": "^5.8.22",
|
|
"babel-traverse": "^5.8.22",
|
|
"babel-generator": "^5.8.22",
|
|
"babel-messages": "^5.8.22",
|
|
"babel-plugin-constant-folding": "^1.0.1",
|
|
"babel-plugin-dead-code-elimination": "^1.0.2",
|
|
"babel-plugin-eval": "^1.0.1",
|
|
"babel-plugin-inline-environment-variables": "^1.0.1",
|
|
"babel-plugin-jscript": "^1.0.4",
|
|
"babel-plugin-member-expression-literals": "^1.0.1",
|
|
"babel-plugin-property-literals": "^1.0.1",
|
|
"babel-plugin-proto-to-assign": "^1.0.3",
|
|
"babel-plugin-react-constant-elements": "^1.0.3",
|
|
"babel-plugin-react-display-name": "^2.0.0",
|
|
"babel-plugin-remove-console": "^1.0.1",
|
|
"babel-plugin-remove-debugger": "^1.0.1",
|
|
"babel-plugin-runtime": "^1.0.7",
|
|
"babel-plugin-undeclared-variables-check": "^1.0.2",
|
|
"babel-plugin-undefined-to-void": "^1.1.6",
|
|
"babylon": "^5.8.23",
|
|
"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",
|
|
"regexpu": "^1.1.2",
|
|
"shebang-regex": "^1.0.0",
|
|
"slash": "^1.0.0",
|
|
"source-map": "^0.4.0",
|
|
"source-map-support": "^0.2.10",
|
|
"try-resolve": "^1.0.0"
|
|
}
|
|
}
|