package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/highlight@7.22.10",
  3. "_id": "@babel/highlight@7.22.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/highlight@7.22.10",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.10",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.10"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.22.10.tgz",
  24. "_shasum": "02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7",
  25. "_spec": "@babel/highlight@7.22.10",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/helper-validator-identifier": "^7.22.5",
  37. "chalk": "^2.4.2",
  38. "js-tokens": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Syntax highlight JavaScript strings for output in terminals.",
  42. "devDependencies": {
  43. "strip-ansi": "^4.0.0"
  44. },
  45. "engines": {
  46. "node": ">=6.9.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. "type": "commonjs",
  61. "version": "7.22.10"
  62. }