Layout von Websiten mit Bootstrap und Foundation
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.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "is-extglob@^2.1.1",
  5. "/home/thilo/MDT_5_2_projekt/bootstrap_node/node_modules/is-glob"
  6. ]
  7. ],
  8. "_from": "is-extglob@>=2.1.1 <3.0.0",
  9. "_id": "is-extglob@2.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-extglob",
  13. "_nodeVersion": "6.9.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/is-extglob-2.1.1.tgz_1481429063759_0.21102957101538777"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-extglob",
  26. "raw": "is-extglob@^2.1.1",
  27. "rawSpec": "^2.1.1",
  28. "scope": null,
  29. "spec": ">=2.1.1 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/is-glob"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  36. "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
  37. "_shrinkwrap": null,
  38. "_spec": "is-extglob@^2.1.1",
  39. "_where": "/home/thilo/MDT_5_2_projekt/bootstrap_node/node_modules/is-glob",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Returns true if a string has an extglob.",
  49. "devDependencies": {
  50. "gulp-format-md": "^0.1.10",
  51. "mocha": "^3.0.2"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
  56. "tarball": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "10a74787acbe79abf02141c5d487950d1b197b15",
  65. "homepage": "https://github.com/jonschlinkert/is-extglob",
  66. "keywords": [
  67. "bash",
  68. "braces",
  69. "check",
  70. "exec",
  71. "expression",
  72. "extglob",
  73. "glob",
  74. "globbing",
  75. "globstar",
  76. "is",
  77. "match",
  78. "matches",
  79. "pattern",
  80. "regex",
  81. "regular",
  82. "string",
  83. "test"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "maintainers": [
  88. {
  89. "name": "jonschlinkert",
  90. "email": "github@sellside.com"
  91. }
  92. ],
  93. "name": "is-extglob",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  99. },
  100. "scripts": {
  101. "test": "mocha"
  102. },
  103. "verb": {
  104. "layout": "default",
  105. "lint": {
  106. "reflinks": true
  107. },
  108. "plugins": [
  109. "gulp-format-md"
  110. ],
  111. "reflinks": [
  112. "verb",
  113. "verb-generate-readme"
  114. ],
  115. "related": {
  116. "list": [
  117. "has-glob",
  118. "is-glob",
  119. "micromatch"
  120. ]
  121. },
  122. "tasks": [
  123. "readme"
  124. ],
  125. "toc": false
  126. },
  127. "version": "2.1.1"
  128. }