Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/@babel/highlight/package.json')
-rw-r--r--assets/node_modules/@babel/highlight/package.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/assets/node_modules/@babel/highlight/package.json b/assets/node_modules/@babel/highlight/package.json
deleted file mode 100644
index dacda3b..0000000
--- a/assets/node_modules/@babel/highlight/package.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "@babel/highlight",
- "version": "7.8.3",
- "description": "Syntax highlight JavaScript strings for output in terminals.",
- "author": "suchipi <me@suchipi.com>",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight",
- "main": "lib/index.js",
- "dependencies": {
- "chalk": "^2.0.0",
- "esutils": "^2.0.2",
- "js-tokens": "^4.0.0"
- },
- "devDependencies": {
- "strip-ansi": "^4.0.0"
- },
- "gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
-}