31 lines
840 B
JSON
31 lines
840 B
JSON
{
|
|
"name": "@babel/plugin-proposal-decorators",
|
|
"version": "7.1.2",
|
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Compile class and object decorators to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-decorators",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin",
|
|
"decorators"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/helper-replace-supers": "^7.1.0",
|
|
"@babel/helper-split-export-declaration": "^7.0.0",
|
|
"@babel/plugin-syntax-decorators": "^7.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
|
}
|
|
}
|