mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
18 lines
503 B
JSON
18 lines
503 B
JSON
{
|
|
"name": "@babel/helper-validator-identifier",
|
|
"version": "7.9.5",
|
|
"description": "Validate identifier/keywords name",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-validator-identifier",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"exports": "./lib/index.js",
|
|
"devDependencies": {
|
|
"charcodes": "^0.2.0",
|
|
"unicode-13.0.0": "^0.8.0"
|
|
},
|
|
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d"
|
|
}
|