package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/highlight@^7.16.0",
  3. "_id": "@babel/highlight@7.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bOsysspLj182H7f9gh4/3fShclo=",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.3",
  9. "escape-string-regexp": "1.0.5",
  10. "has-flag": "3.0.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "@babel/highlight@^7.16.0",
  16. "name": "@babel/highlight",
  17. "escapedName": "@babel%2fhighlight",
  18. "scope": "@babel",
  19. "rawSpec": "^7.16.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^7.16.0"
  22. },
  23. "_requiredBy": [
  24. "/@babel/code-frame"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/highlight/download/@babel/highlight-7.16.0.tgz",
  27. "_shasum": "6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a",
  28. "_spec": "@babel/highlight@^7.16.0",
  29. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/@babel/code-frame",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-validator-identifier": "^7.15.7",
  40. "chalk": "^2.0.0",
  41. "js-tokens": "^4.0.0"
  42. },
  43. "deprecated": false,
  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. "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. "version": "7.16.0"
  65. }