package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@4.1.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-regex@4.1.0",
  10. "_id": "ansi-regex@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=",
  13. "_location": "/ansi-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-regex@4.1.0",
  19. "name": "ansi-regex",
  20. "escapedName": "ansi-regex",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/strip-ansi"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/ansi-regex/download/ansi-regex-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chalk/ansi-regex/issues"
  38. },
  39. "description": "Regular expression for matching ANSI escape codes",
  40. "devDependencies": {
  41. "ava": "^0.25.0",
  42. "xo": "^0.23.0"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/chalk/ansi-regex#readme",
  51. "keywords": [
  52. "ansi",
  53. "styles",
  54. "color",
  55. "colour",
  56. "colors",
  57. "terminal",
  58. "console",
  59. "cli",
  60. "string",
  61. "tty",
  62. "escape",
  63. "formatting",
  64. "rgb",
  65. "256",
  66. "shell",
  67. "xterm",
  68. "command-line",
  69. "text",
  70. "regex",
  71. "regexp",
  72. "re",
  73. "match",
  74. "test",
  75. "find",
  76. "pattern"
  77. ],
  78. "license": "MIT",
  79. "name": "ansi-regex",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/chalk/ansi-regex.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava",
  86. "view-supported": "node fixtures/view-codes.js"
  87. },
  88. "version": "4.1.0"
  89. }