package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. "micromatch@2.3.11",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "micromatch@2.3.11",
  10. "_id": "micromatch@2.3.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
  13. "_location": "/micromatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "micromatch@2.3.11",
  19. "name": "micromatch",
  20. "escapedName": "micromatch",
  21. "rawSpec": "2.3.11",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.11"
  24. },
  25. "_requiredBy": [
  26. "/findup-sync"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
  29. "_spec": "2.3.11",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/micromatch/issues"
  37. },
  38. "dependencies": {
  39. "arr-diff": "^2.0.0",
  40. "array-unique": "^0.2.1",
  41. "braces": "^1.8.2",
  42. "expand-brackets": "^0.1.4",
  43. "extglob": "^0.3.1",
  44. "filename-regex": "^2.0.0",
  45. "is-extglob": "^1.0.0",
  46. "is-glob": "^2.0.1",
  47. "kind-of": "^3.0.2",
  48. "normalize-path": "^2.0.1",
  49. "object.omit": "^2.0.0",
  50. "parse-glob": "^3.0.4",
  51. "regex-cache": "^0.4.2"
  52. },
  53. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  54. "devDependencies": {
  55. "benchmarked": "^0.1.4",
  56. "chalk": "^1.1.1",
  57. "gulp": "^3.9.0",
  58. "gulp-eslint": "^1.1.1",
  59. "gulp-format-md": "^0.1.8",
  60. "gulp-istanbul": "^0.10.1",
  61. "gulp-mocha": "^2.1.3",
  62. "minimatch": "^3.0.0",
  63. "minimist": "^1.2.0",
  64. "mocha": "^2",
  65. "multimatch": "^2.0.0",
  66. "should": "^8",
  67. "write": "^0.2.1"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js",
  74. "lib"
  75. ],
  76. "homepage": "https://github.com/jonschlinkert/micromatch",
  77. "keywords": [
  78. "bash",
  79. "expand",
  80. "expansion",
  81. "expression",
  82. "file",
  83. "files",
  84. "filter",
  85. "find",
  86. "glob",
  87. "globbing",
  88. "globs",
  89. "globstar",
  90. "match",
  91. "matcher",
  92. "matches",
  93. "matching",
  94. "minimatch",
  95. "multimatch",
  96. "path",
  97. "pattern",
  98. "patterns",
  99. "regex",
  100. "regexp",
  101. "regular",
  102. "shell",
  103. "wildcard"
  104. ],
  105. "license": "MIT",
  106. "main": "index.js",
  107. "name": "micromatch",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/jonschlinkert/micromatch.git"
  111. },
  112. "scripts": {
  113. "test": "mocha"
  114. },
  115. "verb": {
  116. "related": {
  117. "list": [
  118. "braces",
  119. "expand-brackets",
  120. "expand-range",
  121. "extglob",
  122. "fill-range",
  123. "gulp-micromatch",
  124. "is-glob",
  125. "parse-glob"
  126. ]
  127. },
  128. "reflinks": [
  129. "braces",
  130. "expand-brackets",
  131. "extglob",
  132. "minimatch",
  133. "multimatch",
  134. "verb"
  135. ],
  136. "toc": false,
  137. "layout": false,
  138. "tasks": [
  139. "readme"
  140. ],
  141. "plugins": [
  142. "gulp-format-md"
  143. ],
  144. "lint": {
  145. "reflinks": true
  146. }
  147. },
  148. "version": "2.3.11"
  149. }