Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/parser/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "@babel/parser", 3 "version": "7.2 5.3",3 "version": "7.26.2", 4 4 "description": "A JavaScript parser", 5 5 "author": "The Babel Team (https://babel.dev/team)", … … 36 36 "# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.", 37 37 "dependencies": { 38 "@babel/types": "^7.2 5.2"38 "@babel/types": "^7.26.0" 39 39 }, 40 40 "devDependencies": { 41 "@babel/code-frame": "^7.2 4.7",42 "@babel/helper-check-duplicate-nodes": "^7.2 4.7",43 "@babel/helper-fixtures": "^7.2 4.8",44 "@babel/helper-string-parser": "^7.2 4.8",45 "@babel/helper-validator-identifier": "^7.2 4.7",41 "@babel/code-frame": "^7.26.2", 42 "@babel/helper-check-duplicate-nodes": "^7.25.9", 43 "@babel/helper-fixtures": "^7.26.0", 44 "@babel/helper-string-parser": "^7.25.9", 45 "@babel/helper-validator-identifier": "^7.25.9", 46 46 "charcodes": "^0.2.0" 47 47 },
Note:
See TracChangeset
for help on using the changeset viewer.