package.json 3.0 KB

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