tis-cli前端项目快速搭建命令行工具
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.

65 lines
1.5 KiB

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