Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "strip-ansi@^3.0.0",
  3. "_id": "strip-ansi@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^3.0.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-code-frame/chalk",
  20. "/friendly-errors-webpack-plugin/chalk",
  21. "/webpack-dev-server",
  22. "/webpack-notifier"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  25. "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  26. "_spec": "strip-ansi@^3.0.0",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/babel-code-frame/node_modules/chalk",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/chalk/strip-ansi/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "ansi-regex": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Strip ANSI escape codes",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/chalk/strip-ansi#readme",
  53. "keywords": [
  54. "strip",
  55. "trim",
  56. "remove",
  57. "ansi",
  58. "styles",
  59. "color",
  60. "colour",
  61. "colors",
  62. "terminal",
  63. "console",
  64. "string",
  65. "tty",
  66. "escape",
  67. "formatting",
  68. "rgb",
  69. "256",
  70. "shell",
  71. "xterm",
  72. "log",
  73. "logging",
  74. "command-line",
  75. "text"
  76. ],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "name": "Sindre Sorhus",
  81. "email": "sindresorhus@gmail.com",
  82. "url": "sindresorhus.com"
  83. },
  84. {
  85. "name": "Joshua Boy Nicolai Appelman",
  86. "email": "joshua@jbna.nl",
  87. "url": "jbna.nl"
  88. },
  89. {
  90. "name": "JD Ballard",
  91. "email": "i.am.qix@gmail.com",
  92. "url": "github.com/qix-"
  93. }
  94. ],
  95. "name": "strip-ansi",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/chalk/strip-ansi.git"
  99. },
  100. "scripts": {
  101. "test": "xo && ava"
  102. },
  103. "version": "3.0.1"
  104. }