package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/highlight@^7.12.13",
  3. "_id": "@babel/highlight@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MZfjdXEe9r+DTmfQ2uyI5PRhE88=",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {
  8. "ansi-styles": "3.2.1",
  9. "escape-string-regexp": "1.0.5",
  10. "supports-color": "5.5.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "@babel/highlight@^7.12.13",
  16. "name": "@babel/highlight",
  17. "escapedName": "@babel%2fhighlight",
  18. "scope": "@babel",
  19. "rawSpec": "^7.12.13",
  20. "saveSpec": null,
  21. "fetchSpec": "^7.12.13"
  22. },
  23. "_requiredBy": [
  24. "/@babel/code-frame"
  25. ],
  26. "_resolved": "https://registry.nlark.com/@babel/highlight/download/@babel/highlight-7.14.0.tgz?cache=0&sync_timestamp=1619727029062&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.14.0.tgz",
  27. "_shasum": "3197e375711ef6bf834e67d0daec88e4f46113cf",
  28. "_spec": "@babel/highlight@^7.12.13",
  29. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\code-frame",
  30. "author": {
  31. "name": "suchipi",
  32. "email": "me@suchipi.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-validator-identifier": "^7.14.0",
  40. "chalk": "^2.0.0",
  41. "js-tokens": "^4.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Syntax highlight JavaScript strings for output in terminals.",
  45. "devDependencies": {
  46. "@types/chalk": "^2.0.0",
  47. "strip-ansi": "^4.0.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/highlight",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-highlight"
  60. },
  61. "version": "7.14.0"
  62. }