mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"name": "@babel/helper-validator-identifier",
|
|
"version": "7.9.0",
|
|
"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": "8d5e422be27251cfaadf8dd2536b31b4a5024b02"
|
|
} |