You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
{ |
|
"name": "@babel/plugin-proposal-class-static-block", |
|
"version": "7.17.6", |
|
"description": "Allow parsing of class static blocks", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/babel/babel.git", |
|
"directory": "packages/babel-plugin-proposal-class-static-block" |
|
}, |
|
"license": "MIT", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"main": "./lib/index.js", |
|
"exports": { |
|
".": "./lib/index.js", |
|
"./package.json": "./package.json" |
|
}, |
|
"keywords": [ |
|
"babel-plugin" |
|
], |
|
"dependencies": { |
|
"@babel/helper-create-class-features-plugin": "^7.17.6", |
|
"@babel/helper-plugin-utils": "^7.16.7", |
|
"@babel/plugin-syntax-class-static-block": "^7.14.5" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.12.0" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.17.5", |
|
"@babel/helper-plugin-test-runner": "^7.16.7", |
|
"@babel/traverse": "^7.17.3", |
|
"@babel/types": "^7.17.0" |
|
}, |
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"author": "The Babel Team (https://babel.dev/team)" |
|
} |