UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@babel/plugin-proposal-decorators",
3 "version": "7.16.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.16.7",
24 "@babel/helper-plugin-utils": "^7.16.7",
25 "@babel/plugin-syntax-decorators": "^7.16.7"
26 },
27 "peerDependencies": {
28 "@babel/core": "^7.0.0-0"
29 },
30 "devDependencies": {
31 "@babel/core": "^7.16.7",
32 "@babel/helper-plugin-test-runner": "^7.16.7",
33 "@babel/traverse": "^7.16.7",
34 "babel-plugin-polyfill-es-shims": "^0.6.0",
35 "object.getownpropertydescriptors": "^2.1.1"
36 },
37 "engines": {
38 "node": ">=6.9.0"
39 }
40}
\No newline at end of file