{ "_from": "archive-type@^4.0.0", "_id": "archive-type@4.0.0", "_inBundle": false, "_integrity": "sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA=", "_location": "/archive-type", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "archive-type@^4.0.0", "name": "archive-type", "escapedName": "archive-type", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/bin-wrapper/download" ], "_resolved": "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz", "_shasum": "f92e72233056dfc6969472749c267bdb046b1d70", "_spec": "archive-type@^4.0.0", "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-wrapper\\node_modules\\download", "author": { "name": "Kevin MÃ¥rtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "bugs": { "url": "https://github.com/kevva/archive-type/issues" }, "bundleDependencies": false, "dependencies": { "file-type": "^4.2.0" }, "deprecated": false, "description": "Detect the archive type of a Buffer/Uint8Array", "devDependencies": { "ava": "*", "pify": "^2.3.0", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/kevva/archive-type#readme", "keywords": [ "7zip", "archive", "buffer", "bz2", "bzip2", "check", "detect", "gz", "gzip", "mime", "rar", "zip", "file", "type" ], "license": "MIT", "name": "archive-type", "repository": { "type": "git", "url": "git+https://github.com/kevva/archive-type.git" }, "scripts": { "test": "xo && ava" }, "version": "4.0.0" }