package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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-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. "/fork-ts-checker-webpack-plugin/micromatch",
  23. "/http-proxy-middleware/micromatch",
  24. "/sane/micromatch",
  25. "/watchpack-chokidar2/micromatch",
  26. "/webpack-dev-server/micromatch",
  27. "/webpack/micromatch"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
  30. "_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
  31. "_spec": "extglob@^2.0.4",
  32. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/micromatch/extglob/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Devon Govett",
  48. "url": "http://badassjs.com"
  49. },
  50. {
  51. "name": "Isiah Meadows",
  52. "url": "https://www.isiahmeadows.com"
  53. },
  54. {
  55. "name": "Jon Schlinkert",
  56. "url": "http://twitter.com/jonschlinkert"
  57. },
  58. {
  59. "name": "Matt Bierner",
  60. "url": "http://mattbierner.com"
  61. },
  62. {
  63. "name": "Shinnosuke Watanabe",
  64. "url": "https://shinnn.github.io"
  65. }
  66. ],
  67. "dependencies": {
  68. "array-unique": "^0.3.2",
  69. "define-property": "^1.0.0",
  70. "expand-brackets": "^2.1.4",
  71. "extend-shallow": "^2.0.1",
  72. "fragment-cache": "^0.2.1",
  73. "regex-not": "^1.0.0",
  74. "snapdragon": "^0.8.1",
  75. "to-regex": "^3.0.1"
  76. },
  77. "deprecated": false,
  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. }