mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-25 15:14:46 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
22
node_modules/@babel/highlight/package.json
generated
vendored
Normal file
22
node_modules/@babel/highlight/package.json
generated
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue