package.json 1.6 KB

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