whitelist.json 730 B

12345678910111213141516171819202122232425
  1. {
  2. "whitelist": [
  3. {
  4. "name": "@jupyterlab/*",
  5. "type": "jupyterlab",
  6. "reason": "No reason, this is just a test",
  7. "creation_date": "2020-03-11T03:28:56.782Z",
  8. "last_update_date": "2020-03-11T03:28:56.782Z"
  9. },
  10. {
  11. "name": "@jupyterlab/git",
  12. "type": "jupyterlab",
  13. "reason": "No reason, this is just a test",
  14. "creation_date": "2020-03-11T03:28:56.782Z",
  15. "last_update_date": "2020-03-11T03:28:56.782Z"
  16. },
  17. {
  18. "name": "@krassowski/jupyterlab_go_to_definition",
  19. "type": "jupyterlab",
  20. "reason": "No reason, this is just a test",
  21. "creation_date": "2020-03-11T03:28:56.782Z",
  22. "last_update_date": "2020-03-11T03:28:56.782Z"
  23. }
  24. ]
  25. }