Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

175 строки
3.7 KiB

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