mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
23 lines
606 B
JSON
23 lines
606 B
JSON
{
|
|
"name": "@babel/highlight",
|
|
"version": "7.8.3",
|
|
"description": "Syntax highlight JavaScript strings for output in terminals.",
|
|
"author": "suchipi <me@suchipi.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"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"
|
|
},
|
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
|
|
}
|