package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@babel/highlight@7.16.10",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/highlight@7.16.10",
  10. "_id": "@babel/highlight@7.16.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
  13. "_location": "/@babel/highlight",
  14. "_phantomChildren": {
  15. "ansi-styles": "3.2.1",
  16. "escape-string-regexp": "1.0.5",
  17. "supports-color": "5.5.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "@babel/highlight@7.16.10",
  23. "name": "@babel/highlight",
  24. "escapedName": "@babel%2fhighlight",
  25. "scope": "@babel",
  26. "rawSpec": "7.16.10",
  27. "saveSpec": null,
  28. "fetchSpec": "7.16.10"
  29. },
  30. "_requiredBy": [
  31. "/@babel/code-frame"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/@babel/highlight/download/@babel/highlight-7.16.10.tgz",
  34. "_spec": "7.16.10",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "author": {
  37. "name": "The Babel Team",
  38. "url": "https://babel.dev/team"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues"
  42. },
  43. "dependencies": {
  44. "@babel/helper-validator-identifier": "^7.16.7",
  45. "chalk": "^2.0.0",
  46. "js-tokens": "^4.0.0"
  47. },
  48. "description": "Syntax highlight JavaScript strings for output in terminals.",
  49. "devDependencies": {
  50. "@types/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-highlight",
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@babel/highlight",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-highlight"
  67. },
  68. "version": "7.16.10"
  69. }