1 | {
|
2 | "name": "@babel/plugin-proposal-decorators",
|
3 | "version": "7.25.7",
|
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.25.7",
|
24 | "@babel/helper-plugin-utils": "^7.25.7",
|
25 | "@babel/plugin-syntax-decorators": "^7.25.7"
|
26 | },
|
27 | "peerDependencies": {
|
28 | "@babel/core": "^7.0.0-0"
|
29 | },
|
30 | "devDependencies": {
|
31 | "@babel/core": "^7.25.7",
|
32 | "@babel/helper-plugin-test-runner": "^7.25.7",
|
33 | "@babel/traverse": "^7.25.7",
|
34 | "array.prototype.concat": "^1.0.2",
|
35 | "babel-plugin-polyfill-es-shims": "^0.10.4",
|
36 | "object.getownpropertydescriptors": "^2.1.1"
|
37 | },
|
38 | "engines": {
|
39 | "node": ">=6.9.0"
|
40 | },
|
41 | "type": "commonjs"
|
42 | } |
\ | No newline at end of file |