package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/highlight@^7.12.13",
  3. "_id": "@babel/highlight@7.13.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.12.13",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz",
  23. "_shasum": "a8b2a66148f5b27d666b15d81774347a731d52d1",
  24. "_spec": "@babel/highlight@^7.12.13",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\code-frame",
  26. "author": {
  27. "name": "suchipi",
  28. "email": "me@suchipi.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-validator-identifier": "^7.12.11",
  36. "chalk": "^2.0.0",
  37. "js-tokens": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Syntax highlight JavaScript strings for output in terminals.",
  41. "devDependencies": {
  42. "@types/chalk": "^2.0.0",
  43. "strip-ansi": "^4.0.0"
  44. },
  45. "homepage": "https://babel.dev/docs/en/next/babel-highlight",
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/highlight",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-highlight"
  56. },
  57. "version": "7.13.10"
  58. }