package.json 3.9 KB

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