tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cli-spinners@2.6.1",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "cli-spinners@2.6.1",
  9. "_id": "cli-spinners@2.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-rclU6+KBw3pjGb+kAebdJIj/tw0=",
  12. "_location": "/cli-spinners",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cli-spinners@2.6.1",
  18. "name": "cli-spinners",
  19. "escapedName": "cli-spinners",
  20. "rawSpec": "2.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.6.1"
  23. },
  24. "_requiredBy": [
  25. "/ora"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/cli-spinners/download/cli-spinners-2.6.1.tgz",
  28. "_spec": "2.6.1",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "https://sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/cli-spinners/issues"
  37. },
  38. "description": "Spinners for use in the terminal",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "log-update": "^3.2.0",
  42. "string-length": "^4.0.1",
  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.6.1"
  84. }