package.json 2.3 KB

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