package.json 2.9 KB

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