package.json 1.9 KB

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