package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cli-cursor@^1.0.1",
  6. "scope": null,
  7. "escapedName": "cli-cursor",
  8. "name": "cli-cursor",
  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": "cli-cursor@>=1.0.1 <2.0.0",
  17. "_id": "cli-cursor@1.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/cli-cursor",
  21. "_nodeVersion": "4.1.0",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.14.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "cli-cursor@^1.0.1",
  30. "scope": null,
  31. "escapedName": "cli-cursor",
  32. "name": "cli-cursor",
  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/cli-cursor/-/cli-cursor-1.0.2.tgz",
  41. "_shasum": "64da3f7d56a54412e59794bd62dc35295e8f2987",
  42. "_shrinkwrap": null,
  43. "_spec": "cli-cursor@^1.0.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/cli-cursor/issues"
  52. },
  53. "dependencies": {
  54. "restore-cursor": "^1.0.1"
  55. },
  56. "description": "Toggle the CLI cursor",
  57. "devDependencies": {
  58. "ava": "*",
  59. "xo": "*"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "64da3f7d56a54412e59794bd62dc35295e8f2987",
  64. "tarball": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "6be5a384d90278c66aa30db5ecdec8dc68f17d4f",
  73. "homepage": "https://github.com/sindresorhus/cli-cursor#readme",
  74. "keywords": [
  75. "cli",
  76. "cursor",
  77. "ansi",
  78. "toggle",
  79. "display",
  80. "show",
  81. "hide",
  82. "term",
  83. "terminal",
  84. "console",
  85. "tty",
  86. "shell",
  87. "command-line"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "sindresorhus",
  93. "email": "sindresorhus@gmail.com"
  94. }
  95. ],
  96. "name": "cli-cursor",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/cli-cursor.git"
  102. },
  103. "scripts": {
  104. "test": "xo && ava"
  105. },
  106. "version": "1.0.2"
  107. }