Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@babel/helper-create-class-features-plugin",
|
---|
| 3 | "version": "7.15.4",
|
---|
| 4 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "description": "Compile class public and private fields, private methods and decorators to ES6",
|
---|
| 7 | "repository": {
|
---|
| 8 | "type": "git",
|
---|
| 9 | "url": "https://github.com/babel/babel.git",
|
---|
| 10 | "directory": "packages/babel-helper-create-class-features-plugin"
|
---|
| 11 | },
|
---|
| 12 | "main": "./lib/index.js",
|
---|
| 13 | "publishConfig": {
|
---|
| 14 | "access": "public"
|
---|
| 15 | },
|
---|
| 16 | "keywords": [
|
---|
| 17 | "babel",
|
---|
| 18 | "babel-plugin"
|
---|
| 19 | ],
|
---|
| 20 | "dependencies": {
|
---|
| 21 | "@babel/helper-annotate-as-pure": "^7.15.4",
|
---|
| 22 | "@babel/helper-function-name": "^7.15.4",
|
---|
| 23 | "@babel/helper-member-expression-to-functions": "^7.15.4",
|
---|
| 24 | "@babel/helper-optimise-call-expression": "^7.15.4",
|
---|
| 25 | "@babel/helper-replace-supers": "^7.15.4",
|
---|
| 26 | "@babel/helper-split-export-declaration": "^7.15.4"
|
---|
| 27 | },
|
---|
| 28 | "peerDependencies": {
|
---|
| 29 | "@babel/core": "^7.0.0"
|
---|
| 30 | },
|
---|
| 31 | "devDependencies": {
|
---|
| 32 | "@babel/core": "7.15.4",
|
---|
| 33 | "@babel/helper-plugin-test-runner": "7.14.5",
|
---|
| 34 | "@babel/plugin-syntax-class-static-block": "^7.14.5",
|
---|
| 35 | "@babel/preset-env": "7.15.4"
|
---|
| 36 | },
|
---|
| 37 | "engines": {
|
---|
| 38 | "node": ">=6.9.0"
|
---|
| 39 | }
|
---|
| 40 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.