package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "has-color@~0.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/nomnom/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "has-color@>=0.1.0 <0.2.0",
  9. "_id": "has-color@0.1.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/has-color",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "1.4.6",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "has-color",
  21. "raw": "has-color@~0.1.0",
  22. "rawSpec": "~0.1.0",
  23. "scope": null,
  24. "spec": ">=0.1.0 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/nomnom/chalk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",
  31. "_shasum": "67144a5260c34fc3cca677d041daf52fe7b78b2f",
  32. "_shrinkwrap": null,
  33. "_spec": "has-color@~0.1.0",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/nomnom/node_modules/chalk",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/has-color/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Detect whether a terminal supports color",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "67144a5260c34fc3cca677d041daf52fe7b78b2f",
  51. "tarball": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/has-color",
  60. "keywords": [
  61. "256",
  62. "ansi",
  63. "capability",
  64. "cli",
  65. "color",
  66. "colors",
  67. "colour",
  68. "command-line",
  69. "console",
  70. "detect",
  71. "rgb",
  72. "shell",
  73. "styles",
  74. "support",
  75. "terminal",
  76. "tty",
  77. "xterm"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "has-color",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/sindresorhus/has-color.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "version": "0.1.7"
  97. }