package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "@babel/code-frame@7.18.6",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/code-frame@7.18.6",
  10. "_id": "@babel/code-frame@7.18.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
  13. "_location": "/@babel/code-frame",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/code-frame@7.18.6",
  19. "name": "@babel/code-frame",
  20. "escapedName": "@babel%2fcode-frame",
  21. "scope": "@babel",
  22. "rawSpec": "7.18.6",
  23. "saveSpec": null,
  24. "fetchSpec": "7.18.6"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/template",
  29. "/@babel/traverse",
  30. "/babel-eslint",
  31. "/eslint",
  32. "/parse-json"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
  35. "_spec": "7.18.6",
  36. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  37. "author": {
  38. "name": "The Babel Team",
  39. "url": "https://babel.dev/team"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
  43. },
  44. "dependencies": {
  45. "@babel/highlight": "^7.18.6"
  46. },
  47. "description": "Generate errors that contain a code frame that point to source locations.",
  48. "devDependencies": {
  49. "@types/chalk": "^2.0.0",
  50. "chalk": "^2.0.0",
  51. "strip-ansi": "^4.0.0"
  52. },
  53. "engines": {
  54. "node": ">=6.9.0"
  55. },
  56. "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@babel/code-frame",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-code-frame"
  67. },
  68. "type": "commonjs",
  69. "version": "7.18.6"
  70. }