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.

167 lines
3.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "expand-brackets@^2.1.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/extglob"
  6. ]
  7. ],
  8. "_from": "expand-brackets@>=2.1.4 <3.0.0",
  9. "_id": "expand-brackets@2.1.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/expand-brackets",
  13. "_nodeVersion": "6.9.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/expand-brackets-2.1.4.tgz_1481570588748_0.128354384098202"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {
  24. "is-descriptor": "0.1.6"
  25. },
  26. "_requested": {
  27. "name": "expand-brackets",
  28. "raw": "expand-brackets@^2.1.4",
  29. "rawSpec": "^2.1.4",
  30. "scope": null,
  31. "spec": ">=2.1.4 <3.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/extglob"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
  38. "_shasum": "b77735e315ce30f6b6eff0f83b04151a22449622",
  39. "_shrinkwrap": null,
  40. "_spec": "expand-brackets@^2.1.4",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/extglob",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/expand-brackets/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Elan Shanker",
  52. "url": "https://github.com/es128"
  53. },
  54. {
  55. "name": "Eugene Sharygin",
  56. "url": "https://github.com/eush77"
  57. },
  58. {
  59. "name": "Jon Schlinkert",
  60. "email": "jon.schlinkert@sellside.com",
  61. "url": "http://twitter.com/jonschlinkert"
  62. },
  63. {
  64. "name": "Martin Kolárik",
  65. "email": "martin@kolarik.sk",
  66. "url": "http://kolarik.sk"
  67. }
  68. ],
  69. "dependencies": {
  70. "debug": "^2.3.3",
  71. "define-property": "^0.2.5",
  72. "extend-shallow": "^2.0.1",
  73. "posix-character-classes": "^0.1.0",
  74. "regex-not": "^1.0.0",
  75. "snapdragon": "^0.8.1",
  76. "to-regex": "^3.0.1"
  77. },
  78. "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
  79. "devDependencies": {
  80. "bash-match": "^0.1.1",
  81. "gulp-format-md": "^0.1.10",
  82. "helper-changelog": "^0.3.0",
  83. "minimatch": "^3.0.3",
  84. "mocha": "^3.0.2",
  85. "multimatch": "^2.1.0",
  86. "yargs-parser": "^4.0.0"
  87. },
  88. "directories": {},
  89. "dist": {
  90. "shasum": "b77735e315ce30f6b6eff0f83b04151a22449622",
  91. "tarball": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz"
  92. },
  93. "engines": {
  94. "node": ">=0.10.0"
  95. },
  96. "files": [
  97. "index.js",
  98. "lib"
  99. ],
  100. "gitHead": "9a0ec493825eb0aa9368c158927ca4ace945fefa",
  101. "homepage": "https://github.com/jonschlinkert/expand-brackets",
  102. "keywords": [
  103. "bracket",
  104. "brackets",
  105. "character class",
  106. "expand",
  107. "expression",
  108. "posix"
  109. ],
  110. "license": "MIT",
  111. "main": "index.js",
  112. "maintainers": [
  113. {
  114. "name": "jonschlinkert",
  115. "email": "github@sellside.com"
  116. },
  117. {
  118. "name": "es128",
  119. "email": "elan.shanker+npm@gmail.com"
  120. },
  121. {
  122. "name": "doowb",
  123. "email": "brian.woodward@gmail.com"
  124. }
  125. ],
  126. "name": "expand-brackets",
  127. "optionalDependencies": {},
  128. "readme": "ERROR: No README data found!",
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
  132. },
  133. "scripts": {
  134. "test": "mocha"
  135. },
  136. "verb": {
  137. "helpers": [
  138. "helper-changelog"
  139. ],
  140. "layout": "default",
  141. "lint": {
  142. "reflinks": true
  143. },
  144. "plugins": [
  145. "gulp-format-md"
  146. ],
  147. "reflinks": [
  148. "micromatch",
  149. "verb",
  150. "verb-generate-readme"
  151. ],
  152. "related": {
  153. "list": [
  154. "braces",
  155. "extglob",
  156. "micromatch",
  157. "nanomatch"
  158. ]
  159. },
  160. "run": true,
  161. "tasks": [
  162. "readme"
  163. ],
  164. "toc": false
  165. },
  166. "version": "2.1.4"
  167. }