package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "run-async@2.4.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "run-async@2.4.1",
  10. "_id": "run-async@2.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
  13. "_location": "/run-async",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "run-async@2.4.1",
  20. "name": "run-async",
  21. "escapedName": "run-async",
  22. "rawSpec": "2.4.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.4.1"
  25. },
  26. "_requiredBy": [
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/run-async/-/run-async-2.4.1.tgz",
  30. "_spec": "2.4.1",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Simon Boudrias",
  34. "email": "admin@simonboudrias.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/SBoudrias/run-async/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  41. "devDependencies": {
  42. "mocha": "^7.1.0"
  43. },
  44. "engines": {
  45. "node": ">=0.12.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/SBoudrias/run-async#readme",
  51. "keywords": [
  52. "flow",
  53. "flow-control",
  54. "async"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "run-async",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/SBoudrias/run-async.git"
  62. },
  63. "scripts": {
  64. "test": "mocha -R spec"
  65. },
  66. "version": "2.4.1"
  67. }