mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
16 lines
438 B
JSON
16 lines
438 B
JSON
|
{
|
||
|
"name": "@babel/helper-get-function-arity",
|
||
|
"version": "7.8.3",
|
||
|
"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"
|
||
|
},
|
||
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
|
||
|
}
|