37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "@babel/plugin-proposal-decorators",
|
|
"version": "7.13.15",
|
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Compile class and object decorators to ES5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-plugin-proposal-decorators"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin",
|
|
"decorators"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11",
|
|
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
|
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "workspace:*",
|
|
"@babel/helper-plugin-test-runner": "workspace:*",
|
|
"babel-plugin-polyfill-es-shims": "^0.2.0",
|
|
"object.getownpropertydescriptors": "^2.1.1"
|
|
}
|
|
}
|