package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_args": [
  3. [
  4. "extglob@2.0.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extglob@2.0.4",
  10. "_id": "extglob@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=",
  13. "_location": "/extglob",
  14. "_phantomChildren": {
  15. "is-extendable": "0.1.1",
  16. "kind-of": "6.0.2"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "extglob@2.0.4",
  22. "name": "extglob",
  23. "escapedName": "extglob",
  24. "rawSpec": "2.0.4",
  25. "saveSpec": null,
  26. "fetchSpec": "2.0.4"
  27. },
  28. "_requiredBy": [
  29. "/micromatch"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/extglob/download/extglob-2.0.4.tgz",
  32. "_spec": "2.0.4",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/micromatch/extglob/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Devon Govett",
  48. "url": "http://badassjs.com"
  49. },
  50. {
  51. "name": "Isiah Meadows",
  52. "url": "https://www.isiahmeadows.com"
  53. },
  54. {
  55. "name": "Jon Schlinkert",
  56. "url": "http://twitter.com/jonschlinkert"
  57. },
  58. {
  59. "name": "Matt Bierner",
  60. "url": "http://mattbierner.com"
  61. },
  62. {
  63. "name": "Shinnosuke Watanabe",
  64. "url": "https://shinnn.github.io"
  65. }
  66. ],
  67. "dependencies": {
  68. "array-unique": "^0.3.2",
  69. "define-property": "^1.0.0",
  70. "expand-brackets": "^2.1.4",
  71. "extend-shallow": "^2.0.1",
  72. "fragment-cache": "^0.2.1",
  73. "regex-not": "^1.0.0",
  74. "snapdragon": "^0.8.1",
  75. "to-regex": "^3.0.1"
  76. },
  77. "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
  78. "devDependencies": {
  79. "bash-match": "^1.0.2",
  80. "for-own": "^1.0.0",
  81. "gulp": "^3.9.1",
  82. "gulp-eslint": "^4.0.0",
  83. "gulp-format-md": "^1.0.0",
  84. "gulp-istanbul": "^1.1.2",
  85. "gulp-mocha": "^3.0.1",
  86. "gulp-unused": "^0.2.1",
  87. "helper-changelog": "^0.3.0",
  88. "is-windows": "^1.0.1",
  89. "micromatch": "^3.0.4",
  90. "minimatch": "^3.0.4",
  91. "minimist": "^1.2.0",
  92. "mocha": "^3.5.0",
  93. "multimatch": "^2.1.0"
  94. },
  95. "engines": {
  96. "node": ">=0.10.0"
  97. },
  98. "files": [
  99. "index.js",
  100. "lib"
  101. ],
  102. "homepage": "https://github.com/micromatch/extglob",
  103. "keywords": [
  104. "bash",
  105. "extended",
  106. "extglob",
  107. "glob",
  108. "globbing",
  109. "ksh",
  110. "match",
  111. "pattern",
  112. "patterns",
  113. "regex",
  114. "test",
  115. "wildcard"
  116. ],
  117. "license": "MIT",
  118. "lintDeps": {
  119. "devDependencies": {
  120. "files": {
  121. "options": {
  122. "ignore": [
  123. "benchmark/**/*.js"
  124. ]
  125. }
  126. }
  127. }
  128. },
  129. "main": "index.js",
  130. "name": "extglob",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/micromatch/extglob.git"
  134. },
  135. "scripts": {
  136. "test": "mocha"
  137. },
  138. "verb": {
  139. "toc": false,
  140. "layout": "default",
  141. "tasks": [
  142. "readme"
  143. ],
  144. "related": {
  145. "list": [
  146. "braces",
  147. "expand-brackets",
  148. "expand-range",
  149. "fill-range",
  150. "micromatch"
  151. ]
  152. },
  153. "helpers": [
  154. "helper-changelog"
  155. ],
  156. "plugins": [
  157. "gulp-format-md"
  158. ],
  159. "lint": {
  160. "reflinks": true
  161. }
  162. },
  163. "version": "2.0.4"
  164. }