helpyourneighbour/backend/node_modules/@babel/core
2026-03-19 23:10:50 +00:00
..
lib feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
node_modules feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
src 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/core

Babel compiler core.

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

Install

Using npm:

npm install --save-dev @babel/core

or using yarn:

yarn add @babel/core --dev