package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "chalk@1.1.1",
  5. "D:\\work\\im\\node_modules\\babel-cli"
  6. ]
  7. ],
  8. "_from": "chalk@1.1.1",
  9. "_id": "chalk@1.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/chalk",
  13. "_nodeVersion": "0.12.7",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.13.5",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "chalk",
  22. "raw": "chalk@1.1.1",
  23. "rawSpec": "1.1.1",
  24. "scope": null,
  25. "spec": "1.1.1",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/babel-cli",
  30. "/babel-code-frame",
  31. "/har-validator",
  32. "/log-symbols"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
  35. "_shasum": "509afb67066e7499f7eb3535c77445772ae2d019",
  36. "_shrinkwrap": null,
  37. "_spec": "chalk@1.1.1",
  38. "_where": "D:\\work\\im\\node_modules\\babel-cli",
  39. "bugs": {
  40. "url": "https://github.com/chalk/chalk/issues"
  41. },
  42. "dependencies": {
  43. "ansi-styles": "^2.1.0",
  44. "escape-string-regexp": "^1.0.2",
  45. "has-ansi": "^2.0.0",
  46. "strip-ansi": "^3.0.0",
  47. "supports-color": "^2.0.0"
  48. },
  49. "description": "Terminal string styling done right. Much color.",
  50. "devDependencies": {
  51. "coveralls": "^2.11.2",
  52. "matcha": "^0.6.0",
  53. "mocha": "*",
  54. "nyc": "^3.0.0",
  55. "require-uncached": "^1.0.2",
  56. "resolve-from": "^1.0.0",
  57. "semver": "^4.3.3",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "509afb67066e7499f7eb3535c77445772ae2d019",
  63. "tarball": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "8b554e254e89c85c1fd04dcc444beeb15824e1a5",
  72. "homepage": "https://github.com/chalk/chalk#readme",
  73. "keywords": [
  74. "color",
  75. "colour",
  76. "colors",
  77. "terminal",
  78. "console",
  79. "cli",
  80. "string",
  81. "str",
  82. "ansi",
  83. "style",
  84. "styles",
  85. "tty",
  86. "formatting",
  87. "rgb",
  88. "256",
  89. "shell",
  90. "xterm",
  91. "log",
  92. "logging",
  93. "command-line",
  94. "text"
  95. ],
  96. "license": "MIT",
  97. "maintainers": [
  98. {
  99. "email": "sindresorhus@gmail.com",
  100. "name": "sindresorhus"
  101. },
  102. {
  103. "email": "jappelman@xebia.com",
  104. "name": "jbnicolai"
  105. },
  106. {
  107. "email": "sindresorhus+unicorn@gmail.com",
  108. "name": "unicorn"
  109. }
  110. ],
  111. "name": "chalk",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/chalk/chalk.git"
  117. },
  118. "scripts": {
  119. "bench": "matcha benchmark.js",
  120. "coverage": "nyc npm test && nyc report",
  121. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  122. "test": "xo && mocha"
  123. },
  124. "version": "1.1.1",
  125. "xo": {
  126. "envs": [
  127. "node",
  128. "mocha"
  129. ]
  130. }
  131. }