package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/highlight@^7.14.5",
  3. "_id": "@babel/highlight@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.14.5",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame",
  21. "/eslint/@babel/code-frame",
  22. "/react-dev-utils/@babel/code-frame"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
  25. "_shasum": "6861a52f03966405001f6aa534a01a24d99e8cd9",
  26. "_spec": "@babel/highlight@^7.14.5",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\code-frame",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/helper-validator-identifier": "^7.14.5",
  38. "chalk": "^2.0.0",
  39. "js-tokens": "^4.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Syntax highlight JavaScript strings for output in terminals.",
  43. "devDependencies": {
  44. "@types/chalk": "^2.0.0",
  45. "strip-ansi": "^4.0.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "@babel/highlight",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/babel/babel.git",
  60. "directory": "packages/babel-highlight"
  61. },
  62. "version": "7.14.5"
  63. }