HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/decompress/package.json
{
  "_args": [
    [
      "decompress@4.2.1",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "decompress@4.2.1",
  "_id": "decompress@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==",
  "_location": "/decompress",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "decompress@4.2.1",
    "name": "decompress",
    "escapedName": "decompress",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "/bin-build",
    "/bin-wrapper/download",
    "/download"
  ],
  "_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Kevin MÃ¥rtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "github.com/kevva"
  },
  "ava": {
    "require": [
      "esm"
    ]
  },
  "bugs": {
    "url": "https://github.com/kevva/decompress/issues"
  },
  "dependencies": {
    "decompress-tar": "^4.0.0",
    "decompress-tarbz2": "^4.0.0",
    "decompress-targz": "^4.0.0",
    "decompress-unzip": "^4.0.1",
    "graceful-fs": "^4.1.10",
    "make-dir": "^1.0.0",
    "pify": "^2.3.0",
    "strip-dirs": "^2.0.0"
  },
  "description": "Extracting archives made easy",
  "devDependencies": {
    "ava": "*",
    "esm": "^3.2.25",
    "is-jpg": "^1.0.0",
    "path-exists": "^3.0.0",
    "pify": "^2.3.0",
    "rimraf": "^3.0.2",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/kevva/decompress#readme",
  "keywords": [
    "bz2",
    "bzip2",
    "decompress",
    "extract",
    "tar",
    "tar.bz",
    "tar.gz",
    "zip",
    "unzip"
  ],
  "license": "MIT",
  "name": "decompress",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevva/decompress.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "4.2.1",
  "xo": {
    "rules": {
      "promise/prefer-await-to-then": "off"
    }
  }
}