package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/highlight@^7.22.10",
  3. "_id": "@babel/highlight@7.22.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.22.10",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.22.10",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.22.10"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz",
  23. "_shasum": "02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7",
  24. "_spec": "@babel/highlight@^7.22.10",
  25. "_where": "E:\\2023\\8\\MT_APP\\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.22.5",
  36. "chalk": "^2.4.2",
  37. "js-tokens": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Syntax highlight JavaScript strings for output in terminals.",
  41. "devDependencies": {
  42. "strip-ansi": "^4.0.0"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  48. "license": "MIT",
  49. "main": "./lib/index.js",
  50. "name": "@babel/highlight",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-highlight"
  58. },
  59. "type": "commonjs",
  60. "version": "7.22.10"
  61. }