package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "readline2@^1.0.1",
  6. "scope": null,
  7. "escapedName": "readline2",
  8. "name": "readline2",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer"
  14. ]
  15. ],
  16. "_from": "readline2@>=1.0.1 <2.0.0",
  17. "_id": "readline2@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/readline2",
  21. "_nodeVersion": "0.12.5",
  22. "_npmUser": {
  23. "name": "sboudrias",
  24. "email": "admin@simonboudrias.com"
  25. },
  26. "_npmVersion": "2.11.2",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "readline2@^1.0.1",
  30. "scope": null,
  31. "escapedName": "readline2",
  32. "name": "readline2",
  33. "rawSpec": "^1.0.1",
  34. "spec": ">=1.0.1 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/inquirer"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
  41. "_shasum": "41059608ffc154757b715d9989d199ffbf372e35",
  42. "_shrinkwrap": null,
  43. "_spec": "readline2@^1.0.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer",
  45. "author": {
  46. "name": "Simon Boudrias",
  47. "email": "admin@simonboudrias.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sboudrias/readline2/issues"
  51. },
  52. "dependencies": {
  53. "code-point-at": "^1.0.0",
  54. "is-fullwidth-code-point": "^1.0.0",
  55. "mute-stream": "0.0.5"
  56. },
  57. "description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
  58. "devDependencies": {
  59. "chalk": "^1.1.0",
  60. "mocha": "^2.1.0",
  61. "sinon": "^1.7.3"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "41059608ffc154757b715d9989d199ffbf372e35",
  66. "tarball": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "32aa9851e2cbb0610364d5009165be6fb2fed4ef",
  72. "homepage": "https://github.com/sboudrias/readline2#readme",
  73. "keywords": [
  74. "cli",
  75. "terminal",
  76. "readline",
  77. "tty",
  78. "ansi"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "sboudrias",
  84. "email": "admin@simonboudrias.com"
  85. }
  86. ],
  87. "name": "readline2",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/sboudrias/readline2.git"
  93. },
  94. "scripts": {
  95. "test": "mocha -R spec"
  96. },
  97. "version": "1.0.1"
  98. }