source: imaps-frontend/node_modules/@babel/plugin-transform-class-static-block/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "@babel/plugin-transform-class-static-block",
3 "version": "7.26.0",
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.25.9",
27 "@babel/helper-plugin-utils": "^7.25.9"
28 },
29 "peerDependencies": {
30 "@babel/core": "^7.12.0"
31 },
32 "devDependencies": {
33 "@babel/core": "^7.26.0",
34 "@babel/helper-plugin-test-runner": "^7.25.9",
35 "@babel/plugin-external-helpers": "^7.25.9",
36 "@babel/plugin-transform-class-properties": "^7.25.9",
37 "@babel/traverse": "^7.25.9",
38 "@babel/types": "^7.26.0"
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.