package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "cli-cursor@2.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-cursor@2.1.0",
  10. "_id": "cli-cursor@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
  13. "_location": "/cli-cursor",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-cursor@2.1.0",
  19. "name": "cli-cursor",
  20. "escapedName": "cli-cursor",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint/inquirer",
  27. "/inquirer",
  28. "/ora"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/cli-cursor/download/cli-cursor-2.1.0.tgz",
  31. "_spec": "2.1.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/cli-cursor/issues"
  40. },
  41. "dependencies": {
  42. "restore-cursor": "^2.0.0"
  43. },
  44. "description": "Toggle the CLI cursor",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/cli-cursor#readme",
  56. "keywords": [
  57. "cli",
  58. "cursor",
  59. "ansi",
  60. "toggle",
  61. "display",
  62. "show",
  63. "hide",
  64. "term",
  65. "terminal",
  66. "console",
  67. "tty",
  68. "shell",
  69. "command-line"
  70. ],
  71. "license": "MIT",
  72. "name": "cli-cursor",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/cli-cursor.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "2.1.0",
  81. "xo": {
  82. "esnext": true
  83. }
  84. }