You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.7KB

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