package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "_args": [
  3. [
  4. "nanomatch@1.2.13",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nanomatch@1.2.13",
  10. "_id": "nanomatch@1.2.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=",
  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. "/micromatch",
  27. "/svg-baker/micromatch"
  28. ],
  29. "_resolved": "https://registry.nlark.com/nanomatch/download/nanomatch-1.2.13.tgz",
  30. "_spec": "1.2.13",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/micromatch/nanomatch/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Devon Govett",
  42. "url": "http://badassjs.com"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. }
  48. ],
  49. "dependencies": {
  50. "arr-diff": "^4.0.0",
  51. "array-unique": "^0.3.2",
  52. "define-property": "^2.0.2",
  53. "extend-shallow": "^3.0.2",
  54. "fragment-cache": "^0.2.1",
  55. "is-windows": "^1.0.2",
  56. "kind-of": "^6.0.2",
  57. "object.pick": "^1.3.0",
  58. "regex-not": "^1.0.0",
  59. "snapdragon": "^0.8.1",
  60. "to-regex": "^3.0.1"
  61. },
  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. }