package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "run-async@2.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/eslint/inquirer",
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/run-async/download/run-async-2.3.0.tgz",
  30. "_spec": "2.3.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "is-promise": "^2.1.0"
  41. },
  42. "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  43. "devDependencies": {
  44. "mocha": "^3.1.2"
  45. },
  46. "engines": {
  47. "node": ">=0.12.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/SBoudrias/run-async#readme",
  53. "keywords": [
  54. "flow",
  55. "flow-control",
  56. "async"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "run-async",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/SBoudrias/run-async.git"
  64. },
  65. "scripts": {
  66. "test": "mocha -R spec"
  67. },
  68. "version": "2.3.0"
  69. }