package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/highlight@^7.12.13",
  3. "_id": "@babel/highlight@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "supports-color": "5.5.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "@babel/highlight@^7.12.13",
  15. "name": "@babel/highlight",
  16. "escapedName": "@babel%2fhighlight",
  17. "scope": "@babel",
  18. "rawSpec": "^7.12.13",
  19. "saveSpec": null,
  20. "fetchSpec": "^7.12.13"
  21. },
  22. "_requiredBy": [
  23. "/@babel/code-frame"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz",
  26. "_shasum": "3197e375711ef6bf834e67d0daec88e4f46113cf",
  27. "_spec": "@babel/highlight@^7.12.13",
  28. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/@babel/code-frame",
  29. "author": {
  30. "name": "suchipi",
  31. "email": "me@suchipi.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/helper-validator-identifier": "^7.14.0",
  39. "chalk": "^2.0.0",
  40. "js-tokens": "^4.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Syntax highlight JavaScript strings for output in terminals.",
  44. "devDependencies": {
  45. "@types/chalk": "^2.0.0",
  46. "strip-ansi": "^4.0.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.14.0"
  61. }