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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "@babel/code-frame@^7.0.0",
  3. "_id": "@babel/code-frame@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==",
  6. "_location": "/@babel/code-frame",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/code-frame@^7.0.0",
  12. "name": "@babel/code-frame",
  13. "escapedName": "@babel%2fcode-frame",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
  23. "_shasum": "06e2ab19bdb535385559aabb5ba59729482800f8",
  24. "_spec": "@babel/code-frame@^7.0.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/highlight": "^7.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "Generate errors that contain a code frame that point to source locations.",
  36. "devDependencies": {
  37. "chalk": "^2.0.0",
  38. "strip-ansi": "^4.0.0"
  39. },
  40. "homepage": "https://babeljs.io/",
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "@babel/code-frame",
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/babel/babel/tree/master/packages/babel-code-frame"
  47. },
  48. "version": "7.0.0"
  49. }