package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "is-glob@~4.0.1",
  3. "_id": "is-glob@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  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. "/node-plop/del",
  26. "/watchpack-chokidar2/chokidar",
  27. "/webpack-dev-server/chokidar",
  28. "/webpack-dev-server/http-proxy-middleware"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  31. "_shasum": "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084",
  32. "_spec": "is-glob@~4.0.1",
  33. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\chokidar",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/micromatch/is-glob/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Brian Woodward",
  45. "url": "https://twitter.com/doowb"
  46. },
  47. {
  48. "name": "Daniel Perez",
  49. "url": "https://tuvistavie.com"
  50. },
  51. {
  52. "name": "Jon Schlinkert",
  53. "url": "http://twitter.com/jonschlinkert"
  54. }
  55. ],
  56. "dependencies": {
  57. "is-extglob": "^2.1.1"
  58. },
  59. "deprecated": false,
  60. "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.",
  61. "devDependencies": {
  62. "gulp-format-md": "^0.1.10",
  63. "mocha": "^3.0.2"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/micromatch/is-glob",
  72. "keywords": [
  73. "bash",
  74. "braces",
  75. "check",
  76. "exec",
  77. "expression",
  78. "extglob",
  79. "glob",
  80. "globbing",
  81. "globstar",
  82. "is",
  83. "match",
  84. "matches",
  85. "pattern",
  86. "regex",
  87. "regular",
  88. "string",
  89. "test"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "is-glob",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/micromatch/is-glob.git"
  97. },
  98. "scripts": {
  99. "test": "mocha && node benchmark.js"
  100. },
  101. "verb": {
  102. "layout": "default",
  103. "plugins": [
  104. "gulp-format-md"
  105. ],
  106. "related": {
  107. "list": [
  108. "assemble",
  109. "base",
  110. "update",
  111. "verb"
  112. ]
  113. },
  114. "reflinks": [
  115. "assemble",
  116. "bach",
  117. "base",
  118. "composer",
  119. "gulp",
  120. "has-glob",
  121. "is-valid-glob",
  122. "micromatch",
  123. "npm",
  124. "scaffold",
  125. "verb",
  126. "vinyl"
  127. ]
  128. },
  129. "version": "4.0.3"
  130. }