|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@babel/plugin-proposal-decorators",
|
|---|
| 3 | "version": "7.29.0",
|
|---|
| 4 | "author": "The Babel Team (https://babel.dev/team)",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "publishConfig": {
|
|---|
| 7 | "access": "public"
|
|---|
| 8 | },
|
|---|
| 9 | "description": "Compile class and object decorators to ES5",
|
|---|
| 10 | "repository": {
|
|---|
| 11 | "type": "git",
|
|---|
| 12 | "url": "https://github.com/babel/babel.git",
|
|---|
| 13 | "directory": "packages/babel-plugin-proposal-decorators"
|
|---|
| 14 | },
|
|---|
| 15 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators",
|
|---|
| 16 | "main": "./lib/index.js",
|
|---|
| 17 | "keywords": [
|
|---|
| 18 | "babel",
|
|---|
| 19 | "babel-plugin",
|
|---|
| 20 | "decorators"
|
|---|
| 21 | ],
|
|---|
| 22 | "dependencies": {
|
|---|
| 23 | "@babel/helper-create-class-features-plugin": "^7.28.6",
|
|---|
| 24 | "@babel/helper-plugin-utils": "^7.28.6",
|
|---|
| 25 | "@babel/plugin-syntax-decorators": "^7.28.6"
|
|---|
| 26 | },
|
|---|
| 27 | "peerDependencies": {
|
|---|
| 28 | "@babel/core": "^7.0.0-0"
|
|---|
| 29 | },
|
|---|
| 30 | "devDependencies": {
|
|---|
| 31 | "@babel/core": "^7.29.0",
|
|---|
| 32 | "@babel/helper-plugin-test-runner": "^7.27.1",
|
|---|
| 33 | "@babel/traverse": "^7.29.0",
|
|---|
| 34 | "array.prototype.concat": "^1.0.2",
|
|---|
| 35 | "babel-plugin-polyfill-es-shims": "^0.10.9",
|
|---|
| 36 | "object.getownpropertydescriptors": "^2.1.1"
|
|---|
| 37 | },
|
|---|
| 38 | "engines": {
|
|---|
| 39 | "node": ">=6.9.0"
|
|---|
| 40 | },
|
|---|
| 41 | "type": "commonjs"
|
|---|
| 42 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.