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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_from": "file-type@^6.1.0",
  3. "_id": "file-type@6.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==",
  6. "_location": "/decompress-tarbz2/file-type",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "file-type@^6.1.0",
  12. "name": "file-type",
  13. "escapedName": "file-type",
  14. "rawSpec": "^6.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.1.0"
  17. },
  18. "_requiredBy": [
  19. "/decompress-tarbz2"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz",
  22. "_shasum": "e50cd75d356ffed4e306dc4f5bcf52a79903a919",
  23. "_spec": "file-type@^6.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress-tarbz2",
  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. "detect",
  61. "check",
  62. "is",
  63. "exif",
  64. "exe",
  65. "binary",
  66. "buffer",
  67. "uint8array",
  68. "jpg",
  69. "png",
  70. "gif",
  71. "webp",
  72. "flif",
  73. "cr2",
  74. "tif",
  75. "bmp",
  76. "jxr",
  77. "psd",
  78. "zip",
  79. "tar",
  80. "rar",
  81. "gz",
  82. "bz2",
  83. "7z",
  84. "dmg",
  85. "mp4",
  86. "m4v",
  87. "mid",
  88. "mkv",
  89. "webm",
  90. "mov",
  91. "avi",
  92. "mpg",
  93. "mp3",
  94. "m4a",
  95. "ogg",
  96. "opus",
  97. "flac",
  98. "wav",
  99. "amr",
  100. "pdf",
  101. "epub",
  102. "swf",
  103. "rtf",
  104. "woff",
  105. "woff2",
  106. "eot",
  107. "ttf",
  108. "otf",
  109. "ico",
  110. "flv",
  111. "ps",
  112. "xz",
  113. "sqlite",
  114. "xpi",
  115. "cab",
  116. "deb",
  117. "ar",
  118. "rpm",
  119. "Z",
  120. "lz",
  121. "msi",
  122. "mxf",
  123. "mts",
  124. "wasm",
  125. "webassembly",
  126. "blend",
  127. "bpg",
  128. "docx",
  129. "pptx",
  130. "xlsx"
  131. ],
  132. "license": "MIT",
  133. "name": "file-type",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/sindresorhus/file-type.git"
  137. },
  138. "scripts": {
  139. "test": "xo && ava"
  140. },
  141. "version": "6.2.0"
  142. }