package.json 3.7 KB

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