package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/highlight@^7.16.7",
  3. "_id": "@babel/highlight@7.17.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.16.7",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz",
  23. "_shasum": "61b2ee7f32ea0454612def4fccdae0de232b73e3",
  24. "_spec": "@babel/highlight@^7.16.7",
  25. "_where": "H:\\gs_nuxt\\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.16.7",
  36. "chalk": "^2.0.0",
  37. "js-tokens": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Syntax highlight JavaScript strings for output in terminals.",
  41. "devDependencies": {
  42. "@types/chalk": "^2.0.0",
  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. "version": "7.17.9"
  61. }