massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @babel / highlight / package.json
index 9f10f180c27ba2039f3d97889b729bf46bf67eff..a18f453f116bbe0985b9005f8c934c4bbc181f0f 100644 (file)
@@ -1,8 +1,8 @@
 {
   "name": "@babel/highlight",
-  "version": "7.13.10",
+  "version": "7.16.0",
   "description": "Syntax highlight JavaScript strings for output in terminals.",
-  "author": "suchipi <me@suchipi.com>",
+  "author": "The Babel Team (https://babel.dev/team)",
   "homepage": "https://babel.dev/docs/en/next/babel-highlight",
   "license": "MIT",
   "publishConfig": {
     "url": "https://github.com/babel/babel.git",
     "directory": "packages/babel-highlight"
   },
-  "main": "lib/index.js",
+  "main": "./lib/index.js",
   "dependencies": {
-    "@babel/helper-validator-identifier": "^7.12.11",
+    "@babel/helper-validator-identifier": "^7.15.7",
     "chalk": "^2.0.0",
     "js-tokens": "^4.0.0"
   },
   "devDependencies": {
     "@types/chalk": "^2.0.0",
     "strip-ansi": "^4.0.0"
+  },
+  "engines": {
+    "node": ">=6.9.0"
   }
 }
\ No newline at end of file