package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@babel/code-frame@^7.12.13",
  3. "_id": "@babel/code-frame@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
  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. "/read-pkg/parse-json"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
  26. "_shasum": "dcfc826beef65e75c50e21d3837d7d95798dd658",
  27. "_spec": "@babel/code-frame@^7.12.13",
  28. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\core",
  29. "author": {
  30. "name": "Sebastian McKenzie",
  31. "email": "sebmck@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/highlight": "^7.12.13"
  39. },
  40. "deprecated": false,
  41. "description": "Generate errors that contain a code frame that point to source locations.",
  42. "devDependencies": {
  43. "@types/chalk": "^2.0.0",
  44. "chalk": "^2.0.0",
  45. "strip-ansi": "^4.0.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
  48. "license": "MIT",
  49. "main": "lib/index.js",
  50. "name": "@babel/code-frame",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-code-frame"
  58. },
  59. "version": "7.12.13"
  60. }