github-pages-deploy-action/node_modules/@babel/template/package.json

20 lines
562 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
"name": "@babel/template",
"version": "7.8.3",
"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.8.3",
"@babel/parser": "^7.8.3",
"@babel/types": "^7.8.3"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
}