package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@~0.1.0",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "strip-ansi@>=0.1.0 <0.2.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/strip-ansi",
  13. "_npmUser": {
  14. "email": "[email protected]",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "1.3.15",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "strip-ansi",
  21. "raw": "strip-ansi@~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. "/chalk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz",
  31. "_shasum": "39e8a98d044d150660abe4a6808acf70bb7bc991",
  32. "_shrinkwrap": null,
  33. "_spec": "strip-ansi@~0.1.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. "bin": {
  41. "strip-ansi": "cli.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/sindresorhus/strip-ansi/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Strip ANSI escape codes (used for colorizing strings in the terminal)",
  48. "devDependencies": {
  49. "mocha": "~1.x"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "39e8a98d044d150660abe4a6808acf70bb7bc991",
  54. "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.8.0"
  58. },
  59. "files": [
  60. "cli.js",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/strip-ansi",
  64. "keywords": [
  65. "256",
  66. "ansi",
  67. "cli",
  68. "color",
  69. "colors",
  70. "colour",
  71. "command-line",
  72. "console",
  73. "escape",
  74. "formatting",
  75. "log",
  76. "logging",
  77. "remove",
  78. "rgb",
  79. "shell",
  80. "string",
  81. "strip",
  82. "styles",
  83. "terminal",
  84. "text",
  85. "trim",
  86. "tty",
  87. "xterm"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "sindresorhus",
  93. "email": "[email protected]"
  94. }
  95. ],
  96. "name": "strip-ansi",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/sindresorhus/strip-ansi.git"
  102. },
  103. "scripts": {
  104. "test": "mocha"
  105. },
  106. "version": "0.1.1"
  107. }