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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "archive-type@^4.0.0",
  3. "_id": "archive-type@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA=",
  6. "_location": "/archive-type",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "archive-type@^4.0.0",
  12. "name": "archive-type",
  13. "escapedName": "archive-type",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/download"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz",
  22. "_shasum": "f92e72233056dfc6969472749c267bdb046b1d70",
  23. "_spec": "archive-type@^4.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-wrapper\\node_modules\\download",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "https://github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/archive-type/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "file-type": "^4.2.0"
  36. },
  37. "deprecated": false,
  38. "description": "Detect the archive type of a Buffer/Uint8Array",
  39. "devDependencies": {
  40. "ava": "*",
  41. "pify": "^2.3.0",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/kevva/archive-type#readme",
  51. "keywords": [
  52. "7zip",
  53. "archive",
  54. "buffer",
  55. "bz2",
  56. "bzip2",
  57. "check",
  58. "detect",
  59. "gz",
  60. "gzip",
  61. "mime",
  62. "rar",
  63. "zip",
  64. "file",
  65. "type"
  66. ],
  67. "license": "MIT",
  68. "name": "archive-type",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/kevva/archive-type.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "4.0.0"
  77. }