package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "is-glob@4.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-glob@4.0.1",
  10. "_id": "is-glob@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
  13. "_location": "/is-glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-glob@4.0.1",
  19. "name": "is-glob",
  20. "escapedName": "is-glob",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/chokidar",
  27. "/copy-webpack-plugin",
  28. "/eslint",
  29. "/fast-glob",
  30. "/glob-parent",
  31. "/http-proxy-middleware",
  32. "/watchpack-chokidar2/chokidar",
  33. "/webpack-dev-server/chokidar",
  34. "/webpack-dev-server/http-proxy-middleware"
  35. ],
  36. "_resolved": "https://registry.npm.taobao.org/is-glob/download/is-glob-4.0.1.tgz",
  37. "_spec": "4.0.1",
  38. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  39. "author": {
  40. "name": "Jon Schlinkert",
  41. "url": "https://github.com/jonschlinkert"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/micromatch/is-glob/issues"
  45. },
  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. "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.",
  64. "devDependencies": {
  65. "gulp-format-md": "^0.1.10",
  66. "mocha": "^3.0.2"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/micromatch/is-glob",
  75. "keywords": [
  76. "bash",
  77. "braces",
  78. "check",
  79. "exec",
  80. "expression",
  81. "extglob",
  82. "glob",
  83. "globbing",
  84. "globstar",
  85. "is",
  86. "match",
  87. "matches",
  88. "pattern",
  89. "regex",
  90. "regular",
  91. "string",
  92. "test"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "is-glob",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/micromatch/is-glob.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "layout": "default",
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "related": {
  110. "list": [
  111. "assemble",
  112. "base",
  113. "update",
  114. "verb"
  115. ]
  116. },
  117. "reflinks": [
  118. "assemble",
  119. "bach",
  120. "base",
  121. "composer",
  122. "gulp",
  123. "has-glob",
  124. "is-valid-glob",
  125. "micromatch",
  126. "npm",
  127. "scaffold",
  128. "verb",
  129. "vinyl"
  130. ]
  131. },
  132. "version": "4.0.1"
  133. }