package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "cli-spinners@2.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "cli-spinners@2.2.0",
  9. "_id": "cli-spinners@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==",
  12. "_location": "/cli-spinners",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cli-spinners@2.2.0",
  18. "name": "cli-spinners",
  19. "escapedName": "cli-spinners",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/ora"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.2.0.tgz",
  28. "_spec": "2.2.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "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. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts",
  51. "spinners.json"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
  54. "keywords": [
  55. "cli",
  56. "spinner",
  57. "spinners",
  58. "terminal",
  59. "term",
  60. "console",
  61. "ascii",
  62. "unicode",
  63. "loading",
  64. "indicator",
  65. "progress",
  66. "busy",
  67. "wait",
  68. "idle",
  69. "json"
  70. ],
  71. "license": "MIT",
  72. "name": "cli-spinners",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/cli-spinners.git"
  76. },
  77. "scripts": {
  78. "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
  79. "test": "xo && ava && tsd"
  80. },
  81. "version": "2.2.0"
  82. }