package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "run-async@^0.1.0",
  6. "scope": null,
  7. "escapedName": "run-async",
  8. "name": "run-async",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer"
  14. ]
  15. ],
  16. "_from": "run-async@>=0.1.0 <0.2.0",
  17. "_id": "run-async@0.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/run-async",
  21. "_npmUser": {
  22. "name": "sboudrias",
  23. "email": "admin@simonboudrias.com"
  24. },
  25. "_npmVersion": "1.4.6",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "run-async@^0.1.0",
  29. "scope": null,
  30. "escapedName": "run-async",
  31. "name": "run-async",
  32. "rawSpec": "^0.1.0",
  33. "spec": ">=0.1.0 <0.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/inquirer"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz",
  40. "_shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
  41. "_shrinkwrap": null,
  42. "_spec": "run-async@^0.1.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer",
  44. "author": {
  45. "name": "Simon Boudrias",
  46. "email": "admin@simonboudrias.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/SBoudrias/run-async/issues"
  50. },
  51. "dependencies": {
  52. "once": "^1.3.0"
  53. },
  54. "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  55. "devDependencies": {
  56. "mocha": "^1.21.4"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
  61. "tarball": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz"
  62. },
  63. "homepage": "https://github.com/SBoudrias/run-async",
  64. "keywords": [
  65. "flow",
  66. "flow-control",
  67. "async"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "name": "sboudrias",
  74. "email": "admin@simonboudrias.com"
  75. }
  76. ],
  77. "name": "run-async",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/SBoudrias/run-async.git"
  83. },
  84. "scripts": {
  85. "test": "mocha -R spec"
  86. },
  87. "version": "0.1.0"
  88. }