mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 16:40:51 +00:00
27 lines
685 B
JSON
27 lines
685 B
JSON
{
|
|
"name": "@babel/generator",
|
|
"version": "7.6.2",
|
|
"description": "Turns an AST into code.",
|
|
"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-generator",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@babel/types": "^7.6.0",
|
|
"jsesc": "^2.5.1",
|
|
"lodash": "^4.17.13",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-fixtures": "^7.6.2",
|
|
"@babel/parser": "^7.6.2"
|
|
},
|
|
"gitHead": "b9cb4af953afb1a5aeed9b18526192ab15bb45c1"
|
|
}
|