mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
18 lines
537 B
JSON
18 lines
537 B
JSON
{
|
|
"name": "@babel/helper-function-name",
|
|
"version": "7.7.0",
|
|
"description": "Helper function to change the property 'name' of every function",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-get-function-arity": "^7.7.0",
|
|
"@babel/template": "^7.7.0",
|
|
"@babel/types": "^7.7.0"
|
|
},
|
|
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
|
|
}
|