main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "@babel/generator",
|
---|
| 3 | "version": "7.25.0",
|
---|
| 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.25.0",
|
---|
| 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.8",
|
---|
| 29 | "@babel/parser": "^7.25.0",
|
---|
| 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 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.