package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "queue-microtask@1.2.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "queue-microtask@1.2.3",
  9. "_id": "queue-microtask@1.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  12. "_location": "/queue-microtask",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "queue-microtask@1.2.3",
  18. "name": "queue-microtask",
  19. "escapedName": "queue-microtask",
  20. "rawSpec": "1.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.3"
  23. },
  24. "_requiredBy": [
  25. "/run-parallel"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  28. "_spec": "1.2.3",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Feross Aboukhadijeh",
  32. "email": "feross@feross.org",
  33. "url": "https://feross.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/feross/queue-microtask/issues"
  37. },
  38. "description": "fast, tiny `queueMicrotask` shim for modern engines",
  39. "devDependencies": {
  40. "standard": "*",
  41. "tape": "^5.2.2"
  42. },
  43. "funding": [
  44. {
  45. "type": "github",
  46. "url": "https://github.com/sponsors/feross"
  47. },
  48. {
  49. "type": "patreon",
  50. "url": "https://www.patreon.com/feross"
  51. },
  52. {
  53. "type": "consulting",
  54. "url": "https://feross.org/support"
  55. }
  56. ],
  57. "homepage": "https://github.com/feross/queue-microtask",
  58. "keywords": [
  59. "asap",
  60. "immediate",
  61. "micro task",
  62. "microtask",
  63. "nextTick",
  64. "process.nextTick",
  65. "queue micro task",
  66. "queue microtask",
  67. "queue-microtask",
  68. "queueMicrotask",
  69. "setImmediate",
  70. "task"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "queue-microtask",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/feross/queue-microtask.git"
  78. },
  79. "scripts": {
  80. "test": "standard && tape test/*.js"
  81. },
  82. "version": "1.2.3"
  83. }