package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "cli-spinners@2.5.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-spinners@2.5.0",
  10. "_id": "cli-spinners@2.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-EnY+RyUb+VHLdcIB36WP8byy0Ec=",
  13. "_location": "/cli-spinners",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-spinners@2.5.0",
  19. "name": "cli-spinners",
  20. "escapedName": "cli-spinners",
  21. "rawSpec": "2.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.0"
  24. },
  25. "_requiredBy": [
  26. "/ora"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/cli-spinners/download/cli-spinners-2.5.0.tgz",
  29. "_spec": "2.5.0",
  30. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://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": "^1.4.1",
  42. "log-update": "^3.2.0",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts",
  52. "spinners.json"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
  56. "keywords": [
  57. "cli",
  58. "spinner",
  59. "spinners",
  60. "terminal",
  61. "term",
  62. "console",
  63. "ascii",
  64. "unicode",
  65. "loading",
  66. "indicator",
  67. "progress",
  68. "busy",
  69. "wait",
  70. "idle",
  71. "json"
  72. ],
  73. "license": "MIT",
  74. "name": "cli-spinners",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/cli-spinners.git"
  78. },
  79. "scripts": {
  80. "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
  81. "test": "xo && ava && tsd"
  82. },
  83. "version": "2.5.0"
  84. }