Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
911 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@babel/generator",
|
---|
3 | "version": "7.14.8",
|
---|
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.14.8",
|
---|
23 | "jsesc": "^2.5.1",
|
---|
24 | "source-map": "^0.5.0"
|
---|
25 | },
|
---|
26 | "devDependencies": {
|
---|
27 | "@babel/helper-fixtures": "7.14.5",
|
---|
28 | "@babel/parser": "7.14.8",
|
---|
29 | "@types/jsesc": "^2.5.0",
|
---|
30 | "@types/source-map": "^0.5.0"
|
---|
31 | },
|
---|
32 | "engines": {
|
---|
33 | "node": ">=6.9.0"
|
---|
34 | }
|
---|
35 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.