package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "@babel/highlight@7.0.0-beta.44",
  3. "_id": "@babel/highlight@7.0.0-beta.44",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/highlight@7.0.0-beta.44",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "7.0.0-beta.44",
  16. "saveSpec": null,
  17. "fetchSpec": "7.0.0-beta.44"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz",
  23. "_shasum": "18c94ce543916a80553edcdcf681890b200747d5",
  24. "_spec": "@babel/highlight@7.0.0-beta.44",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\code-frame",
  26. "author": {
  27. "name": "suchipi",
  28. "email": "me@suchipi.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "chalk": "^2.0.0",
  33. "esutils": "^2.0.2",
  34. "js-tokens": "^3.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Syntax highlight JavaScript strings for output in terminals.",
  38. "devDependencies": {
  39. "strip-ansi": "^4.0.0"
  40. },
  41. "homepage": "https://babeljs.io/",
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/highlight",
  45. "repository": {
  46. "type": "git",
  47. "url": "https://github.com/babel/babel/tree/master/packages/babel-highlight"
  48. },
  49. "version": "7.0.0-beta.44"
  50. }