package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "[email protected]",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake"
  6. ]
  7. ],
  8. "_from": "chalk@>=0.4.0 <0.5.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/chalk",
  13. "_npmUser": {
  14. "email": "[email protected]",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "1.3.17",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "chalk",
  21. "raw": "[email protected]",
  22. "rawSpec": "0.4.x",
  23. "scope": null,
  24. "spec": ">=0.4.0 <0.5.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/jake"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
  31. "_shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
  32. "_shrinkwrap": null,
  33. "_spec": "[email protected]",
  34. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake",
  35. "author": {
  36. "email": "[email protected]",
  37. "name": "Sindre Sorhus",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/chalk/issues"
  42. },
  43. "dependencies": {
  44. "ansi-styles": "~1.0.0",
  45. "has-color": "~0.1.0",
  46. "strip-ansi": "~0.1.0"
  47. },
  48. "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
  49. "devDependencies": {
  50. "mocha": "~1.x"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "5199a3ddcd0c1efe23bc08c1b027b06176e0c64f",
  55. "tarball": "http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.8.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/chalk",
  64. "keywords": [
  65. "256",
  66. "ansi",
  67. "cli",
  68. "color",
  69. "colors",
  70. "colour",
  71. "command-line",
  72. "console",
  73. "formatting",
  74. "log",
  75. "logging",
  76. "rgb",
  77. "shell",
  78. "string",
  79. "styles",
  80. "terminal",
  81. "text",
  82. "tty",
  83. "xterm"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "[email protected]"
  90. }
  91. ],
  92. "name": "chalk",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/sindresorhus/chalk.git"
  98. },
  99. "scripts": {
  100. "test": "mocha"
  101. },
  102. "version": "0.4.0"
  103. }