27 lines
741 B
JSON
27 lines
741 B
JSON
{
|
|
"name": "@babel/plugin-proposal-function-sent",
|
|
"version": "7.7.4-csx.1",
|
|
"description": "Compile the function.sent meta property to valid ES2015 code",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/helper-wrap-function": "^7.7.4",
|
|
"@babel/plugin-syntax-function-sent": "^7.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0 || csx"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/helper-plugin-test-runner": "^7.7.4"
|
|
}
|
|
}
|