package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/highlight@7.8.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/highlight@7.8.3",
  10. "_id": "@babel/highlight@7.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==",
  13. "_location": "/@babel/highlight",
  14. "_phantomChildren": {
  15. "color-convert": "1.9.2",
  16. "escape-string-regexp": "1.0.5",
  17. "has-flag": "3.0.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "@babel/highlight@7.8.3",
  23. "name": "@babel/highlight",
  24. "escapedName": "@babel%2fhighlight",
  25. "scope": "@babel",
  26. "rawSpec": "7.8.3",
  27. "saveSpec": null,
  28. "fetchSpec": "7.8.3"
  29. },
  30. "_requiredBy": [
  31. "/@babel/code-frame"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz",
  34. "_spec": "7.8.3",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "suchipi",
  38. "email": "me@suchipi.com"
  39. },
  40. "dependencies": {
  41. "chalk": "^2.0.0",
  42. "esutils": "^2.0.2",
  43. "js-tokens": "^4.0.0"
  44. },
  45. "description": "Syntax highlight JavaScript strings for output in terminals.",
  46. "devDependencies": {
  47. "strip-ansi": "^4.0.0"
  48. },
  49. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  50. "homepage": "https://babeljs.io/",
  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": "https://github.com/babel/babel/tree/master/packages/babel-highlight"
  60. },
  61. "version": "7.8.3"
  62. }