package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "@babel/code-frame@^7.0.0",
  3. "_id": "@babel/[email protected]",
  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. "/@babel/core",
  21. "/@babel/template",
  22. "/@babel/traverse"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
  25. "_shasum": "06e2ab19bdb535385559aabb5ba59729482800f8",
  26. "_spec": "@babel/code-frame@^7.0.0",
  27. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/core",
  28. "author": {
  29. "name": "Sebastian McKenzie",
  30. "email": "[email protected]"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/highlight": "^7.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Generate errors that contain a code frame that point to source locations.",
  38. "devDependencies": {
  39. "chalk": "^2.0.0",
  40. "strip-ansi": "^4.0.0"
  41. },
  42. "homepage": "https://babeljs.io/",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/code-frame",
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/babel/babel/tree/master/packages/babel-code-frame"
  49. },
  50. "version": "7.0.0"
  51. }