package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "ora@^1.2.0",
  3. "_id": "ora@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iMK1DOQxzzh2MBlVsU42G80mnrvUhqsMh74phHtDlrcTZPK0pH6o7l7DRshK+0YsxDyEuaOkziVdvM3T0QTzpw==",
  6. "_location": "/ora",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ora@^1.2.0",
  12. "name": "ora",
  13. "escapedName": "ora",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ora/-/ora-1.4.0.tgz",
  22. "_shasum": "884458215b3a5d4097592285f93321bb7a79e2e5",
  23. "_spec": "ora@^1.2.0",
  24. "_where": "D:\\workSpace\\dealer_front",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/ora/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "chalk": "^2.1.0",
  36. "cli-cursor": "^2.1.0",
  37. "cli-spinners": "^1.0.1",
  38. "log-symbols": "^2.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Elegant terminal spinner",
  42. "devDependencies": {
  43. "ava": "*",
  44. "get-stream": "^3.0.0",
  45. "strip-ansi": "^3.0.1",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/ora#readme",
  55. "keywords": [
  56. "cli",
  57. "spinner",
  58. "spinners",
  59. "terminal",
  60. "term",
  61. "console",
  62. "ascii",
  63. "unicode",
  64. "loading",
  65. "indicator",
  66. "progress",
  67. "busy",
  68. "wait",
  69. "idle"
  70. ],
  71. "license": "MIT",
  72. "name": "ora",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/ora.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "1.4.0"
  81. }