source: imaps-frontend/node_modules/@babel/highlight/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 761 bytes
RevLine 
[d565449]1{
2 "name": "@babel/highlight",
3 "version": "7.24.7",
4 "description": "Syntax highlight JavaScript strings for output in terminals.",
5 "author": "The Babel Team (https://babel.dev/team)",
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.24.7",
19 "chalk": "^2.4.2",
20 "js-tokens": "^4.0.0",
21 "picocolors": "^1.0.0"
22 },
23 "devDependencies": {
24 "strip-ansi": "^4.0.0"
25 },
26 "engines": {
27 "node": ">=6.9.0"
28 },
29 "type": "commonjs"
30}
Note: See TracBrowser for help on using the repository browser.