package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "_from": "extglob@^2.0.4",
  3. "_id": "extglob@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=",
  6. "_location": "/extglob",
  7. "_phantomChildren": {
  8. "is-extendable": "0.1.1",
  9. "kind-of": "6.0.3"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "extglob@^2.0.4",
  15. "name": "extglob",
  16. "escapedName": "extglob",
  17. "rawSpec": "^2.0.4",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.0.4"
  20. },
  21. "_requiredBy": [
  22. "/micromatch",
  23. "/svg-baker/micromatch"
  24. ],
  25. "_resolved": "https://registry.npm.taobao.org/extglob/download/extglob-2.0.4.tgz",
  26. "_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
  27. "_spec": "extglob@^2.0.4",
  28. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\micromatch",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/micromatch/extglob/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Devon Govett",
  44. "url": "http://badassjs.com"
  45. },
  46. {
  47. "name": "Isiah Meadows",
  48. "url": "https://www.isiahmeadows.com"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Matt Bierner",
  56. "url": "http://mattbierner.com"
  57. },
  58. {
  59. "name": "Shinnosuke Watanabe",
  60. "url": "https://shinnn.github.io"
  61. }
  62. ],
  63. "dependencies": {
  64. "array-unique": "^0.3.2",
  65. "define-property": "^1.0.0",
  66. "expand-brackets": "^2.1.4",
  67. "extend-shallow": "^2.0.1",
  68. "fragment-cache": "^0.2.1",
  69. "regex-not": "^1.0.0",
  70. "snapdragon": "^0.8.1",
  71. "to-regex": "^3.0.1"
  72. },
  73. "deprecated": false,
  74. "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
  75. "devDependencies": {
  76. "bash-match": "^1.0.2",
  77. "for-own": "^1.0.0",
  78. "gulp": "^3.9.1",
  79. "gulp-eslint": "^4.0.0",
  80. "gulp-format-md": "^1.0.0",
  81. "gulp-istanbul": "^1.1.2",
  82. "gulp-mocha": "^3.0.1",
  83. "gulp-unused": "^0.2.1",
  84. "helper-changelog": "^0.3.0",
  85. "is-windows": "^1.0.1",
  86. "micromatch": "^3.0.4",
  87. "minimatch": "^3.0.4",
  88. "minimist": "^1.2.0",
  89. "mocha": "^3.5.0",
  90. "multimatch": "^2.1.0"
  91. },
  92. "engines": {
  93. "node": ">=0.10.0"
  94. },
  95. "files": [
  96. "index.js",
  97. "lib"
  98. ],
  99. "homepage": "https://github.com/micromatch/extglob",
  100. "keywords": [
  101. "bash",
  102. "extended",
  103. "extglob",
  104. "glob",
  105. "globbing",
  106. "ksh",
  107. "match",
  108. "pattern",
  109. "patterns",
  110. "regex",
  111. "test",
  112. "wildcard"
  113. ],
  114. "license": "MIT",
  115. "lintDeps": {
  116. "devDependencies": {
  117. "files": {
  118. "options": {
  119. "ignore": [
  120. "benchmark/**/*.js"
  121. ]
  122. }
  123. }
  124. }
  125. },
  126. "main": "index.js",
  127. "name": "extglob",
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/micromatch/extglob.git"
  131. },
  132. "scripts": {
  133. "test": "mocha"
  134. },
  135. "verb": {
  136. "toc": false,
  137. "layout": "default",
  138. "tasks": [
  139. "readme"
  140. ],
  141. "related": {
  142. "list": [
  143. "braces",
  144. "expand-brackets",
  145. "expand-range",
  146. "fill-range",
  147. "micromatch"
  148. ]
  149. },
  150. "helpers": [
  151. "helper-changelog"
  152. ],
  153. "plugins": [
  154. "gulp-format-md"
  155. ],
  156. "lint": {
  157. "reflinks": true
  158. }
  159. },
  160. "version": "2.0.4"
  161. }