package.json 1.6 KB

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