package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "ansi-regex@^0.2.0",
  3. "_id": "ansi-regex@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sGwIGMjhYdW26/IhwK2gkWWI8DRCVO6uj3hYgHT+zD+QL1pa37tM3ujhyfcJIYSbsxp7Gxhy7zrRW/1AHm4BmA==",
  6. "_location": "/gulp-cssmin/ansi-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-regex@^0.2.0",
  12. "name": "ansi-regex",
  13. "escapedName": "ansi-regex",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-cssmin/has-ansi",
  20. "/gulp-cssmin/strip-ansi"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-0.2.1.tgz",
  23. "_shasum": "0d8e946967a3d8143f93e24e298525fc1b2235f9",
  24. "_spec": "ansi-regex@^0.2.0",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-cssmin\\node_modules\\has-ansi",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "http://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/ansi-regex/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Regular expression for matching ANSI escape codes",
  37. "devDependencies": {
  38. "mocha": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/ansi-regex#readme",
  47. "keywords": [
  48. "ansi",
  49. "styles",
  50. "color",
  51. "colour",
  52. "colors",
  53. "terminal",
  54. "console",
  55. "cli",
  56. "string",
  57. "tty",
  58. "escape",
  59. "formatting",
  60. "rgb",
  61. "256",
  62. "shell",
  63. "xterm",
  64. "command-line",
  65. "text",
  66. "regex",
  67. "regexp",
  68. "re",
  69. "match",
  70. "test",
  71. "find",
  72. "pattern"
  73. ],
  74. "license": "MIT",
  75. "name": "ansi-regex",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/ansi-regex.git"
  79. },
  80. "scripts": {
  81. "test": "mocha"
  82. },
  83. "version": "0.2.1"
  84. }