项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

69 lines
1.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "run-async@2.3.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "run-async@2.3.0",
  10. "_id": "run-async@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
  13. "_location": "/run-async",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "run-async@2.3.0",
  19. "name": "run-async",
  20. "escapedName": "run-async",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/inquirer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  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. "is-promise": "^2.1.0"
  40. },
  41. "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  42. "devDependencies": {
  43. "mocha": "^3.1.2"
  44. },
  45. "engines": {
  46. "node": ">=0.12.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/SBoudrias/run-async#readme",
  52. "keywords": [
  53. "flow",
  54. "flow-control",
  55. "async"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "run-async",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/SBoudrias/run-async.git"
  63. },
  64. "scripts": {
  65. "test": "mocha -R spec"
  66. },
  67. "version": "2.3.0"
  68. }