1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@babel/helper-create-class-features-plugin",
- "version": "7.4.4",
- "author": "The Babel Team (https://babeljs.io/team)",
- "license": "MIT",
- "description": "Compile class public and private fields, private methods and decorators to ES6",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-create-class-features-plugin",
- "main": "lib/index.js",
- "publishConfig": {
- "access": "public"
- },
- "keywords": [
- "babel",
- "babel-plugin"
- ],
- "dependencies": {
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-member-expression-to-functions": "^7.0.0",
- "@babel/helper-optimise-call-expression": "^7.0.0",
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/helper-replace-supers": "^7.4.4",
- "@babel/helper-split-export-declaration": "^7.4.4"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
- "devDependencies": {
- "@babel/core": "^7.4.4",
- "@babel/helper-plugin-test-runner": "^7.0.0"
- },
- "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
- }
|