package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "@node-ipc/js-queue@2.0.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@node-ipc/js-queue@2.0.3",
  10. "_id": "@node-ipc/js-queue@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==",
  13. "_location": "/@node-ipc/js-queue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@node-ipc/js-queue@2.0.3",
  19. "name": "@node-ipc/js-queue",
  20. "escapedName": "@node-ipc%2fjs-queue",
  21. "scope": "@node-ipc",
  22. "rawSpec": "2.0.3",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.3"
  25. },
  26. "_requiredBy": [
  27. "/@achrinza/node-ipc"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz",
  30. "_spec": "2.0.3",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Brandon Nozaki Miller"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/node-ipc/js-queue/issues"
  37. },
  38. "dependencies": {
  39. "easy-stack": "1.0.1"
  40. },
  41. "description": "Simple JS queue with auto run for node and browsers",
  42. "engines": {
  43. "node": ">=1.0.0"
  44. },
  45. "homepage": "https://github.com/node-ipc/js-queue#readme",
  46. "keywords": [
  47. "queue",
  48. "node",
  49. "js",
  50. "auto",
  51. "run",
  52. "execute",
  53. "browser",
  54. "react"
  55. ],
  56. "license": "MIT",
  57. "main": "queue.js",
  58. "name": "@node-ipc/js-queue",
  59. "packageManager": "yarn@3.2.0",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/node-ipc/js-queue.git"
  63. },
  64. "scripts": {
  65. "test": "echo \"Error: no test specified\" && exit 1"
  66. },
  67. "version": "2.0.3"
  68. }