package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "log-symbols@^2.2.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli"
  6. ]
  7. ],
  8. "_from": "log-symbols@>=2.2.0 <3.0.0",
  9. "_id": "log-symbols@2.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/log-symbols",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/log-symbols-2.2.0.tgz_1516578275647_0.2500845284666866"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "log-symbols",
  26. "raw": "log-symbols@^2.2.0",
  27. "rawSpec": "^2.2.0",
  28. "scope": null,
  29. "spec": ">=2.2.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-cli",
  34. "/yeoman-environment"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
  37. "_shasum": "5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a",
  38. "_shrinkwrap": null,
  39. "_spec": "log-symbols@^2.2.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "browser": "browser.js",
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/log-symbols/issues"
  49. },
  50. "dependencies": {
  51. "chalk": "^2.0.1"
  52. },
  53. "description": "Colored symbols for various log levels. Example: ✔︎ Success",
  54. "devDependencies": {
  55. "ava": "*",
  56. "strip-ansi": "^4.0.0",
  57. "xo": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
  62. "shasum": "5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a",
  63. "tarball": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=4"
  67. },
  68. "files": [
  69. "browser.js",
  70. "index.js"
  71. ],
  72. "gitHead": "029dbb35f81c0e8471a4fa1fcf014af416d3230d",
  73. "homepage": "https://github.com/sindresorhus/log-symbols#readme",
  74. "keywords": [
  75. "char",
  76. "characters",
  77. "cli",
  78. "cmd",
  79. "command-line",
  80. "fallback",
  81. "figure",
  82. "figures",
  83. "log",
  84. "logging",
  85. "stdout",
  86. "symbol",
  87. "symbols",
  88. "terminal",
  89. "unicode",
  90. "win",
  91. "windows"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "sindresorhus",
  97. "email": "sindresorhus@gmail.com"
  98. }
  99. ],
  100. "name": "log-symbols",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/log-symbols.git"
  106. },
  107. "scripts": {
  108. "test": "xo && ava"
  109. },
  110. "version": "2.2.0"
  111. }