package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "@babel/highlight@7.22.13",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/highlight@7.22.13",
  10. "_id": "@babel/highlight@7.22.13",
  11. "_inBundle": false,
  12. "_integrity": "sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==",
  13. "_location": "/@babel/highlight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/highlight@7.22.13",
  19. "name": "@babel/highlight",
  20. "escapedName": "@babel%2fhighlight",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.13"
  25. },
  26. "_requiredBy": [
  27. "/@babel/code-frame",
  28. "/eslint/@babel/code-frame"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.22.13.tgz",
  31. "_spec": "7.22.13",
  32. "_where": "/Users/mac/projects/mime/mine",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "dependencies": {
  41. "@babel/helper-validator-identifier": "^7.22.5",
  42. "chalk": "^2.4.2",
  43. "js-tokens": "^4.0.0"
  44. },
  45. "description": "Syntax highlight JavaScript strings for output in terminals.",
  46. "devDependencies": {
  47. "strip-ansi": "^4.0.0"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/highlight",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-highlight"
  63. },
  64. "type": "commonjs",
  65. "version": "7.22.13"
  66. }