source: frontend/node_modules/@babel/plugin-transform-class-static-block/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: 1.2 KB
Line 
1{
2 "name": "@babel/plugin-transform-class-static-block",
3 "version": "7.28.6",
4 "description": "Transform class static blocks",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-class-static-block"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "./lib/index.js",
15 "exports": {
16 ".": {
17 "types": "./lib/index.d.ts",
18 "default": "./lib/index.js"
19 },
20 "./package.json": "./package.json"
21 },
22 "keywords": [
23 "babel-plugin"
24 ],
25 "dependencies": {
26 "@babel/helper-create-class-features-plugin": "^7.28.6",
27 "@babel/helper-plugin-utils": "^7.28.6"
28 },
29 "peerDependencies": {
30 "@babel/core": "^7.12.0"
31 },
32 "devDependencies": {
33 "@babel/core": "^7.28.6",
34 "@babel/helper-plugin-test-runner": "^7.27.1",
35 "@babel/plugin-external-helpers": "^7.27.1",
36 "@babel/plugin-transform-class-properties": "^7.28.6",
37 "@babel/traverse": "^7.28.6",
38 "@babel/types": "^7.28.6"
39 },
40 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",
41 "engines": {
42 "node": ">=6.9.0"
43 },
44 "author": "The Babel Team (https://babel.dev/team)",
45 "type": "commonjs"
46}
Note: See TracBrowser for help on using the repository browser.