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:
693 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@babel/plugin-syntax-class-properties",
|
---|
| 3 | "version": "7.12.13",
|
---|
| 4 | "description": "Allow parsing of class properties",
|
---|
| 5 | "repository": {
|
---|
| 6 | "type": "git",
|
---|
| 7 | "url": "https://github.com/babel/babel.git",
|
---|
| 8 | "directory": "packages/babel-plugin-syntax-class-properties"
|
---|
| 9 | },
|
---|
| 10 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties",
|
---|
| 11 | "license": "MIT",
|
---|
| 12 | "publishConfig": {
|
---|
| 13 | "access": "public"
|
---|
| 14 | },
|
---|
| 15 | "main": "lib/index.js",
|
---|
| 16 | "keywords": [
|
---|
| 17 | "babel-plugin"
|
---|
| 18 | ],
|
---|
| 19 | "dependencies": {
|
---|
| 20 | "@babel/helper-plugin-utils": "^7.12.13"
|
---|
| 21 | },
|
---|
| 22 | "peerDependencies": {
|
---|
| 23 | "@babel/core": "^7.0.0-0"
|
---|
| 24 | },
|
---|
| 25 | "devDependencies": {
|
---|
| 26 | "@babel/core": "7.12.13"
|
---|
| 27 | }
|
---|
| 28 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.