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.

187 lines
4.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "extglob@^2.0.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "extglob@>=2.0.4 <3.0.0",
  9. "_id": "extglob@2.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/extglob",
  13. "_nodeVersion": "9.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/extglob-2.0.4.tgz_1515795086299_0.14382277405820787"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {
  24. "kind-of": "6.0.2"
  25. },
  26. "_requested": {
  27. "name": "extglob",
  28. "raw": "extglob@^2.0.4",
  29. "rawSpec": "^2.0.4",
  30. "scope": null,
  31. "spec": ">=2.0.4 <3.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/micromatch"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
  38. "_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
  39. "_shrinkwrap": null,
  40. "_spec": "extglob@^2.0.4",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/micromatch/extglob/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Brian Woodward",
  52. "url": "https://twitter.com/doowb"
  53. },
  54. {
  55. "name": "Devon Govett",
  56. "url": "http://badassjs.com"
  57. },
  58. {
  59. "name": "Isiah Meadows",
  60. "url": "https://www.isiahmeadows.com"
  61. },
  62. {
  63. "name": "Jon Schlinkert",
  64. "url": "http://twitter.com/jonschlinkert"
  65. },
  66. {
  67. "name": "Matt Bierner",
  68. "url": "http://mattbierner.com"
  69. },
  70. {
  71. "name": "Shinnosuke Watanabe",
  72. "url": "https://shinnn.github.io"
  73. }
  74. ],
  75. "dependencies": {
  76. "array-unique": "^0.3.2",
  77. "define-property": "^1.0.0",
  78. "expand-brackets": "^2.1.4",
  79. "extend-shallow": "^2.0.1",
  80. "fragment-cache": "^0.2.1",
  81. "regex-not": "^1.0.0",
  82. "snapdragon": "^0.8.1",
  83. "to-regex": "^3.0.1"
  84. },
  85. "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
  86. "devDependencies": {
  87. "bash-match": "^1.0.2",
  88. "for-own": "^1.0.0",
  89. "gulp": "^3.9.1",
  90. "gulp-eslint": "^4.0.0",
  91. "gulp-format-md": "^1.0.0",
  92. "gulp-istanbul": "^1.1.2",
  93. "gulp-mocha": "^3.0.1",
  94. "gulp-unused": "^0.2.1",
  95. "helper-changelog": "^0.3.0",
  96. "is-windows": "^1.0.1",
  97. "micromatch": "^3.0.4",
  98. "minimatch": "^3.0.4",
  99. "minimist": "^1.2.0",
  100. "mocha": "^3.5.0",
  101. "multimatch": "^2.1.0"
  102. },
  103. "directories": {},
  104. "dist": {
  105. "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
  106. "shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
  107. "tarball": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz"
  108. },
  109. "engines": {
  110. "node": ">=0.10.0"
  111. },
  112. "files": [
  113. "index.js",
  114. "lib"
  115. ],
  116. "gitHead": "b00d865652d844b80164ea544323a36c838b3e58",
  117. "homepage": "https://github.com/micromatch/extglob",
  118. "keywords": [
  119. "bash",
  120. "extended",
  121. "extglob",
  122. "glob",
  123. "globbing",
  124. "ksh",
  125. "match",
  126. "pattern",
  127. "patterns",
  128. "regex",
  129. "test",
  130. "wildcard"
  131. ],
  132. "license": "MIT",
  133. "lintDeps": {
  134. "devDependencies": {
  135. "files": {
  136. "options": {
  137. "ignore": [
  138. "benchmark/**/*.js"
  139. ]
  140. }
  141. }
  142. }
  143. },
  144. "main": "index.js",
  145. "maintainers": [
  146. {
  147. "name": "jonschlinkert",
  148. "email": "github@sellside.com"
  149. }
  150. ],
  151. "name": "extglob",
  152. "optionalDependencies": {},
  153. "readme": "ERROR: No README data found!",
  154. "repository": {
  155. "type": "git",
  156. "url": "git+https://github.com/micromatch/extglob.git"
  157. },
  158. "scripts": {
  159. "test": "mocha"
  160. },
  161. "verb": {
  162. "helpers": [
  163. "helper-changelog"
  164. ],
  165. "layout": "default",
  166. "lint": {
  167. "reflinks": true
  168. },
  169. "plugins": [
  170. "gulp-format-md"
  171. ],
  172. "related": {
  173. "list": [
  174. "braces",
  175. "expand-brackets",
  176. "expand-range",
  177. "fill-range",
  178. "micromatch"
  179. ]
  180. },
  181. "tasks": [
  182. "readme"
  183. ],
  184. "toc": false
  185. },
  186. "version": "2.0.4"
  187. }