package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/code-frame@^7.12.13",
  3. "_id": "@babel/code-frame@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3PyCa+72XnXFDiHTg319lXmN1lg=",
  6. "_location": "/@babel/code-frame",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/code-frame@^7.12.13",
  12. "name": "@babel/code-frame",
  13. "escapedName": "@babel%2fcode-frame",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/template",
  22. "/@babel/traverse",
  23. "/babel-eslint",
  24. "/eslint",
  25. "/parse-json"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz",
  28. "_shasum": "dcfc826beef65e75c50e21d3837d7d95798dd658",
  29. "_spec": "@babel/code-frame@^7.12.13",
  30. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\core",
  31. "author": {
  32. "name": "Sebastian McKenzie",
  33. "email": "sebmck@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@babel/highlight": "^7.12.13"
  41. },
  42. "deprecated": false,
  43. "description": "Generate errors that contain a code frame that point to source locations.",
  44. "devDependencies": {
  45. "@types/chalk": "^2.0.0",
  46. "chalk": "^2.0.0",
  47. "strip-ansi": "^4.0.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/code-frame",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-code-frame"
  60. },
  61. "version": "7.12.13"
  62. }