package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_args": [
  3. [
  4. "extglob@2.0.4",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extglob@2.0.4",
  10. "_id": "extglob@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=",
  13. "_location": "/extglob",
  14. "_phantomChildren": {
  15. "is-extendable": "0.1.1",
  16. "kind-of": "6.0.3"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "extglob@2.0.4",
  22. "name": "extglob",
  23. "escapedName": "extglob",
  24. "rawSpec": "2.0.4",
  25. "saveSpec": null,
  26. "fetchSpec": "2.0.4"
  27. },
  28. "_requiredBy": [
  29. "/micromatch",
  30. "/svg-baker/micromatch"
  31. ],
  32. "_resolved": "https://registry.nlark.com/extglob/download/extglob-2.0.4.tgz",
  33. "_spec": "2.0.4",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/micromatch/extglob/issues"
  41. },
  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. "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
  79. "devDependencies": {
  80. "bash-match": "^1.0.2",
  81. "for-own": "^1.0.0",
  82. "gulp": "^3.9.1",
  83. "gulp-eslint": "^4.0.0",
  84. "gulp-format-md": "^1.0.0",
  85. "gulp-istanbul": "^1.1.2",
  86. "gulp-mocha": "^3.0.1",
  87. "gulp-unused": "^0.2.1",
  88. "helper-changelog": "^0.3.0",
  89. "is-windows": "^1.0.1",
  90. "micromatch": "^3.0.4",
  91. "minimatch": "^3.0.4",
  92. "minimist": "^1.2.0",
  93. "mocha": "^3.5.0",
  94. "multimatch": "^2.1.0"
  95. },
  96. "engines": {
  97. "node": ">=0.10.0"
  98. },
  99. "files": [
  100. "index.js",
  101. "lib"
  102. ],
  103. "homepage": "https://github.com/micromatch/extglob",
  104. "keywords": [
  105. "bash",
  106. "extended",
  107. "extglob",
  108. "glob",
  109. "globbing",
  110. "ksh",
  111. "match",
  112. "pattern",
  113. "patterns",
  114. "regex",
  115. "test",
  116. "wildcard"
  117. ],
  118. "license": "MIT",
  119. "lintDeps": {
  120. "devDependencies": {
  121. "files": {
  122. "options": {
  123. "ignore": [
  124. "benchmark/**/*.js"
  125. ]
  126. }
  127. }
  128. }
  129. },
  130. "main": "index.js",
  131. "name": "extglob",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/micromatch/extglob.git"
  135. },
  136. "scripts": {
  137. "test": "mocha"
  138. },
  139. "verb": {
  140. "toc": false,
  141. "layout": "default",
  142. "tasks": [
  143. "readme"
  144. ],
  145. "related": {
  146. "list": [
  147. "braces",
  148. "expand-brackets",
  149. "expand-range",
  150. "fill-range",
  151. "micromatch"
  152. ]
  153. },
  154. "helpers": [
  155. "helper-changelog"
  156. ],
  157. "plugins": [
  158. "gulp-format-md"
  159. ],
  160. "lint": {
  161. "reflinks": true
  162. }
  163. },
  164. "version": "2.0.4"
  165. }