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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "file-type@^4.2.0",
  3. "_id": "file-type@4.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G2AOX8ofvcboDApwxxyNul95BsU=",
  6. "_location": "/archive-type/file-type",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "file-type@^4.2.0",
  12. "name": "file-type",
  13. "escapedName": "file-type",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/archive-type"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz",
  22. "_shasum": "1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5",
  23. "_spec": "file-type@^4.2.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\archive-type",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/file-type/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Detect the file type of a Buffer/Uint8Array",
  36. "devDependencies": {
  37. "ava": "*",
  38. "read-chunk": "^2.0.0",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/file-type#readme",
  48. "keywords": [
  49. "mime",
  50. "file",
  51. "type",
  52. "archive",
  53. "image",
  54. "img",
  55. "pic",
  56. "picture",
  57. "flash",
  58. "photo",
  59. "video",
  60. "type",
  61. "detect",
  62. "check",
  63. "is",
  64. "exif",
  65. "exe",
  66. "binary",
  67. "buffer",
  68. "uint8array",
  69. "jpg",
  70. "png",
  71. "gif",
  72. "webp",
  73. "flif",
  74. "cr2",
  75. "tif",
  76. "bmp",
  77. "jxr",
  78. "psd",
  79. "zip",
  80. "tar",
  81. "rar",
  82. "gz",
  83. "bz2",
  84. "7z",
  85. "dmg",
  86. "mp4",
  87. "m4v",
  88. "mid",
  89. "mkv",
  90. "webm",
  91. "mov",
  92. "avi",
  93. "mpg",
  94. "mp3",
  95. "m4a",
  96. "ogg",
  97. "opus",
  98. "flac",
  99. "wav",
  100. "amr",
  101. "pdf",
  102. "epub",
  103. "exe",
  104. "swf",
  105. "rtf",
  106. "woff",
  107. "woff2",
  108. "eot",
  109. "ttf",
  110. "otf",
  111. "ico",
  112. "flv",
  113. "ps",
  114. "xz",
  115. "sqlite",
  116. "xpi",
  117. "cab",
  118. "deb",
  119. "ar",
  120. "rpm",
  121. "Z",
  122. "lz",
  123. "msi",
  124. "mxf",
  125. "wasm",
  126. "webassembly",
  127. "blend"
  128. ],
  129. "license": "MIT",
  130. "name": "file-type",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/sindresorhus/file-type.git"
  134. },
  135. "scripts": {
  136. "test": "xo && ava"
  137. },
  138. "version": "4.4.0"
  139. }