Nicolò Ribaudo 97faa83953 v7.7.0
2019-11-05 11:27:14 +01:00

15 lines
381 B
JSON

{
"name": "@babel/helper-get-function-arity",
"version": "7.7.0",
"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.0"
}
}