package.json 639 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@babel/code-frame",
  3. "version": "7.12.11",
  4. "description": "Generate errors that contain a code frame that point to source locations.",
  5. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/babel/babel.git",
  14. "directory": "packages/babel-code-frame"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/highlight": "^7.10.4"
  19. },
  20. "devDependencies": {
  21. "@types/chalk": "^2.0.0",
  22. "chalk": "^2.0.0",
  23. "strip-ansi": "^4.0.0"
  24. }
  25. }