package.json 1.6 KB

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