package.json 2.5 KB

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