GoScrobble/web/node_modules/@babel/helper-create-class-features-plugin/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.15.0",
"author": "The Babel Team (https://babel.dev/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-annotate-as-pure": "^7.14.5",
"@babel/helper-function-name": "^7.14.5",
"@babel/helper-member-expression-to-functions": "^7.15.0",
"@babel/helper-optimise-call-expression": "^7.14.5",
"@babel/helper-replace-supers": "^7.15.0",
"@babel/helper-split-export-declaration": "^7.14.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/helper-plugin-test-runner": "7.14.5",
"@babel/preset-env": "7.15.0"
},
"engines": {
"node": ">=6.9.0"
}
}