source: frontend/node_modules/@babel/traverse/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[9af201e]1{
2 "name": "@babel/traverse",
3 "version": "7.29.0",
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.29.0",
20 "@babel/generator": "^7.29.0",
21 "@babel/helper-globals": "^7.28.0",
22 "@babel/parser": "^7.29.0",
23 "@babel/template": "^7.28.6",
24 "@babel/types": "^7.29.0",
25 "debug": "^4.3.1"
26 },
27 "devDependencies": {
28 "@babel/core": "^7.29.0",
29 "@babel/helper-plugin-test-runner": "^7.27.1"
30 },
31 "engines": {
32 "node": ">=6.9.0"
33 },
34 "type": "commonjs"
35}
Note: See TracBrowser for help on using the repository browser.