15 lines
387 B
JSON
15 lines
387 B
JSON
{
|
|
"name": "@babel/helper-get-function-arity",
|
|
"version": "7.7.4-csx.1",
|
|
"description": "Helper function to get function arity",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/types": "^7.7.4"
|
|
}
|
|
}
|