package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "ora@4.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ora@4.0.2",
  9. "_id": "ora@4.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==",
  12. "_location": "/ora",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.2",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0",
  17. "mimic-fn": "2.1.0",
  18. "signal-exit": "3.0.2"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "ora@4.0.2",
  24. "name": "ora",
  25. "escapedName": "ora",
  26. "rawSpec": "4.0.2",
  27. "saveSpec": null,
  28. "fetchSpec": "4.0.2"
  29. },
  30. "_requiredBy": [
  31. "/@schematics/angular/@angular-devkit/schematics"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz",
  34. "_spec": "4.0.2",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/ora/issues"
  43. },
  44. "dependencies": {
  45. "chalk": "^2.4.2",
  46. "cli-cursor": "^3.1.0",
  47. "cli-spinners": "^2.2.0",
  48. "is-interactive": "^1.0.0",
  49. "log-symbols": "^3.0.0",
  50. "strip-ansi": "^5.2.0",
  51. "wcwidth": "^1.0.1"
  52. },
  53. "description": "Elegant terminal spinner",
  54. "devDependencies": {
  55. "@types/node": "^12.7.5",
  56. "ava": "^2.4.0",
  57. "get-stream": "^5.1.0",
  58. "tsd": "^0.8.0",
  59. "xo": "^0.24.0"
  60. },
  61. "engines": {
  62. "node": ">=8"
  63. },
  64. "files": [
  65. "index.js",
  66. "index.d.ts"
  67. ],
  68. "homepage": "https://github.com/sindresorhus/ora#readme",
  69. "keywords": [
  70. "cli",
  71. "spinner",
  72. "spinners",
  73. "terminal",
  74. "term",
  75. "console",
  76. "ascii",
  77. "unicode",
  78. "loading",
  79. "indicator",
  80. "progress",
  81. "busy",
  82. "wait",
  83. "idle"
  84. ],
  85. "license": "MIT",
  86. "name": "ora",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/ora.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava && tsd"
  93. },
  94. "version": "4.0.2"
  95. }