Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "@babel/highlight@^7.0.0",
  3. "_id": "@babel/highlight@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.0.0",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz",
  23. "_shasum": "f710c38c8d458e6dd9a201afb637fcb781ce99e4",
  24. "_spec": "@babel/highlight@^7.0.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/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": "^4.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"
  50. }