.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @babel / highlight / package.json
1 {
2   "name": "@babel/highlight",
3   "version": "7.13.10",
4   "description": "Syntax highlight JavaScript strings for output in terminals.",
5   "author": "suchipi <me@suchipi.com>",
6   "homepage": "https://babel.dev/docs/en/next/babel-highlight",
7   "license": "MIT",
8   "publishConfig": {
9     "access": "public"
10   },
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/babel/babel.git",
14     "directory": "packages/babel-highlight"
15   },
16   "main": "lib/index.js",
17   "dependencies": {
18     "@babel/helper-validator-identifier": "^7.12.11",
19     "chalk": "^2.0.0",
20     "js-tokens": "^4.0.0"
21   },
22   "devDependencies": {
23     "@types/chalk": "^2.0.0",
24     "strip-ansi": "^4.0.0"
25   }
26 }