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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "binary-extensions@^2.0.0",
  5. "/home/thilo/MDT_5_2_projekt/bootstrap_node/node_modules/is-binary-path"
  6. ]
  7. ],
  8. "_from": "binary-extensions@>=2.0.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "binary-extensions@2.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/binary-extensions",
  14. "_nodeVersion": "8.15.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/binary-extensions_2.0.0_1555613412740_0.3072676738149025"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "binary-extensions",
  27. "raw": "binary-extensions@^2.0.0",
  28. "rawSpec": "^2.0.0",
  29. "scope": null,
  30. "spec": ">=2.0.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/is-binary-path"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz",
  37. "_shasum": "23c0df14f6a88077f5f986c0d167ec03c3d5537c",
  38. "_shrinkwrap": null,
  39. "_spec": "binary-extensions@^2.0.0",
  40. "_where": "/home/thilo/MDT_5_2_projekt/bootstrap_node/node_modules/is-binary-path",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/binary-extensions/issues"
  48. },
  49. "dependencies": {},
  50. "description": "List of binary file extensions",
  51. "devDependencies": {
  52. "ava": "^1.4.1",
  53. "tsd": "^0.7.2",
  54. "xo": "^0.24.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 7,
  59. "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuMblCRA9TVsSAnZWagAATlQP+wSYvlsF5PR2hiifHDau\nX+dQx4OBD1pKyMfsyOA6LnED4W7jqbaECQPfaCi/cxESzaF/5Y4bLycxgRko\nJYa7oKokxjdoUdTMuSzPbi+HJFQeTh91K+SHE06o36VZ8qRG9zdF4TjYHuoV\nI3HcqayEWkSovL5APwMYZlFX6Ix9RmxYNcoWfcxFbygjPVuM5vTLDQ98WrD5\nf9WUfkxN6fHplWvTddROV0IBJV6L8dYfp727T2mAOYpWmuFBzSvL0ijOGcgh\n/5k+Aj8+yLBnLLoxBbAh2ymhYI7/L/KZSrqp1yrQzgZPwvdYeMkYd1ctlIbC\nh1A42DxCb21DvM4QQcIbK5+1LtzM2zdPWIUb6bn+bGXOTzXP+BCayWzvCWcx\nhsfwqHhttqI9ltbnxPtwvOCN07RZWdMtkCP+NpTRcbFJHVekiaCP5j9CHeK3\nef+RIGjm9AYpnapoCnn0isAm9pLh4IVKF4+6D+6wjOIZXKNYkJj7gL3PgMHv\nA0+JUv9/Fq6C4QIy47dIpNhum+LKK0T2oxoUnDuib1Pwvv20EsVlpXr4rtJT\nZ0+/HS5FWrAO0d4bWWM2Xfr71hZOn0/HpGBCOBFYmYQf0dQUCEvN9mk1ihsY\nz/oNZWvzmVrsZlt1NfcFUFDA4pBahTI7Mj/K4pQ/K5+UVG/3k7Yo+g2aR0Vj\n0Wu3\r\n=7h+9\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "23c0df14f6a88077f5f986c0d167ec03c3d5537c",
  62. "tarball": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz",
  63. "unpackedSize": 5074
  64. },
  65. "engines": {
  66. "node": ">=8"
  67. },
  68. "gitHead": "11e076d96c41369015cc3c338428f7f456d3a92f",
  69. "homepage": "https://github.com/sindresorhus/binary-extensions#readme",
  70. "keywords": [
  71. "array",
  72. "binary",
  73. "extension",
  74. "extensions",
  75. "file",
  76. "json",
  77. "list"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "binary-extensions",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/binary-extensions.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava && tsd"
  95. },
  96. "version": "2.0.0"
  97. }