package.json 3.5 KB

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