package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "_from": "nanomatch@^1.2.9",
  3. "_id": "nanomatch@1.2.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
  6. "_location": "/nanomatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nanomatch@^1.2.9",
  12. "name": "nanomatch",
  13. "escapedName": "nanomatch",
  14. "rawSpec": "^1.2.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.9"
  17. },
  18. "_requiredBy": [
  19. "/fork-ts-checker-webpack-plugin/micromatch",
  20. "/http-proxy-middleware/micromatch",
  21. "/sane/micromatch",
  22. "/watchpack-chokidar2/micromatch",
  23. "/webpack-dev-server/micromatch",
  24. "/webpack/micromatch"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
  27. "_shasum": "b87a8aa4fc0de8fe6be88895b38983ff265bd119",
  28. "_spec": "nanomatch@^1.2.9",
  29. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/micromatch/nanomatch/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Devon Govett",
  41. "url": "http://badassjs.com"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. }
  47. ],
  48. "dependencies": {
  49. "arr-diff": "^4.0.0",
  50. "array-unique": "^0.3.2",
  51. "define-property": "^2.0.2",
  52. "extend-shallow": "^3.0.2",
  53. "fragment-cache": "^0.2.1",
  54. "is-windows": "^1.0.2",
  55. "kind-of": "^6.0.2",
  56. "object.pick": "^1.3.0",
  57. "regex-not": "^1.0.0",
  58. "snapdragon": "^0.8.1",
  59. "to-regex": "^3.0.1"
  60. },
  61. "deprecated": false,
  62. "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
  63. "devDependencies": {
  64. "bash-match": "^1.0.2",
  65. "for-own": "^1.0.0",
  66. "gulp": "^3.9.1",
  67. "gulp-format-md": "^1.0.0",
  68. "gulp-istanbul": "^1.1.3",
  69. "gulp-mocha": "^5.0.0",
  70. "helper-changelog": "^0.3.0",
  71. "minimatch": "^3.0.4",
  72. "minimist": "^1.2.0",
  73. "mocha": "^3.5.3",
  74. "multimatch": "^2.1.0"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js",
  81. "lib"
  82. ],
  83. "homepage": "https://github.com/micromatch/nanomatch",
  84. "keywords": [
  85. "bash",
  86. "expand",
  87. "expansion",
  88. "expression",
  89. "file",
  90. "files",
  91. "filter",
  92. "find",
  93. "glob",
  94. "globbing",
  95. "globs",
  96. "globstar",
  97. "match",
  98. "matcher",
  99. "matches",
  100. "matching",
  101. "micromatch",
  102. "minimatch",
  103. "multimatch",
  104. "nanomatch",
  105. "path",
  106. "pattern",
  107. "patterns",
  108. "regex",
  109. "regexp",
  110. "regular",
  111. "shell",
  112. "wildcard"
  113. ],
  114. "license": "MIT",
  115. "lintDeps": {
  116. "dependencies": {
  117. "options": {
  118. "lock": {
  119. "snapdragon": "^0.8.1"
  120. }
  121. }
  122. },
  123. "devDependencies": {
  124. "files": {
  125. "options": {
  126. "ignore": [
  127. "benchmark/**"
  128. ]
  129. }
  130. }
  131. }
  132. },
  133. "main": "index.js",
  134. "name": "nanomatch",
  135. "repository": {
  136. "type": "git",
  137. "url": "git+https://github.com/micromatch/nanomatch.git"
  138. },
  139. "scripts": {
  140. "test": "mocha"
  141. },
  142. "verb": {
  143. "toc": "collapsible",
  144. "layout": "default",
  145. "tasks": [
  146. "readme"
  147. ],
  148. "helpers": [
  149. "helper-changelog"
  150. ],
  151. "plugins": [
  152. "gulp-format-md"
  153. ],
  154. "related": {
  155. "list": [
  156. "extglob",
  157. "is-extglob",
  158. "is-glob",
  159. "micromatch"
  160. ]
  161. },
  162. "reflinks": [
  163. "expand-brackets",
  164. "expand-tilde",
  165. "glob-object",
  166. "micromatch",
  167. "minimatch",
  168. "options",
  169. "snapdragon"
  170. ],
  171. "lint": {
  172. "reflinks": true
  173. }
  174. },
  175. "version": "1.2.13"
  176. }