package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "ora@3.4.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ora@3.4.0",
  10. "_id": "ora@3.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-vwdSSRBZo+8+1MhQl1Md6f280xg=",
  13. "_location": "/ora",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ora@3.4.0",
  19. "name": "ora",
  20. "escapedName": "ora",
  21. "rawSpec": "3.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.4.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/@vue/cli-shared-utils"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/ora/download/ora-3.4.0.tgz",
  30. "_spec": "3.4.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/ora/issues"
  39. },
  40. "dependencies": {
  41. "chalk": "^2.4.2",
  42. "cli-cursor": "^2.1.0",
  43. "cli-spinners": "^2.0.0",
  44. "log-symbols": "^2.2.0",
  45. "strip-ansi": "^5.2.0",
  46. "wcwidth": "^1.0.1"
  47. },
  48. "description": "Elegant terminal spinner",
  49. "devDependencies": {
  50. "@types/node": "^11.13.0",
  51. "ava": "^1.4.1",
  52. "get-stream": "^4.1.0",
  53. "tsd": "^0.7.2",
  54. "xo": "^0.24.0"
  55. },
  56. "engines": {
  57. "node": ">=6"
  58. },
  59. "files": [
  60. "index.js",
  61. "index.d.ts"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/ora#readme",
  64. "keywords": [
  65. "cli",
  66. "spinner",
  67. "spinners",
  68. "terminal",
  69. "term",
  70. "console",
  71. "ascii",
  72. "unicode",
  73. "loading",
  74. "indicator",
  75. "progress",
  76. "busy",
  77. "wait",
  78. "idle"
  79. ],
  80. "license": "MIT",
  81. "name": "ora",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/ora.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava && tsd"
  88. },
  89. "version": "3.4.0"
  90. }