Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
31 lines
681 B
JSON
31 lines
681 B
JSON
{
|
|
"name": "@babel/generator",
|
|
"version": "7.10.0",
|
|
"description": "Turns an AST into code.",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-generator"
|
|
},
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@babel/types": "^7.10.0",
|
|
"jsesc": "^2.5.1",
|
|
"lodash": "^4.17.13",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-fixtures": "^7.8.6",
|
|
"@babel/parser": "^7.10.0"
|
|
}
|
|
}
|