helpyourneighbour/backend/node_modules/@babel/parser
2026-03-19 23:10:50 +00:00
..
bin feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
lib feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
typings feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
CHANGELOG.md feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
LICENSE feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
package.json feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
README.md feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00

@babel/parser

A JavaScript parser

See our website @babel/parser for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/parser

or using yarn:

yarn add @babel/parser --dev