package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "is-glob@~4.0.1",
  3. "_id": "is-glob@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
  6. "_location": "/is-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-glob@~4.0.1",
  12. "name": "is-glob",
  13. "escapedName": "is-glob",
  14. "rawSpec": "~4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/copy-webpack-plugin",
  21. "/eslint",
  22. "/fast-glob",
  23. "/glob-parent",
  24. "/http-proxy-middleware",
  25. "/watchpack-chokidar2/chokidar",
  26. "/webpack-dev-server/chokidar",
  27. "/webpack-dev-server/http-proxy-middleware"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-glob/download/is-glob-4.0.1.tgz",
  30. "_shasum": "7567dbe9f2f5e2467bc77ab83c4a29482407a5dc",
  31. "_spec": "is-glob@~4.0.1",
  32. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\chokidar",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/micromatch/is-glob/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Daniel Perez",
  48. "url": "https://tuvistavie.com"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. }
  54. ],
  55. "dependencies": {
  56. "is-extglob": "^2.1.1"
  57. },
  58. "deprecated": false,
  59. "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
  60. "devDependencies": {
  61. "gulp-format-md": "^0.1.10",
  62. "mocha": "^3.0.2"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/micromatch/is-glob",
  71. "keywords": [
  72. "bash",
  73. "braces",
  74. "check",
  75. "exec",
  76. "expression",
  77. "extglob",
  78. "glob",
  79. "globbing",
  80. "globstar",
  81. "is",
  82. "match",
  83. "matches",
  84. "pattern",
  85. "regex",
  86. "regular",
  87. "string",
  88. "test"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-glob",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/micromatch/is-glob.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "layout": "default",
  102. "plugins": [
  103. "gulp-format-md"
  104. ],
  105. "related": {
  106. "list": [
  107. "assemble",
  108. "base",
  109. "update",
  110. "verb"
  111. ]
  112. },
  113. "reflinks": [
  114. "assemble",
  115. "bach",
  116. "base",
  117. "composer",
  118. "gulp",
  119. "has-glob",
  120. "is-valid-glob",
  121. "micromatch",
  122. "npm",
  123. "scaffold",
  124. "verb",
  125. "vinyl"
  126. ]
  127. },
  128. "version": "4.0.1"
  129. }