Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "@babel/traverse",
|
---|
3 | "version": "7.15.4",
|
---|
4 | "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
---|
5 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
6 | "homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
---|
7 | "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen",
|
---|
8 | "license": "MIT",
|
---|
9 | "publishConfig": {
|
---|
10 | "access": "public"
|
---|
11 | },
|
---|
12 | "repository": {
|
---|
13 | "type": "git",
|
---|
14 | "url": "https://github.com/babel/babel.git",
|
---|
15 | "directory": "packages/babel-traverse"
|
---|
16 | },
|
---|
17 | "main": "./lib/index.js",
|
---|
18 | "dependencies": {
|
---|
19 | "@babel/code-frame": "^7.14.5",
|
---|
20 | "@babel/generator": "^7.15.4",
|
---|
21 | "@babel/helper-function-name": "^7.15.4",
|
---|
22 | "@babel/helper-hoist-variables": "^7.15.4",
|
---|
23 | "@babel/helper-split-export-declaration": "^7.15.4",
|
---|
24 | "@babel/parser": "^7.15.4",
|
---|
25 | "@babel/types": "^7.15.4",
|
---|
26 | "debug": "^4.1.0",
|
---|
27 | "globals": "^11.1.0"
|
---|
28 | },
|
---|
29 | "devDependencies": {
|
---|
30 | "@babel/helper-plugin-test-runner": "7.14.5"
|
---|
31 | },
|
---|
32 | "engines": {
|
---|
33 | "node": ">=6.9.0"
|
---|
34 | }
|
---|
35 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.