package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "inquirer@~0.10",
  6. "scope": null,
  7. "escapedName": "inquirer",
  8. "name": "inquirer",
  9. "rawSpec": "~0.10",
  10. "spec": ">=0.10.0 <0.11.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-prompt"
  14. ]
  15. ],
  16. "_from": "inquirer@>=0.10.0 <0.11.0",
  17. "_id": "inquirer@0.10.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/inquirer",
  21. "_nodeVersion": "0.12.7",
  22. "_npmUser": {
  23. "name": "sboudrias",
  24. "email": "admin@simonboudrias.com"
  25. },
  26. "_npmVersion": "2.14.2",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "inquirer@~0.10",
  30. "scope": null,
  31. "escapedName": "inquirer",
  32. "name": "inquirer",
  33. "rawSpec": "~0.10",
  34. "spec": ">=0.10.0 <0.11.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/gulp-prompt"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.10.1.tgz",
  41. "_shasum": "ea25e4ce69ca145e05c99e46dcfec05e4012594a",
  42. "_shrinkwrap": null,
  43. "_spec": "inquirer@~0.10",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-prompt",
  45. "author": {
  46. "name": "Simon Boudrias",
  47. "email": "admin@simonboudrias.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sboudrias/Inquirer.js/issues"
  51. },
  52. "dependencies": {
  53. "ansi-escapes": "^1.1.0",
  54. "ansi-regex": "^2.0.0",
  55. "chalk": "^1.0.0",
  56. "cli-cursor": "^1.0.1",
  57. "cli-width": "^1.0.1",
  58. "figures": "^1.3.5",
  59. "lodash": "^3.3.1",
  60. "readline2": "^1.0.1",
  61. "run-async": "^0.1.0",
  62. "rx-lite": "^3.1.2",
  63. "strip-ansi": "^3.0.0",
  64. "through": "^2.3.6"
  65. },
  66. "description": "A collection of common interactive command line user interfaces.",
  67. "devDependencies": {
  68. "chai": "^3.0.0",
  69. "cmdify": "^0.0.4",
  70. "grunt": "^0.4.1",
  71. "grunt-cli": "^0.1.8",
  72. "grunt-contrib-jshint": "^0.11.1",
  73. "grunt-mocha-test": "^0.12.7",
  74. "mocha": "^2.2.1",
  75. "mockery": "^1.4.0",
  76. "sinon": "^1.12.1"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "ea25e4ce69ca145e05c99e46dcfec05e4012594a",
  81. "tarball": "https://registry.npmjs.org/inquirer/-/inquirer-0.10.1.tgz"
  82. },
  83. "files": [
  84. "lib"
  85. ],
  86. "gitHead": "b019e95f1be134de967a1b7f52aba5aca4c804ad",
  87. "homepage": "https://github.com/sboudrias/Inquirer.js#readme",
  88. "keywords": [
  89. "command",
  90. "prompt",
  91. "stdin",
  92. "cli",
  93. "tty",
  94. "menu"
  95. ],
  96. "license": "MIT",
  97. "main": "lib/inquirer.js",
  98. "maintainers": [
  99. {
  100. "name": "sboudrias",
  101. "email": "admin@simonboudrias.com"
  102. }
  103. ],
  104. "name": "inquirer",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/sboudrias/Inquirer.js.git"
  110. },
  111. "scripts": {
  112. "test": "grunt --verbose"
  113. },
  114. "version": "0.10.1"
  115. }