source: frontend/node_modules/@babel/helper-plugin-utils/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: 614 bytes
Line 
1{
2 "name": "@babel/helper-plugin-utils",
3 "version": "7.28.6",
4 "description": "General utilities for plugins to use",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
7 "license": "MIT",
8 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/babel/babel.git",
14 "directory": "packages/babel-helper-plugin-utils"
15 },
16 "main": "./lib/index.js",
17 "engines": {
18 "node": ">=6.9.0"
19 },
20 "devDependencies": {
21 "@babel/core": "^7.28.6"
22 },
23 "type": "commonjs"
24}
Note: See TracBrowser for help on using the repository browser.