Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/traverse/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "@babel/traverse", 3 "version": "7.25. 3",3 "version": "7.25.9", 4 4 "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", 5 5 "author": "The Babel Team (https://babel.dev/team)", … … 17 17 "main": "./lib/index.js", 18 18 "dependencies": { 19 "@babel/code-frame": "^7.2 4.7",20 "@babel/generator": "^7.25. 0",21 "@babel/parser": "^7.25. 3",22 "@babel/template": "^7.25. 0",23 "@babel/types": "^7.25. 2",19 "@babel/code-frame": "^7.25.9", 20 "@babel/generator": "^7.25.9", 21 "@babel/parser": "^7.25.9", 22 "@babel/template": "^7.25.9", 23 "@babel/types": "^7.25.9", 24 24 "debug": "^4.3.1", 25 25 "globals": "^11.1.0" 26 26 }, 27 27 "devDependencies": { 28 "@babel/core": "^7.25. 2",29 "@babel/helper-plugin-test-runner": "^7.2 4.7"28 "@babel/core": "^7.25.9", 29 "@babel/helper-plugin-test-runner": "^7.25.9" 30 30 }, 31 31 "engines": {
Note:
See TracChangeset
for help on using the changeset viewer.