2020-01-28 13:07:56 +08:00
|
|
|
{
|
2020-03-31 20:57:48 +08:00
|
|
|
"name": "@babel/helper-get-function-arity",
|
|
|
|
"version": "7.8.3",
|
2020-01-28 13:07:56 +08:00
|
|
|
"description": "Helper function to get function arity",
|
2020-03-31 20:57:48 +08:00
|
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
|
2020-01-28 13:07:56 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-03-31 20:57:48 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/types": "^7.8.3"
|
2020-01-28 13:07:56 +08:00
|
|
|
},
|
2020-03-31 20:57:48 +08:00
|
|
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
|
2020-01-28 13:07:56 +08:00
|
|
|
}
|