.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @babel / helper-validator-identifier / package.json
1 {
2   "name": "@babel/helper-validator-identifier",
3   "version": "7.12.11",
4   "description": "Validate identifier/keywords name",
5   "repository": {
6     "type": "git",
7     "url": "https://github.com/babel/babel.git",
8     "directory": "packages/babel-helper-validator-identifier"
9   },
10   "license": "MIT",
11   "publishConfig": {
12     "access": "public"
13   },
14   "main": "./lib/index.js",
15   "exports": "./lib/index.js",
16   "devDependencies": {
17     "charcodes": "^0.2.0",
18     "unicode-13.0.0": "^0.8.0"
19   }
20 }