mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-25 18:08:03 +00:00
19 lines
562 B
JSON
19 lines
562 B
JSON
{
|
|
"name": "@babel/template",
|
|
"version": "7.6.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.6.0",
|
|
"@babel/types": "^7.6.0"
|
|
},
|
|
"gitHead": "cbd5a26e57758e3f748174ff84aa570e8780e85d"
|
|
}
|