mirror of
https://github.com/actions/setup-node
synced 2025-04-22 16:32:06 +00:00
22 lines
730 B
JSON
22 lines
730 B
JSON
{
|
|
"name": "@babel/highlight",
|
|
"version": "7.0.0",
|
|
"description": "Syntax highlight JavaScript strings for output in terminals.",
|
|
"author": "suchipi <me@suchipi.com>",
|
|
"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": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"strip-ansi": "^4.0.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz"
|
|
,"_integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw=="
|
|
,"_from": "@babel/highlight@7.0.0"
|
|
} |