package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "cli-spinners@1.3.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-spinners@1.3.1",
  10. "_id": "cli-spinners@1.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1QL4544moEsDVH9T/l6Cemov/37iv1RtoKf7NJ04A60+4MREXNfx/QvavbH6QoGdsD4N4Mwy49cmaINR/o2mdg==",
  13. "_location": "/cli-spinners",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-spinners@1.3.1",
  19. "name": "cli-spinners",
  20. "escapedName": "cli-spinners",
  21. "rawSpec": "1.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.1"
  24. },
  25. "_requiredBy": [
  26. "/ora"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-1.3.1.tgz",
  29. "_spec": "1.3.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/cli-spinners/issues"
  38. },
  39. "description": "Spinners for use in the terminal",
  40. "devDependencies": {
  41. "ava": "*",
  42. "log-update": "^2.1.0",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js",
  50. "spinners.json"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
  53. "keywords": [
  54. "cli",
  55. "spinner",
  56. "spinners",
  57. "terminal",
  58. "term",
  59. "console",
  60. "ascii",
  61. "unicode",
  62. "loading",
  63. "indicator",
  64. "progress",
  65. "busy",
  66. "wait",
  67. "idle",
  68. "json"
  69. ],
  70. "license": "MIT",
  71. "name": "cli-spinners",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/cli-spinners.git"
  75. },
  76. "scripts": {
  77. "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
  78. "test": "xo && ava"
  79. },
  80. "version": "1.3.1"
  81. }