2020-01-21 01:45:51 +01:00

15 lines
387 B
JSON

{
"name": "@babel/helper-get-function-arity",
"version": "7.8.3-csx.2",
"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.8.3"
}
}