package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "log-symbols@^2.2.0",
  3. "_id": "log-symbols@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
  6. "_location": "/log-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "log-symbols@^2.2.0",
  12. "name": "log-symbols",
  13. "escapedName": "log-symbols",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/lint-staged",
  20. "/ora"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-2.2.0.tgz",
  23. "_shasum": "5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a",
  24. "_spec": "log-symbols@^2.2.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\ora",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "browser": "browser.js",
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/log-symbols/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "chalk": "^2.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Colored symbols for various log levels. Example: ✔︎ Success",
  41. "devDependencies": {
  42. "ava": "*",
  43. "strip-ansi": "^4.0.0",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js",
  51. "browser.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/log-symbols#readme",
  54. "keywords": [
  55. "unicode",
  56. "cli",
  57. "cmd",
  58. "command-line",
  59. "characters",
  60. "char",
  61. "symbol",
  62. "symbols",
  63. "figure",
  64. "figures",
  65. "fallback",
  66. "win",
  67. "windows",
  68. "log",
  69. "logging",
  70. "terminal",
  71. "stdout"
  72. ],
  73. "license": "MIT",
  74. "name": "log-symbols",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/log-symbols.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "2.2.0"
  83. }