UNPKG

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