web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
757 B

  1. {
  2. "name": "@babel/code-frame",
  3. "version": "7.12.13",
  4. "description": "Generate errors that contain a code frame that point to source locations.",
  5. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  6. "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
  7. "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen",
  8. "license": "MIT",
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/babel/babel.git",
  15. "directory": "packages/babel-code-frame"
  16. },
  17. "main": "lib/index.js",
  18. "dependencies": {
  19. "@babel/highlight": "^7.12.13"
  20. },
  21. "devDependencies": {
  22. "@types/chalk": "^2.0.0",
  23. "chalk": "^2.0.0",
  24. "strip-ansi": "^4.0.0"
  25. }
  26. }