UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

25 lines 654 B
{ "name": "@babel/highlight", "version": "7.12.13", "description": "Syntax highlight JavaScript strings for output in terminals.", "author": "suchipi <me@suchipi.com>", "homepage": "https://babel.dev/docs/en/next/babel-highlight", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-highlight" }, "main": "lib/index.js", "dependencies": { "@babel/helper-validator-identifier": "^7.12.11", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, "devDependencies": { "strip-ansi": "^4.0.0" } }