package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "run-parallel@1.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "run-parallel@1.2.0",
  9. "_id": "run-parallel@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  12. "_location": "/run-parallel",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "run-parallel@1.2.0",
  18. "name": "run-parallel",
  19. "escapedName": "run-parallel",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/@nodelib/fs.scandir"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  28. "_spec": "1.2.0",
  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/run-parallel/issues"
  37. },
  38. "dependencies": {
  39. "queue-microtask": "^1.2.2"
  40. },
  41. "description": "Run an array of functions in parallel",
  42. "devDependencies": {
  43. "airtap": "^3.0.0",
  44. "standard": "*",
  45. "tape": "^5.0.1"
  46. },
  47. "funding": [
  48. {
  49. "type": "github",
  50. "url": "https://github.com/sponsors/feross"
  51. },
  52. {
  53. "type": "patreon",
  54. "url": "https://www.patreon.com/feross"
  55. },
  56. {
  57. "type": "consulting",
  58. "url": "https://feross.org/support"
  59. }
  60. ],
  61. "homepage": "https://github.com/feross/run-parallel",
  62. "keywords": [
  63. "parallel",
  64. "async",
  65. "function",
  66. "callback",
  67. "asynchronous",
  68. "run",
  69. "array",
  70. "run parallel"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "run-parallel",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/feross/run-parallel.git"
  78. },
  79. "scripts": {
  80. "test": "standard && npm run test-node && npm run test-browser",
  81. "test-browser": "airtap -- test/*.js",
  82. "test-browser-local": "airtap --local -- test/*.js",
  83. "test-node": "tape test/*.js"
  84. },
  85. "version": "1.2.0"
  86. }