UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@babel/plugin-proposal-decorators",
3 "version": "7.14.2",
4 "author": "Logan Smyth <loganfsmyth@gmail.com>",
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.14.2",
24 "@babel/helper-plugin-utils": "^7.13.0",
25 "@babel/plugin-syntax-decorators": "^7.12.13"
26 },
27 "peerDependencies": {
28 "@babel/core": "^7.0.0-0"
29 },
30 "devDependencies": {
31 "@babel/core": "7.14.2",
32 "@babel/helper-plugin-test-runner": "7.13.10",
33 "babel-plugin-polyfill-es-shims": "^0.2.0",
34 "object.getownpropertydescriptors": "^2.1.1"
35 }
36}
\No newline at end of file