github-pages-deploy-action/node_modules/@babel/code-frame/package.json

22 lines
616 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@babel/code-frame",
"version": "7.8.3",
"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",
"publishConfig": {
"access": "public"
2020-01-28 13:07:56 +08:00
},
2020-03-31 20:57:48 +08:00
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
"main": "lib/index.js",
2020-01-28 13:07:56 +08:00
"dependencies": {
"@babel/highlight": "^7.8.3"
},
"devDependencies": {
"chalk": "^2.0.0",
"strip-ansi": "^4.0.0"
},
2020-03-31 20:57:48 +08:00
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
2020-01-28 13:07:56 +08:00
}