package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@babel/highlight@^7.0.0",
  3. "_id": "@babel/[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.0.0",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
  23. "_shasum": "56d11312bd9248fa619591d02472be6e8cb32540",
  24. "_spec": "@babel/highlight@^7.0.0",
  25. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/code-frame",
  26. "author": {
  27. "name": "suchipi",
  28. "email": "[email protected]"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "chalk": "^2.0.0",
  33. "esutils": "^2.0.2",
  34. "js-tokens": "^4.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Syntax highlight JavaScript strings for output in terminals.",
  38. "devDependencies": {
  39. "strip-ansi": "^4.0.0"
  40. },
  41. "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4",
  42. "homepage": "https://babeljs.io/",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/highlight",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-highlight"
  52. },
  53. "version": "7.5.0"
  54. }