* Revert "chore: bump source-map to 0.6.1 (#12014)" This reverts commit d5bcc08bf7134db165af91a88a61c8c6bfe39144. * test: add regression tests for #12025
30 lines
684 B
JSON
30 lines
684 B
JSON
{
|
|
"name": "@babel/generator",
|
|
"version": "7.11.5",
|
|
"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": "workspace:^7.11.5",
|
|
"jsesc": "^2.5.1",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-fixtures": "workspace:^7.10.5",
|
|
"@babel/parser": "workspace:^7.11.5"
|
|
}
|
|
}
|