36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "@babel/plugin-transform-classes",
|
|
"version": "7.9.5",
|
|
"description": "Compile ES2015 classes to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.8.3",
|
|
"@babel/helper-define-map": "^7.8.3",
|
|
"@babel/helper-function-name": "^7.9.5",
|
|
"@babel/helper-optimise-call-expression": "^7.8.3",
|
|
"@babel/helper-plugin-utils": "^7.8.3",
|
|
"@babel/helper-replace-supers": "^7.8.6",
|
|
"@babel/helper-split-export-declaration": "^7.8.3",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
|
},
|
|
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz"
|
|
,"_integrity": "sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg=="
|
|
,"_from": "@babel/plugin-transform-classes@7.9.5"
|
|
} |