package.json 562 Bytes
{
  "name": "@babel/template",
  "version": "7.4.4",
  "description": "Generate an AST from a string template.",
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
  "main": "lib/index.js",
  "dependencies": {
    "@babel/code-frame": "^7.0.0",
    "@babel/parser": "^7.4.4",
    "@babel/types": "^7.4.4"
  },
  "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
}