package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/highlight@^7.10.4",
  3. "_id": "@babel/highlight@7.25.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "@babel/highlight@^7.10.4",
  14. "name": "@babel/highlight",
  15. "escapedName": "@babel%2fhighlight",
  16. "scope": "@babel",
  17. "rawSpec": "^7.10.4",
  18. "saveSpec": null,
  19. "fetchSpec": "^7.10.4"
  20. },
  21. "_requiredBy": [
  22. "/eslint/@babel/code-frame"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.25.9.tgz",
  25. "_shasum": "8141ce68fc73757946f983b343f1231f4691acc6",
  26. "_spec": "@babel/highlight@^7.10.4",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\eslint\\node_modules\\@babel\\code-frame",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/helper-validator-identifier": "^7.25.9",
  38. "chalk": "^2.4.2",
  39. "js-tokens": "^4.0.0",
  40. "picocolors": "^1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Syntax highlight JavaScript strings for output in terminals.",
  44. "devDependencies": {
  45. "strip-ansi": "^4.0.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "@babel/highlight",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/babel/babel.git",
  60. "directory": "packages/babel-highlight"
  61. },
  62. "type": "commonjs",
  63. "version": "7.25.9"
  64. }