package.json 3.7 KB

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