You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.1 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "log-symbols@4.1.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "log-symbols@4.1.0",
  10. "_id": "log-symbols@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
  13. "_location": "/log-symbols",
  14. "_phantomChildren": {
  15. "ansi-styles": "4.3.0",
  16. "supports-color": "7.2.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "log-symbols@4.1.0",
  22. "name": "log-symbols",
  23. "escapedName": "log-symbols",
  24. "rawSpec": "4.1.0",
  25. "saveSpec": null,
  26. "fetchSpec": "4.1.0"
  27. },
  28. "_requiredBy": [
  29. "/ora"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-4.1.0.tgz",
  32. "_spec": "4.1.0",
  33. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "https://sindresorhus.com"
  38. },
  39. "browser": "browser.js",
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/log-symbols/issues"
  42. },
  43. "dependencies": {
  44. "chalk": "^4.1.0",
  45. "is-unicode-supported": "^0.1.0"
  46. },
  47. "description": "Colored symbols for various log levels. Example: `✔︎ Success`",
  48. "devDependencies": {
  49. "ava": "^2.4.0",
  50. "strip-ansi": "^6.0.0",
  51. "tsd": "^0.14.0",
  52. "xo": "^0.38.2"
  53. },
  54. "engines": {
  55. "node": ">=10"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts",
  60. "browser.js"
  61. ],
  62. "funding": "https://github.com/sponsors/sindresorhus",
  63. "homepage": "https://github.com/sindresorhus/log-symbols#readme",
  64. "keywords": [
  65. "unicode",
  66. "cli",
  67. "cmd",
  68. "command-line",
  69. "characters",
  70. "symbol",
  71. "symbols",
  72. "figure",
  73. "figures",
  74. "fallback",
  75. "windows",
  76. "log",
  77. "logging",
  78. "terminal",
  79. "stdout"
  80. ],
  81. "license": "MIT",
  82. "name": "log-symbols",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/log-symbols.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava && tsd"
  89. },
  90. "version": "4.1.0"
  91. }