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.

39 lines
1006 B

3 months ago
  1. {
  2. "name": "@node-ipc/js-queue",
  3. "version": "2.0.3",
  4. "description": "Simple JS queue with auto run for node and browsers",
  5. "main": "queue.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "engines": {
  10. "node": ">=1.0.0"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/node-ipc/js-queue.git"
  15. },
  16. "keywords": [
  17. "queue",
  18. "node",
  19. "js",
  20. "auto",
  21. "run",
  22. "execute",
  23. "browser",
  24. "react"
  25. ],
  26. "author": "Brandon Nozaki Miller",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/node-ipc/js-queue/issues"
  30. },
  31. "homepage": "https://github.com/node-ipc/js-queue#readme",
  32. "dependencies": {
  33. "easy-stack": "1.0.1"
  34. },
  35. "packageManager": "yarn@3.2.0"
  36. ,"_resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz"
  37. ,"_integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw=="
  38. ,"_from": "@node-ipc/js-queue@2.0.3"
  39. }