Shopping List v2.0
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-lock.json 962B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "server",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "async-limiter": {
  8. "version": "1.0.0",
  9. "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  10. "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
  11. },
  12. "dev-refresh": {
  13. "version": "file:../../../../dev/dev-refresh",
  14. "dev": true,
  15. "requires": {
  16. "colors": "^1.3.3",
  17. "minimist": "^1.2.0",
  18. "node-watch": "^0.6.2",
  19. "open": "^6.4.0",
  20. "webframe": "^0.9.0",
  21. "ws": "^7.1.0"
  22. }
  23. },
  24. "ws": {
  25. "version": "7.0.1",
  26. "resolved": "https://registry.npmjs.org/ws/-/ws-7.0.1.tgz",
  27. "integrity": "sha512-ILHfMbuqLJvnSgYXLgy4kMntroJpe8hT41dOVWM8bxRuw6TK4mgMp9VJUNsZTEc5Bh+Mbs0DJT4M0N+wBG9l9A==",
  28. "requires": {
  29. "async-limiter": "^1.0.0"
  30. }
  31. }
  32. }
  33. }