mirror of
https://github.com/actions/setup-node.git
synced 2025-04-25 20:42:13 +00:00
21 lines
No EOL
743 B
JSON
21 lines
No EOL
743 B
JSON
{
|
|
"name": "@babel/code-frame",
|
|
"version": "7.0.0",
|
|
"description": "Generate errors that contain a code frame that point to source locations.",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz"
|
|
,"_integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA=="
|
|
,"_from": "@babel/code-frame@7.0.0"
|
|
} |