package.json 1.7 KB

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