package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. "/@parcel/watcher",
  20. "/@vue/cli-service/chokidar",
  21. "/@vue/cli-service/fast-glob",
  22. "/@vue/cli-service/http-proxy-middleware",
  23. "/chokidar",
  24. "/copy-webpack-plugin",
  25. "/eslint",
  26. "/eslint-plugin-import",
  27. "/glob-parent",
  28. "/http-proxy-middleware",
  29. "/lint-staged",
  30. "/mocha-webpack",
  31. "/mocha-webpack/chokidar",
  32. "/watchpack-chokidar2/chokidar"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  35. "_shasum": "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084",
  36. "_spec": "is-glob@~4.0.1",
  37. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\chokidar",
  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. "bundleDependencies": false,
  46. "contributors": [
  47. {
  48. "name": "Brian Woodward",
  49. "url": "https://twitter.com/doowb"
  50. },
  51. {
  52. "name": "Daniel Perez",
  53. "url": "https://tuvistavie.com"
  54. },
  55. {
  56. "name": "Jon Schlinkert",
  57. "url": "http://twitter.com/jonschlinkert"
  58. }
  59. ],
  60. "dependencies": {
  61. "is-extglob": "^2.1.1"
  62. },
  63. "deprecated": false,
  64. "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.",
  65. "devDependencies": {
  66. "gulp-format-md": "^0.1.10",
  67. "mocha": "^3.0.2"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/micromatch/is-glob",
  76. "keywords": [
  77. "bash",
  78. "braces",
  79. "check",
  80. "exec",
  81. "expression",
  82. "extglob",
  83. "glob",
  84. "globbing",
  85. "globstar",
  86. "is",
  87. "match",
  88. "matches",
  89. "pattern",
  90. "regex",
  91. "regular",
  92. "string",
  93. "test"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "is-glob",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/micromatch/is-glob.git"
  101. },
  102. "scripts": {
  103. "test": "mocha && node benchmark.js"
  104. },
  105. "verb": {
  106. "layout": "default",
  107. "plugins": [
  108. "gulp-format-md"
  109. ],
  110. "related": {
  111. "list": [
  112. "assemble",
  113. "base",
  114. "update",
  115. "verb"
  116. ]
  117. },
  118. "reflinks": [
  119. "assemble",
  120. "bach",
  121. "base",
  122. "composer",
  123. "gulp",
  124. "has-glob",
  125. "is-valid-glob",
  126. "micromatch",
  127. "npm",
  128. "scaffold",
  129. "verb",
  130. "vinyl"
  131. ]
  132. },
  133. "version": "4.0.3"
  134. }