package.json 1.7 KB

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