mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
20 lines
562 B
JSON
20 lines
562 B
JSON
{
|
|
"name": "@babel/template",
|
|
"version": "7.7.0",
|
|
"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.7.0",
|
|
"@babel/types": "^7.7.0"
|
|
},
|
|
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
|
|
}
|