From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/@babel/highlight/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 node_modules/@babel/highlight/package.json (limited to 'node_modules/@babel/highlight/package.json') diff --git a/node_modules/@babel/highlight/package.json b/node_modules/@babel/highlight/package.json new file mode 100644 index 00000000..18dc0e02 --- /dev/null +++ b/node_modules/@babel/highlight/package.json @@ -0,0 +1,18 @@ +{ + "name": "@babel/highlight", + "version": "7.0.0-beta.47", + "description": "Syntax highlight JavaScript strings for output in terminals.", + "author": "suchipi ", + "homepage": "https://babeljs.io/", + "license": "MIT", + "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": "^3.0.0" + }, + "devDependencies": { + "strip-ansi": "^4.0.0" + } +} -- cgit v1.2.3