package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.10.4",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.10.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.10.4"
  18. },
  19. "_requiredBy": [
  20. "/eslint/@babel/code-frame"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.25.9.tgz",
  23. "_shasum": "8141ce68fc73757946f983b343f1231f4691acc6",
  24. "_spec": "@babel/highlight@^7.10.4",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\eslint\\node_modules\\@babel\\code-frame",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-validator-identifier": "^7.25.9",
  36. "chalk": "^2.4.2",
  37. "js-tokens": "^4.0.0",
  38. "picocolors": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Syntax highlight JavaScript strings for output in terminals.",
  42. "devDependencies": {
  43. "strip-ansi": "^4.0.0"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  49. "license": "MIT",
  50. "main": "./lib/index.js",
  51. "name": "@babel/highlight",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/babel/babel.git",
  58. "directory": "packages/babel-highlight"
  59. },
  60. "type": "commonjs",
  61. "version": "7.25.9"
  62. }