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 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "anymatch@~3.1.1",
  5. "/home/thilo/MDT_5_2_projekt/bootstrap_node/node_modules/chokidar"
  6. ]
  7. ],
  8. "_from": "anymatch@>=3.1.1 <3.2.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "anymatch@3.1.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/anymatch",
  14. "_nodeVersion": "12.10.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/anymatch_3.1.1_1569897288417_0.7130945968950306"
  18. },
  19. "_npmUser": {
  20. "email": "paul@paulmillr.com",
  21. "name": "paulmillr"
  22. },
  23. "_npmVersion": "6.11.3",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "anymatch",
  27. "raw": "anymatch@~3.1.1",
  28. "rawSpec": "~3.1.1",
  29. "scope": null,
  30. "spec": ">=3.1.1 <3.2.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/chokidar"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  37. "_shasum": "c55ecf02185e2469259399310c173ce31233b142",
  38. "_shrinkwrap": null,
  39. "_spec": "anymatch@~3.1.1",
  40. "_where": "/home/thilo/MDT_5_2_projekt/bootstrap_node/node_modules/chokidar",
  41. "author": {
  42. "name": "Elan Shanker",
  43. "url": "https://github.com/es128"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/micromatch/anymatch/issues"
  47. },
  48. "dependencies": {
  49. "normalize-path": "^3.0.0",
  50. "picomatch": "^2.0.4"
  51. },
  52. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  53. "devDependencies": {
  54. "mocha": "^6.1.3",
  55. "nyc": "^14.0.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 5,
  60. "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
  61. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkrtJCRA9TVsSAnZWagAAAswQAKAWXsp9Lm/3tcBXanuz\nodcqg9m39/XiG6yc1/WD/7bF4YLcWMO6Ra5Sq7ouGtbsvdBAifOX4rsMBfy0\n69UJrWKb8hC/x6w/uMK38rC4nUB3nSmcjTcEQ2+7EITi9oHusQNd6trQ5Y34\nH0K06RcjsrQPwnir2MfeGhsydXqQWgY3NR67DZdosK6hN6jxBq05BMwlQm0c\nwaRJoTA2wFPCi0vy8nqcGoK3qU1/bGId6kpeXOW8TBH5gNJktS0isCl0J9iW\nt9q5Ebg5sj7P8BM+w78684bJfITFKyGk5KyFa8MjV6U5UsUHSNbU4OI6TLMF\nbUqvDd19mt3r+yfWECgmlmZDuwT5q5hDc7Kv96q+uvApXDYIHdZVdihQmQt7\ngPmIdvg8BEM6DoU2Hrft/ijqv74ZQPFZXRFKgtbKCK3IYPJZyqhEm0vYkYdn\nTRpBp2SqYDyXPg/hrC61cyKqB3aEoqxcIw5sITX9voB+FQUXBHOZafOtfx1/\nIB1bveWkdT4AcMaerbJqcjyrSMOoGlX9SiFxjjwsV8euF/GUwH3FL2zS2raJ\nXEY0ftOY07mPSHJLhCKK8LYWsy9V9GQ0D1318EZZWHdZfp+5b/o7Jp6opJaH\noFfksudPT3fXSuZBbjJHxF0WmAzHVnw/W+LJg8RMISGg9utObWZlJpztEDtZ\n3kim\r\n=DCgJ\r\n-----END PGP SIGNATURE-----\r\n",
  62. "shasum": "c55ecf02185e2469259399310c173ce31233b142",
  63. "tarball": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  64. "unpackedSize": 9436
  65. },
  66. "engines": {
  67. "node": ">= 8"
  68. },
  69. "gitHead": "e0ec3c077d6fd64753b0c9f149614f78c9d54285",
  70. "homepage": "https://github.com/micromatch/anymatch",
  71. "keywords": [
  72. "any",
  73. "expression",
  74. "file",
  75. "fs",
  76. "function",
  77. "glob",
  78. "list",
  79. "match",
  80. "regex",
  81. "regexp",
  82. "regular",
  83. "string"
  84. ],
  85. "license": "ISC",
  86. "maintainers": [
  87. {
  88. "name": "doowb",
  89. "email": "brian.woodward@gmail.com"
  90. },
  91. {
  92. "name": "es128",
  93. "email": "elan.shanker+npm@gmail.com"
  94. },
  95. {
  96. "name": "jonschlinkert",
  97. "email": "github@sellside.com"
  98. },
  99. {
  100. "name": "paulmillr",
  101. "email": "paul@paulmillr.com"
  102. },
  103. {
  104. "name": "phated",
  105. "email": "blaine.bublitz@gmail.com"
  106. }
  107. ],
  108. "name": "anymatch",
  109. "optionalDependencies": {},
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/micromatch/anymatch.git"
  114. },
  115. "scripts": {
  116. "mocha": "mocha",
  117. "test": "nyc mocha"
  118. },
  119. "version": "3.1.1"
  120. }