package-lock.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "bookmarks",
  3. "version": "0.46.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "bookmarks",
  9. "version": "0.46.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "atom-select-list": "^0.7.0"
  13. },
  14. "engines": {
  15. "atom": "*"
  16. }
  17. },
  18. "node_modules/atom-select-list": {
  19. "version": "0.7.2",
  20. "resolved": "https://registry.npmjs.org/atom-select-list/-/atom-select-list-0.7.2.tgz",
  21. "integrity": "sha512-a707OB1DhLGjzqtFrtMQKH7BBxFuCh8UBoUWxgFOrLrSwVh3g+/TlVPVDOz12+U0mDu3mIrnYLqQyhywQOTxhw==",
  22. "dependencies": {
  23. "etch": "^0.12.6",
  24. "fuzzaldrin": "^2.1.0"
  25. }
  26. },
  27. "node_modules/etch": {
  28. "version": "0.12.8",
  29. "resolved": "https://registry.npmjs.org/etch/-/etch-0.12.8.tgz",
  30. "integrity": "sha512-dFLRe4wLroVtwzyy1vGlE3BSDZHiL0kZME5XgNGzZIULcYTvVno8vbiIleAesoKJmwWaxDTzG+4eppg2zk14JQ=="
  31. },
  32. "node_modules/fuzzaldrin": {
  33. "version": "2.1.0",
  34. "resolved": "https://registry.npmjs.org/fuzzaldrin/-/fuzzaldrin-2.1.0.tgz",
  35. "integrity": "sha1-kCBMPi/appQbso0WZF1BgGOpDps="
  36. }
  37. },
  38. "dependencies": {
  39. "atom-select-list": {
  40. "version": "0.7.2",
  41. "resolved": "https://registry.npmjs.org/atom-select-list/-/atom-select-list-0.7.2.tgz",
  42. "integrity": "sha512-a707OB1DhLGjzqtFrtMQKH7BBxFuCh8UBoUWxgFOrLrSwVh3g+/TlVPVDOz12+U0mDu3mIrnYLqQyhywQOTxhw==",
  43. "requires": {
  44. "etch": "^0.12.6",
  45. "fuzzaldrin": "^2.1.0"
  46. }
  47. },
  48. "etch": {
  49. "version": "0.12.8",
  50. "resolved": "https://registry.npmjs.org/etch/-/etch-0.12.8.tgz",
  51. "integrity": "sha512-dFLRe4wLroVtwzyy1vGlE3BSDZHiL0kZME5XgNGzZIULcYTvVno8vbiIleAesoKJmwWaxDTzG+4eppg2zk14JQ=="
  52. },
  53. "fuzzaldrin": {
  54. "version": "2.1.0",
  55. "resolved": "https://registry.npmjs.org/fuzzaldrin/-/fuzzaldrin-2.1.0.tgz",
  56. "integrity": "sha1-kCBMPi/appQbso0WZF1BgGOpDps="
  57. }
  58. }
  59. }