This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/@babel/helper-validator-identifier/package.json
2020-11-01 22:46:04 +00:00

22 lines
552 B
JSON

{
"name": "@babel/helper-validator-identifier",
"version": "7.10.4",
"description": "Validate identifier/keywords name",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "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": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
}