package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "cli-spinners@2.6.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-spinners@2.6.0",
  10. "_id": "cli-spinners@2.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NsfcmPtqmna9YjjsP3fiQlYn6Tk=",
  13. "_location": "/cli-spinners",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-spinners@2.6.0",
  19. "name": "cli-spinners",
  20. "escapedName": "cli-spinners",
  21. "rawSpec": "2.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.0"
  24. },
  25. "_requiredBy": [
  26. "/ora"
  27. ],
  28. "_resolved": "https://registry.nlark.com/cli-spinners/download/cli-spinners-2.6.0.tgz",
  29. "_spec": "2.6.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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. "string-length": "^4.0.1",
  44. "tsd": "^0.7.2",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts",
  53. "spinners.json"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
  57. "keywords": [
  58. "cli",
  59. "spinner",
  60. "spinners",
  61. "terminal",
  62. "term",
  63. "console",
  64. "ascii",
  65. "unicode",
  66. "loading",
  67. "indicator",
  68. "progress",
  69. "busy",
  70. "wait",
  71. "idle",
  72. "json"
  73. ],
  74. "license": "MIT",
  75. "name": "cli-spinners",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/cli-spinners.git"
  79. },
  80. "scripts": {
  81. "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
  82. "test": "xo && ava && tsd"
  83. },
  84. "version": "2.6.0"
  85. }