package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/highlight@^7.10.4",
  3. "_id": "@babel/highlight@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==",
  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.10.4",
  16. "name": "@babel/highlight",
  17. "escapedName": "@babel%2fhighlight",
  18. "scope": "@babel",
  19. "rawSpec": "^7.10.4",
  20. "saveSpec": null,
  21. "fetchSpec": "^7.10.4"
  22. },
  23. "_requiredBy": [
  24. "/@babel/code-frame"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz",
  27. "_shasum": "3197e375711ef6bf834e67d0daec88e4f46113cf",
  28. "_spec": "@babel/highlight@^7.10.4",
  29. "_where": "/home/girishm/Projects/op-mattermost-plugin/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. }