35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "@babel/helper-create-class-features-plugin",
|
|
"version": "7.12.1",
|
|
"author": "The Babel Team (https://babeljs.io/team)",
|
|
"license": "MIT",
|
|
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-create-class-features-plugin"
|
|
},
|
|
"main": "lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "workspace:^7.10.4",
|
|
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
|
|
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
|
|
"@babel/helper-replace-supers": "workspace:^7.12.1",
|
|
"@babel/helper-split-export-declaration": "workspace:^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "workspace:*",
|
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
|
}
|
|
}
|