package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/code-frame@7.12.11",
  3. "_id": "@babel/code-frame@7.12.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
  6. "_location": "/@babel/code-frame",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/code-frame@7.12.11",
  12. "name": "@babel/code-frame",
  13. "escapedName": "@babel%2fcode-frame",
  14. "scope": "@babel",
  15. "rawSpec": "7.12.11",
  16. "saveSpec": null,
  17. "fetchSpec": "7.12.11"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
  23. "_shasum": "f4ad435aa263db935b8f10f2c552d23fb716a63f",
  24. "_spec": "@babel/code-frame@7.12.11",
  25. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/eslint",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/highlight": "^7.10.4"
  36. },
  37. "deprecated": false,
  38. "description": "Generate errors that contain a code frame that point to source locations.",
  39. "devDependencies": {
  40. "@types/chalk": "^2.0.0",
  41. "chalk": "^2.0.0",
  42. "strip-ansi": "^4.0.0"
  43. },
  44. "homepage": "https://babeljs.io/",
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@babel/code-frame",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-code-frame"
  55. },
  56. "version": "7.12.11"
  57. }