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

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