package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/highlight@^7.18.6",
  3. "_id": "@babel/highlight@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "@babel/highlight@^7.18.6",
  14. "name": "@babel/highlight",
  15. "escapedName": "@babel%2fhighlight",
  16. "scope": "@babel",
  17. "rawSpec": "^7.18.6",
  18. "saveSpec": null,
  19. "fetchSpec": "^7.18.6"
  20. },
  21. "_requiredBy": [
  22. "/@babel/code-frame"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
  25. "_shasum": "81158601e93e2563795adcbfbdf5d64be3f2ecdf",
  26. "_spec": "@babel/highlight@^7.18.6",
  27. "_where": "G:\\项目\\mobile\\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.18.6",
  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. "type": "commonjs",
  63. "version": "7.18.6"
  64. }