{
  "name": "babel-core",
  "version": "6.7.7",
  "description": "Babel compiler core.",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "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.7.7",
    "babel-generator": "^6.7.7",
    "babel-helpers": "^6.6.0",
    "babel-messages": "^6.7.2",
    "babel-template": "^6.7.0",
    "babel-runtime": "^5.0.0",
    "babel-register": "^6.7.2",
    "babel-traverse": "^6.7.6",
    "babel-types": "^6.7.7",
    "babylon": "^6.7.0",
    "convert-source-map": "^1.1.0",
    "debug": "^2.1.1",
    "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",
    "shebang-regex": "^1.0.0",
    "slash": "^1.0.0",
    "source-map": "^0.5.0"
  },
  "devDependencies": {
    "babel-helper-fixtures": "^6.6.5",
    "babel-helper-transform-fixture-test-runner": "^6.6.5",
    "babel-polyfill": "^6.7.4"
  },
  "readme": "# babel-core\n\n> Babel compiler core.\n\n## Install\n\n```\n$ npm install babel-core\n```\n\n## Usage\n\n```js\nimport babel from 'babel-core';\n\nconst code = `class Example {}`;\nconst result = babel.transform(code, { /* options */ });\n\nresult.code; // Generated code\nresult.map; // Sourcemap\nresult.ast; // AST\n```\n\nFor more in depth documentation see: http://babeljs.io/docs/usage/api/\n",
  "readmeFilename": "README.md",
  "_id": "babel-core@6.7.7",
  "dist": {
    "shasum": "3c1fd6e53b23ae701f67b94e04e17858844eb332"
  },
  "_from": "babel-core@^6.4.5",
  "_resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.7.7.tgz"
}
