package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "log-symbols@^1.0.2",
  3. "_id": "log-symbols@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mmPrW0Fh2fxOzdBbFv4g1m6pR72haFLPJ2G5SJEELf1y+iaQrDG6cWCPjy54RHYbZAt7X+ls690Kw62AdWXBzQ==",
  6. "_location": "/log-symbols",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "has-ansi": "2.0.0",
  10. "strip-ansi": "3.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "log-symbols@^1.0.2",
  16. "name": "log-symbols",
  17. "escapedName": "log-symbols",
  18. "rawSpec": "^1.0.2",
  19. "saveSpec": null,
  20. "fetchSpec": "^1.0.2"
  21. },
  22. "_requiredBy": [
  23. "/ora"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-1.0.2.tgz",
  26. "_shasum": "376ff7b58ea3086a0f09facc74617eca501e1a18",
  27. "_spec": "log-symbols@^1.0.2",
  28. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\ora",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "http://sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/log-symbols/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "chalk": "^1.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Colored symbols for various log levels. Example: ✔︎ success",
  43. "devDependencies": {
  44. "ava": "0.0.4"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/log-symbols#readme",
  53. "keywords": [
  54. "unicode",
  55. "cli",
  56. "cmd",
  57. "command-line",
  58. "characters",
  59. "char",
  60. "symbol",
  61. "symbols",
  62. "figure",
  63. "figures",
  64. "fallback",
  65. "win",
  66. "windows",
  67. "log",
  68. "logging",
  69. "terminal",
  70. "stdout"
  71. ],
  72. "license": "MIT",
  73. "name": "log-symbols",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/log-symbols.git"
  77. },
  78. "scripts": {
  79. "test": "node test.js"
  80. },
  81. "version": "1.0.2"
  82. }