package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "_from": "nanomatch@^1.2.5",
  3. "_id": "nanomatch@1.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WJ6XTCbvWXUFPbi/bDwKcYkCeOGUHzaJj72KbuPqGn78Ba/F5Vu26Zlo6SuMQbCIst1RGKL1zfWBCOGAlbRLAg==",
  6. "_location": "/nanomatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nanomatch@^1.2.5",
  12. "name": "nanomatch",
  13. "escapedName": "nanomatch",
  14. "rawSpec": "^1.2.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.5"
  17. },
  18. "_requiredBy": [
  19. "/micromatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.6.tgz",
  22. "_shasum": "f27233e97c34a8706b7e781a4bc611c957a81625",
  23. "_spec": "nanomatch@^1.2.5",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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": "^1.0.0",
  47. "extend-shallow": "^2.0.1",
  48. "fragment-cache": "^0.2.1",
  49. "is-odd": "^1.0.0",
  50. "kind-of": "^5.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.2",
  64. "gulp-mocha": "^3.0.1",
  65. "gulp-unused": "^0.2.1",
  66. "helper-changelog": "^0.3.0",
  67. "is-windows": "^1.0.1",
  68. "minimatch": "^3.0.4",
  69. "minimist": "^1.2.0",
  70. "mocha": "^3.5.0",
  71. "multimatch": "^2.1.0"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js",
  78. "lib"
  79. ],
  80. "homepage": "https://github.com/micromatch/nanomatch",
  81. "keywords": [
  82. "bash",
  83. "expand",
  84. "expansion",
  85. "expression",
  86. "file",
  87. "files",
  88. "filter",
  89. "find",
  90. "glob",
  91. "globbing",
  92. "globs",
  93. "globstar",
  94. "match",
  95. "matcher",
  96. "matches",
  97. "matching",
  98. "micromatch",
  99. "minimatch",
  100. "multimatch",
  101. "nanomatch",
  102. "path",
  103. "pattern",
  104. "patterns",
  105. "regex",
  106. "regexp",
  107. "regular",
  108. "shell",
  109. "wildcard"
  110. ],
  111. "license": "MIT",
  112. "lintDeps": {
  113. "dependencies": {
  114. "options": {
  115. "lock": {
  116. "snapdragon": "^0.8.1"
  117. }
  118. }
  119. },
  120. "devDependencies": {
  121. "files": {
  122. "options": {
  123. "ignore": [
  124. "benchmark/**"
  125. ]
  126. }
  127. }
  128. }
  129. },
  130. "main": "index.js",
  131. "name": "nanomatch",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/micromatch/nanomatch.git"
  135. },
  136. "scripts": {
  137. "test": "mocha"
  138. },
  139. "verb": {
  140. "toc": "collapsible",
  141. "layout": "default",
  142. "tasks": [
  143. "readme"
  144. ],
  145. "helpers": [
  146. "helper-changelog"
  147. ],
  148. "plugins": [
  149. "gulp-format-md"
  150. ],
  151. "related": {
  152. "list": [
  153. "extglob",
  154. "is-extglob",
  155. "is-glob",
  156. "micromatch"
  157. ]
  158. },
  159. "reflinks": [
  160. "expand-brackets",
  161. "expand-tilde",
  162. "glob-object",
  163. "micromatch",
  164. "minimatch",
  165. "options",
  166. "snapdragon"
  167. ],
  168. "lint": {
  169. "reflinks": true
  170. }
  171. },
  172. "version": "1.2.6"
  173. }