package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "log-symbols@^1.0.2",
  5. "D:\\work\\im\\node_modules\\babel-cli"
  6. ]
  7. ],
  8. "_from": "log-symbols@>=1.0.2 <2.0.0",
  9. "_id": "log-symbols@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/log-symbols",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "log-symbols",
  22. "raw": "log-symbols@^1.0.2",
  23. "rawSpec": "^1.0.2",
  24. "scope": null,
  25. "spec": ">=1.0.2 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-cli"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz",
  32. "_shasum": "376ff7b58ea3086a0f09facc74617eca501e1a18",
  33. "_shrinkwrap": null,
  34. "_spec": "log-symbols@^1.0.2",
  35. "_where": "D:\\work\\im\\node_modules\\babel-cli",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "http://sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/log-symbols/issues"
  43. },
  44. "dependencies": {
  45. "chalk": "^1.0.0"
  46. },
  47. "description": "Colored symbols for various log levels. Example: ✔︎ success",
  48. "devDependencies": {
  49. "ava": "0.0.4"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "376ff7b58ea3086a0f09facc74617eca501e1a18",
  54. "tarball": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "ffcc995a1d4efc91ceed3e536fecccc8dc517c76",
  63. "homepage": "https://github.com/sindresorhus/log-symbols",
  64. "keywords": [
  65. "unicode",
  66. "cli",
  67. "cmd",
  68. "command-line",
  69. "characters",
  70. "char",
  71. "symbol",
  72. "symbols",
  73. "figure",
  74. "figures",
  75. "fallback",
  76. "win",
  77. "windows",
  78. "log",
  79. "logging",
  80. "terminal",
  81. "stdout"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "email": "sindresorhus@gmail.com",
  87. "name": "sindresorhus"
  88. }
  89. ],
  90. "name": "log-symbols",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/log-symbols.git"
  96. },
  97. "scripts": {
  98. "test": "node test.js"
  99. },
  100. "version": "1.0.2"
  101. }