UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@babel/generator",
3 "version": "7.24.6",
4 "description": "Turns an AST into code.",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/babel/babel.git",
13 "directory": "packages/babel-generator"
14 },
15 "homepage": "https://babel.dev/docs/en/next/babel-generator",
16 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen",
17 "main": "./lib/index.js",
18 "files": [
19 "lib"
20 ],
21 "dependencies": {
22 "@babel/types": "^7.24.6",
23 "@jridgewell/gen-mapping": "^0.3.5",
24 "@jridgewell/trace-mapping": "^0.3.25",
25 "jsesc": "^2.5.1"
26 },
27 "devDependencies": {
28 "@babel/helper-fixtures": "^7.24.6",
29 "@babel/parser": "^7.24.6",
30 "@jridgewell/sourcemap-codec": "^1.4.15",
31 "@types/jsesc": "^2.5.0",
32 "charcodes": "^0.2.0"
33 },
34 "engines": {
35 "node": ">=6.9.0"
36 },
37 "type": "commonjs"
38}
\No newline at end of file