package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_from": "is-glob@^4.0.0",
  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.0",
  12. "name": "is-glob",
  13. "escapedName": "is-glob",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/copy-webpack-plugin",
  21. "/glob-parent",
  22. "/http-proxy-middleware",
  23. "/watchpack-chokidar2/chokidar",
  24. "/webpack-dev-server/chokidar"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  27. "_shasum": "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084",
  28. "_spec": "is-glob@^4.0.0",
  29. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\copy-webpack-plugin",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/micromatch/is-glob/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Brian Woodward",
  41. "url": "https://twitter.com/doowb"
  42. },
  43. {
  44. "name": "Daniel Perez",
  45. "url": "https://tuvistavie.com"
  46. },
  47. {
  48. "name": "Jon Schlinkert",
  49. "url": "http://twitter.com/jonschlinkert"
  50. }
  51. ],
  52. "dependencies": {
  53. "is-extglob": "^2.1.1"
  54. },
  55. "deprecated": false,
  56. "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.",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.10",
  59. "mocha": "^3.0.2"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/micromatch/is-glob",
  68. "keywords": [
  69. "bash",
  70. "braces",
  71. "check",
  72. "exec",
  73. "expression",
  74. "extglob",
  75. "glob",
  76. "globbing",
  77. "globstar",
  78. "is",
  79. "match",
  80. "matches",
  81. "pattern",
  82. "regex",
  83. "regular",
  84. "string",
  85. "test"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "is-glob",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/micromatch/is-glob.git"
  93. },
  94. "scripts": {
  95. "test": "mocha && node benchmark.js"
  96. },
  97. "verb": {
  98. "layout": "default",
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "related": {
  103. "list": [
  104. "assemble",
  105. "base",
  106. "update",
  107. "verb"
  108. ]
  109. },
  110. "reflinks": [
  111. "assemble",
  112. "bach",
  113. "base",
  114. "composer",
  115. "gulp",
  116. "has-glob",
  117. "is-valid-glob",
  118. "micromatch",
  119. "npm",
  120. "scaffold",
  121. "verb",
  122. "vinyl"
  123. ]
  124. },
  125. "version": "4.0.3"
  126. }