github-pages-deploy-action/node_modules/@babel/helper-get-function-arity/package.json

16 lines
438 B
JSON
Raw Normal View History

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
}